@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/* 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 .igppv26-wrapper, .tc-wp-content-root .igppv26-wrapper *{
  box-sizing: border-box;
  min-width: 0;
}.tc-wp-content-root .igppv26-wrapper{
  width: 100% !important;
  overflow: hidden;
  background: #ffffff;
  color: #202126;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --igppv26-primary: #e6436f;
  --igppv26-secondary: #f68b45;
  --igppv26-accent: #12b8a6;
  --igppv26-soft: #fff6f2;
  --igppv26-text: #202126;
  --igppv26-muted: #666a73;
  --igppv26-border: rgba(230, 67, 111, 0.18);
  --igppv26-shadow: rgba(82, 28, 47, 0.12);
}.tc-wp-content-root .igppv26-wrapper .igppv26-section{
  width: 100% !important;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper .igppv26-section-white{
  background: #ffffff;
}.tc-wp-content-root .igppv26-wrapper .igppv26-section-tint{
  background:
    radial-gradient(circle at 50% 0%, rgba(230, 67, 111, 0.08), transparent 34%),
    linear-gradient(180deg, #fff8f4 0%, #fff3ee 100%);
}.tc-wp-content-root .igppv26-wrapper .igppv26-container{
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}.tc-wp-content-root .igppv26-wrapper h2{
  margin: 0 auto;
  color: var(--igppv26-text);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  color: var(--igppv26-muted);
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
  display: grid !important;
  align-items: stretch !important;
}.tc-wp-content-root .igppv26-wrapper .igppv26-card{
  position: relative;
  isolation: isolate;
  height: 100% !important;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--igppv26-border);
  box-shadow: 0 18px 48px var(--igppv26-shadow);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, background 280ms ease;
}.tc-wp-content-root .igppv26-wrapper .igppv26-card::before{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  background:
    linear-gradient(135deg, rgba(230, 67, 111, 0.11), rgba(246, 139, 69, 0.08) 54%, rgba(18, 184, 166, 0.08)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.85), transparent 58%);
  transition: opacity 280ms ease;
}.tc-wp-content-root .igppv26-wrapper .igppv26-card:hover{
  transform: translateY(-8px) scale(1.01);
  border-color: rgba(230, 67, 111, 0.34);
  box-shadow: 0 26px 70px rgba(82, 28, 47, 0.17);
}.tc-wp-content-root .igppv26-wrapper .igppv26-card:hover::before{
  opacity: 1;
}.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  background:
    linear-gradient(135deg, var(--igppv26-primary), var(--igppv26-secondary));
  box-shadow: 0 14px 28px rgba(230, 67, 111, 0.22);
  transition: transform 280ms ease, box-shadow 280ms ease;
}.tc-wp-content-root .igppv26-wrapper .igppv26-card:hover .igppv26-icon{
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(230, 67, 111, 0.29);
}.tc-wp-content-root .igppv26-wrapper .igppv26-i{
  display: block;
  line-height: 1;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper h3{
  margin: 0;
  color: var(--igppv26-text);
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
  margin: 0;
  color: var(--igppv26-muted);
  font-weight: 500;
  line-height: 1.62;
  text-align: center;
}.tc-wp-content-root .igppv26-wrapper.igppv26-js .igppv26-card{
  opacity: 0;
  transform: translateY(18px);
}.tc-wp-content-root .igppv26-wrapper.igppv26-js .igppv26-card.igppv26-visible{
  opacity: 1;
  transform: translateY(0);
}.tc-wp-content-root .igppv26-wrapper.igppv26-js .igppv26-card.igppv26-visible:hover{
  transform: translateY(-8px) scale(1.01);
}@media (min-width: 1024px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 86px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 28px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 40px;
    max-width: 980px;
    white-space: nowrap;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 18px;
    margin-bottom: 36px;
    font-size: 17px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    gap: 24px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 292px;
    padding: 34px 26px 30px;
    border-radius: 24px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 66px;
    height: 66px;
    border-radius: 20px;
    margin-bottom: 24px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 27px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 20px;
    margin-bottom: 13px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 15px;
  }}@media (min-width: 768px) and (max-width: 1023px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 68px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 24px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 34px;
    max-width: 780px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 16px;
    margin-bottom: 30px;
    font-size: 16px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 266px;
    padding: 30px 22px 26px;
    border-radius: 22px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 60px;
    height: 60px;
    border-radius: 18px;
    margin-bottom: 21px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 24px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 18px;
    margin-bottom: 11px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 14px;
  }}@media (min-width: 430px) and (max-width: 767px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 52px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 16px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 28px;
    max-width: 520px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 12px;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 1.58;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 232px;
    padding: 22px 14px 20px;
    border-radius: 18px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 50px;
    height: 50px;
    border-radius: 15px;
    margin-bottom: 16px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 20px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 15px;
    margin-bottom: 8px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 12.5px;
    line-height: 1.48;
  }}@media (min-width: 375px) and (max-width: 429px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 46px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 12px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 25px;
    max-width: 360px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    line-height: 1.5;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 11px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 220px;
    padding: 18px 10px 17px;
    border-radius: 16px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 46px;
    height: 46px;
    border-radius: 14px;
    margin-bottom: 14px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 18px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 14px;
    margin-bottom: 7px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 11.8px;
    line-height: 1.43;
  }}@media (min-width: 320px) and (max-width: 374px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 40px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 22px;
    max-width: 300px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 9px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 1.45;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 214px;
    padding: 16px 8px 15px;
    border-radius: 14px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 17px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 13px;
    margin-bottom: 6px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 11px;
    line-height: 1.38;
  }}@media (max-width: 319px) {.tc-wp-content-root .igppv26-wrapper .igppv26-section{
    padding: 36px 0;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-container{
    padding: 0 10px;
  }.tc-wp-content-root .igppv26-wrapper h2{
    font-size: 21px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-intro{
    margin-top: 9px;
    margin-bottom: 16px;
    font-size: 12px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-grid{
    grid-template-columns: 1fr;
    gap: 10px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card{
    min-height: 210px;
    padding: 18px 12px;
    border-radius: 14px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-icon{
    width: 42px;
    height: 42px;
    border-radius: 13px;
    margin-bottom: 12px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-i{
    font-size: 17px;
  }.tc-wp-content-root .igppv26-wrapper h3{
    font-size: 14px;
    margin-bottom: 6px;
  }.tc-wp-content-root .igppv26-wrapper .igppv26-card p{
    font-size: 11.5px;
  }}