@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;
}.wpc-scope-600 .tc-wp-content-root img, .wpc-scope-600 .tc-wp-content-root video, .wpc-scope-600 .tc-wp-content-root svg, .wpc-scope-600 .tc-wp-content-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial{
  width: 100%;
  overflow-x: hidden;
  color: #142327;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-section{
  position: relative;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-section-white{
  background: #ffffff;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-section-soft{
  background: #f6f8f7;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-heading{
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 7px 14px;
  border: 1px solid rgba(0, 76, 84, 0.16);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(0, 76, 84, 0.09), rgba(165, 172, 175, 0.15));
  color: #004c54;
  font-weight: 750;
  line-height: 1;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-heading h2{
  margin: 16px 0 0;
  color: #0f2226;
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: 0;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-heading p{
  margin: 16px auto 0;
  color: #516064;
  line-height: 1.7;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-grid{
  display: grid;
  align-items: stretch;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(0, 76, 84, 0.12);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdfc 100%);
  box-shadow: 0 18px 42px rgba(8, 31, 35, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  overflow: hidden;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-card::before{
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #004c54, #acc0c4, #0f6b5f);
  opacity: 0.9;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(0, 76, 84, 0.26);
  box-shadow: 0 24px 58px rgba(8, 31, 35, 0.13);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-card h3{
  margin: 18px 0 0;
  color: #13282c;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-card p{
  margin: 10px 0 0;
  color: #58676b;
  line-height: 1.68;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon{
  position: relative;
  display: inline-flex;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(135deg, #004c54, #0b6f65);
  box-shadow: 0 12px 26px rgba(0, 76, 84, 0.22);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon::before, .wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: #ffffff;
  transform: translate(-50%, -50%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-bolt::before{
  width: 13px;
  height: 24px;
  clip-path: polygon(48% 0, 100% 0, 62% 43%, 100% 43%, 31% 100%, 44% 56%, 0 56%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-copy::before{
  width: 17px;
  height: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-copy::after{
  width: 13px;
  height: 16px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background: transparent;
  transform: translate(-28%, -68%);
  opacity: 0.65;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-star::before{
  width: 25px;
  height: 25px;
  clip-path: polygon(50% 0, 61% 35%, 98% 35%, 68% 56%, 79% 91%, 50% 70%, 21% 91%, 32% 56%, 2% 35%, 39% 35%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-shield::before{
  width: 24px;
  height: 27px;
  clip-path: polygon(50% 0, 90% 15%, 82% 70%, 50% 100%, 18% 70%, 10% 15%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-spark::before{
  width: 26px;
  height: 26px;
  clip-path: polygon(50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-mobile::before{
  width: 16px;
  height: 25px;
  border: 2px solid #ffffff;
  border-radius: 5px;
  background: transparent;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-icon-mobile::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 74%;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-steps{
  display: grid;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  border: 1px solid rgba(0, 76, 84, 0.13);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(8, 31, 35, 0.08);
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #004c54, #0f6b5f, #a5acaf);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(8, 31, 35, 0.12);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step-number{
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, #004c54, #17363b);
  color: #ffffff;
  font-weight: 850;
  box-shadow: 0 14px 32px rgba(0, 76, 84, 0.24);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
  margin: 0;
  color: #13282c;
  font-weight: 820;
  line-height: 1.2;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-step-content p{
  margin: 9px 0 0;
  color: #58676b;
  line-height: 1.68;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-use-card{
  background: linear-gradient(180deg, #ffffff 0%, #fdfefe 100%);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-badge{
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(0, 76, 84, 0.08);
  color: #004c54;
  font-weight: 780;
  line-height: 1;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-benefit{
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-benefit-mark{
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 76, 84, 0.12), rgba(15, 107, 95, 0.18));
  position: relative;
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-benefit-mark::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 9px;
  left: 13px;
  top: 15px;
  border-left: 3px solid #004c54;
  border-bottom: 3px solid #004c54;
  transform: rotate(-45deg);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-reveal{
  opacity: 0;
  transform: translateY(18px);
}.wpc-scope-600 .tc-wp-content-root .pefg-editorial .pefg-reveal.pefg-visible{
  opacity: 1;
  transform: translateY(0);
  transition: opacity 520ms ease, transform 520ms ease, box-shadow 220ms ease, border-color 220ms ease;
}@media (min-width: 320px) and (max-width: 374px){.tc-wp-content-root .pefg-editorial .pefg-section{
    padding: 48px 0;
  }.tc-wp-content-root .pefg-editorial .pefg-container{
    padding: 0 14px;
  }.tc-wp-content-root .pefg-editorial .pefg-kicker{
    font-size: 11px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading h2{
    font-size: 26px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading p{
    font-size: 14px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid, .tc-wp-content-root .pefg-editorial .pefg-steps{
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }.tc-wp-content-root .pefg-editorial .pefg-card{
    padding: 24px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .pefg-editorial .pefg-card h3, .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .pefg-editorial .pefg-card p, .tc-wp-content-root .pefg-editorial .pefg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .pefg-editorial .pefg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 20px;
    border-radius: 20px;
  }.tc-wp-content-root .pefg-editorial .pefg-step-number{
    width: 58px;
    height: 58px;
    font-size: 18px;
  }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-content-root .pefg-editorial .pefg-section{
    padding: 54px 0;
  }.tc-wp-content-root .pefg-editorial .pefg-container{
    padding: 0 18px;
  }.tc-wp-content-root .pefg-editorial .pefg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading h2{
    font-size: 29px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading p{
    font-size: 15px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid, .tc-wp-content-root .pefg-editorial .pefg-steps{
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 34px;
  }.tc-wp-content-root .pefg-editorial .pefg-card{
    padding: 26px 22px;
    border-radius: 20px;
  }.tc-wp-content-root .pefg-editorial .pefg-card h3, .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .pefg-editorial .pefg-card p, .tc-wp-content-root .pefg-editorial .pefg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pefg-editorial .pefg-step{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 22px;
    border-radius: 22px;
  }.tc-wp-content-root .pefg-editorial .pefg-step-number{
    width: 62px;
    height: 62px;
    font-size: 19px;
  }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-content-root .pefg-editorial .pefg-section{
    padding: 60px 0;
  }.tc-wp-content-root .pefg-editorial .pefg-container{
    padding: 0 22px;
  }.tc-wp-content-root .pefg-editorial .pefg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading h2{
    font-size: 33px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading p{
    font-size: 16px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid, .tc-wp-content-root .pefg-editorial .pefg-steps{
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 38px;
  }.tc-wp-content-root .pefg-editorial .pefg-card{
    padding: 28px 24px;
  }.tc-wp-content-root .pefg-editorial .pefg-card h3, .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .pefg-editorial .pefg-card p, .tc-wp-content-root .pefg-editorial .pefg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pefg-editorial .pefg-step{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 24px;
  }.tc-wp-content-root .pefg-editorial .pefg-step-number{
    width: 66px;
    height: 66px;
    font-size: 20px;
  }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-content-root .pefg-editorial .pefg-section{
    padding: 76px 0;
  }.tc-wp-content-root .pefg-editorial .pefg-container{
    padding: 0 32px;
  }.tc-wp-content-root .pefg-editorial .pefg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading h2{
    font-size: 40px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid-six, .tc-wp-content-root .pefg-editorial .pefg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pefg-editorial .pefg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 44px;
  }.tc-wp-content-root .pefg-editorial .pefg-card{
    padding: 30px 26px;
  }.tc-wp-content-root .pefg-editorial .pefg-card h3, .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pefg-editorial .pefg-card p, .tc-wp-content-root .pefg-editorial .pefg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pefg-editorial .pefg-step{
    gap: 24px;
    padding: 30px 30px;
  }.tc-wp-content-root .pefg-editorial .pefg-step-number{
    width: 74px;
    height: 74px;
    font-size: 22px;
  }}@media (min-width: 1024px){.tc-wp-content-root .pefg-editorial .pefg-section{
    padding: 92px 0;
  }.tc-wp-content-root .pefg-editorial .pefg-container{
    padding: 0 36px;
  }.tc-wp-content-root .pefg-editorial .pefg-kicker{
    font-size: 12px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading h2{
    font-size: 46px;
  }.tc-wp-content-root .pefg-editorial .pefg-heading p{
    font-size: 17px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid-six{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pefg-editorial .pefg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 48px;
  }.tc-wp-content-root .pefg-editorial .pefg-steps{
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 48px;
  }.tc-wp-content-root .pefg-editorial .pefg-card{
    padding: 32px 28px;
  }.tc-wp-content-root .pefg-editorial .pefg-card h3, .tc-wp-content-root .pefg-editorial .pefg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .pefg-editorial .pefg-card p, .tc-wp-content-root .pefg-editorial .pefg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .pefg-editorial .pefg-step{
    gap: 28px;
    padding: 32px 34px;
  }.tc-wp-content-root .pefg-editorial .pefg-step-number{
    width: 78px;
    height: 78px;
    font-size: 23px;
  }}