@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 .gac-editorial-wrap{
  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;
}.tc-wp-content-root .gac-editorial-wrap, .tc-wp-content-root .gac-editorial-wrap section, .tc-wp-content-root .gac-editorial-wrap div, .tc-wp-content-root .gac-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .gac-editorial-wrap .gac-section{
  position: relative;
}.tc-wp-content-root .gac-editorial-wrap .gac-section-white{
  background: #ffffff;
}.tc-wp-content-root .gac-editorial-wrap .gac-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f5f7fb 100%);
}.tc-wp-content-root .gac-editorial-wrap .gac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .gac-editorial-wrap .gac-section-head{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .gac-editorial-wrap .gac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(57, 103, 255, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(57, 103, 255, 0.1), rgba(0, 188, 212, 0.1));
  color: #2854d8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
}.tc-wp-content-root .gac-editorial-wrap h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.16;
  letter-spacing: 0;
}.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6678;
  line-height: 1.75;
}.tc-wp-content-root .gac-editorial-wrap .gac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .gac-editorial-wrap .gac-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: 0 16px 42px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .gac-editorial-wrap .gac-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #3967ff, #00bcd4, #28c76f);
  opacity: 0.95;
}.tc-wp-content-root .gac-editorial-wrap .gac-card:hover{
  transform: translateY(-6px);
  border-color: rgba(57, 103, 255, 0.22);
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
  margin: 18px 0 8px;
  color: #111827;
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
}.tc-wp-content-root .gac-editorial-wrap .gac-card p{
  margin: 0;
  color: #5f6b7a;
  line-height: 1.72;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(57, 103, 255, 0.12), rgba(0, 188, 212, 0.14));
  box-shadow: inset 0 0 0 1px rgba(57, 103, 255, 0.14);
  transition: transform 260ms ease;
}.tc-wp-content-root .gac-editorial-wrap .gac-card:hover .gac-icon{
  transform: translateY(-2px) scale(1.04);
}.tc-wp-content-root .gac-editorial-wrap .gac-icon::before, .tc-wp-content-root .gac-editorial-wrap .gac-icon::after{
  content: "";
  position: absolute;
  background: linear-gradient(135deg, #3967ff, #00a9c9);
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-equation::before{
  width: 24px;
  height: 3px;
  top: 18px;
  left: 12px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-equation::after{
  width: 24px;
  height: 3px;
  top: 27px;
  left: 12px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-steps::before{
  width: 8px;
  height: 8px;
  top: 11px;
  left: 12px;
  border-radius: 50%;
  box-shadow: 14px 9px 0 #00a9c9, 0 18px 0 #3967ff;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-steps::after{
  width: 18px;
  height: 3px;
  top: 31px;
  left: 22px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-check::before{
  width: 22px;
  height: 12px;
  left: 13px;
  top: 17px;
  border-left: 4px solid #3967ff;
  border-bottom: 4px solid #00a9c9;
  background: transparent;
  transform: rotate(-45deg);
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-simplify::before{
  width: 26px;
  height: 26px;
  top: 11px;
  left: 11px;
  border: 3px solid #3967ff;
  border-radius: 10px;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-simplify::after{
  width: 18px;
  height: 3px;
  top: 23px;
  left: 15px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-graph::before{
  width: 27px;
  height: 22px;
  left: 11px;
  top: 13px;
  border-left: 3px solid #3967ff;
  border-bottom: 3px solid #3967ff;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-graph::after{
  width: 24px;
  height: 3px;
  left: 14px;
  top: 25px;
  border-radius: 8px;
  transform: rotate(-28deg);
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-mobile::before{
  width: 18px;
  height: 28px;
  left: 15px;
  top: 10px;
  border: 3px solid #3967ff;
  border-radius: 8px;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-mobile::after{
  width: 6px;
  height: 3px;
  left: 21px;
  top: 32px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-free::before{
  width: 24px;
  height: 24px;
  left: 12px;
  top: 12px;
  border: 3px solid #3967ff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-free::after{
  width: 16px;
  height: 3px;
  left: 16px;
  top: 23px;
  border-radius: 8px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-speed::before{
  width: 28px;
  height: 28px;
  left: 10px;
  top: 10px;
  border: 3px solid #3967ff;
  border-radius: 50%;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-speed::after{
  width: 15px;
  height: 3px;
  left: 23px;
  top: 18px;
  border-radius: 8px;
  transform: rotate(40deg);
  transform-origin: left center;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-privacy::before{
  width: 24px;
  height: 18px;
  left: 12px;
  top: 20px;
  border-radius: 7px;
}.tc-wp-content-root .gac-editorial-wrap .gac-icon-privacy::after{
  width: 16px;
  height: 14px;
  left: 16px;
  top: 10px;
  border: 3px solid #3967ff;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: transparent;
}.tc-wp-content-root .gac-editorial-wrap .gac-steps{
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(57, 103, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .gac-editorial-wrap .gac-step-card::after{
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 188, 212, 0.14), rgba(57, 103, 255, 0));
  pointer-events: none;
}.tc-wp-content-root .gac-editorial-wrap .gac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(57, 103, 255, 0.26);
  box-shadow: 0 22px 58px rgba(16, 24, 40, 0.12);
}.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 20px;
  background: linear-gradient(135deg, #3967ff, #00bcd4);
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(57, 103, 255, 0.26);
}.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
  margin: 0 0 8px;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
  margin: 0;
  color: #5f6b7a;
  line-height: 1.72;
}.tc-wp-content-root .gac-editorial-wrap .gac-mini-badge{
  display: inline-flex;
  width: fit-content;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(57, 103, 255, 0.09);
  color: #2854d8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}.tc-wp-content-root .gac-editorial-wrap .gac-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fafdff 100%);
}.tc-wp-content-root .gac-editorial-wrap .gac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}.tc-wp-content-root .gac-editorial-wrap .gac-reveal.gac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .gac-editorial-wrap .gac-section{
    padding: 54px 0;
  }.tc-wp-content-root .gac-editorial-wrap .gac-container{
    padding: 0 14px;
  }.tc-wp-content-root .gac-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card{
    padding: 22px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
    font-size: 18px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card p{
    font-size: 14px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-steps{
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
    font-size: 14px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gac-editorial-wrap .gac-section{
    padding: 58px 0;
  }.tc-wp-content-root .gac-editorial-wrap .gac-container{
    padding: 0 18px;
  }.tc-wp-content-root .gac-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card{
    padding: 24px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
    font-size: 19px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card p{
    font-size: 15px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gac-editorial-wrap .gac-section{
    padding: 64px 0;
  }.tc-wp-content-root .gac-editorial-wrap .gac-container{
    padding: 0 22px;
  }.tc-wp-content-root .gac-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card{
    padding: 26px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
    font-size: 20px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card p{
    font-size: 15px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gac-editorial-wrap .gac-section{
    padding: 78px 0;
  }.tc-wp-content-root .gac-editorial-wrap .gac-container{
    padding: 0 32px;
  }.tc-wp-content-root .gac-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gac-editorial-wrap .gac-card{
    padding: 28px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
    font-size: 21px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card p{
    font-size: 16px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
    width: 76px;
    height: 76px;
    font-size: 22px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .gac-editorial-wrap .gac-section{
    padding: 92px 0;
  }.tc-wp-content-root .gac-editorial-wrap .gac-container{
    padding: 0 28px;
  }.tc-wp-content-root .gac-editorial-wrap h2{
    font-size: 44px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-section-head p{
    font-size: 18px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gac-editorial-wrap .gac-grid{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card{
    padding: 30px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card h3{
    font-size: 22px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-card p{
    font-size: 16px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-number{
    width: 82px;
    height: 82px;
    font-size: 24px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content h3{
    font-size: 24px;
  }.tc-wp-content-root .gac-editorial-wrap .gac-step-content p{
    font-size: 17px;
  }}