:root {
  --dark-gray: #333;
  --dark-blue: #2d3d5e;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--dark-slate-grey-x\<deleted\|variable-c8994df5\>: #2e5261;
  --kütüp-library--dark-slate-grey\<deleted\|variable-635e1224\>: #264653;
  --cyan: #5bc5f2;
  --purpure: #a281e7;
  --lemon: #e0f02e;
  --pink: #cd65ec;
  --light-blue: #d3e8ff;
  --border: #f1f1f1;
  --shadow: rgba(20, 20, 43, .06);
  --white: white;
  --light-purpure: #f9faff;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--dark-gray);
  font-family: Golos Text, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: poppins, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 102px;
}

h2 {
  color: var(--dark-blue);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: poppins, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.body {
  aspect-ratio: auto;
  overflow: visible;
}

.topchoice-nav-link {
  color: var(--dark-blue);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

.topchoice-nav-link:hover, .topchoice-nav-link.w--current {
  color: var(--kütüp-library--dim-grey);
}

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x\<deleted\|variable-c8994df5\>);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey\<deleted\|variable-635e1224\>);
}

.topchoice-dropdown-list {
  padding: 2px;
}

.topchoice-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x\<deleted\|variable-c8994df5\>);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.topchoice-dropdown-toggle {
  color: var(--dark-blue);
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.topchoice-dropdown-toggle:hover {
  color: var(--kütüp-library--dim-grey);
}

.topchoice-dropdown {
  font-weight: 700;
}

.topchoice-last-item {
  order: 1;
}

.topchoice-brand-link {
  border-right: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-right: 20px;
}

.topchoice-brand-link.w--current {
  z-index: 0;
}

.topchoice-horizontal-flex {
  grid-column-gap: 30px;
  align-items: center;
  display: flex;
}

.topchoice-first-element {
  order: -1;
}

.topchoice-nav-container {
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.topchoice-nav-component {
  background-color: rgba(221, 221, 221, 0);
  padding: 25px 3%;
}

.topchoice-container {
  max-width: 1270px;
  padding-left: 15px;
  padding-right: 15px;
}

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

.topchoice-image-hero {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
}

.txt-button {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 41px;
}

.txt-button.white {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}

.txt-button._15 {
  padding-left: 15px;
}

.txt-button.center-blue {
  color: var(--dark-blue);
  text-align: center;
}

.heading_2 {
  color: var(--dark-blue);
  flex-direction: column;
  align-items: flex-start;
}

.heading_2._50 {
  width: 50%;
}

.heading_2.height {
  line-height: 120%;
}

.heading_2.violet {
  color: #945ddf;
}

.heading_2.product {
  margin-bottom: 0;
}

.heading_2.product.blue {
  color: var(--cyan);
}

.heading_2.product.gradient {
  background-image: linear-gradient(135deg, var(--purpure), var(--cyan) 28%, var(--lemon) 47%, var(--cyan) 69%, var(--purpure) 83%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_2._20 {
  margin-top: 0;
}

.topchoice-hero-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.topchoice-hero-grid {
  z-index: 99;
  grid-row-gap: 94px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr;
  position: relative;
}

.topchoice-hero-grid.product_2 {
  grid-row-gap: 39px;
  grid-template-rows: auto auto auto;
}

.topchoice-hero-section {
  background-image: linear-gradient(to bottom, #fff, var(--light-blue) 41%, white);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.topchoice-hero-content-flex-hr {
  z-index: 99;
  width: 100%;
  max-width: 544px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.topchoice-rounded-content {
  width: 150px;
  height: 150px;
  border: 3px solid #2d3d5e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span {
  font-size: 20px;
  font-weight: 400;
}

.topchoice-brand-section {
  background-image: url('../images/Your-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 200px;
  padding-top: 148px;
}

.heading_1 {
  flex-direction: column;
  align-items: flex-start;
}

.heading_1._50 {
  width: 50%;
}

.heading_1.not {
  margin-top: 0;
}

.heading_1.purpure {
  color: var(--purpure);
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.heading_1.cyan {
  color: var(--cyan);
}

.heading_1.gradient {
  background-image: linear-gradient(135deg, var(--dark-blue), #a583eb 0%, var(--cyan) 28%, var(--lemon) 47%, var(--cyan) 69%, var(--purpure) 83%, var(--pink));
  color: var(--purpure);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.topchoice-main-content-no-margin {
  width: 100%;
}

.txt._50 {
  width: 50%;
}

.txt._40 {
  width: 40%;
}

.txt._60 {
  width: 60%;
}

.txt.center {
  color: var(--dark-blue);
  text-align: center;
  font-family: poppins, sans-serif;
  font-weight: 500;
}

.topchoice-main-content-mr-left {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.topchoice-main-content-mr-left.relative {
  position: relative;
}

.topchoice-background.absolute {
  z-index: 0;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topchoice-background.relative {
  z-index: -999;
  position: relative;
  bottom: 142px;
}

.topchoice-white-gradient {
  width: 100%;
  height: 30%;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topchoice-white-gradient.top {
  height: 30%;
}

.topchoice-white-gradient.bot {
  z-index: 3;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 54%, #fff);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topchoice-content-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.topchoice-block-content {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.topchoice-main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.topchoice-main-grid._40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  padding-top: 40px;
}

.topchoice-grid-content-section {
  background-image: url('../images/health-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 200px;
  padding-top: 148px;
}

.image-3 {
  z-index: -999;
}

.topchoice-blue-gradient {
  width: 100%;
  height: 300px;
  background-image: linear-gradient(#fff, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.topchoice-blue-gradient.static {
  height: 150px;
  aspect-ratio: auto;
  background-image: linear-gradient(#d8ebfb, rgba(0, 0, 0, 0));
  position: static;
}

.topchoice-blue-gradient.prcnt {
  z-index: 1;
  height: 30%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(216, 235, 251, 0) 0%, #d8ebfb 56%);
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topchoice-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.topchoice-features-section {
  margin-bottom: 100px;
}

.content-div {
  border: 0 solid #000;
  border-radius: 12px;
  position: relative;
}

.content-div.flex {
  height: 548px;
  border-width: 1px;
  border-color: var(--border);
  box-shadow: 0 2px 7px 0 var(--shadow);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 10px;
  display: flex;
}

.circled-features {
  width: 100px;
  height: 100px;
  border: 3px solid var(--dark-blue);
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--dark-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 16px;
  display: flex;
}

.circled-features.hand {
  padding-right: 10px;
}

.horizontal-div {
  border: 1px solid var(--border);
  box-shadow: 0 2px 7px 0 var(--shadow);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 20px;
  transition: opacity .2s;
  display: flex;
}

.vertical-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #b1b1b1;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 235.2px 235.2px 235.2px 235.2px 235.2px;
  grid-auto-columns: 224px;
  justify-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  padding-top: 40px;
  display: grid;
}

.topchoice-package-section {
  background-image: url('../images/purity-1.svg'), linear-gradient(176deg, #fff, var(--light-blue) 0%, var(--white) 48%);
  background-position: 0 70px, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 263px, auto;
  padding-top: 218px;
  position: relative;
}

.topchoice-product-section {
  padding-top: 0;
  padding-bottom: 140px;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.img-icon {
  margin-top: 9px;
}

.div-block {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.div-block.background {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
}

.button {
  width: 200px;
  background-color: var(--dark-blue);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: stretch;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.topchoice-last-section {
  background-image: url('../images/choice-1.svg'), linear-gradient(to bottom, var(--white) 23%, var(--light-blue));
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 200px, auto;
  background-attachment: scroll, scroll;
  padding-top: 124px;
  padding-bottom: 60px;
}

.topchoice-advantages-section {
  background-color: var(--light-blue);
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

.image-5 {
  z-index: -1;
  width: 600px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-6 {
  position: static;
}

.image-7 {
  z-index: -1;
  height: 80%;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 17%;
}

.background-color-absolute {
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: var(--light-blue);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.img-cloud-5 {
  max-width: 30%;
  position: absolute;
  top: auto;
  bottom: 57%;
  left: auto;
  right: 18%;
}

.img-cloud-4 {
  max-width: 30%;
  position: absolute;
  top: auto;
  bottom: 66%;
  left: auto;
  right: 0%;
}

.img-cloud-3 {
  max-width: 30%;
  position: absolute;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 5%;
}

.img-cloud-2 {
  max-width: 30%;
  position: absolute;
  top: auto;
  bottom: 76%;
  left: auto;
  right: 43%;
}

.image-12 {
  width: 100%;
  margin-top: 100px;
}

.img-cloud-1 {
  max-width: 30%;
  position: absolute;
  top: auto;
  bottom: 39%;
  left: auto;
  right: 62%;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-copyright-center-text {
  text-align: center;
  padding-top: 30px;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-link {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: var(--cyan);
  -webkit-text-stroke-color: var(--cyan);
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-medium-container {
  width: 100%;
  max-width: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(44, 60, 94, 0) 31%, #000 103%);
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
  display: none;
}

.kutup-footer-1 {
  background-color: #eeece9;
  padding: 70px 5% 50px;
}

.image-14 {
  z-index: -999;
}

.div-block-2 {
  height: 15em;
  background-image: linear-gradient(to bottom, var(--white), #d4e3f5 50%, white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  z-index: -99;
  height: 10em;
  background-image: linear-gradient(to bottom, var(--white), #cbdaeb 57%, rgba(203, 218, 235, .14));
  position: absolute;
  top: -12%;
  left: 0%;
  right: 0%;
}

.txt-product {
  color: #333;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
}

.txt-product.white {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 20px;
}

.image-15 {
  width: auto;
  max-width: 100%;
}

.background-_home {
  z-index: 1;
  background-image: url('../images/home.png');
  background-position: 66%;
  background-repeat: no-repeat;
  background-size: 2048px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-_product {
  z-index: 1;
  background-image: url('../images/water_backgraund.png');
  background-position: 64%;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-hero-section {
  background-image: repeating-linear-gradient(rgba(255, 255, 255, 0), #d3e8ff 27%, rgba(255, 255, 255, 0));
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.product-hero-section._3 {
  background-image: url('../images/drops_water.png'), repeating-linear-gradient(rgba(255, 255, 255, 0), #d3e8ff 47%, rgba(255, 255, 255, 0));
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.product-hero-section.purpure {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), var(--light-purpure) 30%, rgba(255, 255, 255, 0));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.product-hero-section.product_1 {
  position: relative;
}

.product-mineral-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.background-section {
  width: 100%;
  position: relative;
}

.table-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.table-section.product_1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.table-section.product_2 {
  background-color: var(--light-purpure);
}

.table-grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.table-div {
  background-color: #2e3b5e;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.table-div.blue {
  background-color: #2ebce9;
}

.table-div.purple {
  background-color: var(--purpure);
}

.table-div.transparent {
  background-color: rgba(46, 59, 94, 0);
}

.text-block {
  color: var(--white);
  margin-top: 5px;
}

.text-block.center {
  margin-left: auto;
  margin-right: auto;
}

.text-block.dark {
  color: var(--dark-gray);
}

.text-block.s {
  margin-top: 0;
  font-size: 8px;
  line-height: 100%;
}

.div-content._50 {
  width: 50%;
}

.div-block-4 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.image-16 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 37%;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.topchoice-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.image-17 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image_botle_2671 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 101px;
  right: 0%;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.slider {
  display: none;
}

.topchoice-content-product_block {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.topchoice-content-product_block.relative {
  position: relative;
}

.topchoice-content-product_block._1 {
  justify-content: flex-end;
  display: flex;
}

.grid-6 {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.image-19 {
  display: none;
}

.div-block-5 {
  width: 50%;
  position: relative;
}

.background-_product_1 {
  z-index: 99;
  background-image: url('../images/hero_product_1.png');
  background-position: 61% 30%;
  background-repeat: no-repeat;
  background-size: 1831px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-_product_2 {
  z-index: 99;
  opacity: .94;
  background-image: url('../images/hero_product_2.png');
  background-position: 61% 30%;
  background-repeat: no-repeat;
  background-size: 1831px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.topchoice-content-bl {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.topchoice-content-bl.relative {
  position: relative;
}

.topchoice-content-bl._50 {
  width: 50%;
}

.image_man {
  width: 100%;
  position: relative;
}

.heading_minerals {
  text-align: center;
  margin-bottom: -37px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 3%;
}

.h1 {
  font-size: 90px;
  line-height: 124px;
}

.topchoice-content-product {
  width: 100%;
}

.topchoice-content-product._30 {
  margin-top: 30px;
}

.topchoice-content-product._20 {
  padding-top: 0;
}

.div-block-6 {
  background-image: url('../images/water.jpg');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
}

.topchoice-main-grid-home {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
}

.topchoice-main-grid-home._40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 40px;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.image-21 {
  margin-top: -135px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-7 {
  background-color: #e5f1ff;
}

.topchoice-main-grid-wellness {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.topchoice-main-grid-wellness._40 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  padding-top: 40px;
}

.footer {
  width: 100%;
  max-width: none;
  background-color: var(--dark-blue);
  margin-left: auto;
  margin-right: auto;
  padding-top: 56px;
  padding-bottom: 56px;
}

.footer.purpure {
  background-color: var(--purpure);
}

.background-_product_3 {
  z-index: 1;
  opacity: .94;
  background-image: url('../images/hero_product_4.png');
  background-position: 61% 30%;
  background-repeat: no-repeat;
  background-size: 1831px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-8 {
  position: relative;
}

.image-23, .image-22 {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section {
  display: none;
}

.images-section {
  height: 100vh;
  flex-wrap: wrap;
  align-content: stretch;
  align-items: flex-start;
  display: none;
  position: relative;
}

.image-24 {
  max-width: 20%;
  position: absolute;
  top: 11px;
  bottom: 0%;
  left: 10%;
  right: auto;
  transform: rotate(18deg);
}

.image-30 {
  z-index: 5;
  max-width: 15%;
  position: absolute;
  top: 536px;
  bottom: auto;
  left: 28%;
  right: auto;
}

.image-26 {
  z-index: 2;
  max-width: 20%;
  position: absolute;
  top: 88px;
  left: 30%;
  transform: rotate(-20deg);
}

.image-27 {
  z-index: 3;
  max-width: 20%;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: rotate(9deg);
}

.image-28 {
  max-width: 20%;
  position: absolute;
  top: -5px;
  left: 70%;
  transform: rotate(-20deg);
}

.image-31 {
  z-index: 1;
  max-width: 15%;
  position: absolute;
  top: 48.7vh;
  bottom: 0;
  left: 68%;
  right: 0%;
}

.div-block-9 {
  position: relative;
}

.grid-8 {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  position: relative;
}

.image-34 {
  max-width: 100%;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: auto;
  right: -32%;
}

.image-35 {
  max-width: 85%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -27%;
  right: auto;
}

.div-block-11 {
  position: relative;
}

.section-2 {
  padding-bottom: 100px;
}

.img-pomegranate {
  margin-left: -10px;
}

.image-37 {
  margin-left: -1px;
}

.img-limon {
  margin-left: -10px;
}

.video {
  width: 100vw;
  height: 100vh;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-12 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-13 {
  max-width: 1270px;
}

.uui-contact04_icon-wrapper {
  color: #7f56d9;
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.uui-text-size-large {
  color: #475467;
  letter-spacing: normal;
  overflow-wrap: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-contact04_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  display: grid;
}

.div-block-41 {
  width: 50px;
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: -32px;
  display: flex;
}

.div-block-42 {
  background-color: #fff;
  margin-bottom: 20px;
  padding: 40px;
}

.brix---buttons-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.uui-page-padding {
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.topchoice-modal-video-form {
  z-index: 99999;
  height: auto;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0097a4;
  border: 1px solid #0097a4;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 50px;
  font-size: 1.1em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.primary:hover {
  color: #fff;
  background-color: #004460;
  border: 1px solid #fff;
  transform: translate3d(0, -3px, .01px);
}

.primary.form {
  padding-top: 10px;
  padding-bottom: 10px;
}

.uui-contact04_item {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: #f8f8f8;
  font-size: 2em;
  font-weight: 300;
  line-height: 100%;
}

.uui-text-style-link-02 {
  color: #0097a4;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  color: #0097a4;
}

.brix---button-row-left-2 {
  margin-right: 24px;
}

.uui-contact04_component {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.html-embed {
  display: none;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-44 {
  margin-top: 173px;
}

.div-block-45 {
  height: 10%;
  max-width: 1270px;
  padding-top: 100px;
}

.topchoice-main-content {
  width: 100%;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.topchoice-main-content.relative {
  position: relative;
}

.background-_product_4 {
  z-index: 1;
  opacity: .94;
  background-image: url('../images/hero_product_3.png');
  background-position: 61% 30%;
  background-repeat: no-repeat;
  background-size: 1831px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-icon-4 {
  width: 150px;
  height: 150px;
  margin-top: 9px;
}

.image-40 {
  margin-left: 69px;
}

.heading_3 {
  color: var(--dark-blue);
  flex-direction: column;
  align-items: flex-start;
  font-family: poppins, sans-serif;
  font-weight: 700;
}

.heading_3._50 {
  width: 50%;
}

.heading_3.height {
  line-height: 120%;
}

.heading_3.violet {
  color: #945ddf;
}

.heading_3.product {
  margin-bottom: 0;
}

.heading_3.product.blue {
  color: var(--cyan);
}

.heading_3.product.gradient {
  background-image: linear-gradient(135deg, var(--purpure), var(--cyan) 28%, var(--lemon) 47%, var(--cyan) 69%, var(--purpure) 83%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.heading_3._20 {
  margin-top: 0;
}

.heading_3.cyan {
  color: var(--cyan);
}

.heading_3.gradient {
  background-image: linear-gradient(135deg, var(--purpure), var(--cyan) 28%, var(--lemon) 47%, var(--cyan) 69%, var(--purpure) 89%, var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2 {
  color: var(--dark-blue);
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-46 {
  border: 1px solid var(--border);
  background-color: var(--white);
  box-shadow: 0 2px 7px 0 var(--shadow);
  border-radius: 12px;
  padding: 10px;
  position: absolute;
  top: -7%;
  left: -2%;
  right: auto;
}

.texst-splan_violet {
  color: var(--purpure);
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

.footer-grid {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.div-block-47 {
  flex-flow: column;
  display: flex;
}

.div-block-48 {
  width: 31.9436%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.container-2 {
  z-index: 99;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 40px;
  transition: background-color .2s, color .2s;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-white {
  margin-top: 0;
}

.address {
  width: 30%;
}

.address.margin-bottom-20 {
  margin-bottom: 10px;
}

.divider {
  width: 100%;
  height: 2px;
  background-color: var(--shadow);
  margin-bottom: 70px;
}

.link-hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.link-hover:hover {
  color: var(--cyan);
  border-bottom-color: #605dba;
}

.div-block-49 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.div-block-50 {
  height: 29.5em;
  opacity: .86;
  background-image: url('../images/nature_homepage.png');
  background-position: 50% 29%;
  background-repeat: no-repeat;
  background-size: cover;
}

.txt-nomber.margin-bottom-20 {
  margin-bottom: 10px;
}

.topchoice-footer-section {
  background-color: var(--light-blue);
  padding-bottom: 60px;
}

@media screen and (min-width: 1280px) {
  .topchoice-package-section {
    background-size: auto 263px, cover;
  }

  .div-block-3 {
    background-image: linear-gradient(rgba(255, 255, 255, 0), #d4e3f5 48%, #c9d8e9);
  }

  .topchoice-grid-2 {
    grid-template-columns: 1fr 1.25fr;
  }

  .image-33 {
    margin-top: auto;
  }

  .grid-8 {
    max-width: 1200px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .container-2 {
    max-width: 1350px;
  }
}

@media screen and (min-width: 1440px) {
  .background-_product_1 {
    z-index: 99;
    background-size: 1950px;
  }

  .heading_minerals {
    right: 8%;
  }

  .image-30 {
    top: 593px;
    left: 30%;
  }

  .image-31 {
    top: 56.1vh;
    left: 69%;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    display: block;
  }

  .topchoice-product-section {
    padding-top: 40px;
  }

  .content-control {
    width: 100%;
    height: 100%;
  }

  .background-_product_1 {
    background-image: url('../images/hero_product_1.png');
    background-position: 62% 31%;
    background-repeat: no-repeat;
    background-size: 1950px;
  }

  .heading_minerals {
    right: 18%;
  }

  .image-30 {
    top: 773px;
  }

  .image-31 {
    top: 56.8vh;
  }
}

@media screen and (max-width: 991px) {
  .topchoice-menu-button {
    order: 1;
    padding: 15px;
  }

  .topchoice-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .topchoice-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .topchoice-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topchoice-dropdown {
    width: 100%;
  }

  .topchoice-nav-menu {
    background-color: #fff;
  }

  .topchoice-last-item {
    order: 1;
  }

  .topchoice-nav-component {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image {
    width: 20vw;
  }

  .txt-button {
    font-size: 24px;
  }

  .txt-button._15 {
    padding-left: 11px;
  }

  .heading_2 {
    text-align: left;
  }

  .heading_2._50 {
    width: 72%;
  }

  .topchoice-hero-content {
    width: 100%;
    align-items: flex-start;
  }

  .topchoice-hero-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .topchoice-hero-section {
    text-align: center;
    padding-top: 60px;
  }

  .topchoice-hero-content-flex-hr {
    grid-column-gap: 20px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
  }

  .topchoice-rounded-content {
    width: 100px;
    height: 100px;
  }

  .topchoice-brand-section {
    background-position: 0 2%;
    background-size: auto 150px;
    padding-top: 134px;
  }

  .heading_1 {
    text-align: left;
    font-size: 64px;
    line-height: 115%;
  }

  .topchoice-main-content-no-margin {
    align-items: center;
    padding-left: 0;
  }

  .txt._50 {
    width: 100%;
  }

  .topchoice-main-grid {
    grid-template-columns: 1fr;
  }

  .topchoice-grid-content-section {
    background-position: 0 3%;
    background-size: auto 150px;
    padding-top: 147px;
  }

  .topchoice-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .circled-features {
    width: 70px;
    height: 70px;
    border-width: 2px;
  }

  .circled-features.hand {
    border-width: 2px;
    padding-right: 14px;
  }

  .vertical-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .topchoice-package-section {
    background-size: auto 213px, auto;
    padding-top: 201px;
  }

  .topchoice-product-section {
    padding-bottom: 100px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    display: grid;
  }

  .img-icon {
    width: auto;
    height: 40px;
  }

  .topchoice-last-section {
    background-size: auto 150px, auto;
    padding-top: 94px;
  }

  .heading {
    margin-top: 60px;
  }

  .background-_home {
    background-position: 52% -390%;
    background-size: 1268px;
  }

  .background-_product {
    display: none;
  }

  .product-hero-section {
    padding-bottom: 50px;
  }

  .product-hero-section.purpure {
    background-position: 100% 0, 0 0;
    background-size: 237px, auto;
  }

  .product-mineral-section {
    padding-bottom: 40px;
  }

  .table-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .table-section.product_1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-content {
    width: 100%;
  }

  .image-16 {
    display: none;
  }

  .topchoice-grid-2 {
    grid-template-columns: 1fr;
  }

  .image-17 {
    position: static;
  }

  .image_botle_2671 {
    top: -87px;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background-_product_1 {
    background-size: 1165px;
  }

  .background-_product_2 {
    background-size: 1161px;
  }

  .topchoice-content-bl._50 {
    width: 100%;
  }

  .heading_minerals {
    margin-bottom: -31px;
    font-size: 3vw;
    line-height: 140%;
  }

  .h1 {
    font-size: 9vw;
    line-height: 140%;
  }

  .topchoice-content-product {
    align-items: center;
    padding-left: 0;
  }

  .topchoice-main-grid-home {
    grid-template-columns: 1fr;
  }

  .grid-7 {
    grid-template-columns: 1.25fr 1fr;
  }

  .image-21 {
    margin-top: -6px;
    margin-right: 13px;
  }

  .topchoice-main-grid-wellness {
    grid-template-columns: 1fr;
  }

  .background-_product_3 {
    background-size: 1165px;
  }

  .images-section {
    height: 60vh;
  }

  .image-30 {
    top: 350px;
  }

  .image-31 {
    top: 33.4vh;
  }

  .uui-contact04_contact-list {
    margin-top: 2rem;
  }

  .div-block-41 {
    margin-right: 1px;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-44 {
    margin-top: 46px;
  }

  .background-_product_4 {
    background-size: 1165px;
  }

  .img-icon-4 {
    width: 100px;
    height: 100px;
  }

  .heading_3 {
    text-align: left;
  }

  .heading_3._50 {
    width: 72%;
  }

  .footer-grid {
    width: 100%;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: 30vw;
  }

  .topchoice-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .txt-button {
    font-size: 22px;
    line-height: 34px;
  }

  .txt-button._15 {
    padding-left: 8px;
  }

  .heading_2._50 {
    width: 100%;
  }

  .topchoice-hero-content {
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .topchoice-hero-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .topchoice-brand-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .heading_1 {
    font-size: 56px;
  }

  .txt._40, .txt._60 {
    width: 100%;
  }

  .txt.margin-bot {
    margin-bottom: 30px;
  }

  .topchoice-block-content {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .topchoice-grid-content-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .topchoice-grid {
    grid-template-rows: auto auto auto;
  }

  .topchoice-package-section {
    background-image: linear-gradient(180deg, var(--light-blue), white 75%);
    padding-top: 143px;
  }

  .grid {
    width: 100%;
  }

  .div-block {
    width: 100%;
    grid-template-columns: 1.25fr;
  }

  .topchoice-last-section, .topchoice-advantages-section {
    padding-top: 40px;
  }

  .image-12 {
    margin-top: 40px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .txt-product {
    font-size: 22px;
    line-height: 34px;
  }

  .background-_home {
    background-position: 48% 131%;
    background-size: auto 553px;
  }

  .product-hero-section {
    padding-top: 50px;
  }

  .product-mineral-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .background-section {
    padding-top: 0;
  }

  .table-section {
    background-color: rgba(246, 250, 252, 0);
    padding-top: 0;
  }

  .table-div {
    padding: 15px;
  }

  .table-div.transparent {
    background-color: #fff;
  }

  .table-div.margin {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .div-content {
    width: 100%;
  }

  .div-block-4 {
    grid-template-columns: 1fr 1fr;
  }

  .image-16 {
    display: none;
  }

  .image_botle_2671 {
    top: 70px;
  }

  .grid-3 {
    grid-column-gap: 5px;
  }

  .grid-3.mobile {
    height: 100%;
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .slider {
    height: auto;
    background-color: #fff;
    flex-direction: row;
    display: none;
  }

  .grid-4, .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    grid-row-gap: 40px;
    grid-template-rows: 3.5fr auto;
    grid-template-columns: 1fr;
  }

  .image-19 {
    height: 363px;
    object-fit: cover;
    object-position: 0% 50%;
    margin-top: 20px;
    display: block;
  }

  .image_woman {
    display: none;
  }

  .background-_product_1 {
    background-image: url('../images/hero_product_1.png');
    background-position: 48% 37%;
    background-repeat: no-repeat;
    background-size: auto 438px;
  }

  .background-_product_2 {
    background-position: 48% 37%;
    background-size: auto 438px;
  }

  .topchoice-content-bl._50 {
    width: 100%;
  }

  .heading_minerals {
    margin-bottom: -22px;
  }

  .grid-7 {
    grid-template-rows: auto auto;
  }

  .image-21 {
    margin-top: 176px;
    display: none;
  }

  .background-_product_3 {
    background-position: 48% 37%;
    background-size: auto 438px;
  }

  .images-section {
    height: 47vh;
  }

  .image-24 {
    top: 20px;
  }

  .image-30 {
    top: 303px;
    left: 30%;
  }

  .image-26 {
    top: 103px;
  }

  .image-27 {
    top: 65px;
  }

  .image-28 {
    top: 31px;
  }

  .image-31 {
    top: 26.8vh;
    left: 70%;
  }

  .section-2 {
    padding-bottom: 40px;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .div-block-42 {
    padding: 20px;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .primary {
    padding: 20px 32px;
  }

  .brix---button-row-left-2 {
    margin-right: 16px;
  }

  .uui-contact04_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .left-arrow {
    height: 20px;
    top: auto;
    bottom: 0%;
    left: 445px;
    right: 0%;
  }

  .right-arrow {
    height: 20px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: -5%;
  }

  .icon, .icon-2 {
    color: var(--cyan);
    font-size: 26px;
  }

  .slide-nav {
    padding-bottom: 10px;
  }

  .background-_product_4 {
    background-position: 48% 37%;
    background-size: auto 438px;
  }

  .heading_3._50 {
    width: 100%;
  }

  .footer-grid {
    flex-direction: column;
    display: flex;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .div-block-48, .address {
    width: 100%;
  }

  .div-block-49 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .topchoice-brand-link {
    border-right-style: none;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .topchoice-nav-component {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image {
    width: 45vw;
  }

  .topchoice-image-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .txt-button {
    text-align: left;
    font-size: 14px;
    line-height: 1em;
  }

  .txt-button._15 {
    padding-left: 5px;
    line-height: 1em;
  }

  .txt-button.center {
    font-size: 12px;
    line-height: 16px;
  }

  .txt-button.center.pom {
    padding-left: 5px;
  }

  .txt-button.center.lem {
    margin-left: -5px;
  }

  .heading_2 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading_2.product {
    font-size: 24px;
  }

  .topchoice-hero-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .topchoice-hero-content-flex-hr {
    max-width: 300px;
    grid-column-gap: 14px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .topchoice-rounded-content {
    width: 60px;
    height: 60px;
    border-width: 2px;
  }

  .topchoice-brand-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 0;
  }

  .heading_1 {
    font-size: 36px;
    line-height: 110%;
  }

  .txt {
    font-size: 15px;
    line-height: 22px;
  }

  .txt._40 {
    width: 100%;
  }

  .topchoice-grid-content-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .topchoice-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-div.flex {
    width: 100%;
  }

  .circled-features {
    width: 80px;
    height: 80px;
    justify-content: center;
    margin-right: 10px;
  }

  .horizontal-div {
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-div {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .topchoice-package-section {
    background-image: linear-gradient(180deg, var(--light-blue) 41%, white);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 60px;
  }

  .grid {
    width: 100%;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .img-icon {
    height: 25px;
  }

  .div-block.min {
    display: none;
  }

  .button {
    width: 140px;
    font-size: 15px;
  }

  .img-cloud-5, .img-cloud-4, .img-cloud-3, .img-cloud-2, .image-12, .img-cloud-1 {
    display: none;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

  .kutup-medium-container {
    background-image: linear-gradient(to bottom, var(--dark-blue), var(--dark-blue));
    margin-top: 40px;
    padding-top: 40px;
    position: static;
  }

  .txt-product {
    font-size: 15px;
    line-height: 29px;
  }

  .heading {
    font-size: 60px;
  }

  .background-_home {
    background-size: auto 297px;
  }

  .product-hero-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .product-hero-section.purpure {
    background-size: 155px, auto;
  }

  .product-mineral-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-section {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .table-section.product_1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .table-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 20px;
    display: flex;
  }

  .table-div.purple {
    padding: 15px;
  }

  .table-div._110 {
    height: 110px;
  }

  .div-content {
    width: 100%;
  }

  .div-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .topchoice-grid-2._1 {
    margin-top: 30px;
  }

  .image_botle_2671 {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: static;
    top: 28%;
    bottom: 0%;
    left: 53%;
    right: 0%;
  }

  .grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: none;
  }

  .grid-3.mobile {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .slider {
    display: block;
  }

  .grid-6 {
    grid-row-gap: 30px;
  }

  .image-19 {
    height: 225px;
    object-position: -6% 50%;
  }

  .div-block-5 {
    display: none;
  }

  .background-_product_1, .background-_product_2 {
    background-position: 45% 47%;
    background-size: auto 289px;
  }

  .topchoice-content-bl._50 {
    width: 100%;
  }

  .heading_minerals {
    margin-bottom: -12px;
    line-height: 140%;
  }

  .h1 {
    line-height: 140%;
  }

  .topchoice-content-product._30 {
    margin-top: 0;
  }

  .footer {
    background-image: none;
  }

  .background-_product_3 {
    background-position: 45% 47%;
    background-size: auto 289px;
  }

  .images-section {
    height: 35vh;
  }

  .image-30 {
    top: 215px;
    left: 28%;
  }

  .image-31 {
    top: 17.4vh;
    left: 70%;
  }

  .image-32 {
    margin-left: -4px;
  }

  .grid-8 {
    grid-row-gap: 10px;
  }

  .section-2 {
    padding-bottom: 30px;
  }

  .img-pomegranate {
    width: auto;
    height: 188px;
    margin-left: -6px;
  }

  .img-limon {
    width: auto;
    height: 188px;
  }

  .brix---buttons-row {
    flex-direction: column;
  }

  .primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---button-row-left-2 {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .uui-contact04_component {
    grid-template-columns: 1fr;
  }

  .div-block-44 {
    margin-top: 30px;
  }

  .left-arrow {
    top: auto;
    bottom: 6%;
    left: auto;
    right: 16%;
  }

  .mask {
    padding-bottom: 32px;
  }

  .right-arrow {
    bottom: 6%;
    right: -2%;
  }

  .slide-nav {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .background-_product_4 {
    background-position: 45% 47%;
    background-size: auto 289px;
  }

  .img-reberry, .img-lime {
    width: auto;
    height: 188px;
  }

  .img-icon-4 {
    width: 60px;
    height: 60px;
  }

  .image-40 {
    margin-left: 0;
  }

  .heading_3 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading_3.product {
    font-size: 24px;
  }

  .container-2 {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider {
    margin-bottom: 30px;
  }

  .div-block-50 {
    display: none;
  }
}

#w-node-c3f08907-f3a6-e5a6-9c03-9e3375332b1c-17d603d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_819e4257-577c-9161-d324-1cd72e62c364-17d603d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0bfc729-1d54-6241-ec6e-8e5d55add1a9-17d603d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19516eed-3709-7975-8498-503534ab9bc4-17d603d4, #w-node-abc0238e-874d-3512-5319-cbfc6c5e1252-17d603d4, #w-node-ce063010-07ff-c1e0-a15b-de4886b39f8a-17d603d4, #w-node-_143beaa4-48f5-3fdf-4643-bf3f0670c6f3-17d603d4, #w-node-d9e718de-4ffd-065e-8221-ccca60f8b551-17d603d4, #w-node-e96c1c2a-ef44-137c-5fe3-7ec3a485a930-17d603d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0d93851-803f-1715-1e9a-e1bc1adc45fc-17d603d4 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c9badb3-7e0e-d6de-f77c-431b23157d16-17d603d4, #w-node-a92551a5-552b-285e-46b3-2d76ebfdb8f5-17d603d4, #w-node-_43085c88-04a4-02f9-61f5-754922d8d7ab-17d603d4, #w-node-_12b875a6-fd4b-0ca1-3f94-2787e922eb2e-17d603d4, #w-node-eb8c3c51-d196-6f9d-a82f-9b3aeb528ff6-17d603d4, #w-node-_5ee42b6c-e583-a309-d6b4-9e22972f7bd1-17d603d4, #w-node-_114f560a-99de-f1b5-ef01-89f89db20374-17d603d4, #w-node-afdb80cb-e153-ef8d-51f0-ea57e225c06d-17d603d4, #w-node-afdb80cb-e153-ef8d-51f0-ea57e225c073-17d603d4, #w-node-afdb80cb-e153-ef8d-51f0-ea57e225c079-17d603d4, #w-node-afdb80cb-e153-ef8d-51f0-ea57e225c07f-17d603d4, #w-node-d0912cc3-47fe-a28f-8a94-f12e5685c4ad-17d603d4, #w-node-cbecdba2-95d4-cbe9-1df7-5edae2b066d4-17d603d4, #w-node-_0a9e3004-6138-845e-edb0-85471c6cc9b0-1c6cc9a7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1455c573-36cb-0ee2-fd6a-524977d0dbae-c32cf63e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_1455c573-36cb-0ee2-fd6a-524977d0dbb5-c32cf63e, #w-node-e08d3784-aa5e-971e-cbbb-09fe63853ff8-c32cf63e, #w-node-a860a589-b772-204e-fce9-1fbeb3833b30-c32cf63e, #w-node-e4224a04-f34a-503d-ba95-e0709b92b94b-c32cf63e, #w-node-c0721498-958f-9e64-2c1b-956f93ee263f-c32cf63e, #w-node-e2bb2613-b777-0736-e2f3-3b889a8e0a4a-c32cf63e, #w-node-df5a18fe-503e-fa5e-2be2-3b5794729877-c32cf63e, #w-node-_7c904a52-dbab-d297-8270-00e2e1dcf32b-c32cf63e, #w-node-_8006a4e6-2d89-9b91-0b39-af4b5bab62b8-5bab62b0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a3474b8-a2f0-185b-ab27-552f20b1a868-74e14f5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_0a3474b8-a2f0-185b-ab27-552f20b1a86d-74e14f5e, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-74e14f5e, #w-node-c9d01bc6-8d63-eace-901c-20bce31da33d-74e14f5e, #w-node-e08d3784-aa5e-971e-cbbb-09fe63853ff8-74e14f5e, #w-node-a860a589-b772-204e-fce9-1fbeb3833b30-74e14f5e, #w-node-e4224a04-f34a-503d-ba95-e0709b92b94b-74e14f5e, #w-node-c0721498-958f-9e64-2c1b-956f93ee263f-74e14f5e, #w-node-e2bb2613-b777-0736-e2f3-3b889a8e0a4a-74e14f5e, #w-node-df5a18fe-503e-fa5e-2be2-3b5794729877-74e14f5e, #w-node-_7c904a52-dbab-d297-8270-00e2e1dcf32b-74e14f5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6909c05-9635-136b-d2a7-5c6e9cf96bcf-02df28b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-_6b825df3-8886-011b-0ef9-1762cf0dc470-02df28b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9de757b0-aa17-458d-14ff-7ec3fb779e7c-02df28b2, #w-node-a9cf3dd9-75cb-21e9-edca-930792b6f4ac-02df28b2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-caf43b27-bca2-c217-bfc4-4f5b247f88eb-02df28b2, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-02df28b2, #w-node-_2d55c12c-e112-2994-d934-0810a2fb703d-02df28b2, #w-node-_7afbe359-509a-601b-a14e-ea733f13f1a8-02df28b2, #w-node-_34c1e03f-4f1f-08fb-6712-77934d36eb4f-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa661c-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6625-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa662e-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6637-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6640-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6649-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6652-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa665b-02df28b2, #w-node-_404121c9-486a-f835-e099-965e60fa6664-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0eff-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f08-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f11-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f1a-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f23-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f2c-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f35-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f3e-02df28b2, #w-node-_315bd3e0-a576-930d-261c-9b66931c0f4d-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b32ff4-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b32ffd-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b33006-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b3300f-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b33018-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b33021-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b3302a-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b33033-02df28b2, #w-node-d5c8b636-4579-763f-03ce-f13857b33044-02df28b2, #w-node-e08d3784-aa5e-971e-cbbb-09fe63853ff8-02df28b2, #w-node-a860a589-b772-204e-fce9-1fbeb3833b30-02df28b2, #w-node-e4224a04-f34a-503d-ba95-e0709b92b94b-02df28b2, #w-node-c0721498-958f-9e64-2c1b-956f93ee263f-02df28b2, #w-node-e2bb2613-b777-0736-e2f3-3b889a8e0a4a-02df28b2, #w-node-df5a18fe-503e-fa5e-2be2-3b5794729877-02df28b2, #w-node-_7c904a52-dbab-d297-8270-00e2e1dcf32b-02df28b2, #w-node-dd49617a-4740-2fcf-ea03-98c3b6e267f7-02df28b2, #w-node-_83b16279-21e3-3193-bc7a-d9bcb86f33a2-02df28b2, #w-node-_27f3cbb1-7377-6772-9959-e5a905b67443-02df28b2, #w-node-ae70af2b-bb5a-7af7-deb2-e68cf7e4ad62-02df28b2, #w-node-_63668c04-fe3f-097a-eb20-8340410c649b-02df28b2, #w-node-_573e0c68-e78f-374f-a474-bfe35d9f5d63-02df28b2, #w-node-_2a694a44-6ab0-8027-7cab-1c53d96b51e8-02df28b2, #w-node-_86195bf8-1e2e-2640-676a-ac424613fe69-02df28b2, #w-node-ac9e3758-13b0-d654-9c83-de0d874965c7-02df28b2, #w-node-d84fdfa3-3687-a875-a4e7-cce22995a4d7-02df28b2, #w-node-_7cb49397-1ebe-50e7-0682-8c324014af01-02df28b2, #w-node-f5b14d96-b1eb-b43c-7f09-676bcfb9f30e-02df28b2, #w-node-_98e83a6b-33ed-997a-075e-502b5b9abe5c-02df28b2, #w-node-aab5ba53-25d2-77a8-7c82-62b7cc171199-02df28b2, #w-node-_784ce30b-244b-d1fa-2b57-6d193a1149da-02df28b2, #w-node-da179958-e9f4-7b1c-263d-d15497742142-02df28b2, #w-node-_84aff222-f9bf-551e-3fd5-d2da57bf237d-02df28b2, #w-node-b40221e5-9f13-3d5e-698f-17d08e74ed1b-02df28b2, #w-node-ec5068ee-5144-9041-8859-5d60f1584b46-02df28b2, #w-node-eb66945b-7e6d-eadf-6ac2-50de47806a54-02df28b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f1febb1-2ad5-dfa3-f99f-bfde3b491c64-da96f001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: start;
}

#w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-da96f001 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_81381e96-78c9-2798-19ea-919ab68387a0-da96f001, #w-node-a431af40-8e5f-f64a-469d-f4de741f3492-da96f001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_20084845-5d63-c709-7cd7-5bf63a0f3141-da96f001, #w-node-fc8f87b5-2cbf-61db-d8e7-2c5d8f32a9fb-da96f001, #w-node-_7549c4cb-0e53-6bb4-70e5-b32740889e39-da96f001, #w-node-_8cd568b4-e97c-478a-8d64-5f8b697d5562-da96f001 {
  justify-self: center;
}

#w-node-b4c96424-100d-cc7c-6894-d973bc8656f5-da96f001, #w-node-_485a2470-c27c-3b30-0c7e-3c1e90ac81ed-da96f001, #w-node-f4ff4d67-1940-dcc6-b57d-ab5e3f14391c-da96f001, #w-node-d0765378-5357-6b67-bd6c-6c480feadde0-da96f001 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d0bfc729-1d54-6241-ec6e-8e5d55add1a9-17d603d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4d256142-9e5f-562d-8541-f1232f307347-da96f001, #w-node-_3eafba86-a7bf-b683-c24d-b8c1d68b7752-da96f001, #w-node-_74a2d1a2-5d7e-156d-db5f-30084c169478-da96f001, #w-node-_612eae1b-8132-c9c3-dc72-037b526b17de-da96f001 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c3f08907-f3a6-e5a6-9c03-9e3375332b1c-17d603d4 {
    justify-self: center;
  }

  #w-node-d0bfc729-1d54-6241-ec6e-8e5d55add1a9-17d603d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b861a38d-66cb-99b6-4fc4-2ba50080dfdf-17d603d4, #w-node-b82cebe4-8dea-7039-5faf-d6f290b210ec-17d603d4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_29f9ecb9-b11d-e745-fed3-d735a6f3d45a-17d603d4, #w-node-_4d043fe9-e0b9-89ac-9f3b-5ef629876c5f-17d603d4, #w-node-_43c5a7ca-efa5-3ac0-13db-7f3609df8798-17d603d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1455c573-36cb-0ee2-fd6a-524977d0dbae-c32cf63e {
    justify-self: center;
  }

  #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88eb-c32cf63e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a3474b8-a2f0-185b-ab27-552f20b1a868-74e14f5e, #w-node-b6909c05-9635-136b-d2a7-5c6e9cf96bcf-02df28b2 {
    justify-self: center;
  }

  #w-node-_9de757b0-aa17-458d-14ff-7ec3fb779e7c-02df28b2, #w-node-a9cf3dd9-75cb-21e9-edca-930792b6f4ac-02df28b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88eb-02df28b2, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-02df28b2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34c1e03f-4f1f-08fb-6712-77934d36eb4f-02df28b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9f1febb1-2ad5-dfa3-f99f-bfde3b491c64-da96f001 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_19516eed-3709-7975-8498-503534ab9bc4-17d603d4, #w-node-abc0238e-874d-3512-5319-cbfc6c5e1252-17d603d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ef68b790-324d-31bb-7490-77ad26a7d696-17d603d4 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-74e14f5e, #w-node-c9d01bc6-8d63-eace-901c-20bce31da33d-74e14f5e, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-da96f001 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b861a38d-66cb-99b6-4fc4-2ba50080dfdf-17d603d4, #w-node-b82cebe4-8dea-7039-5faf-d6f290b210ec-17d603d4, #w-node-_29f9ecb9-b11d-e745-fed3-d735a6f3d45a-17d603d4, #w-node-_4d043fe9-e0b9-89ac-9f3b-5ef629876c5f-17d603d4, #w-node-_43c5a7ca-efa5-3ac0-13db-7f3609df8798-17d603d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef68b790-324d-31bb-7490-77ad26a7d696-17d603d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9de757b0-aa17-458d-14ff-7ec3fb779e7c-02df28b2, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88eb-02df28b2, #w-node-caf43b27-bca2-c217-bfc4-4f5b247f88ee-02df28b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


