@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');

/* tc-scoped:tc-wp-content-root */

.tc-wp-content-root {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}
.tc-wp-content-root img,
.tc-wp-content-root video,
.tc-wp-content-root svg,
.tc-wp-content-root iframe {
  max-width: 100%;
  height: auto;
}

.tc-wp-content-root .fcc-editorial-sections{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  background: #ffffff;
}.tc-wp-content-root .fcc-editorial-sections, .tc-wp-content-root .fcc-editorial-sections div, .tc-wp-content-root .fcc-editorial-sections section, .tc-wp-content-root .fcc-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .fcc-editorial-sections .fcc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .fcc-editorial-sections .fcc-section-white{
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 184, 153, 0.08), transparent 30%),
    #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-section-soft{
  background:
    linear-gradient(135deg, rgba(12, 91, 160, 0.06), rgba(20, 184, 166, 0.06)),
    #f7fafc;
}.tc-wp-content-root .fcc-editorial-sections .fcc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fcc-editorial-sections .fcc-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .fcc-editorial-sections .fcc-kicker{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 13px;
  border: 1px solid rgba(20, 184, 166, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #0f766e;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .fcc-editorial-sections .fcc-kicker::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 0 0 5px rgba(20, 184, 166, 0.12);
}.tc-wp-content-root .fcc-editorial-sections h2, .tc-wp-content-root .fcc-editorial-sections h3, .tc-wp-content-root .fcc-editorial-sections p{
  margin: 0;
}.tc-wp-content-root .fcc-editorial-sections h2{
  color: #111827;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
  color: #5b667a;
  margin-top: 14px;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card{
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border-radius: 22px;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card::after{
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.12), rgba(37, 99, 235, 0.08), transparent 46%);
  opacity: 0;
  transition: opacity 260ms ease;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card:hover, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card:hover{
  transform: translateY(-6px);
  border-color: rgba(20, 184, 166, 0.28);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.12);
}.tc-wp-content-root .fcc-editorial-sections .fcc-card:hover::after{
  opacity: 1;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
  color: #152033;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
  color: #5f6b7d;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  flex: 0 0 auto;
  border-radius: 16px;
  background: linear-gradient(135deg, #14b8a6, #2563eb);
  box-shadow: 0 14px 28px rgba(20, 184, 166, 0.22);
  transition: transform 260ms ease;
}.tc-wp-content-root .fcc-editorial-sections .fcc-card:hover .fcc-icon{
  transform: translateY(-3px) rotate(-2deg);
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon::before, .tc-wp-content-root .fcc-editorial-sections .fcc-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-rate::before{
  width: 22px;
  height: 2px;
  left: 13px;
  top: 17px;
  box-shadow: 0 8px 0 #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-rate::after{
  width: 7px;
  height: 7px;
  right: 13px;
  top: 13px;
  border-radius: 50%;
  box-shadow: -20px 8px 0 #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-travel::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-travel::after{
  width: 22px;
  height: 2px;
  left: 13px;
  top: 23px;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-shop::before{
  width: 22px;
  height: 17px;
  left: 13px;
  top: 19px;
  border-radius: 4px;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-shop::after{
  width: 12px;
  height: 8px;
  left: 18px;
  top: 12px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  background: transparent;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-business::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 18px;
  border-radius: 4px;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-business::after{
  width: 10px;
  height: 5px;
  left: 19px;
  top: 12px;
  border: 2px solid #ffffff;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  background: transparent;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-compare::before{
  width: 24px;
  height: 2px;
  left: 12px;
  top: 17px;
  box-shadow: 0 13px 0 #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-compare::after{
  width: 8px;
  height: 8px;
  right: 12px;
  top: 13px;
  transform: rotate(45deg);
  box-shadow: -18px 18px 0 #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-simple::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #ffffff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .fcc-editorial-sections .fcc-icon-simple::after{
  width: 12px;
  height: 2px;
  left: 18px;
  top: 23px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.86)),
    #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f766e, #2563eb);
  box-shadow: 0 16px 30px rgba(37, 99, 235, 0.18);
}.tc-wp-content-root .fcc-editorial-sections .fcc-step-content{
  min-width: 0;
}.tc-wp-content-root .fcc-editorial-sections .fcc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(20, 184, 166, 0.11);
  color: #0f766e;
  font-size: 12px;
  font-weight: 800;
}.tc-wp-content-root .fcc-editorial-sections .fcc-use-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(248, 252, 251, 0.95)),
    #ffffff;
}.tc-wp-content-root .fcc-editorial-sections .fcc-trust-card{
  text-align: center;
  align-items: center;
}.tc-wp-content-root .fcc-editorial-sections .fcc-trust-mark{
  position: relative;
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(20, 184, 166, 0.16), rgba(37, 99, 235, 0.14));
}.tc-wp-content-root .fcc-editorial-sections .fcc-trust-mark::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 11px;
  left: 16px;
  top: 18px;
  border-left: 4px solid #0f766e;
  border-bottom: 4px solid #0f766e;
  transform: rotate(-45deg);
}.tc-wp-content-root .fcc-editorial-sections .fcc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .fcc-editorial-sections .fcc-reveal.fcc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fcc-editorial-sections .fcc-section{
    padding: 54px 0;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-container{
    padding: 0 14px;
  }.tc-wp-content-root .fcc-editorial-sections h2{
    font-size: 26px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card{
    padding: 22px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
    font-size: 18px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
    margin-top: 8px;
    font-size: 14px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
    width: 52px;
    height: 52px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fcc-editorial-sections .fcc-section{
    padding: 60px 0;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-container{
    padding: 0 18px;
  }.tc-wp-content-root .fcc-editorial-sections h2{
    font-size: 29px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
    font-size: 15.5px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card{
    padding: 24px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
    margin-top: 8px;
    font-size: 14.5px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
    width: 54px;
    height: 54px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fcc-editorial-sections .fcc-section{
    padding: 66px 0;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-container{
    padding: 0 22px;
  }.tc-wp-content-root .fcc-editorial-sections h2{
    font-size: 32px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card{
    padding: 26px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
    font-size: 20px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
    margin-top: 9px;
    font-size: 15px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
    width: 58px;
    height: 58px;
    font-size: 19px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fcc-editorial-sections .fcc-section{
    padding: 78px 0;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fcc-editorial-sections h2{
    font-size: 38px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card{
    padding: 28px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
    margin-top: 10px;
    font-size: 15.5px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
    gap: 22px;
    margin-top: 40px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
    width: 66px;
    height: 66px;
    font-size: 21px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .fcc-editorial-sections .fcc-section{
    padding: 96px 0;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-container{
    padding: 0 36px;
  }.tc-wp-content-root .fcc-editorial-sections h2{
    font-size: 46px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card-grid{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card{
    padding: 30px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card h3, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card h3{
    font-size: 22px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-card p, .tc-wp-content-root .fcc-editorial-sections .fcc-step-card p{
    margin-top: 10px;
    font-size: 16px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-steps{
    gap: 24px;
    margin-top: 46px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .fcc-editorial-sections .fcc-step-number{
    width: 74px;
    height: 74px;
    font-size: 23px;
  }}