#diamonds {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fourc-tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: -8px; /* Adjust as necessary for vertical offset */
  left: 70%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--color-gray-5); /* Arrow color */
  z-index: 2;
  pointer-events: none;
}

.hero-text-container {
  z-index: 8;
}

.hero-section__video::after {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background: linear-gradient(
    270deg,
    #28292b 0.07%,
    rgba(40, 41, 43, 0) 91.77%
  );
}

.fourc__product-container:nth-of-type(3) .fourc__text-container h3 > em::after {
  left: 0%;
  top: 20%;
  content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230%22%20height%3D%2226%22%20viewBox%3D%220%200%2030%2026%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2026L27.5%200L29.5%206.5L0%2026Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 13px;
  height: 13px;
}

.fourc__product-container:nth-of-type(4) .fourc__text-container h3 > em > em {
  /* Gradient text styles */
  background: linear-gradient(180deg, #467ef2 0%, #0e1d3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  /* ======================================== */
  /* Breakpoint: 1024px and above            */
  /* ======================================== */
  .header-main {
    height: 94px !important;
  }

  .hero-section {
    max-height: calc(100dvh - 94px);
  }

  .hero-text-container {
    align-self: flex-end;
    padding-left: 60px;
    padding-right: 90px;
    padding-bottom: 64px;
  }

  .hero-text-container__title {
    max-width: 577px;
  }

  .hero-text-container__desc {
    max-width: 230px;
  }

  .hero-text-container__desc a {
    margin-top: 61px;
  }

  .fourc__container {
    padding-top: 96px;
  }

  .fourc__product-container {
    max-height: calc(100vh - 94px);
    height: 100%;
  }

  .fourc__product-video {
    max-width: 282px !important;
    height: 396px !important;
  }

  .fourc__text-container {
    max-width: 456px;
  }

  .fourc__list-container {
    list-style: none;
    padding-left: 0;
  }

  .fourc__list-container li {
    position: relative;
    padding-left: 40px;
    line-height: 28px;
  }

  .fourc__list-container li::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
  }

  .fourc-tooltip {
    position: absolute;
    right: -60%;
    top: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out;
  }

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

  .fourc__left-image {
    width: 80% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-fit: cover;
    object-position: 20% 0%;
  }

  .fourc__product-container:nth-of-type(3) .fourc__left-image img {
    object-position: 10% 0%;
  }

  .fourc__product-container:nth-of-type(2)
    .fourc__text-container
    h3
    > em
    > em::after {
    left: 30%;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
  }

  .fourc__product-container:nth-of-type(5)
    .fourc__text-container
    h3
    > em::after {
    left: 63%;
    top: -3%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below             */
  /* ======================================== */

  .header-main {
    height: 64px !important;
  }

  .hero-section {
    height: calc(100dvh - 64px) !important;
    /* margin-top: 64px !important; */
    padding: 0px !important;
  }

  .hero-section__video::after {
    display: none !important;
  }

  .hero-section__video video {
    object-fit: cover;
  }

  .hero-section__logo {
    width: 58px;
    height: 47px;
    top: 24px !important;
    right: 20px !important;
    left: unset !important;
  }

  .hero-text-container {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 28px;
    padding-left: 24px;
    padding-right: 16px;
    padding-bottom: 32px;
    margin-top: auto;
  }

  .hero-text-container h1 {
    font-size: 40px !important;
  }

  .hero-text-container__title h2 {
    font-size: 44px !important;
    font-weight: 300 !important;
    line-height: 110% !important;
    letter-spacing: -0.44px !important;
  }

  .hero-text-container__title p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 116% !important;
    letter-spacing: -0.28px !important;
  }

  .hero-text-container__desc p {
    display: none !important;
  }

  .fourc__product-container:nth-of-type(2)
    .fourc__text-container
    h3
    > em
    > em::after {
    left: 4% !important;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
    scale: 0.5;
  }

  .fourc__product-container:nth-of-type(5)
    .fourc__text-container
    h3
    > em
    > em::after {
    left: -15%;
    right: 0%;
    top: 7%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 7px;
    height: 10px;
    scale: 0.4;
  }

  .fourc__product-container {
    max-height: calc(100dvh - 64px);
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .fourc__left {
    width: 100% !important;
    height: 55% !important;
    flex-direction: column;
    gap: 8px;
  }

  .fourc__left h4 {
    font-size: 12px !important;
    line-height: 116% !important;
    letter-spacing: -0.24px !important;
    padding: 20px 0 0 16px !important;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 80% !important;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 0% 90%;
  }
  .fourc__product-container:nth-of-type(3) .fourc__left-image img {
    object-position: 0% 50%;
  }

  .fourc__product-container:nth-of-type(4) .fourc__left-image img {
    object-position: 0% 10%;
  }
  .fourc__product-container:nth-of-type(5) .fourc__left-image img {
    object-position: 0% 50%;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-video {
    width: 132px !important;
    height: 163px !important;
    right: 19px !important;
  }

  .fourc__right {
    width: 100% !important;
    padding: 16px !important;
    padding-top: 0px !important;
    max-width: 100% !important;
  }

  .fourc__text-container {
    width: 100% !important;
    gap: 12px !important;
  }

  .fourc__text-container h3 {
    font-size: 18px !important;
    line-height: 116%;
    letter-spacing: -0.48px !important;
    max-width: 72% !important;
  }

  .fourc__text-container ul {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0px !important;
    flex-wrap: wrap !important;
  }

  .fourc__text-container > div:first-of-type {
    width: 100% !important;
  }

  .fourc__list-container li {
    font-size: 14px !important;
    position: relative !important;
    margin-left: 28px;
    white-space: nowrap !important;
  }

  .fourc__list-container li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: -28px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
  }

  .fourc__label-container {
    width: 75%;
    height: 43px;
  }

  .fourc__label-container img {
    width: 35px !important;
    height: 35px !important;
  }

  .fourc__label-text-container h5,
  .fourc__label-text-container p {
    font-size: 10px !important;
  }

  .fourc__pagination {
    left: 91% !important;
  }

  .fourc-tooltip {
    position: absolute;
    font-size: 8px !important;
    right: 150% !important;
    left: unset !important;
    top: -30% !important;
    border-radius: 2px !important;
  }

  .fourc-tooltip::after {
    content: "";
    top: 50% !important;
    bottom: 0%;
    margin: auto 0 !important;
    left: unset !important;
    right: -6px !important;
    border-left: 8px solid var(--color-gray-5);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
    transform: translateY(-50%);
  }

  .fourc__pagination > span {
    width: 18px !important;
    height: 18px !important;
    bottom: -30px !important;
  }
}

@media screen and (max-width: 767px) and (min-height: 750px) {
  /* ======================================== */
  /* Breakpoint: 767px and below, height 750px+ */
  /* ======================================== */
  .fourc__left {
    height: 60% !important;
  }

  .fourc__text-container h3 {
    font-size: 24px !important;
  }

  .fourc__text-container {
    gap: 20px !important;
  }

  .fourc__text-container a {
    margin-top: 16px !important;
  }

  /* .fourc__pagination {
    top: 15% !important;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1023.98px            */
  /* ======================================== */
  .header-main {
    height: 64px !important;
  }
  .hero-section {
    margin-bottom: 0px !important;
    padding: 0px !important;
    height: calc(100dvh - 118px) !important;
  }

  .hero-section__logo {
    top: 100px !important;
  }
  .hero-text-container {
    padding-left: 36px;
    padding-right: 56px;
  }

  .hero-text-container__title h2 {
    font-size: 40px !important;
    line-height: 110%;
    letter-spacing: -0.4px;
  }

  .hero-text-container__desc {
    width: 230px !important;
  }

  .hero-section__video > div:first-of-type {
    align-items: flex-end !important;
    padding-bottom: 48px !important;
  }

  .fourc__product-container:nth-of-type(2)
    .fourc__text-container
    h3
    > em::after {
    left: 4% !important;
    top: 50%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%223%22%20viewBox%3D%220%200%2014%203%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0.500122%200.500122C5.5676%202.96012%208.45462%203.31616%2013.5001%200.500122%22%20stroke%3D%22%2328292B%22%20stroke-opacity%3D%220.6%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 13px;
    height: 13px;
    scale: 0.7;
  }

  .fourc__product-container:nth-of-type(5)
    .fourc__text-container
    h3
    > em::after {
    left: 60%;
    top: 3%;
    content: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%225.75%22%20fill%3D%22white%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223.75%22%20fill%3D%22%2328292B%22%20stroke%3D%22black%22%20stroke-width%3D%220.5%22%2F%3E%3C%2Fsvg%3E");
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 10px;
    height: 10px;
    scale: 0.5;
  }

  .fourc__product-container {
    max-height: calc(100dvh - 118px);
    height: 100%;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }

  .fourc__left {
    width: 100% !important;
    height: 70%;
    flex-direction: column;
    gap: 24px;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 80% !important;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 0% 80%;
  }

  .fourc__product-video {
    width: 233px !important;
    height: 344px !important;
    right: 24px !important;
  }

  .fourc__right {
    width: 100% !important;
    padding-left: 36px !important;
    padding-top: 0px !important;
    max-width: 70% !important;
  }

  .fourc__text-container {
    width: 100% !important;
    gap: 20px !important;
  }

  .fourc__text-container h3 {
    font-size: 24px !important;
    line-height: 116%;
    letter-spacing: -0.48px !important;
  }

  .fourc__text-container ul {
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 0px !important;
  }

  .fourc__list-container li {
    font-size: 14px !important;
    position: relative !important;
    margin-left: 28px;
    white-space: nowrap !important;
  }

  .fourc__list-container li::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(11, 11, 11, 0.02);

    position: absolute;
    left: -28px;
    top: 0%;
    bottom: 0%;
    margin: auto 0;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20d%3D%22M1.25%204.625L3.875%207.25L9.875%201.25%22%20stroke%3D%22%230B0B0B%22%20stroke-opacity%3D%220.8%22%20stroke-width%3D%222.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E");

    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px 9px;
  }

  .fourc__label-container {
    width: 320px;
    height: 60px;
  }

  .fourc__label-text-container h5,
  .fourc__label-text-container p {
    font-size: 10px !important;
  }

  .fourc__pagination {
    height: 4% !important;
    left: 92% !important;
  }

  .fourc-tooltip {
    position: absolute;
    top: 120%;
    font-size: 10px !important;
    left: -245% !important;
  }

  .fourc-tooltip::after {
    left: 85% !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.98px          */
  /* ======================================== */
  .hero-section {
    padding: 0px !important;
  }

  .hero-section__video::after {
    width: 60% !important;
  }

  .fourc__left {
    width: 55% !important;
  }

  .fourc__product-video {
    max-width: 290px !important;
    height: 436px !important;
    right: -25% !important;
  }

  .fourc__left-image {
    width: 566px !important;
    height: 1145px !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .fourc__product-container:nth-of-type(2) .fourc__left-image img {
    object-position: 32% 0%;
  }

  .fourc__text-container {
    max-width: 338px !important;
    justify-content: flex-end !important;
    margin-bottom: 10vh !important;
  }

  .fourc__text-container > h4:first-of-type {
    position: absolute !important;
    top: 64px !important;
    right: 4% !important;
  }

  .fourc__pagination {
    height: 20vh !important;
    justify-content: flex-start !important;
    flex-direction: column;
  }

  .fourc-tooltip {
    position: absolute;
    font-size: 10px !important;
    left: -245% !important;
    right: unset !important;
  }

  .fourc-tooltip::after {
    left: 85% !important;
  }
}

@media screen and (max-width: 1023px) {
  /* ======================================== */
  /* Breakpoint: 1023px and below            */
  /* ======================================== */
  .fourc__left-image {
    position: relative;
  }

  .fourc__left-image::after {
    width: 20%;
    height: 100%;
    display: block;
    content: "";
    position: absolute;
    right: -8%;
    top: 0%;
    bottom: 0;
    margin: auto 0;
    background: linear-gradient(
      269deg,
      rgba(40, 41, 43, 0.6) 0.48%,
      rgba(40, 41, 43, 0) 89.39%
    );
  }
}

@media screen and (min-width: 1920px) {
  /* ======================================== */
  /* Breakpoint: 1920px and above            */
  /* ======================================== */
  .fourc__left-image {
    width: 100% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .fourc__product-video {
    right: -10% !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  /* ======================================== */
  /* Breakpoint: 1280px - 1366px             */
  /* ======================================== */
  .fourc__text-container {
    gap: 40px !important;
  }

  .fourc__text-container h3 {
    font-size: 40px !important;
  }

  .fourc__text-container > div > p {
    max-width: 70% !important;
  }

  .fourc__list-container {
    flex-direction: row !important;
    margin-bottom: 10px !important;
    gap: 12px !important;
  }

  .fourc__list-container li {
    font-size: 18px !important;
    white-space: nowrap;
  }

  .fourc__left {
    max-height: 100vh;
    max-width: 25% !important;
  }

  .fourc__left-image {
    width: 100% !important;
    height: 100% !important;
  }

  .fourc__left-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .fourc__product-video {
    right: -50% !important;
  }

  .fourc__right {
    width: 70% !important;
  }

  .fourc-tooltip {
    right: 115% !important;
    left: unset !important;
    top: 20% !important;
  }

  .fourc-tooltip::after {
    content: "";
    top: 50% !important;
    bottom: 0%;
    margin: auto 0 !important;
    left: unset !important;
    right: -6px !important;
    border-left: 8px solid var(--color-gray-5);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: none;
    transform: translateY(-50%);
  }

  .fourc__product-video {
    width: 203px !important;
    height: 285px !important;
  }
}

@media screen and (min-width: 1280px) and (max-height: 700px) {
  .fourc__text-container {
    gap: 40px !important;
  }

  .hero-text-container__desc p {
    font-size: 12px !important;
  }

  .hero-text-container__desc a {
    margin-top: 25px !important;
  }
}

@media screen and (min-width: 1280px) {
  .fourc__text-container h4 {
    margin-bottom: auto !important;
  }

  .fourc__text-container a {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 1440px) and (max-height: 700px) {
  .fourc__text-container {
    gap: 20px !important;
  }
}

@media screen and (min-width: 1280px) and (max-height: 800px) {
  .fourc__pagination {
    height: 9% !important;
  }
}

@media screen and (min-width: 1920px) {
  .fourc__text-container h4 {
    margin-bottom: auto !important;
  }

  .fourc__text-container a {
    margin-bottom: 72px !important;
  }

  .fourc__pagination {
    height: 9% !important;
  }
}

/* ======================================== */
/* FOUR TRUTHS SECTION                      */
/* ======================================== */

.four-truths {
  width: 100%;
  background-color: var(--color-white);
  position: relative;
  z-index: 1;
}

.four-truths__header {
  text-align: center;
  padding-top: 90px;
  padding-bottom: 62px;
}

.four-truths__title {
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 116%;
  letter-spacing: -0.88px;
  color: var(--color-gray-4);
  margin-bottom: 0;
}

.four-truths__title em {
  font-style: normal;
  font-weight: 400;
}

.four-truths__subtitle {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 126%;
  letter-spacing: -0.32px;
  color: var(--color-gray-4);
  margin-top: 20px;
  margin-bottom: 0;
}

.four-truths__container {
  display: flex;
  width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 92px;
}

.four-truths__navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
}

.four-truths__nav-arrow {
  border: 1.25px solid #e0e0e0;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: var(--color-gray-4);
  transition: all 0.3s ease;
  background-color: var(--color-white);
}

.four-truths__nav-arrow:hover {
  background-color: rgba(11, 11, 11, 0.05);
  border-color: rgba(11, 11, 11, 0.3);
}

.four-truths__nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.four-truths__nav-item {
  font-family: var(--font-secondary);
  font-weight: 300;
  line-height: 140%;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  color: #999999;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  transition: color 0.3s ease;
}

.four-truths__nav-item:hover {
  color: var(--color-gray-3);
}

.four-truths__nav-item--active {
  font-weight: 400;
  color: var(--color-gray-4);
}

.four-truths__content {
  flex: 1;
  position: relative;
}

.four-truths__slides-wrapper {
  position: relative;
  width: 100%;
}

.four-truths__slide {
  display: none;
  align-items: center;
  width: 100%;
}

.four-truths__slide.is-active {
  display: flex;
  animation: slideUp 0.5s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.four-truths__slide-content-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
}

.four-truths__slide-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex-shrink: 0;
}

.four-truths__slide-heading {
  font-family: var(--font-secondary);
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -1.2px;
  color: var(--color-gray-4);
  margin: 0;
  text-transform: capitalize;
  border-bottom: 1px solid #a8a8a8;
}

.four-truths__slide-line {
  display: none;
}

.four-truths__slide-description {
  display: flex;
  flex-direction: column;
}

.four-truths__slide-description p {
  font-family: var(--font-primary);
  font-weight: 300;
  line-height: 126%;
  letter-spacing: -0.28px;
  color: var(--color-gray-2);
  margin: 0;
}

.four-truths__slide-link {
  font-family: var(--font-primary);
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  color: var(--color-gray-3);
  text-decoration: none;
  align-items: center;
  transition: color 0.3s ease;
}

.four-truths__slide-link span:first-child {
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding-right: 4px;
}

.four-truths__slide-link-arrow {
  margin-left: 12px;
}

.four-truths__slide-link:hover {
  color: var(--color-gray-4);
}

.four-truths__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

/* ======================================== */
/* Responsive: 1280px                       */
/* ======================================== */

/* ======================================== */
/* Breakpoint: 1280px and above            */
/* ======================================== */
@media screen and (min-width: 1280px) {
  .four-truths__header {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .four-truths__title {
    font-size: 38px;
    letter-spacing: -0.76px;
  }

  .four-truths__subtitle {
    font-size: 14px;
    margin-top: 16px;
  }

  .four-truths__container {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
    gap: 40px;
  }

  .four-truths__navigation {
    min-width: 90px;
    gap: 40px;
  }

  .four-truths__nav-arrow {
    width: 48px;
    height: 60px;
    font-size: 18px;
  }

  .four-truths__nav-list {
    gap: 40px;
  }

  .four-truths__nav-item {
    font-size: 14px;
    letter-spacing: 1.68px;
  }

  .four-truths__slide-content {
    width: 100%;
    gap: 50px;
  }

  .four-truths__slide-size {
    padding-left: 42px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 320px;
  }

  .four-truths__slide-heading {
    font-size: 50px;
    letter-spacing: -1px;
    padding-bottom: 6px;
  }

  .four-truths__slide-description {
    gap: 16px;
  }

  .four-truths__slide-description p {
    font-size: 13px;
  }

  .four-truths__slide-link {
    font-size: 13px;
  }

  .four-truths__slide-image {
    width: 520px;
    height: 520px;
  }
}

/* ======================================== */
/* Breakpoint: 1440px and above            */
/* ======================================== */
@media screen and (min-width: 1440px) {
  .four-truths__title {
    font-size: 44px;
  }

  .four-truths__subtitle {
    font-size: 16px;
  }

  .four-truths__nav-arrow {
    width: 56px;
    height: 72px;
  }

  .four-truths__slide-size {
    padding-left: 50px;
  }

  .four-truths__nav-item {
    font-size: 16px;
  }

  .four-truths__slide-link {
    font-size: 14px;
  }

  .four-truths__nav-list {
    gap: 50px;
  }

  .four-truths__navigation {
    min-width: 100px;
    gap: 50px;
  }

  .four-truths__slide-description p {
    font-size: 14px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 394px;
  }

  .four-truths__slide-heading {
    font-size: 60px;
  }

  .four-truths__subtitle {
    margin-top: 20px;
  }

  .four-truths__header {
    padding-bottom: 62px;
  }

  .four-truths__slide-description {
    gap: 20px;
  }

  .four-truths__container {
    padding-left: 70px;
    padding-right: 70px;
    gap: 84px;
  }

  .four-truths__slide-content {
    gap: 60px;
  }

  .four-truths__slide-image {
    width: 620px;
    height: 580px;
    flex-shrink: 0;
    overflow: hidden;
  }
}

/* ======================================== */
/* Breakpoint: 1920px and above            */
/* ======================================== */
@media screen and (min-width: 1920px) {
  .four-truths__header {
    padding-top: 110px;
    padding-bottom: 75px;
  }

  .four-truths__title {
    font-size: 52px;
    letter-spacing: -1.04px;
  }

  .four-truths__subtitle {
    font-size: 18px;
    margin-top: 24px;
  }

  .four-truths__container {
    padding-left: 90px;
    padding-right: 90px;
    padding-bottom: 110px;
    gap: 80px;
    max-width: 1920px;
    margin: 0 auto;
  }

  .four-truths__navigation {
    min-width: 120px;
    gap: 60px;
  }

  .four-truths__nav-arrow {
    width: 64px;
    height: 80px;
    font-size: 22px;
  }

  .four-truths__nav-list {
    gap: 60px;
  }

  .four-truths__nav-item {
    font-size: 18px;
    letter-spacing: 2.16px;
  }

  .four-truths__slide-content {
    gap: 70px;
  }

  .four-truths__slide-size {
    padding-left: 62px;
  }

  .four-truths__slide-size:not(.four-truths__slide-heading) {
    width: 450px;
  }

  .four-truths__slide-heading {
    font-size: 70px;
    letter-spacing: -1.4px;
  }

  .four-truths__slide-description {
    gap: 24px;
  }

  .four-truths__slide-description p {
    font-size: 16px;
    letter-spacing: -0.32px;
  }

  .four-truths__slide-link {
    font-size: 16px;
    letter-spacing: 0.48px;
  }

  .four-truths__slide-image {
    width: 720px;
    height: 720px;
  }
}

/* ======================================== */
/* Breakpoint: 1025.98px and below         */
/* ======================================== */
@media screen and (max-width: 1025.98px) {
  .four-truths-mobile {
    width: 100%;
    height: 100dvh;
    display: flex;
    flex-direction: column;
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
  }

  /* Header - Figma: pt-32px pb-40px px-16px gap-12px */
  .four-truths-mobile__header {
    text-align: center;
    padding: 32px 16px 40px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* Title - Figma: Fraunces Light 28px, line-height 1.16, tracking -0.56px, color #0b0b0b */
  .four-truths-mobile__title {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.56px;
    color: #0b0b0b;
    margin: 0;
    width: 328px;
    max-width: 100%;
  }

  .four-truths-mobile__title em {
    font-style: normal;
    font-weight: 400;
  }

  /* Subtitle - Figma: Inter Light 12px, line-height 1.26, tracking -0.24px */
  .four-truths-mobile__subtitle {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: #0b0b0b;
    margin: 0;
  }

  /* Slider - Figma: Image area is 528px, takes remaining space minus controls */
  .four-truths-mobile__slider {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
  }

  .four-truths-mobile__slide {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
  }

  .four-truths-mobile__slide.is-active {
    display: block;
    animation: fourTruthsMobileFadeIn 0.5s ease forwards;
  }

  @keyframes fourTruthsMobileFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  .four-truths-mobile__slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Slide Overlay - Figma: gradient #28292B to transparent, content at bottom */
  .four-truths-mobile__slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 16px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
  }

  /* Gradient layer behind overlay content */
  .four-truths-mobile__slide-overlay::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 436px;
    background: linear-gradient(
      to top,
      #28292b 0.2%,
      rgba(40, 41, 43, 0) 62.793%
    );
    pointer-events: none;
    z-index: 1;
  }

  /* Slide Heading - Figma: Fraunces Regular 28px, line-height 100%, tracking -0.56px, white, capitalize */
  .four-truths-mobile__slide-heading {
    font-family: var(--font-secondary);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.56px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
    z-index: 1;
  }

  /* Slide Description - Figma: Inter Light 14px, line-height 1.26, tracking -0.28px, rgba(255,255,255,0.75) */
  .four-truths-mobile__slide-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 1;
  }

  .four-truths-mobile__slide-description p {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
  }

  /* Slide Link - Figma: 14px, tracking 0.42px, gap 12px */
  .four-truths-mobile__slide-link {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    align-items: center;
    gap: 12px;
    z-index: 1;
  }

  .four-truths-mobile__slide-link span:first-child {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .four-truths-mobile__slide-link-arrow {
    display: flex;
    align-items: center;
    width: 22px;
  }

  .four-truths-mobile__slide-link-arrow svg {
    width: 22px;
    height: auto;
  }

  /* Controls - Figma: White background area at bottom, px-16, height ~90px */
  .four-truths-mobile__controls {
    flex-shrink: 0;
    padding: 28px 16px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background-color: var(--color-white);
  }

  /* Progress Bar - Figma: width varies, height 6px with 1px track line */
  .four-truths-mobile__progress {
    flex: 1;
    height: 6px;
    position: relative;
    display: flex;
    align-items: center;
  }

  /* Track line - Figma: 1px height, full width, gray color */
  .four-truths-mobile__progress-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: #d9d9d9;
  }

  /* Progress indicator - Figma: 6px height, 25% width, #e6e6e6, rounded 30px */
  .four-truths-mobile__progress-bar {
    position: absolute;
    top: 0;
    height: 6px;
    width: 25%;
    background-color: #e6e6e6;
    border-radius: 30px;
    transition: left 0.3s ease;
    left: 0;
  }

  /* Progress bar positions based on data attribute */
  .four-truths-mobile__progress-bar[data-slide="0"] {
    left: 0;
  }

  .four-truths-mobile__progress-bar[data-slide="1"] {
    left: 25%;
  }

  .four-truths-mobile__progress-bar[data-slide="2"] {
    left: 50%;
  }

  .four-truths-mobile__progress-bar[data-slide="3"] {
    left: 75%;
  }

  /* Navigation Arrows - Figma: gap 8px */
  .four-truths-mobile__arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
  }

  /* Arrow Button - Figma: 48x36px, border 1px rgba(40,40,40,0.5), rounded 60px */
  .four-truths-mobile__arrow {
    width: 48px;
    height: 36px;
    border: 1px solid rgba(40, 40, 40, 0.5);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-gray-3);
    background-color: transparent;
    transition: all 0.3s ease;
  }

  .four-truths-mobile__arrow svg {
    width: 16px;
    height: 16px;
  }

  .four-truths-mobile__arrow:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-color: rgba(40, 40, 40, 0.7);
  }

  .four-truths-mobile__arrow:active {
    transform: scale(0.95);
  }

  /* Hidden state for conditional arrows */
  .four-truths-mobile__arrow--hidden {
    display: none;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .four-truths-mobile__slider {
    height: 604px !important;
    overflow: hidden;
    flex: unset !important;
  }

  .four-truths-mobile__slide-overlay {
    flex-direction: row !important;
  }
} */

/* ======================================== */
/* Breakpoint: 768px - 1279.98px           */
/* ======================================== */
@media screen and (min-width: 768px) and (max-width: 1279.98px) {
  .four-truths-tablet {
    width: 100%;
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
    margin-bottom: 100px;
    padding-top: 100px;
  }

  /* Header */
  .four-truths-tablet__header {
    text-align: center;
    padding: 40px 32px 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .four-truths-tablet__title {
    font-family: var(--font-secondary);
    font-size: 36px;
    font-weight: 300;
    line-height: 1.16;
    letter-spacing: -0.72px;
    color: #0b0b0b;
    margin: 0;
  }

  .four-truths-tablet__title em {
    font-style: normal;
    font-weight: 400;
  }

  .four-truths-tablet__subtitle {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: #0b0b0b;
    margin: 0;
  }

  /* Slider Container */
  .four-truths-tablet__slider {
    position: relative;
    padding: 0 0px !important;
    margin-bottom: 0;
  }

  /* Slide */
  .four-truths-tablet__slide {
    display: none;
    flex-direction: column;
    gap: 40px;
  }

  .four-truths-tablet__slide.is-active {
    display: flex;
    animation: fourTruthsTabletFadeIn 0.5s ease forwards;
  }

  @keyframes fourTruthsTabletFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* Slide Image */
  .four-truths-tablet__slide-image {
    width: 100%;
    height: 604px !important;
    object-fit: cover;
    display: block;
    position: relative;
    margin-bottom: 0;
  }

  /* Slide Content Container - Flex Row */
  .four-truths-tablet__slide-content {
    padding: 0 50px 0 60px !important;
    display: flex;
    flex-direction: row;
    align-items: flex-start !important;
    gap: 40px;
    padding: 0;
    max-height: 135px !important;
    justify-content: space-between;
  }

  /* Slide Heading - Left Side */
  .four-truths-tablet__slide-heading {
    font-family: var(--font-secondary);
    font-size: 60px !important;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.84px;
    color: #0b0b0b;
    margin: 0;
    text-transform: capitalize;
    flex-shrink: 0;
    min-width: 200px;
  }

  /* Slide Right Container - Contains description and link */
  .four-truths-tablet__slide-right {
    display: flex;
    flex-direction: column;
    gap: 50px;
    flex: 1;
    max-width: 274px !important;
  }

  /* Slide Description - Right Side */
  .four-truths-tablet__slide-description {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .four-truths-tablet__slide-description p {
    font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.3px;
    color: #6b6965;
    margin: 0;
  }

  /* Slide Link - Inside right container */
  .four-truths-tablet__slide-link {
    color: #28292b;
    font-size: 12px;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
  }

  .four-truths-tablet__slide-link em {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-right: 0px;
  }

  .four-truths-tablet__slide-link:hover {
    color: var(--color-gray-3);
  }

  /* Controls - Overlapping with Image */
  .four-truths-tablet__controls {
    position: absolute;
    bottom: 200px;
    left: 32px;
    right: 32px;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    pointer-events: none;
    z-index: 100;
  }

  .four-truths-tablet__controls::after {
    z-index: 5;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -32px !important;
    margin: 0 auto;
    content: "";
    display: block;
    width: 150vw;
    height: 200%;
    background: linear-gradient(
      0deg,
      #28292b 0.07%,
      rgba(40, 41, 43, 0) 91.77%
    );
    transform: translateX(-5%);
  }

  /* Progress Bar */
  .four-truths-tablet__progress {
    flex: 1;
    height: 6px;
    position: relative;
    display: flex;
    align-items: center;
    pointer-events: auto;
    z-index: 20;
  }

  .four-truths-tablet__progress-track {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5);
  }

  .four-truths-tablet__progress-bar {
    position: absolute;
    top: 0;
    height: 6px;
    width: 25%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 30px;
    transition: left 0.3s ease;
    left: 0;
  }

  /* Navigation Arrows */
  .four-truths-tablet__arrows {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
    pointer-events: auto;
    z-index: 20;
  }

  .four-truths-tablet__arrow {
    width: 48px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .four-truths-tablet__arrow svg {
    width: 16px;
    height: 16px;
  }

  .four-truths-tablet__arrow svg path {
    stroke: rgba(255, 255, 255, 0.9);
  }

  .four-truths-tablet__arrow:hover {
    background-color: rgba(255, 255, 255, 0.4);
    border-color: rgba(255, 255, 255, 0.9);
  }

  .four-truths-tablet__arrow:active {
    transform: scale(0.95);
  }

  .four-truths-tablet__arrow--hidden {
    display: none;
  }
}

/* ======================================== */
/* Breakpoint: 768px - 1023.98px           */
/* ======================================== */
@media screen and (min-width: 768px) and (max-width: 1023.98px) {
  .four-truths-tablet__header {
    padding: 32px 24px 24px;
  }

  .four-truths-tablet__title {
    font-size: 40px !important;
    letter-spacing: -0.64px;
  }

  .four-truths-tablet__subtitle {
    font-size: 16px !important;
  }

  .four-truths-tablet__slider {
    padding: 0 24px;
  }

  .four-truths-tablet__slide-heading {
    font-size: 36px;
    letter-spacing: -0.72px;
    min-width: 160px;
  }

  .four-truths-tablet__slide-description p {
    font-size: 14px;
  }

  .four-truths-tablet__controls {
    padding: 20px 24px;
  }
}

/* ======================================== */
/* Breakpoint: 1024px - 1279.98px          */
/* ======================================== */
@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  .four-truths-tablet__header {
    padding: 48px 40px 56px;
  }

  .four-truths-tablet__slider {
    padding: 0 40px;
  }

  .four-truths-tablet__slide-heading {
    font-size: 48px;
    letter-spacing: -0.96px;
    min-width: 220px;
  }

  .four-truths-tablet__slide-description p {
    font-size: 16px;
  }

  .four-truths-tablet__controls {
    padding: 28px 40px;
  }

  .four-truths-tablet__slide-image {
    height: 840px !important;
  }

  .four-truths-tablet__slide-heading {
    color: var(--color-gray-4);
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -1.6px;
    text-transform: capitalize;
  }

  .four-truths-tablet__title {
    font-size: 46px !important;
  }

  .four-truths-tablet__subtitle {
    font-size: 18px !important;
  }

  .four-truths-tablet__slide-right {
    max-width: 455px !important;
  }

  .four-truths-tablet__slide-content {
    max-height: 156px !important;
  }

  .four-truths-tablet__slide-description p {
    font-size: 20px !important;
  }

  .four-truths-tablet__controls::after {
    bottom: -11px !important;
  }
}

/* ======================================== */
/* Breakpoint: 1280px+ width, 700px height  */
/* ======================================== */
@media screen and (min-width: 1280px) and (max-height: 700px) {
  .four-truths__slide-image {
    width: 520px !important;
    height: 420px !important;
  }
  .four-truths__slide-image img {
    object-position: 50% 0% !important;
  }
}

@media screen and (max-width: 430px) and (min-height: 840px) and (max-height: 933px) {
  .four-truths-mobile {
    margin-bottom: 50px !important;
  }
}

/* ======================================== */
/* PERSONAS SECTION                         */
/* ======================================== */

.personas {
  width: 100%;
  background-color: var(--color-white);
}

/* Header */
.personas__header {
  text-align: center;
}

.personas__title {
  margin: 0;
  line-height: 106%;
}

.personas__title em {
  font-style: normal;
  font-weight: 600;
  color: var(--color-gray-4);
}

/* Tabs Container */
.personas__tabs {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

/* Individual Tab */
.personas__tab {
  border-radius: 50px;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  font-weight: 300;
  text-transform: capitalize;
  color: var(--color-gray-4);
}

.personas__tab:hover {
  background: linear-gradient(
    180deg,
    rgba(245, 247, 251, 0.3) 4.11%,
    rgba(234, 237, 246, 0.3) 111.77%
  );
}

.personas__tab--active {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(245, 247, 251, 0.5) 4.11%,
    rgba(234, 237, 246, 0.5) 111.77%
  );
  border: none;
  font-weight: 600;
  color: #101a28;
}

.personas__tab--active::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(235, 223, 207, 0.3) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

/* Content Area */
.personas__content {
  width: 100%;
}

/* Panels */
.personas__panel {
  display: none;
}

.personas__panel--active {
  display: block;
}

/* Layout: Image + Details */
.personas__layout {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

/* Lady Image Wrapper */
.personas__image-wrapper {
  flex-shrink: 0;
  overflow: hidden;
}

.personas__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Details Area (Right Side) */
.personas__details {
  display: flex;
  flex-direction: column;
}

/* Products Row */
.personas__products {
  display: flex;
}

/* Product Card */
.personas__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.6px solid rgba(185, 185, 185, 0.5);
  background: var(--color-white);
}

.personas__card-title {
  font-family: var(--font-secondary);
  font-weight: 100;
  color: var(--color-black);
  text-align: center;
}

.personas__card-image {
  object-fit: contain;
}

/* Description */
.personas__description {
  font-family: var(--font-primary);
  font-weight: 300;
  color: rgba(11, 11, 11, 0.7);
  margin-top: 6px;
}

.personas__description p {
  margin: 0;
}

/* CTA Button */
.personas__cta {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
  border: 3px solid #25396f;
  box-shadow: 0px 27px 22px -19px rgba(99, 99, 99, 0.63);
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--font-primary);
  font-weight: 400;
  text-transform: uppercase;
  transition: opacity 0.3s ease;
}

.personas__cta:hover {
  opacity: 0.9;
  color: var(--color-white);
}

/* ======================================== */
/* Breakpoint: 1280px and above            */
/* ======================================== */
@media screen and (min-width: 1280px) {
  .personas {
    padding-top: 60px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
  }

  .personas__header {
    margin-bottom: 28px;
  }

  .personas__title {
    font-size: 40px;
    letter-spacing: -0.8px;
    color: var(--color-gray-4);
  }

  /* Tabs */
  .personas__tabs {
    margin-bottom: 66px;
    max-width: 53% !important;
    justify-content: space-between !important;
    border-radius: 90px;
    border: 1.32px solid rgba(168, 168, 168, 0.12);
    padding: 8px;
  }

  .personas__tab {
    font-size: 14px;
    letter-spacing: -0.16px !important;
    padding: 15px 22px;
  }

  .personas__tab--active {
    padding: 15px 22px !important;
  }

  /* Layout */
  .personas__layout {
    gap: 40px;
  }

  .personas__image-wrapper {
    width: 420px;
    height: 480px;
    border-radius: 260px 260px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 0px;
    gap: 40px;
  }

  /* Products */
  .personas__products {
    gap: 24px;
  }

  .personas__card {
    width: 190px;
    height: 230px;
    border-radius: 300px;
  }

  .personas__card-title {
    font-size: 20px;
    letter-spacing: -0.48px;
    margin-top: 0px;
  }

  .personas__card-image {
    width: 140px;
    height: 140px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 420px;
    padding-left: 12px !important;
  }

  .personas__description p {
    font-size: 14px;
    line-height: 154%;
    letter-spacing: -0.28px;
  }

  .personas__description p + p {
    margin-top: 14px;
  }

  /* CTA */
  .personas__cta {
    width: 280px;
    padding: 16px;
    font-size: 11px;
    letter-spacing: 1px;
    border-radius: 100px;
    margin-left: 12px;
  }
}

/* ======================================== */
/* Breakpoint: 1440px and above            */
/* ======================================== */
@media screen and (min-width: 1440px) {
  .personas {
    padding-top: 72px;
    padding-left: 94px;
    padding-right: 94px;
    padding-bottom: 100px;
  }

  .personas__header {
    margin-bottom: 32px;
  }

  .personas__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }

  /* Tabs */
  .personas__tabs {
    margin-bottom: 58px;
  }

  .personas__tab {
    font-size: 16px;
    letter-spacing: 0.8px;
  }

  /* Layout */
  .personas__layout {
    gap: 44px;
  }

  .personas__image-wrapper {
    width: 485px;
    height: 570px;
    border-radius: 300px 300px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 0px;
    gap: 48px;
  }

  /* Products */
  .personas__products {
    gap: 29px;
  }

  .personas__card {
    width: 221px;
    height: 280px;
    border-radius: 360px;
  }

  .personas__card-title {
    margin-top: 0px;
  }

  .personas__card-image {
    width: 130px;
    height: 130px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 489px;
  }

  .personas__description p {
    line-height: 154%;
    letter-spacing: -0.32px;
  }

  .personas__description p + p {
    margin-top: 16px;
  }

  /* CTA */
  .personas__cta {
    width: 320px;
    padding: 18px 16px;
    font-size: 12px;
    letter-spacing: 1.2px;
    border-radius: 108px;
  }
}

/* ======================================== */
/* Breakpoint: 1920px and above            */
/* ======================================== */
@media screen and (min-width: 1920px) {
  .personas {
    padding-top: 90px;
    padding-left: 120px;
    padding-right: 120px;
    padding-bottom: 120px;
  }

  .personas__header {
    margin-bottom: 40px;
  }

  .personas__title {
    font-size: 56px;
    letter-spacing: -1.12px;
  }

  /* Tabs */
  .personas__tabs {
    gap: 40px;
    margin-bottom: 70px;
  }

  .personas__tab {
    width: 380px;
    height: 88px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }

  /* Layout */
  .personas__layout {
    gap: 60px;
  }

  .personas__image-wrapper {
    width: 580px;
    height: 720px;
    border-radius: 360px 360px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 60px;
    gap: 56px;
  }

  /* Products */
  .personas__products {
    gap: 36px;
  }

  .personas__card {
    width: 221px;
    height: 280px;
    border-radius: 420px;
  }

  .personas__card-title {
    font-size: 32px;
    letter-spacing: -0.64px;
    margin-top: 0px;
  }

  .personas__card-image {
    width: 130px;
    height: 130px;
    margin-bottom: 0px;
  }

  /* Description */
  .personas__description {
    max-width: 560px;
  }

  .personas__description p {
    font-size: 18px;
    line-height: 154%;
    letter-spacing: -0.36px;
  }

  .personas__description p + p {
    margin-top: 20px;
  }

  /* CTA */
  .personas__cta {
    width: 380px;
    padding: 24px 16px;
    font-size: 14px;
    letter-spacing: 1.4px;
    border-radius: 120px;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below            */
  /* ======================================== */
  .personas__header {
    margin-bottom: 20px;
  }
  .personas__title {
    font-size: 24px !important;
  }

  .personas__tabs {
    width: 75%;
    gap: 3px;
    padding: 3px;
    border-radius: 60px;
    border: 0.853px solid rgba(168, 168, 168, 0.12);
    margin-bottom: 32px;
    justify-content: space-between !important;
  }

  .personas__tab {
    font-size: 9px !important;
    line-height: 140%;
    letter-spacing: -0.08px;
    white-space: nowrap;
    padding: 10px;
    text-transform: capitalize;
    border: none;
  }

  .personas__content {
    padding: 12px;
  }

  .personas__layout {
    flex-direction: column !important;
  }

  .personas__products {
    width: 100%;
    margin-top: 16px;
    justify-content: center;
    gap: 8px;
  }

  .personas__card {
    border: none;
    flex-direction: column-reverse;
  }

  .personas__card-title {
    color: #000;

    text-align: center;
    font-family: Fraunces;
    font-size: 12px;
    font-style: normal;
    font-weight: 100;
    line-height: 100%;
    letter-spacing: -0.24px;
  }

  .personas__card-image {
    width: 100px;
    height: 100px;
    border-radius: 360px;
    border: 0.6px solid rgba(185, 185, 185, 0.5);
  }

  .personas__details {
    width: 100%;
    align-items: center;
  }

  .personas__description {
    color: rgba(11, 11, 11, 0.7);
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 154%;
    letter-spacing: -0.24px;
    margin-top: 40px;
    width: 100%;
  }

  .personas__cta {
    margin-top: 28px;
    width: 280px;
    padding: 14px 16px;
    border-radius: 108px;
    border: 3px solid #25396f;
    background: linear-gradient(180deg, #283c73 0%, #0d1323 100%);
    box-shadow: 0 27px 22px -19px rgba(99, 99, 99, 0.63);

    color: #fff;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 181.818% */
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 413px) {
  .personas__tabs {
    width: 85% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1025px              */
  /* ======================================== */
  .personas {
    padding-top: 56px;
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 100px;
  }

  .personas__header {
    margin-bottom: 32px;
  }

  .personas__title {
    font-size: 32px;
    letter-spacing: -0.96px;
  }

  /* Tabs */
  .personas__tabs {
    gap: 14px;
    margin-bottom: 20px;
  }

  .personas__tab {
    font-size: 12px;
    padding: 12px 16px;
    letter-spacing: 0.8px;
    white-space: nowrap;
    border: none;
  }

  .personas__tab--active {
    padding: 14px 16px;
  }

  /* Layout */
  .personas__layout {
    gap: 28px;
  }

  .personas__image-wrapper {
    width: 321px;
    height: 572px;
    aspect-ratio: 321/572;
    border-radius: 300px 300px 0 0;
  }

  /* Details */
  .personas__details {
    padding-top: 50px;
    gap: 48px;
  }

  /* Products */
  .personas__products {
    gap: 14px;
  }

  .personas__card {
    width: 116px;
    height: 192px;
    border-radius: 360px;
    padding: 40px 20px;
  }

  .personas__card-title {
    font-size: 14px;
    letter-spacing: -0.56px;
  }

  .personas__card-image {
    width: 90px;
    height: 90px;
  }

  /* Description */
  .personas__description {
    max-width: 489px;
    padding-left: 12px;
  }

  .personas__description p {
    font-size: 16px;
    line-height: 154%;
    letter-spacing: -0.32px;
  }

  .personas__description p + p {
    margin-top: 16px;
  }

  /* CTA */
  .personas__cta {
    width: 220px;
    padding: 12px 16px;
    font-size: 10px;
    letter-spacing: 1px;
    border-radius: 20px;
    margin-left: 12px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.97px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.97px          */
  /* ======================================== */
  .personas {
    height: 100vh !important;
  }
  .personas__title {
    font-size: 52px !important;
  }

  .personas__tabs {
    gap: 20px !important;
    border: none !important;
    margin-bottom: 56px !important;
  }

  .personas__tab {
    font-size: 16px !important;
    text-transform: capitalize !important;

    padding: 20px 30px !important;
  }

  .personas__card {
    width: 153.138px;
    height: 253.47px;
    justify-content: space-between;
  }

  .personas__card-title {
    font-size: 18px !important;
  }

  .personas__card-image {
    width: 117px !important;
    height: 117px !important;
  }

  .personas__description {
    max-width: 344px !important;
  }

  .personas__image-wrapper {
    width: 423.488px;
    height: 755.635px;
    aspect-ratio: 423.49/755.64;
  }

  .personas__details {
    gap: 31px !important;
  }

  .personas__products {
    margin-bottom: 120px !important;
  }
}

/* ======================================== */
/* PROMISE SECTION                          */
/* ======================================== */

.promise__features li {
  font-family: var(--font-secondary);
}

@media screen and (min-width: 1280px) {
  /* ======================================== */
  /* Breakpoint: 1280px and above            */
  /* ======================================== */
  .promise {
    position: relative;
    width: 100%;
    height: 810px;
    background-color: var(--color-white);
    overflow: hidden;
  }

  .promise__gift-box {
    position: absolute;
    left: -50px;
    top: -124px;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }

  .promise__envelope {
    position: absolute;
    right: 24px;
    top: 0;
    width: 641px;
    height: auto;
    z-index: 1;
    pointer-events: none;
  }

  .promise__pen-wrapper {
    position: absolute;
    right: 70px;
    top: 128px;
    z-index: 4;
    pointer-events: none;
  }

  .promise__pen {
    width: 100%;
    height: 100%;
  }

  .promise__card {
    position: absolute;
    left: 13%;
    top: 88px;
    width: 997px;
    height: 628px;
    background-color: var(--color-white);
    box-shadow: 6px 14px 12px rgba(0, 0, 0, 0.12);
    border: 0.76px solid rgba(0, 0, 0, 0.12);
    z-index: 2;
  }

  .promise__content {
    position: relative;
    padding: 57px 0 0 432px;
    height: 100%;
  }

  .promise__title {
    font-family: var(--font-secondary);
    font-size: 140px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -2.8px;
    color: var(--color-gray-4);
    margin-bottom: 28px;
    font-variation-settings: "SOFT" 0, "WONK" 1;
  }

  .promise__intro {
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: var(--color-gray-4);
    margin-bottom: 44px;
    padding-left: 39px;
  }

  .promise__intro p {
    margin-bottom: 0;
  }

  .promise__intro p:last-child {
    font-weight: 500;
  }

  .promise__features {
    list-style: none;
    padding: 0 0 0 39px;
    margin: 0 0 44px 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .promise__features li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: var(--color-gray-2);
    opacity: 0.7;
  }

  .promise__cta {
    align-items: center;
    gap: 12px;
    font-family: var(--font-primary);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: var(--color-gray-3);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-left: 39px;
  }

  .promise__cta:hover {
    opacity: 0.7;
  }

  .promise__cta-read {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .promise__cta-arrow svg {
    width: 22px;
    height: auto;
  }

  .promise__flowers-wrapper {
    position: absolute;
    right: -40px;
    bottom: -60px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .promise__flowers {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  /* ======================================== */
  /* Breakpoint: 767px and below             */
  /* ======================================== */
  .promise__pen-wrapper {
    position: absolute;
    right: -10% !important;
    top: 10%;
    z-index: 4;
    pointer-events: none;
  }
}

@media screen and (max-width: 1025.98px) {
  /* ======================================== */
  /* Breakpoint: 1025.98px and below         */
  /* ======================================== */
  .promise {
    position: relative;
    width: 100%;
    height: 810px;
    background-color: var(--color-white);
    overflow: visible;
  }

  .promise-mobile {
    width: 100% !important;
  }

  .promise-mobile__container {
    max-width: calc(100% - 32px);
    height: 561px;
    overflow: visible;
  }

  .promise__gift-box {
    position: absolute;
    left: -40%;
    top: -160px;
    height: auto;
    z-index: 3;
    pointer-events: none;
  }

  .promise__envelope {
    position: absolute;
    top: -30px;
    right: -100px;
  }

  .promise__pen-wrapper {
    position: absolute;
    right: -10%;
    top: 10%;
    z-index: 4;
    pointer-events: none;
  }

  .promise__pen {
    width: 100%;
    height: 100%;
  }

  .promise__card {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 328px;
    height: 561px;
    background-color: var(--color-white);
    box-shadow: 6px 14px 12px rgba(0, 0, 0, 0.12);
    border: 0.76px solid rgba(0, 0, 0, 0.12);
    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .promise__content {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 28px;
    max-width: 227px;
    margin-bottom: 50px;
  }

  .promise__title {
    text-align: center;
    font-family: var(--font-secondary);
    font-size: 64px;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -1.28px;
  }

  .promise__intro {
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 300;
    line-height: 1.26;
    letter-spacing: -0.24px;
    color: var(--color-gray-4);
  }

  .promise__intro p {
    margin-bottom: 0;
  }

  .promise__intro p:last-child {
    font-weight: 500;
  }

  .promise__features {
    list-style: none;
    padding-left: 0px !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 0 !important;
  }

  .promise__features li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.26;
    letter-spacing: -0.28px;
    color: var(--color-gray-2);
    opacity: 0.7;
  }

  .promise__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: var(--font-primary);
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: var(--color-gray-3);
    text-decoration: none;
    transition: opacity 0.3s ease;
    margin-bottom: 50px;
  }

  .promise__cta:hover {
    opacity: 0.7;
  }

  .promise__cta-read {
    font-weight: 700;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-underline-offset: 19%;
  }

  .promise__cta-arrow {
    display: flex;
    align-items: center;
  }

  .promise__cta-arrow svg {
    width: 22px;
    height: auto;
  }

  .promise__flowers-wrapper {
    position: absolute;
    right: -70px;
    bottom: -80px;
    height: auto;
    z-index: 2;
    pointer-events: none;
    mix-blend-mode: multiply;
  }

  .promise__flowers {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025.98px) {
  /* ======================================== */
  /* Breakpoint: 768px - 1025.98px           */
  /* ======================================== */
  .promise-mobile__container {
    max-width: 50%;
    height: 561px;
    overflow: visible;
    scale: 140%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279.98px) {
  /* ======================================== */
  /* Breakpoint: 1024px - 1279.98px          */
  /* ======================================== */
  .promise-mobile__container {
    width: 609px !important;
    height: 1040px !important;
    max-width: unset !important;
    scale: none !important;
  }

  .promise__envelope {
    right: -30% !important;
  }

  .promise__pen-wrapper {
    right: -10% !important;
  }

  .promise__card {
    width: 609px !important;
    height: 1040px !important;
  }

  .promise__content {
    max-width: 435px !important;
    gap: 52px !important;
  }

  .promise__title {
    font-size: 140px !important;
  }
  .promise__intro {
    margin-top: -24px !important;
  }

  .promise__intro p {
    font-size: 20px !important;
  }

  .promise__features li {
    font-size: 18px !important;
  }

  .promise__content a {
    font-size: 14px !important;
  }

  .promise__flowers-wrapper {
    width: 206px !important;
    height: 317px !important;
  }

  .promise__flowers {
    width: 100%;
    height: 100%;
    scale: 1.4;
  }

  .promise__gift-box {
    top: -250px !important;
    left: -58% !important;
  }
}

@media screen and (min-width: 1920px) {
  /* ======================================== */
  /* Breakpoint: 1920px and above            */
  /* ======================================== */
  .promise {
    max-width: 1440px !important;
    height: calc(100vh - 94px) !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  /* ======================================== */
  /* Breakpoint: 1280px - 1366px             */
  /* ======================================== */
  .promise__envelope {
    width: 390px;
    height: 212px !important;
  }

  .promise__gift-box {
    width: 428px !important;
    left: 15% !important;
    top: -64px !important;
  }

  .promise__card {
    width: 682px !important;
    height: 429px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
  }

  .promise__title {
    margin-bottom: 15px !important;
  }

  .promise__content {
    padding: 38px 0 0 280px !important;
  }

  .promise__content h2 {
    font-size: 96px !important;
  }

  .promise__intro {
    margin-bottom: 30px !important;
  }

  .promise__intro p {
    font-size: 10px !important;
  }

  .promise__features,
  .promise__intro,
  .promise__cta {
    padding-left: 30px !important;
    margin-left: unset !important;
  }

  .promise__features li {
    font-size: 11px !important;
  }
  .promise__cta {
    font-size: 10px !important;
  }

  .promise__flowers-wrapper {
    width: 210px !important;
    height: 214px !important;
    bottom: 0px !important;
  }

  .promise__pen-wrapper {
    width: 216px !important;
    right: 15% !important;
  }

  .promise__envelope {
    right: 144px !important;
    top: 40px !important;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1399px) and (max-height: 700px) {
  .promise__gift-box {
    top: -44px !important;
    left: 13% !important;
  }
}
