@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 .fwc-editorial-bottom{
  width: 100%;
  overflow-x: hidden;
  color: #172033;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .fwc-editorial-bottom, .tc-wp-content-root .fwc-editorial-bottom section, .tc-wp-content-root .fwc-editorial-bottom div, .tc-wp-content-root .fwc-editorial-bottom article{
  box-sizing: border-box;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-section-white{
  background:
    radial-gradient(circle at 12% 8%, rgba(0, 139, 139, 0.08), transparent 30%),
    #ffffff;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-section-soft{
  background:
    linear-gradient(180deg, #f8fbfa 0%, #f4f8f7 100%),
    #f8fbfa;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 14px;
  padding: 7px 13px;
  border: 1px solid rgba(0, 139, 139, 0.18);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.1), rgba(213, 43, 30, 0.08));
  color: #006d6d;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}.tc-wp-content-root .fwc-editorial-bottom h2{
  margin: 0;
  color: #111827;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
  margin: 16px auto 0;
  color: #566176;
  font-weight: 400;
  line-height: 1.7;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(23, 32, 51, 0.09);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card::before, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #008b8b, #ffffff, #d52b1e);
  opacity: 0.95;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card:hover, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card:hover, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 139, 139, 0.24);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.12);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
  margin: 0;
  color: #121826;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
  margin: 10px 0 0;
  color: #5a6578;
  font-weight: 400;
  line-height: 1.68;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin: 0 0 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.13), rgba(213, 43, 30, 0.1));
  border: 1px solid rgba(0, 139, 139, 0.16);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon::before, .tc-wp-content-root .fwc-editorial-bottom .fwc-icon::after{
  content: "";
  position: absolute;
  background: #008b8b;
  transition: transform 260ms ease;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-card:hover .fwc-icon::before, .tc-wp-content-root .fwc-editorial-bottom .fwc-card:hover .fwc-icon::after{
  transform: translateY(-2px);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-count::before{
  width: 22px;
  height: 3px;
  left: 12px;
  top: 15px;
  border-radius: 99px;
  box-shadow: 0 8px 0 #008b8b, 0 16px 0 #d52b1e;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-count::after{
  width: 6px;
  height: 6px;
  left: 28px;
  top: 13px;
  border-radius: 50%;
  box-shadow: 0 8px 0 #008b8b, 0 16px 0 #d52b1e;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-accent::before{
  width: 18px;
  height: 18px;
  left: 14px;
  top: 18px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #008b8b;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-accent::after{
  width: 15px;
  height: 3px;
  left: 18px;
  top: 10px;
  border-radius: 99px;
  background: #d52b1e;
  transform: rotate(-24deg);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-target::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #008b8b;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-target::after{
  width: 8px;
  height: 8px;
  left: 19px;
  top: 19px;
  border-radius: 50%;
  background: #d52b1e;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-read::before{
  width: 22px;
  height: 17px;
  left: 12px;
  top: 15px;
  border-radius: 4px;
  background: transparent;
  border: 3px solid #008b8b;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-read::after{
  width: 2px;
  height: 17px;
  left: 23px;
  top: 15px;
  background: #d52b1e;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-seo::before{
  width: 19px;
  height: 19px;
  left: 12px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #008b8b;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-seo::after{
  width: 13px;
  height: 3px;
  left: 27px;
  top: 29px;
  border-radius: 99px;
  background: #d52b1e;
  transform: rotate(45deg);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-speed::before{
  width: 24px;
  height: 24px;
  left: 11px;
  top: 11px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #008b8b;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-icon-speed::after{
  width: 12px;
  height: 3px;
  left: 22px;
  top: 22px;
  border-radius: 99px;
  background: #d52b1e;
  transform-origin: left center;
  transform: rotate(-35deg);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 250, 0.98)),
    #ffffff;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card::before{
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  width: 5px;
  border-radius: 0 99px 99px 0;
  background: linear-gradient(180deg, #008b8b, #d52b1e);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 20px;
  background: linear-gradient(135deg, #008b8b, #056f73);
  box-shadow: 0 14px 28px rgba(0, 139, 139, 0.22);
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 18px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0, 139, 139, 0.09);
  color: #006d6d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-use-card:nth-child(2n) .fwc-badge{
  background: rgba(213, 43, 30, 0.08);
  color: #a32820;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
  background: #ffffff;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-mark{
  display: inline-flex;
  width: 42px;
  height: 42px;
  margin: 0 0 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 139, 139, 0.14), rgba(213, 43, 30, 0.09));
  position: relative;
}.tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-mark::before{
  content: "";
  position: absolute;
  width: 16px;
  height: 8px;
  left: 12px;
  top: 14px;
  border-left: 3px solid #008b8b;
  border-bottom: 3px solid #008b8b;
  transform: rotate(-45deg);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-reveal{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .fwc-editorial-bottom .fwc-reveal.fwc-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 560ms ease, transform 560ms ease, box-shadow 260ms ease, border-color 260ms ease;
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
    padding: 52px 0;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
    padding: 0 14px;
  }.tc-wp-content-root .fwc-editorial-bottom h2{
    font-size: 26px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
    font-size: 14px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid, .tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
    padding: 24px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
    font-size: 18px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
    font-size: 14px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
    width: 58px;
    height: 58px;
    font-size: 17px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
    padding: 58px 0;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
    padding: 0 18px;
  }.tc-wp-content-root .fwc-editorial-bottom h2{
    font-size: 29px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
    font-size: 15px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid, .tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
    padding: 26px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
    font-size: 19px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
    font-size: 14.5px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
    width: 60px;
    height: 60px;
    font-size: 18px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
    padding: 64px 0;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
    padding: 0 22px;
  }.tc-wp-content-root .fwc-editorial-bottom h2{
    font-size: 33px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
    font-size: 16px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid, .tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 30px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
    font-size: 20px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
    font-size: 15px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
    width: 62px;
    height: 62px;
    font-size: 18px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
    padding: 78px 0;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
    padding: 0 32px;
  }.tc-wp-content-root .fwc-editorial-bottom h2{
    font-size: 40px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-grid-benefits{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
    gap: 22px;
    margin-top: 46px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
    padding: 30px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
    gap: 24px;
    padding: 32px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
    font-size: 19px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .fwc-editorial-bottom .fwc-section{
    padding: 92px 0;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-container{
    padding: 0 36px;
  }.tc-wp-content-root .fwc-editorial-bottom h2{
    font-size: 46px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-section-head p{
    font-size: 17px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card-grid{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-grid-3, .tc-wp-content-root .fwc-editorial-bottom .fwc-grid-benefits{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-steps{
    gap: 24px;
    margin-top: 52px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card{
    padding: 32px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-card{
    gap: 28px;
    padding: 34px 38px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card h3, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card h3{
    font-size: 21px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-step-card p, .tc-wp-content-root .fwc-editorial-bottom .fwc-benefit-card p{
    font-size: 15.5px;
  }.tc-wp-content-root .fwc-editorial-bottom .fwc-step-number{
    font-size: 20px;
  }}

.tc-wp-content-root .fwc-step-content {}