@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 .ocpg-editorial-wrap{
  width: 100%;
  overflow-x: hidden;
  color: #17211f;
  font-family: inherit;
  background: #ffffff;
}.tc-wp-content-root .ocpg-editorial-wrap, .tc-wp-content-root .ocpg-editorial-wrap div, .tc-wp-content-root .ocpg-editorial-wrap section, .tc-wp-content-root .ocpg-editorial-wrap article{
  box-sizing: border-box;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
  position: relative;
  width: 100%;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section-white{
  background: #ffffff;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section-soft{
  background:
    radial-gradient(circle at 12% 18%, rgba(85, 185, 153, 0.1), transparent 32%),
    radial-gradient(circle at 86% 12%, rgba(201, 128, 84, 0.12), transparent 30%),
    #f8f6f1;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block{
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  margin: 0 0 14px;
  padding: 6px 13px;
  border: 1px solid rgba(85, 185, 153, 0.28);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(85, 185, 153, 0.14), rgba(201, 128, 84, 0.12));
  color: #225c4c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap h2{
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
  margin: 16px auto 0;
  max-width: 720px;
  color: #5d6965;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid{
  display: grid;
  align-items: stretch;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  border: 1px solid rgba(23, 33, 31, 0.09);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(35, 45, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(85, 185, 153, 0.45), rgba(201, 128, 84, 0.32), rgba(70, 110, 177, 0.22));
  opacity: 0;
  transition: opacity 220ms ease;
  pointer-events: none;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card:hover{
  transform: translateY(-5px);
  border-color: rgba(85, 185, 153, 0.28);
  box-shadow: 0 24px 60px rgba(35, 45, 42, 0.13);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3{
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p{
  margin: 10px 0 0;
  color: #60706b;
  line-height: 1.68;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon{
  display: block;
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  border-radius: 16px;
  background: linear-gradient(135deg, #55b999, #c98054);
  box-shadow: 0 12px 28px rgba(85, 185, 153, 0.22);
  transition: transform 220ms ease;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card:hover .ocpg-icon{
  transform: translateY(-2px) rotate(-3deg);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon::after{
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.62), 5px 10px 0 rgba(255, 255, 255, 0.76);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon-2{
  background: linear-gradient(135deg, #466eb1, #55b999);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon-3{
  background: linear-gradient(135deg, #c98054, #e1b66e);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon-4{
  background: linear-gradient(135deg, #2f7d72, #8fbf8f);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon-5{
  background: linear-gradient(135deg, #7e6ab8, #c98054);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-icon-6{
  background: linear-gradient(135deg, #263f5f, #55b999);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
  display: grid;
  grid-template-columns: 1fr;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 31, 0.09);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.78));
  box-shadow: 0 18px 52px rgba(35, 45, 42, 0.08);
  transition: transform 220ms ease, box-shadow 220ms ease;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 24px 64px rgba(35, 45, 42, 0.13);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: linear-gradient(180deg, #55b999, #c98054);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: #17211f;
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 16px 34px rgba(23, 33, 31, 0.18);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
  margin: 0;
  color: #17211f;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
  margin: 10px 0 0;
  color: #60706b;
  line-height: 1.7;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-badge{
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(85, 185, 153, 0.12);
  color: #225c4c;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-trust-card{
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
    #ffffff;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-trust-mark{
  display: block;
  width: 44px;
  height: 44px;
  margin: 0 0 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(85, 185, 153, 0.18), rgba(201, 128, 84, 0.18));
  border: 1px solid rgba(85, 185, 153, 0.25);
  position: relative;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-trust-mark::after{
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 10px;
  height: 17px;
  border-right: 3px solid #2f7d72;
  border-bottom: 3px solid #2f7d72;
  transform: rotate(42deg);
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-reveal{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease, transform 520ms ease;
}.tc-wp-content-root .ocpg-editorial-wrap .ocpg-reveal.ocpg-visible{
  opacity: 1;
  transform: translateY(0);
}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
    padding: 52px 0;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
    padding: 0 14px;
  }.tc-wp-content-root .ocpg-editorial-wrap h2{
    font-size: 25px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
    font-size: 14px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
    margin-top: 30px;
    gap: 16px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-six, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
    padding: 22px;
    border-radius: 18px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
    font-size: 18px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
    font-size: 14px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 22px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
    width: 56px;
    height: 56px;
    font-size: 15px;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
    padding: 58px 0;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
    padding: 0 18px;
  }.tc-wp-content-root .ocpg-editorial-wrap h2{
    font-size: 28px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
    font-size: 15px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
    margin-top: 32px;
    gap: 18px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-six, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
    padding: 24px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
    font-size: 19px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
    width: 58px;
    height: 58px;
    font-size: 15px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
    padding: 64px 0;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
    padding: 0 22px;
  }.tc-wp-content-root .ocpg-editorial-wrap h2{
    font-size: 31px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
    font-size: 16px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
    margin-top: 34px;
    gap: 20px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-six, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-three{
    grid-template-columns: 1fr;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
    padding: 26px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
    font-size: 20px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 26px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
    width: 60px;
    height: 60px;
    font-size: 16px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
    padding: 78px 0;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
    padding: 0 30px;
  }.tc-wp-content-root .ocpg-editorial-wrap h2{
    font-size: 38px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
    margin-top: 42px;
    gap: 22px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-six, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-three{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
    padding: 28px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
    font-size: 21px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
    grid-template-columns: auto 1fr;
    gap: 24px;
    padding: 30px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
    font-size: 16px;
  }}@media (min-width: 1024px) {.tc-wp-content-root .ocpg-editorial-wrap .ocpg-section{
    padding: 92px 0;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-container{
    padding: 0 32px;
  }.tc-wp-content-root .ocpg-editorial-wrap h2{
    font-size: 46px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-heading-block p{
    font-size: 17px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-steps{
    margin-top: 46px;
    gap: 24px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-six, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-grid-three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card{
    padding: 30px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card h3, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content h3{
    font-size: 22px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-card p, .tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-content p{
    font-size: 15px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-card{
    grid-template-columns: auto 1fr;
    gap: 28px;
    padding: 34px 36px;
  }.tc-wp-content-root .ocpg-editorial-wrap .ocpg-step-number{
    font-size: 17px;
  }}

.tc-wp-content-root .ocpg-icon-1 {}