@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 .tsc-bottom-content{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
}.tc-wp-content-root .tsc-bottom-content, .tc-wp-content-root .tsc-bottom-content section, .tc-wp-content-root .tsc-bottom-content div, .tc-wp-content-root .tsc-bottom-content article{
  box-sizing: border-box;
}.tc-wp-content-root .tsc-bottom-content .tsc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .tsc-bottom-content .tsc-section-white{
  background: #ffffff;
}.tc-wp-content-root .tsc-bottom-content .tsc-section-soft{
  background: linear-gradient(180deg, #f8fbff 0%, #f6f8fb 100%);
}.tc-wp-content-root .tsc-bottom-content .tsc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .tsc-bottom-content .tsc-section-header{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .tsc-bottom-content .tsc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 7px 13px;
  margin-bottom: 14px;
  border: 1px solid rgba(91, 111, 255, 0.2);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(91, 111, 255, 0.1), rgba(38, 198, 218, 0.1));
  color: #4050c8;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .tsc-bottom-content h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: 0;
}.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
  margin: 14px auto 0;
  color: #5b6475;
  line-height: 1.72;
}.tc-wp-content-root .tsc-bottom-content .tsc-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card, .tc-wp-content-root .tsc-bottom-content .tsc-step-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(32, 45, 74, 0.09);
  box-shadow: 0 18px 45px rgba(22, 34, 56, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
  height: 100%;
  border-radius: 20px;
  background: #ffffff;
}.tc-wp-content-root .tsc-bottom-content .tsc-card::before, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #5b6fff, #26c6da, #8bdc65);
  opacity: 0.9;
}.tc-wp-content-root .tsc-bottom-content .tsc-card:hover, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card:hover, .tc-wp-content-root .tsc-bottom-content .tsc-step-card:hover{
  transform: translateY(-5px);
  border-color: rgba(91, 111, 255, 0.28);
  box-shadow: 0 24px 58px rgba(22, 34, 56, 0.13);
}.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
  margin: 10px 0 0;
  color: #5b6475;
  line-height: 1.68;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon{
  position: relative;
  display: inline-flex;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eef1ff, #e8fbfd);
  box-shadow: inset 0 0 0 1px rgba(91, 111, 255, 0.12);
}.tc-wp-content-root .tsc-bottom-content .tsc-icon::before, .tc-wp-content-root .tsc-bottom-content .tsc-icon::after{
  content: "";
  position: absolute;
  transition: transform 220ms ease;
}.tc-wp-content-root .tsc-bottom-content .tsc-card:hover .tsc-icon::before, .tc-wp-content-root .tsc-bottom-content .tsc-card:hover .tsc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-moon::before{
  width: 18px;
  height: 18px;
  left: 15px;
  top: 13px;
  border-radius: 50%;
  box-shadow: -6px 3px 0 #5b6fff;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-clock::before{
  width: 20px;
  height: 20px;
  left: 14px;
  top: 14px;
  border: 2px solid #5b6fff;
  border-radius: 50%;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-clock::after{
  width: 8px;
  height: 8px;
  left: 23px;
  top: 18px;
  border-left: 2px solid #26c6da;
  border-bottom: 2px solid #26c6da;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-spark::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  background: linear-gradient(135deg, #5b6fff, #26c6da);
  clip-path: polygon(50% 0%, 61% 36%, 100% 50%, 61% 64%, 50% 100%, 39% 64%, 0% 50%, 39% 36%);
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-bed::before{
  width: 24px;
  height: 13px;
  left: 12px;
  top: 19px;
  border-radius: 4px 4px 7px 7px;
  background: #5b6fff;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-bed::after{
  width: 9px;
  height: 7px;
  left: 13px;
  top: 16px;
  border-radius: 4px;
  background: #26c6da;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-focus::before{
  width: 22px;
  height: 22px;
  left: 13px;
  top: 13px;
  border: 2px solid #5b6fff;
  border-radius: 50%;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-focus::after{
  width: 8px;
  height: 8px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  background: #26c6da;
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-check::before{
  width: 20px;
  height: 11px;
  left: 14px;
  top: 17px;
  border-left: 3px solid #5b6fff;
  border-bottom: 3px solid #5b6fff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tsc-bottom-content .tsc-icon-check::after{
  width: 8px;
  height: 8px;
  right: 11px;
  top: 12px;
  border-radius: 50%;
  background: #26c6da;
}.tc-wp-content-root .tsc-bottom-content .tsc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 22px;
}.tc-wp-content-root .tsc-bottom-content .tsc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #5b6fff, #26c6da);
}.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #5b6fff, #26c6da);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(91, 111, 255, 0.26);
}.tc-wp-content-root .tsc-bottom-content .tsc-badge{
  display: inline-flex;
  width: fit-content;
  margin-bottom: 15px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef8fb;
  color: #167e91;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}.tc-wp-content-root .tsc-bottom-content .tsc-benefit-mark{
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, #5b6fff, #26c6da);
  position: relative;
  box-shadow: 0 14px 30px rgba(38, 198, 218, 0.18);
}.tc-wp-content-root .tsc-bottom-content .tsc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 18px;
  height: 10px;
  left: 13px;
  top: 16px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}.tc-wp-content-root .tsc-bottom-content .tsc-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .tsc-bottom-content .tsc-reveal.tsc-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .tsc-bottom-content .tsc-section{
    padding: 46px 0;
  }.tc-wp-content-root .tsc-bottom-content .tsc-container{
    padding: 0 14px;
  }.tc-wp-content-root .tsc-bottom-content h2{
    font-size: 25px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
    font-size: 14px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 26px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
    padding: 24px 20px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
    font-size: 18px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
    font-size: 14px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-steps{
    gap: 16px;
    margin-top: 26px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
    width: 54px;
    height: 54px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .tsc-bottom-content .tsc-section{
    padding: 52px 0;
  }.tc-wp-content-root .tsc-bottom-content .tsc-container{
    padding: 0 18px;
  }.tc-wp-content-root .tsc-bottom-content h2{
    font-size: 28px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
    font-size: 15px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
    padding: 26px 22px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
    font-size: 19px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-steps{
    gap: 18px;
    margin-top: 30px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
    width: 56px;
    height: 56px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .tsc-bottom-content .tsc-section{
    padding: 58px 0;
  }.tc-wp-content-root .tsc-bottom-content .tsc-container{
    padding: 0 22px;
  }.tc-wp-content-root .tsc-bottom-content h2{
    font-size: 31px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
    font-size: 16px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
    padding: 28px 24px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
    font-size: 20px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
    font-size: 15px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-steps{
    gap: 20px;
    margin-top: 34px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .tsc-bottom-content .tsc-section{
    padding: 76px 0;
  }.tc-wp-content-root .tsc-bottom-content .tsc-container{
    padding: 0 32px;
  }.tc-wp-content-root .tsc-bottom-content h2{
    font-size: 38px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
    font-size: 17px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
    padding: 30px 26px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
    font-size: 21px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-steps{
    gap: 22px;
    margin-top: 42px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
    gap: 24px;
    padding: 32px 30px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
    width: 64px;
    height: 64px;
    font-size: 19px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }}@media (min-width: 1024px) {.tc-wp-content-root .tsc-bottom-content .tsc-section{
    padding: 92px 0;
  }.tc-wp-content-root .tsc-bottom-content .tsc-container{
    padding: 0 28px;
  }.tc-wp-content-root .tsc-bottom-content h2{
    font-size: 46px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-section-header p{
    font-size: 18px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
    margin-top: 48px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card{
    padding: 34px 30px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card h3, .tc-wp-content-root .tsc-bottom-content .tsc-step-body h3{
    font-size: 22px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-card p, .tc-wp-content-root .tsc-bottom-content .tsc-benefit-card p, .tc-wp-content-root .tsc-bottom-content .tsc-step-body p{
    font-size: 16px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-steps{
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-card{
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-step-number{
    width: 70px;
    height: 70px;
    font-size: 20px;
  }.tc-wp-content-root .tsc-bottom-content .tsc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }}

.tc-wp-content-root .tsc-grid-3 {}