* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #3d3d3d;
  background-color: #ffffff;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font-family: inherit;
}

h1 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  color: #3d3d3d;
}

h2 {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 600;
  line-height: 1.2;
  color: #3d3d3d;
}

h3 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  line-height: 1.2;
  color: #3d3d3d;
}

h4 {
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 500;
  line-height: 1.2;
  color: #3d3d3d;
}

.body-lg {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
}

.body-lg-bold {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.body-lg-italic {
  font-size: clamp(17px, 1.6vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  font-style: italic;
}

.body-md {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 400;
  line-height: 1.5;
}

.body-md-bold {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 700;
  line-height: 1.5;
}

.body-sm {
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.3;
}

.body-xs {
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 400;
  line-height: 1.3;
}

.body-xs-medium {
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: 500;
  line-height: 1.3;
}

.lead-md {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  line-height: 1.5;
}

.button-md {
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.5;
}

.h1-cp {
  font-family: "Poppins", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.25;
  color: #4781ae;
}

.lead-md-medium {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 500;
  line-height: 1.5;
  color: #3d3d3d;
}

.body-xl-bold {
  font-size: clamp(18px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}

.button-xl {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;
  line-height: 1.5;
}

.content-container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 768px) {
  .content-container {
    padding: 0 16px;
  }
}

.ref-link {
  color: #6b43b9;
  text-decoration: underline;
  font-size: 11.61px;
  vertical-align: super;
  line-height: 0;
}

.tick-icon,
.tick-icon-green {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.top-strip-wrapper {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #9ebfdb;
}
.top-strip-wrapper .content-container {
  padding-top: 8px;
  padding-bottom: 8px;
}

.top-strip__text {
  font-size: 12px;
  font-weight: 400;
  color: #4f4f4f;
  text-align: center;
  letter-spacing: 0.72px;
  line-height: 1.5;
}

.site-header-wrapper {
  width: 100%;
  background-color: #e8eef7;
  height: 100px;
}
.site-header-wrapper .content-container {
  height: 100%;
}

.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 768px) {
  .site-header__container {
    justify-content: center;
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.logo__sygnet {
  width: 70px;
  height: 70px;
  position: relative;
  flex-shrink: 0;
}
.logo__sygnet img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo__type {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  white-space: nowrap;
}

.logo__type-main {
  font-size: 24px;
  font-weight: 700;
  color: #2c5578;
}

.logo__type-sub {
  font-size: 20px;
  font-weight: 500;
  color: #00bd84;
}

.nav {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 768px) {
  .nav {
    display: none;
    position: fixed;
    top: 134px;
    left: 0;
    width: 100%;
    background-color: #e8eef7;
    flex-direction: column;
    padding: 24px 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .nav.active {
    display: flex;
  }
}

.nav__link {
  font-size: 14px;
  font-weight: 500;
  color: #366793;
  line-height: 1.3;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.nav__link:hover {
  opacity: 0.8;
}

.nav__divider {
  width: 1px;
  height: 100%;
  color: #4781ae;
}
@media (max-width: 768px) {
  .nav__divider {
    display: none;
  }
}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  width: 30px;
  height: 25px;
  padding: 0;
}
@media (max-width: 768px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  width: 100%;
  height: 3px;
  background-color: #366793;
  transition: all 0.3s;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.hero-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.hero-wrapper .content-container {
  padding-top: 32px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .hero-wrapper .content-container {
    padding-bottom: 32px;
  }
}

.hero__container {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero__content {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
}

.hero__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__text h1 {
  color: #3d3d3d;
}

.hero__lead {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 400;
  color: #4781ae;
  line-height: 1.5;
}

.hero__badge {
  width: 198px;
  height: 198px;
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

@media (max-width: 768px) {
  .hero__badge--desktop {
    display: none;
  }
}

.hero__badge--mobile {
  display: none;
}
@media (max-width: 768px) {
  .hero__badge--mobile {
    display: flex;
    margin-top: 24px;
  }
}

.hero__badge-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero__badge-text {
  position: relative;
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 156px;
}

.hero__badge-main {
  font-size: 26px;
  font-weight: 700;
  color: #ffff7f;
  line-height: 1;
}

.hero__badge-sub {
  font-size: clamp(16px, 1.4vw, 18px);
  font-weight: 400;
  color: #eafff6;
  line-height: 1.5;
}

.hero__image-wrap {
  width: 100%;
  height: 600px;
  max-height: 960px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hero__image-wrap {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .hero__image-wrap {
    height: 300px;
  }
}

.hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.problem-wrapper {
  width: 100%;
  background-color: #f4f7fb;
}
.problem-wrapper .content-container {
  max-width: 896px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .problem-wrapper .content-container {
    padding-bottom: 32px;
  }
}

.problem__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.problem__intro {
  width: 100%;
}

.problem__info-box {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.problem__info-heading {
  color: #4781ae;
}

.problem__info-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.problem__info-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.problem__impact {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.problem__impact-text {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: center;
}

.problem__impact-highlight {
  color: #00bd84;
}

.section-product-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.section-product-wrapper .content-container {
  max-width: 1024px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .section-product-wrapper .content-container {
    padding-top: 32px;
  }
}

.section-product__layout {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.section-product__media {
  width: 400px;
  max-width: 400px;
  height: 530px;
  max-height: 530px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .section-product__media {
    width: 100%;
    max-width: 400px;
    height: auto;
    max-height: none;
  }
}

.section-product__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  border-radius: 4px;
}

.section-product__content {
  flex: 1;
  min-width: 530px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .section-product__content {
    min-width: 100%;
  }
}

.section-product__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-product__heading {
  color: #00bd84;
}

.section-product__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-product__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-ingredients-wrapper {
  width: 100%;
  position: relative;
  background-color: #f6f6f6;
}
.section-ingredients-wrapper .content-container {
  max-width: 1024px;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-ingredients-wrapper .content-container {
    padding-bottom: 32px;
  }
}

.section-ingredients__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/6e1388b67888ff65445047fa8734cc83b8daf381.png");
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0.08;
  pointer-events: none;
}

.section-ingredients__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-ingredients__edu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #3d3d3d;
}
.section-ingredients__edu h2 {
  width: 100%;
}

.section-ingredients__content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.section-ingredients__headline {
  background-color: #e3dac5;
  padding: 16px;
  border-radius: 8px;
  text-align: center;
}
.section-ingredients__headline h3 {
  color: #3d3d3d;
}

.section-ingredients__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 32px;
  border-radius: 8px;
  justify-items: center;
}
@media (max-width: 768px) {
  .section-ingredients__grid {
    grid-template-columns: 1fr;
  }
}

.ingredient-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 282px;
  width: 100%;
}

.ingredient-card__image-wrap {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.ingredient-card__image {
  width: 100%;
  height: 248.66px;
  max-width: 248.66px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.ingredient-card__title {
  text-align: center;
  color: #876447;
}

.section-ingredients__promise {
  width: 100%;
}

.section-testimonials-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.section-testimonials-wrapper .content-container {
  max-width: 896px;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .section-testimonials-wrapper .content-container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.section-testimonials__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-testimonials__heading {
  color: #3d3d3d;
}

.section-testimonials__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testimonial-card {
  background-color: #e8eef7;
  border-left: 4px solid #4781ae;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-card p {
  color: #3d3d3d;
}

.offer-wrapper {
  width: 100%;
  background-color: #eafff6;
}
.offer-wrapper .content-container {
  max-width: 896px;
  padding-top: 64px;
  padding-bottom: 64px;
}

.offer__container {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.offer__intro {
  text-align: center;
  color: #3d3d3d;
}

.offer__intro-highlight {
  color: #00bd84;
  font-weight: 700;
}

.offer__box {
  background-color: #ffffff;
  border: 1px solid #00bd84;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.offer__heading {
  text-align: center;
  color: #4781ae;
  padding-bottom: 24px;
}

.offer__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .offer__list {
    flex-direction: column;
  }
}

.offer__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 190px;
  flex-shrink: 0;
}

.offer__item-circle {
  background-color: #f4f7fb;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  padding: 40px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}
.offer__item-circle p {
  color: #4781ae;
  text-align: center;
  white-space: pre-line;
  line-height: 1.5;
}

.offer__item-icon {
  width: 50px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
}
.offer__item-icon img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__arrow {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
}
.offer__arrow img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .offer__arrow--right {
    display: none;
  }
}

.offer__arrow--down {
  display: none;
}
@media (max-width: 768px) {
  .offer__arrow--down {
    display: block;
  }
}

.offer__info-box {
  background-color: #f4f7fb;
  border: 1px solid #4781ae;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}
.offer__info-box p {
  color: #3d3d3d;
}

.offer__info-note {
  color: #2c5578 !important;
}

.offer__reminder {
  text-align: center;
  color: #3d3d3d;
}

.offer__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 32px;
}

.offer__button {
  background-color: #00bd84;
  border-radius: 8px;
  padding: 20px 32px 20px 48px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #f6f6f6;
  transition: opacity 0.2s;
  width: 100%;
  justify-content: center;
  text-wrap: nowrap;
}
.offer__button:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .offer__button {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    gap: 8px;
    text-wrap: wrap;
  }
}

.offer__button-icon {
  width: 40px;
  height: 40px;
  min-width: 64px;
  position: relative;
  flex-shrink: 0;
}
.offer__button-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer__cta-note {
  text-align: center;
  color: #2c5578;
}

.footer-wrapper {
  width: 100%;
  background-color: #273d55;
}
.footer-wrapper .content-container {
  max-width: 1024px;
  padding-top: 16px;
  padding-bottom: 64px;
}

.footer__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #f6f6f6;
}

.footer__legal-copyright {
  margin-bottom: 0.5rem;
}

.footer__legal-links {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.5rem;
  flex-wrap: wrap;
}
.footer__legal-links a {
  text-decoration: underline;
}
.footer__legal-links a:hover {
  opacity: 0.8;
}
@media (max-width: 400px) {
  .footer__legal-links {
    flex-direction: column;
  }
}

.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #f6f6f6;
}
.footer__text a {
  color: #f6f6f6;
}

.footer__text--mb {
  margin-bottom: 20px;
}

.footer__text--italic {
  font-style: italic;
}
.footer__text--italic strong {
  font-weight: 700;
}

.footer__divider {
  width: 100%;
  height: 1px;
  background-color: #4781ae;
  flex-shrink: 0;
}

.footer__refs {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer__refs-heading {
  color: #f6f6f6;
  padding-bottom: 8px;
  text-align: center;
}

.footer__refs-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__refs-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.footer__refs-item p {
  color: #f6f6f6;
}

.footer__refs-index {
  width: 25px;
  flex-shrink: 0;
  text-align: right;
}

.footer__link {
  color: #f6f6f6;
  text-decoration: underline;
  word-break: break-all;
}
.footer__link:hover {
  opacity: 0.8;
}

.product-cp-wrapper {
  width: 100%;
  background: linear-gradient(to bottom, #f3faf3 0%, #ffffff 34.377%);
}
.product-cp-wrapper .content-container {
  max-width: 1328px;
  padding: 80px 64px 10px 64px;
}
@media (max-width: 1400px) {
  .product-cp-wrapper .content-container {
    padding: 20px 64px 10px 64px;
  }
}
@media (max-width: 768px) {
  .product-cp-wrapper .content-container {
    padding: 32px 16px;
  }
}

.product-cp__layout {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .product-cp__layout {
    flex-direction: column;
    align-items: center;
  }
}

.product-cp__media {
  width: 486px;
  max-width: 486px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .product-cp__media {
    width: 100%;
    max-width: 100%;
  }
}

.product-cp__image {
  width: 100%;
  aspect-ratio: 1600/1345;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1400px) {
  .product-cp__image {
    width: 80%;
  }
}

.product-cp__content {
  flex: 1;
  max-width: 663px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .product-cp__content {
    max-width: 100%;
    padding-right: 0;
  }
}

.product-cp__heading {
  width: 100%;
}

.product-cp__lead {
  width: 100%;
}

.product-cp__text {
  width: 100%;
}

.promo-bar-wrapper {
  width: 100%;
  background-color: #fff0d4;
}
.promo-bar-wrapper .content-container {
  max-width: 1328px;
  padding: 16px 64px;
}
@media (max-width: 768px) {
  .promo-bar-wrapper .content-container {
    padding: 16px 16px;
  }
}

.promo-bar__container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-bar__text {
  text-align: center;
  width: 100%;
  color: #3d3d3d;
}

.offer-cp-wrapper {
  width: 100%;
  background-color: #ffffff;
}
.offer-cp-wrapper .content-container {
  max-width: 1328px;
  padding: 20px 64px;
}
@media (max-width: 768px) {
  .offer-cp-wrapper .content-container {
    padding: 32px 16px;
  }
}

.offer-cp__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.offer-cp__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 24px;
  width: 100%;
}

.offer-cp__cta-button {
  background-color: #00bd84;
  border-radius: 8px;
  padding: 20px 32px 20px 48px;
  max-width: 609px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
  border: none;
  cursor: pointer;
  transition: opacity 0.2s;
}
.offer-cp__cta-button:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .offer-cp__cta-button {
    padding: 20px 24px;
    max-width: 100%;
  }
}

.offer-cp__phone-link {
  background-color: #00bd84;
  border-radius: 8px;
  padding: 20px 48px;
  max-width: 609px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f6f6f6;
  text-decoration: none;
  transition: opacity 0.2s;
  font-weight: 700;
}
.offer-cp__phone-link:hover {
  opacity: 0.9;
}
@media (max-width: 768px) {
  .offer-cp__phone-link {
    padding: 20px 24px;
    max-width: 100%;
  }
}

.offer-cp__button-icon {
  width: 40px;
  height: 40px;
  min-width: 64px;
  position: relative;
  flex-shrink: 0;
}
.offer-cp__button-icon img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.offer-cp__cta-note {
  text-align: center;
  color: #2c5578;
}

.offer-cp__info {
  max-width: 792px;
  text-align: center;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 768px) {
  .offer-cp__info {
    padding: 0;
  }
}

.offer-cp__schedule {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.offer-cp__schedule p {
  color: #3d3d3d;
}

.offer-cp__expiry {
  color: #ff2626;
}/*# sourceMappingURL=style.css.map */