@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 .gcp-editorial-sections{
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #182033;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.tc-wp-content-root .gcp-editorial-sections, .tc-wp-content-root .gcp-editorial-sections section, .tc-wp-content-root .gcp-editorial-sections div, .tc-wp-content-root .gcp-editorial-sections article{
  box-sizing: border-box;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section-white{
  background: #ffffff;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
}.tc-wp-content-root .gcp-editorial-sections .gcp-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(66, 133, 244, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(66, 133, 244, 0.1), rgba(15, 157, 88, 0.1));
  color: #2563eb;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
  margin: 0;
  color: #101828;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
  margin: 16px auto 0;
  color: #5a667a;
  line-height: 1.75;
}.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .gcp-editorial-sections .gcp-card{
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .gcp-editorial-sections .gcp-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #4285f4, #34a853, #fbbc05, #ea4335);
  opacity: 0.9;
}.tc-wp-content-root .gcp-editorial-sections .gcp-card:hover{
  transform: translateY(-6px);
  border-color: rgba(66, 133, 244, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .gcp-editorial-sections .gcp-card h3{
  margin: 18px 0 0;
  color: #111827;
  font-weight: 760;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .gcp-editorial-sections .gcp-card p{
  margin: 10px 0 0;
  color: #667085;
  line-height: 1.68;
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55), 0 12px 25px rgba(17, 24, 39, 0.1);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon::after{
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 8px;
  bottom: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.88);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-primary{
  background: conic-gradient(from 45deg, #4285f4, #34a853, #fbbc05, #ea4335, #4285f4);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-blue{
  background: linear-gradient(135deg, #4285f4, #7aa7ff);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-green{
  background: linear-gradient(135deg, #34a853, #7bdc9a);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-yellow{
  background: linear-gradient(135deg, #fbbc05, #ffe08a);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-red{
  background: linear-gradient(135deg, #ea4335, #ff8b80);
}.tc-wp-content-root .gcp-editorial-sections .gcp-icon-mix{
  background: linear-gradient(135deg, #4285f4 0%, #4285f4 25%, #34a853 25%, #34a853 50%, #fbbc05 50%, #fbbc05 75%, #ea4335 75%);
}.tc-wp-content-root .gcp-editorial-sections .gcp-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(66, 133, 244, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fdfefe 56%, #f5f9ff 100%);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.07);
  transition: transform 260ms ease, box-shadow 260ms ease;
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background: linear-gradient(180deg, #4285f4, #34a853, #fbbc05, #ea4335);
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(17, 24, 39, 0.11);
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #1d4ed8, #0f9d58);
  color: #ffffff;
  font-weight: 850;
  letter-spacing: 0;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
  margin: 0;
  color: #111827;
  font-weight: 780;
  line-height: 1.25;
}.tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
  margin: 9px 0 0;
  color: #5f6c80;
  line-height: 1.7;
}.tc-wp-content-root .gcp-editorial-sections .gcp-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 28px;
  padding: 5px 11px;
  border-radius: 999px;
  background: #f1f6ff;
  color: #2563eb;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .gcp-editorial-sections .gcp-use-card::before{
  background: linear-gradient(90deg, #34a853, #4285f4);
}.tc-wp-content-root .gcp-editorial-sections .gcp-benefit-card{
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}.tc-wp-content-root .gcp-editorial-sections .gcp-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4285f4, #34a853);
  box-shadow: 0 14px 26px rgba(66, 133, 244, 0.2);
}.tc-wp-content-root .gcp-editorial-sections .gcp-benefit-mark::before{
  content: "";
  width: 18px;
  height: 10px;
  margin: 14px auto 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .gcp-editorial-sections .gcp-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}.tc-wp-content-root .gcp-editorial-sections .gcp-reveal.gcp-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .gcp-editorial-sections .gcp-section{
    padding: 48px 0;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-container{
    padding: 0 14px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
    font-size: 11px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
    font-size: 25px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid, .tc-wp-content-root .gcp-editorial-sections .gcp-steps{
    gap: 16px;
    margin-top: 28px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-grid-six, .tc-wp-content-root .gcp-editorial-sections .gcp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card{
    padding: 22px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card h3, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card p, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .gcp-editorial-sections .gcp-section{
    padding: 54px 0;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-container{
    padding: 0 18px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
    font-size: 12px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
    font-size: 28px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid, .tc-wp-content-root .gcp-editorial-sections .gcp-steps{
    gap: 18px;
    margin-top: 32px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-grid-six, .tc-wp-content-root .gcp-editorial-sections .gcp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card{
    padding: 24px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card h3, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card p, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
    font-size: 14.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 25px 24px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
    width: 60px;
    height: 60px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .gcp-editorial-sections .gcp-section{
    padding: 62px 0;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-container{
    padding: 0 22px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
    font-size: 12px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
    font-size: 32px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
    font-size: 15.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid, .tc-wp-content-root .gcp-editorial-sections .gcp-steps{
    gap: 20px;
    margin-top: 36px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-grid-six, .tc-wp-content-root .gcp-editorial-sections .gcp-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card{
    padding: 26px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card h3, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card p, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 27px 26px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
    width: 62px;
    height: 62px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .gcp-editorial-sections .gcp-section{
    padding: 76px 0;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-container{
    padding: 0 32px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
    font-size: 12.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
    font-size: 40px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
    font-size: 16.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid, .tc-wp-content-root .gcp-editorial-sections .gcp-steps{
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-grid-six, .tc-wp-content-root .gcp-editorial-sections .gcp-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card{
    padding: 28px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card h3, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card p, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
    gap: 24px;
    padding: 30px 32px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
    width: 70px;
    height: 70px;
    font-size: 22px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .gcp-editorial-sections .gcp-section{
    padding: 92px 0;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-container{
    padding: 0 28px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-kicker{
    font-size: 13px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head h2{
    font-size: 46px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card-grid, .tc-wp-content-root .gcp-editorial-sections .gcp-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-grid-six, .tc-wp-content-root .gcp-editorial-sections .gcp-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card{
    padding: 30px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card h3, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-card p, .tc-wp-content-root .gcp-editorial-sections .gcp-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .gcp-editorial-sections .gcp-step-number{
    width: 76px;
    height: 76px;
    font-size: 24px;
  }}