.flex-1 {
  flex: 1;
}

.max-w-515 {
  max-width: 515px;
}

/* START HERO SECTION */
.section-hero {
  background: linear-gradient(
    to right,
    var(--color-deep-blue) 0%,
    var(--color-deep-light-blue) 50%,
    var(--color-deep-blue) 100%
  );
  position: relative;
  overflow: hidden;
}

.section-hero .central-container {
  display: flex;
  min-height: 800px;
  align-items: center;
}

.section-hero .central-container .content {
  flex: 1.08;
  z-index: 5;
}

.section-hero .central-container .content .actions {
  display: flex;
  align-items: center;
  gap: 1.8rem;
}

.section-hero .central-container .content .actions .pricing {
  color: var(--color-white);
}

.section-hero .central-container .content .actions .pricing p {
  font: var(--font-caption);
  opacity: 0.4;
  text-transform: uppercase;
}

.section-hero .central-container .visual {
  position: relative;
  flex: 1;
  align-self: stretch;
}

.section-hero .central-container .visual .hero-woman {
  position: absolute;
  max-width: 1270px;
  min-width: 1200px;
  width: 215%;
  height: auto;
  object-fit: cover;
  bottom: -13%;
  right: -63%;
  z-index: 1;
  pointer-events: none;
}

.section-hero .central-container .visual .message {
  display: flex;
  gap: 1.2rem;
  max-width: 222px;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: color-mix(in srgb, var(--color-white) 10%, transparent);
  backdrop-filter: blur(10px);
  position: absolute;
  bottom: 15%;
  right: -3%;
  z-index: 2;
}

.section-hero .central-container .visual .message .content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.section-hero .central-container .visual .message:first-child {
  margin-left: 50px;
}

.section-hero .central-container .visual .message .read {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.section-hero .central-container .visual .message .read img {
  width: 14px;
  height: 14px;
  opacity: 0.4;
}

.section-hero .central-container .visual .message img {
  width: 41px;
  height: 41px;
  object-fit: cover;
}

.section-hero .central-container .visual .message p {
  color: var(--color-white);
  font-size: 10px;
  line-height: 150%;
  font-weight: 600;
  opacity: 0.4;
}

.section-hero .central-container .visual .message .title {
  font-size: 12px;
  line-height: 130%;
  font-weight: 600;
  opacity: 1;
}

.section-hero .central-container .visual .products {
  max-width: 322px;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  bottom: 59%;
  left: 1%;
}

.section-hero .central-container .visual .products .product-item {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0.8rem 3.2rem 0.8rem 0.8rem;
  border-radius: var(--radius-primary);
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
}

.section-hero .central-container .visual .products .product-item .image-wrapper {
  max-width: 106px;
  width: 100%;
  border-radius: 2rem;
  background-color: color-mix(in srgb, var(--color-white) 14%, transparent);
}

.section-hero .central-container .visual .products .product-item .image-wrapper > img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.section-hero .central-container .visual .products .product-item .info {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
}

.section-hero .central-container .visual .products .product-item .info .top {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.section-hero .central-container .visual .products .product-item .info .top p {
  font: var(--font-caption);
  color: var(--color-white);
  text-transform: uppercase;
  opacity: 0.6;
}

.section-hero .central-container .visual .products .product-item .tag {
  padding: 0.4rem 0.8rem;
  border-radius: 99rem;
  width: fit-content;
  background-color: color-mix(in srgb, var(--color-white) 12%, transparent);
}

.section-hero .central-container .visual .products .product-item .tag p {
  font: var(--font-caption);
  color: var(--color-white);
  text-transform: uppercase;
}

.section-hero .slick-ticker {
  height: fit-content;
  position: absolute;
  bottom: 0;
}

.section-hero .slick-ticker .slick-list {
  margin: 0;
}

@media all and (max-width: 1200px) {
  .section-hero .central-container .visual .hero-woman {
    right: -95%;
    min-width: 1250px;
  }

  .section-hero .central-container .visual .products {
    bottom: 58%;
    left: 15%;
  }
}

@media all and (max-width: 1023px) {
  .section-hero .central-container {
    min-height: 800px;
  }

  .section-hero .central-container .visual .hero-woman {
    min-width: 1060px;
  }

  .section-hero .central-container .visual .products {
    bottom: 47%;
    left: 14%;
  }

  .section-hero .central-container .visual .message {
    bottom: 5%;
  }
}

@media all and (max-width: 900px) {
  .section-hero .central-container .visual .hero-woman {
    right: -127%;
  }
}

@media all and (max-width: 810px) {
  .section-hero .central-container .visual {
    min-height: 350px;
    max-width: 350px;
    margin: 0 auto;
  }

  .section-hero {
    background: linear-gradient(
      var(--color-deep-blue) 0%,
      var(--color-deep-light-blue) 50%,
      var(--color-deep-blue) 100%
    );
  }

  .section-hero .central-container {
    padding-top: 4.6rem;
    min-height: 0;
  }

  .section-hero h6 {
    font: var(--font-heading-6);
  }

  .section-hero .central-container {
    padding-bottom: 0;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }

  .section-hero .button {
    min-width: 100%;
  }

  .section-hero .central-container .content .actions {
    flex-wrap: wrap;
  }

  .section-hero .central-container .visual {
    min-height: 360px;
    min-width: 350px;
  }

  .section-hero .central-container .visual .hero-woman {
    min-width: 0;

    width: 200%;
    bottom: -6%;
    left: -43%;
  }

  .section-hero .central-container .visual .message {
    max-width: 148px;
    gap: 0.6rem;
    padding: 0.8rem;
    border-radius: 0.6rem;
    bottom: 23%;
    right: 0%;
  }

  .section-hero .central-container .visual .message .content {
    gap: 0.3rem;
  }

  .section-hero .central-container .visual .message .read {
    gap: 0.2rem;
  }

  .section-hero .central-container .visual .message .read img {
    width: 7px;
    height: 7px;
  }

  .section-hero .central-container .visual .message img {
    width: 21px;
    height: 21px;
  }

  .section-hero .central-container .visual .message p {
    font-size: 7px;
  }

  .section-hero .central-container .visual .message .title {
    font-size: 8.6px;
  }

  .section-hero .central-container .visual .products {
    max-width: 220px;
    gap: 0.4rem;
    top: 0%;
    left: 4%;
  }

  .section-hero .central-container .visual .products .product-item {
    gap: 1.2rem;
    padding: 0.6rem 1rem 0.6rem 0.6rem;
    border-radius: 1rem;
  }

  .section-hero .central-container .visual .products .product-item .image-wrapper {
    max-width: 50px;
    border-radius: 0.8rem;
  }

  .section-hero .central-container .visual .products .product-item .info .top {
    gap: 0rem;
  }
  .section-hero .central-container .visual .products .product-item .info .top h6 {
    font-size: 1.2rem;
  }

  .section-hero .central-container .visual .products .product-item .info .top p {
    font-size: 0.6rem;
  }
  .section-hero .central-container .visual .products .product-item .tag {
    padding: 0.3rem 0.6rem;
  }

  .section-hero .central-container .visual .products .product-item .tag p {
    font-size: 0.7rem;
  }
}

/* START SECTION TABS */
.tab-products .tab-button:hover {
  color: var(--color-deep-blue);
}

.tab-products .tab-button {
  padding: 1.1rem 0;
}

.section-tabs .central-container p.open-popup {
  font: var(--font-caption);
  color: var(--color-gray-800);
  text-transform: uppercase;
}

.section-tabs .central-container p.open-popup a {
  color: inherit;
}

/* END SECTION TABS */

/* START TREATMENT OPTIONS SECTION */
.section-treatment-options > .central-container {
  padding: 8.2rem 0.8rem;
}

.section-treatment-options .central-container .headline,
.section-treatment-options .central-container .disclaimer {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.section-treatment-options .central-container .cards {
  display: flex;
  gap: 0.8rem;
}

.section-treatment-options .central-container .cards .treatment-card {
  flex: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 4.6rem;
  border-radius: var(--radius-primary);
  background-color: var(--color-light-blue);
}

.section-treatment-options .central-container .cards .treatment-card .image-wrapper {
  width: 100%;
  max-width: 400px;
  position: relative;
  min-height: 288px;
  display: flex;
  overflow: hidden;
}

.section-treatment-options .central-container .cards .treatment-card:first-child .image-wrapper {
  justify-content: center;
  align-items: center;
}

.section-treatment-options .central-container .cards .treatment-card:last-child .image-wrapper {
  justify-content: end;
  align-items: end;
}

.section-treatment-options .central-container .cards .treatment-card:last-child .image-wrapper > img {
  max-width: 268px;
  width: 100%;
  height: auto;
  object-fit: cover;
  z-index: 2;
}

.section-treatment-options .central-container .cards .treatment-card .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 408px;
  gap: 2.4rem;
}

.section-treatment-options .treatment-card:last-child .image-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 66px;
  background: linear-gradient(to right, #e1eaf6, transparent);
  pointer-events: none;
  z-index: 1;
}

.section-treatment-options .treatment-card:last-child .image-wrapper::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 66px;
  background: linear-gradient(to left, #e1eaf6, transparent);
  pointer-events: none;
  z-index: 1;
}
/* messages */
.section-treatment-options .treatment-card .messages {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  height: fit-content;
}

.section-treatment-options .treatment-card .message {
  display: flex;
  gap: 1.2rem;
  width: 100%;
  max-width: 222px;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background-color: var(--color-white);
}

.section-treatment-options .treatment-card .message:last-child {
  background-color: var(--color-light-steel-blue);
}
.section-treatment-options .treatment-card .message .content {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.section-treatment-options .treatment-card .message:first-child {
  margin-left: 50px;
}

.section-treatment-options .treatment-card .message .avatar-wrapper {
  border-radius: 99px;
  width: fit-content;
  height: fit-content;
}

.section-treatment-options .treatment-card .message:first-child .avatar-wrapper {
  background-color: var(--color-gray-50);
}

.section-treatment-options .treatment-card .message:last-child .avatar-wrapper {
  background-color: color-mix(in srgb, var(--color-white) 50%, transparent);
}

.section-treatment-options .treatment-card .message .read {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}

.section-treatment-options .treatment-card .message .read img {
  width: 14px;
  height: 14px;
  opacity: 0.4;
}

.section-treatment-options .treatment-card .message img {
  width: 41px;
  height: 41px;
  border-radius: inherit;
  object-fit: cover;
}

.section-treatment-options .treatment-card .message p {
  font-size: 10px;
  line-height: 150%;
  font-weight: 600;
  opacity: 0.4;
}

.section-treatment-options .treatment-card .message .title {
  font-size: 11.4px;
  line-height: 130%;
  font-weight: 600;
  opacity: 1;
}

/* ticker */
.section-treatment-options .ticker-wrapper {
  min-height: 83px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
  z-index: 0;
}

.section-treatment-options .ticker-wrapper .list {
  display: flex;
  margin: 0;
  height: fit-content;
  width: 100%;
}

.section-treatment-options .ticker-wrapper .slick-list {
  margin: 0;
}

.section-treatment-options .ticker-wrapper .list .item {
  display: flex;
  margin-left: 0.1rem;
  margin-right: 0.1rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--color-light-steel-blue);
  gap: 0.3rem;
  width: 83px;
  height: 83px;
  padding: 1rem;
  border-radius: 13.6px;
}

.section-treatment-options .ticker-wrapper .list .item img {
  width: 40px;
  height: 40px;
}

.section-treatment-options .ticker-wrapper .list .item .caption {
  font-size: 7.1px;
  line-height: 130%;
  font-weight: 600;
  text-align: center;
}

@media all and (max-width: 810px) {
  .section-treatment-options > .central-container {
    padding: 4.6rem 0.8rem;
  }

  .section-treatment-options .central-container .cards {
    flex-direction: column;
  }

  .section-treatment-options .central-container .cards .treatment-card {
    padding: 3.2rem 2rem;
    gap: 2rem;
  }

  .section-treatment-options .central-container .cards .treatment-card .bottom {
    gap: 1.8rem;
  }

  .section-treatment-options .treatment-card:last-child .image-wrapper::before {
    width: 45px;
  }

  .section-treatment-options .treatment-card:last-child .image-wrapper::after {
    width: 45px;
  }

  .section-treatment-options .central-container .cards .treatment-card .image-wrapper {
    min-height: 0;
  }

  .section-treatment-options .central-container .cards .treatment-card:last-child .image-wrapper > img {
    max-width: 214px;
  }

  .section-treatment-options .central-container .cards .treatment-card:first-child .image-wrapper {
    padding: 1rem 0;
  }

  /* messages */
  /* .section-treatment-options .treatment-card .message {
    max-width: 148px;
    gap: 0.6rem;
    padding: 0.8rem;
    border-radius: 0.6rem;
    bottom: 5%;
    right: 0%;
  }

  .section-treatment-options .treatment-card .message .content {
    gap: 0.3rem;
  }

  .section-treatment-options .treatment-card .message .read {
    gap: 0.2rem;
  }

  .section-treatment-options .treatment-card .message .read img {
    width: 7px;
    height: 7px;
  }

  .section-treatment-options .treatment-card .message img {
    width: 21px;
    height: 21px;
  }

  .section-treatment-options .treatment-card .message p {
    font-size: 7px;
  }

  .section-treatment-options .treatment-card .message .title {
    font-size: 8.6px;
  } */

  /* ticker */
  /* .section-treatment-options .ticker-wrapper {
    min-height: 40px;
  }

  .section-treatment-options .ticker-wrapper .list .item {
    margin-left: 0.05rem;
    margin-right: 0.05rem;
    gap: 0.15rem;
    width: 40px;
    height: 40px;
    padding: 0.5rem;
    border-radius: 6.2px;
  }

  .section-treatment-options .ticker-wrapper .list .item img {
    width: 18.3px;
    height: 18.3px;
  }

  .section-treatment-options .ticker-wrapper .list .item .caption {
    font-size: 3.25px;
  } */
}
/* END TREATMENT OPTIONS SECTION */

/* START VIRTUAL CARE SECTION */
.section-virtual-care .central-container .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4rem;
}

.section-virtual-care .central-container .cards .benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3.2rem;
  border-radius: var(--radius-primary);
  background-color: var(--color-gray-50);
  gap: 2.8rem;
  min-height: 260px;
}

.section-virtual-care .central-container .cards .benefit-card .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  border-radius: 2rem;
  background-color: var(--color-gray-200);
}

.section-virtual-care .central-container .cards .benefit-card .icon-wrapper img {
  width: 24px;
  height: 24px;
}

@media all and (max-width: 1200px) {
  .section-virtual-care .central-container .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 600px) {
  .section-virtual-care .central-container .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-virtual-care .central-container .cards .benefit-card {
    min-height: 0px;
    padding: 2.4rem;
  }
}
/* END VIRTUAL CARE SECTION */

/* SECTION TABS */
.w-620 {
  max-width: 620px;
}
/* END SECTION TABS */

/* START HOW WORKS SECTION */
.section-how-works {
  background-color: var(--color-soft-blue);
}

.section-how-works .central-container {
  display: flex;
  /* align-items: center; */
}

.section-how-works .central-container .content {
  display: flex;
  flex-direction: column;
  padding-top: 10rem;
}

.section-how-works .central-container .content .accordions {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.section-how-works .central-container .visual {
  position: relative;
}

.section-how-works .central-container .visual > img {
  width: 100%;
  height: auto;
  object-fit: cover;
  pointer-events: none;
}

.section-how-works .central-container .visual .summary {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 1.6rem 2.4rem;
  border-radius: 1.6rem;
  background-color: var(--color-white);
  max-width: 190px;
  position: absolute;
  top: 58%;
  right: 0;
}

.section-how-works .central-container .visual .summary p:first-child {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}

.section-how-works .central-container .visual .summary .line {
  width: 100%;
  height: 5px;
  background-color: var(--color-gray-200);
  border-radius: 0.5rem;
}

.section-how-works .central-container .visual .summary .line.inner {
  width: 41%;
  background-color: var(--color-soft-blue);
}

.section-how-works .central-container .visual .summary p:nth-of-type(2) {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
}

.section-how-works .central-container .visual .summary .list {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin-left: 6px;
}

.section-how-works .central-container .visual .summary .list .item {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}

.section-how-works .central-container .visual .summary .list .item .bullet {
  width: 3px;
  height: 3px;
  background-color: var(--color-gray-800);
  border-radius: 99rem;
}

.section-how-works .central-container .visual .summary .list .item p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-gray-800);
}

.section-how-works .central-container .visual .options {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  max-width: 246px;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 19%;
  left: 15%;
}

.section-how-works .central-container .visual .options .option {
  display: flex;
  width: 100%;
  padding: 1.9rem 1.8rem;
  gap: 1.2rem;
  align-items: center;
  background-color: var(--color-white);
  border-radius: var(--radius-tertiary);
}

.section-how-works .central-container .visual .options .option .bullet {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 0.4rem;
  border: 1px solid var(--color-gray-200);
}

.section-how-works .central-container .visual .options .option p {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 140%;
}

@media all and (max-width: 1100px) {
  .section-how-works .central-container .content {
    padding-top: 64px;
  }
}

@media all and (max-width: 1000px) {
  .section-how-works .central-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .section-how-works .central-container .content {
    padding-top: 0;
  }

  .section-how-works .central-container .visual {
    max-width: 430px;
  }

  .section-how-works .central-container .visual .options {
    top: 6%;
    left: -1%;
  }

  .section-how-works .central-container .visual .options {
    max-width: 190px;
    top: 17%;
    left: 3%;
  }

  .section-how-works .central-container .visual .options .option {
    padding: 1.4rem 1.3rem;
    gap: 0.8rem;
    align-items: center;
    border-radius: 1.2rem;
  }

  .section-how-works .central-container .visual .options .option .bullet {
    width: 14px;
    height: 14px;
    border-radius: 0.3rem;
  }

  .section-how-works .central-container .visual .options .option p {
    font-size: 1.1rem;
  }

  .section-how-works .central-container .visual .summary {
    gap: 1rem;
    padding: 1.2rem 2rem;
    border-radius: 1.2rem;
    max-width: 170px;
    top: 58%;
    right: 0;
  }

  .section-how-works .central-container .visual .summary p:first-child {
    font-size: 1.6rem;
  }
  .section-how-works .central-container .visual .summary .line {
    height: 4px;
  }

  .section-how-works .central-container .visual .summary .line.inner {
    width: 35%;
  }

  .section-how-works .central-container .visual .summary p:nth-of-type(2) {
    font-size: 1.1rem;
  }

  .section-how-works .central-container .visual .summary .list {
    margin-left: 4px;
  }

  .section-how-works .central-container .visual .summary .list .item {
    gap: 0.4rem;
  }

  .section-how-works .central-container .visual .summary .list .item .bullet {
    width: 2px;
    height: 2px;
  }

  .section-how-works .central-container .visual .summary .list .item p {
    font-size: 0.9rem;
  }
}
/* END HOW WORKS  SECTION */

/* START CONDITIONS SECTION */

.section-conditions .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.8rem;
}

.section-conditions .condition-card {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem;
  padding-left: 3.2rem;
  background: var(--color-gray-50);
  text-decoration: none;
  color: inherit;
  border-radius: var(--radius-primary);
}

.section-conditions .condition-card:last-child {
  grid-column: 2;
}

.section-conditions .condition-card h6 {
  flex: 1;
}

.section-conditions .condition-card .icon-wrapper {
  width: 106px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  background: var(--color-gray-200);
}

.section-conditions .condition-card .icon-wrapper img {
  width: 48px;
  height: 48px;
}

@media all and (max-width: 1200px) {
  .section-conditions .cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-conditions .condition-card:last-child {
    grid-column: 1;
  }
}

@media all and (max-width: 810px) {
  .section-conditions .cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-conditions .condition-card:last-child {
    grid-column: 1;
  }

  .section-conditions .condition-card .icon-wrapper {
    width: 86px;
    height: 86px;
  }

  .section-conditions .condition-card .icon-wrapper img {
    width: 40px;
    height: 40px;
  }
}
/* END CONDITIONS SECTION */

/* START MEMBERSHIP SECTION */
.section-membership .image-wrapper > img {
  position: absolute;
  top: 0;
  left: 0;
}

.section-membership .image-wrapper .message {
  left: auto;
  bottom: 26%;
  right: 13%;
  max-width: 240px;
}

@media all and (max-width: 1080px) {
  .section-membership .image-wrapper > img {
    top: auto;
    bottom: -15%;
  }

  .section-membership .image-wrapper .message {
    bottom: 15%;
  }
}

@media all and (max-width: 1000px) {
  .section-membership .image-wrapper > img {
    bottom: 0%;
  }
}

@media all and (max-width: 810px) {
  .section-membership .image-wrapper > img {
    bottom: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 125%;
  }
}
/* END MEMBERSHIP SECTION */

/* START SECTION OPTIONS */
.section-options .central-container .cards {
  display: flex;
  gap: 2.4rem;
  padding: 4.6rem 0;
}

.section-options .central-container .cards .divider {
  background-color: var(--color-gray-100);
  width: 1px;
  align-self: stretch;
  display: block;
}

.section-options .central-container .option-card {
  min-height: 200px;
  flex: 1;
}

.section-options .central-container .option-card .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.2rem;
  height: 100%;
}

@media all and (max-width: 810px) {
  .section-options .central-container .cards {
    flex-direction: column;
  }

  .section-options .central-container .option-card .content {
    justify-content: center;
    gap: 2.4rem;
  }

  .section-options .central-container .cards .divider {
    width: 100%;
    height: 1px;
  }

  .section-options .central-container .option-card {
    min-height: 0px;
  }

  .section-options .central-container .cards {
    padding: 2rem 0 0 0;
  }
}
/* END SECTION OPTIONS */

/* START SOLUTION SECTION */
.section-solution {
  background: linear-gradient(to bottom, var(--color-deep-blue), var(--color-deep-light-blue));
}

.section-solution .central-container {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}

.section-solution .central-container > .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.section-solution .central-container .content p:last-child {
  font: var(--font-sm);
  opacity: 0.8;
}

.section-solution .central-container .visual {
  position: relative;
}

.section-solution .central-container .visual .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-width: 420px;
  pointer-events: none;
}

.section-solution .central-container .visual .cards {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 280px;
  overflow: hidden;
  position: absolute;
  top: 8%;
  left: 13%;
  z-index: -1;
}

.section-solution .central-container .visual .cards .gradient {
  height: 84px;
  background: linear-gradient(
    to bottom,
    color-mix(in srgb, #7293c3 0%, transparent) 0%,
    color-mix(in srgb, #81a0cd 100%, transparent) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}

.section-solution .central-container .visual .cards .p-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background-color: color-mix(in srgb, var(--color-white) 20%, transparent);
  backdrop-filter: blur(10px);
  border-radius: 1.4rem;
  padding: 1rem;
}

.section-solution .central-container .visual .cards .p-card img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.section-solution .central-container .visual .cards .p-card .content {
  flex: 1;
  display: flex;
  gap: 0.4rem;
  padding-right: 0.7rem;
}

.section-solution .central-container .visual .cards .p-card .content .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.section-solution .central-container .visual .cards .p-card .content .info p:first-child {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 140%;
  color: var(--color-white);
}

.section-solution .central-container .visual .cards .p-card .content .info p:last-child {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 140%;
  color: var(--color-white);
  opacity: 0.4;
}

.section-solution .central-container .visual .cards .p-card .content .tag {
  height: fit-content;
  padding: 0.5rem 0.8rem;
  background-color: var(--color-white);
  border-radius: 99rem;
}

.section-solution .central-container .visual .cards .p-card .content .tag p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 140%;
}

@media all and (max-width: 1050px) {
  .section-solution .central-container .visual .cards {
    top: -5%;
  }
}

@media all and (max-width: 810px) {
  .section-solution .central-container {
    flex-direction: column;
  }

  .section-solution .central-container .visual .bg {
    min-width: 0;
    max-width: 370px;
  }

  .section-solution .central-container .visual .cards {
    gap: 0.4rem;
    top: 0;
  }

  .section-solution .central-container .visual .cards .p-card {
    gap: 0.6rem;

    border-radius: 1.2rem;
    padding: 0.8rem;
  }

  .section-solution .central-container .visual .cards .p-card img {
    width: 44px;
    height: 44px;
  }

  .section-solution .central-container .visual .cards .p-card .content {
    padding-right: 0;
  }

  .section-solution .central-container .visual .cards .p-card .content .info p:first-child {
    font-size: 1rem;
  }

  .section-solution .central-container .visual .cards .p-card .content .info p:last-child {
    font-size: 0.8rem;
  }

  .section-solution .central-container .visual .cards .p-card .content .tag {
    padding: 0.3rem 0.5rem;
  }

  .section-solution .central-container .visual .cards .p-card .content .tag p {
    font-size: 0.8rem;
  }

  .section-solution .central-container .visual .cards .gradient {
    height: 55px;
  }

  .section-solution .central-container .visual .cards .gradient {
    height: 60px;
    background: linear-gradient(
      to bottom,
      color-mix(in srgb, #9ebbdf 0%, transparent) 0%,
      color-mix(in srgb, #a7c2e5 100%, transparent) 100%
    );
    border-radius: inherit;
  }
}
/* END SOLUTION SECTION */
