@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 .aac-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  --aac-accent: #2563eb;
  --aac-accent-2: #14b8a6;
  --aac-accent-3: #7c3aed;
  --aac-text: #172033;
  --aac-muted: #5d687c;
  --aac-line: rgba(28, 38, 62, 0.1);
  --aac-soft: #f7f9fc;
  --aac-card: #ffffff;
  --aac-shadow: 0 18px 45px rgba(20, 31, 56, 0.09);
  --aac-shadow-hover: 0 24px 60px rgba(37, 99, 235, 0.16);
}.tc-wp-content-root .aac-bottom-content, .tc-wp-content-root .aac-bottom-content div, .tc-wp-content-root .aac-bottom-content section, .tc-wp-content-root .aac-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .aac-bottom-content .aac-section{
  position: relative;
}.tc-wp-content-root .aac-bottom-content .aac-section-white{
  background: #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-section-soft{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f7fb 100%);
}.tc-wp-content-root .aac-bottom-content .aac-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .aac-bottom-content .aac-section-header{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .aac-bottom-content .aac-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  padding: 7px 13px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.09), rgba(20, 184, 166, 0.09));
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
  margin: 0;
  color: var(--aac-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .aac-bottom-content .aac-section-header p{
  margin: 16px auto 0;
  color: var(--aac-muted);
  line-height: 1.7;
}.tc-wp-content-root .aac-bottom-content .aac-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .aac-bottom-content .aac-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid var(--aac-line);
  border-radius: 22px;
  background: var(--aac-card);
  box-shadow: var(--aac-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .aac-bottom-content .aac-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(20, 184, 166, 0.1), rgba(124, 58, 237, 0.08));
  opacity: 0;
  transition: opacity 260ms ease;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  padding: 1px;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .aac-bottom-content .aac-card:hover{
  transform: translateY(-6px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: var(--aac-shadow-hover);
}.tc-wp-content-root .aac-bottom-content .aac-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
  margin: 0;
  color: var(--aac-text);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
  margin: 11px 0 0;
  color: var(--aac-muted);
  line-height: 1.68;
}.tc-wp-content-root .aac-bottom-content .aac-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--aac-accent), var(--aac-accent-2));
  box-shadow: 0 12px 25px rgba(37, 99, 235, 0.2);
}.tc-wp-content-root .aac-bottom-content .aac-icon::before, .tc-wp-content-root .aac-bottom-content .aac-icon::after{
  content: "";
  position: absolute;
  background: #ffffff;
  border-radius: 999px;
}.tc-wp-content-root .aac-bottom-content .aac-card:hover .aac-icon{
  transform: translateY(-2px);
  transition: transform 260ms ease;
}.tc-wp-content-root .aac-bottom-content .aac-icon-equation::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  box-shadow: 0 10px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-icon-equation::after{
  width: 3px;
  height: 22px;
  top: 12px;
  left: 22px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-simplify::before{
  width: 24px;
  height: 3px;
  top: 21px;
  left: 11px;
  transform: rotate(-24deg);
}.tc-wp-content-root .aac-bottom-content .aac-icon-simplify::after{
  width: 8px;
  height: 8px;
  right: 10px;
  top: 12px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-factor::before{
  width: 9px;
  height: 24px;
  top: 11px;
  left: 13px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-factor::after{
  width: 9px;
  height: 24px;
  top: 11px;
  right: 13px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-check::before{
  width: 18px;
  height: 4px;
  left: 15px;
  top: 23px;
  transform: rotate(-45deg);
}.tc-wp-content-root .aac-bottom-content .aac-icon-check::after{
  width: 10px;
  height: 4px;
  left: 10px;
  top: 25px;
  transform: rotate(45deg);
}.tc-wp-content-root .aac-bottom-content .aac-icon-steps::before{
  width: 22px;
  height: 3px;
  top: 13px;
  left: 16px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-icon-steps::after{
  width: 5px;
  height: 5px;
  top: 12px;
  left: 8px;
  box-shadow: 0 10px 0 #ffffff, 0 20px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-icon-speed::before{
  width: 22px;
  height: 22px;
  top: 12px;
  left: 12px;
  border: 3px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .aac-bottom-content .aac-icon-speed::after{
  width: 12px;
  height: 3px;
  top: 23px;
  left: 22px;
  transform: rotate(-35deg);
}.tc-wp-content-root .aac-bottom-content .aac-icon-free::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border: 3px solid #ffffff;
  background: transparent;
}.tc-wp-content-root .aac-bottom-content .aac-icon-free::after{
  width: 14px;
  height: 3px;
  left: 16px;
  top: 22px;
  box-shadow: 0 6px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-icon-mobile::before{
  width: 18px;
  height: 27px;
  top: 9px;
  left: 14px;
  border: 3px solid #ffffff;
  background: transparent;
  border-radius: 7px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-mobile::after{
  width: 6px;
  height: 2px;
  left: 20px;
  bottom: 12px;
}.tc-wp-content-root .aac-bottom-content .aac-icon-clean::before{
  width: 22px;
  height: 3px;
  top: 15px;
  left: 12px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-icon-clean::after{
  width: 5px;
  height: 5px;
  top: 14px;
  right: 10px;
  box-shadow: 0 8px 0 #ffffff, 0 16px 0 #ffffff;
}.tc-wp-content-root .aac-bottom-content .aac-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .aac-bottom-content .aac-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  min-width: 0;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
  box-shadow: var(--aac-shadow);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .aac-bottom-content .aac-step-card::before{
  content: "";
  position: absolute;
  left: 30px;
  top: -16px;
  bottom: -16px;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0), rgba(37, 99, 235, 0.22), rgba(20, 184, 166, 0));
}.tc-wp-content-root .aac-bottom-content .aac-step-card:first-child::before{
  top: 50%;
}.tc-wp-content-root .aac-bottom-content .aac-step-card:last-child::before{
  bottom: 50%;
}.tc-wp-content-root .aac-bottom-content .aac-step-number{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--aac-accent), var(--aac-accent-3));
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 15px 28px rgba(37, 99, 235, 0.22);
}.tc-wp-content-root .aac-bottom-content .aac-step-card:hover{
  transform: translateY(-4px);
  border-color: rgba(37, 99, 235, 0.25);
  box-shadow: var(--aac-shadow-hover);
}.tc-wp-content-root .aac-bottom-content .aac-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(20, 184, 166, 0.1));
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .aac-bottom-content .aac-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms ease, transform 620ms ease;
}.tc-wp-content-root .aac-bottom-content .aac-reveal.aac-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .aac-bottom-content .aac-section{
    padding: 48px 0;
  }.tc-wp-content-root .aac-bottom-content .aac-container{
    padding: 0 14px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header{
    margin-bottom: 26px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
    font-size: 25px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .aac-bottom-content .aac-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }.tc-wp-content-root .aac-bottom-content .aac-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .aac-bottom-content .aac-steps{
    gap: 16px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card{
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 22px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card::before{
    display: none;
  }.tc-wp-content-root .aac-bottom-content .aac-step-number{
    width: 54px;
    height: 54px;
    font-size: 16px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .aac-bottom-content .aac-section{
    padding: 54px 0;
  }.tc-wp-content-root .aac-bottom-content .aac-container{
    padding: 0 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header{
    margin-bottom: 30px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
    font-size: 28px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .aac-bottom-content .aac-grid{
    grid-template-columns: 1fr;
    gap: 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-card{
    padding: 24px;
    border-radius: 20px;
  }.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .aac-bottom-content .aac-steps{
    gap: 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card::before{
    display: none;
  }.tc-wp-content-root .aac-bottom-content .aac-step-number{
    width: 56px;
    height: 56px;
    font-size: 17px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .aac-bottom-content .aac-section{
    padding: 62px 0;
  }.tc-wp-content-root .aac-bottom-content .aac-container{
    padding: 0 22px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header{
    margin-bottom: 34px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
    font-size: 32px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .aac-bottom-content .aac-grid{
    grid-template-columns: 1fr;
    gap: 20px;
  }.tc-wp-content-root .aac-bottom-content .aac-card{
    padding: 26px;
  }.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .aac-bottom-content .aac-steps{
    gap: 20px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card{
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 26px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card::before{
    display: none;
  }.tc-wp-content-root .aac-bottom-content .aac-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .aac-bottom-content .aac-section{
    padding: 76px 0;
  }.tc-wp-content-root .aac-bottom-content .aac-container{
    padding: 0 30px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header{
    margin-bottom: 42px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
    font-size: 39px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .aac-bottom-content .aac-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }.tc-wp-content-root .aac-bottom-content .aac-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .aac-bottom-content .aac-card{
    padding: 28px;
  }.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
    font-size: 15.5px;
  }.tc-wp-content-root .aac-bottom-content .aac-steps{
    gap: 22px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card{
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .aac-bottom-content .aac-section{
    padding: 92px 0;
  }.tc-wp-content-root .aac-bottom-content .aac-container{
    padding: 0 32px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header{
    margin-bottom: 48px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header h2{
    font-size: 46px;
  }.tc-wp-content-root .aac-bottom-content .aac-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .aac-bottom-content .aac-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }.tc-wp-content-root .aac-bottom-content .aac-card{
    padding: 30px;
  }.tc-wp-content-root .aac-bottom-content .aac-card h3, .tc-wp-content-root .aac-bottom-content .aac-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .aac-bottom-content .aac-card p, .tc-wp-content-root .aac-bottom-content .aac-step-content p{
    font-size: 16px;
  }.tc-wp-content-root .aac-bottom-content .aac-steps{
    gap: 24px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-card{
    gap: 28px;
    padding: 34px;
  }.tc-wp-content-root .aac-bottom-content .aac-step-number{
    width: 66px;
    height: 66px;
    font-size: 19px;
  }}