@charset "UTF-8";
/* IMG */
:root {
  --scrollbar-width: 5px;
  --scrollbar-height: 5px;
  --header-height: 134px;
}

/* -------------- FONTS -------------- */
/* BUTTON */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInMove {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * Selectores CSS
 * Ejemplo: fonts, h1, div, a, p, span, etc...
**/
html {
  font-size: 16px;
  background-color: white;
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.33;
  color: #000000;
  overflow-y: overlay;
  font-optical-sizing: auto;
}
@media only screen and (min-width: 1600px) {
  body {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.25;
  }
}

h1,
h2,
h3,
h4,
h5,
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1,
.title-h1,
.title-1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.94;
  text-align: left;
  color: #000000;
  text-transform: uppercase;
}
@media only screen and (min-width: 1024px) {
  h1,
  .title-h1,
  .title-1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 5.333rem;
    line-height: 0.94;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1600px) {
  h1,
  .title-h1,
  .title-1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 6.667rem;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1920px) {
  h1,
  .title-h1,
  .title-1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 8rem;
    text-align: left;
    color: #000000;
  }
}

h2,
.title-h2,
.title-2,
.section__featured-points.icon-points .cont__featured-points--title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  h2,
  .title-h2,
  .title-2,
  .section__featured-points.icon-points .cont__featured-points--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.75rem;
  }
}
@media only screen and (min-width: 1600px) {
  h2,
  .title-h2,
  .title-2,
  .section__featured-points.icon-points .cont__featured-points--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
  }
}
@media only screen and (min-width: 1920px) {
  h2,
  .title-h2,
  .title-2,
  .section__featured-points.icon-points .cont__featured-points--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
  }
}

h3,
.title-h3,
.title-3,
#modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
}
@media only screen and (min-width: 1024px) {
  h3,
  .title-h3,
  .title-3,
  #modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  h3,
  .title-h3,
  .title-3,
  #modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1920px) {
  h3,
  .title-h3,
  .title-3,
  #modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

h4,
.title-h4,
.title-4 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1.1px;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  h4,
  .title-h4,
  .title-4 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.667rem;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1600px) {
  h4,
  .title-h4,
  .title-4 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.667rem;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1920px) {
  h4,
  .title-h4,
  .title-4 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.667rem;
    line-height: 1.5;
    letter-spacing: 1.1px;
    text-align: left;
    color: #000000;
  }
}

.text-small {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.733rem;
  line-height: 1.64;
  text-align: left;
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  .text-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1600px) {
  .text-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
}
@media only screen and (min-width: 1920px) {
  .text-small {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 0.933rem;
    line-height: 1.25;
    text-align: left;
    color: #000000;
  }
}

.text-accent, .cont__insta--item .cont__viewmore, .cont__class .cont__infos .cont__category, .section__gallery .cont__gallery--description, .section__gallery .cont__description, .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info h2, .cont__overlay--contents .cont__description, .section__contents .cont__contents .cont__description, .section__featured-points .cont__featured-points--description, .section__featured-points .cont__featured-points--title, .section__slider .cont__description--item, .section__contact .cont__contact .cont__infos .cont__title h2, .section__hero-home .cont__keys--text, #modal-overlay .cont__slogan--text, .section__schedule .cont__schedule .cont__grid--cell--class .cont__category, .section__schedule .cont__schedule .cont__grid--cell--class .cont__time, .section__schedule .cont__schedule .cont__grid--cell.cell-time, .section__filters .cont__filters--active--item, .section__filters .cont__filters--selector select, .section__filters .cont__filters--link, .section__filters .cont__filters--info {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.text-medium, .section__featured .cont__featured--title {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.5rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.13;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .text-medium, .section__featured .cont__featured--title {
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 1600px) {
  .text-medium, .section__featured .cont__featured--title {
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 1920px) {
  .text-medium, .section__featured .cont__featured--title {
    font-family: "EB Garamond", serif;
    font-weight: 600;
    font-size: 1.875rem;
    line-height: 1.25;
  }
}

.text-big, .section__text-two-columns .cont__column .cont__column--one--content {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.25;
  text-align: left;
  font-style: italic;
  margin-bottom: 50px;
  letter-spacing: normal;
}
@media only screen and (min-width: 1024px) {
  .text-big, .section__text-two-columns .cont__column .cont__column--one--content {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 3.125rem;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 1600px) {
  .text-big, .section__text-two-columns .cont__column .cont__column--one--content {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 3.75rem;
    line-height: 1.07;
  }
}
@media only screen and (min-width: 1920px) {
  .text-big, .section__text-two-columns .cont__column .cont__column--one--content {
    font-family: "EB Garamond", serif;
    font-weight: 500;
    font-size: 4.688rem;
    line-height: 1.07;
  }
}

table:not(.shop_table, .af-cpfw-linked-product-table) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) {
    font-size: 0.933rem;
    line-height: 1.21;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1600px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) {
    font-size: 1.067rem;
    line-height: 1.38;
    margin-bottom: 29px;
  }
}
table:not(.shop_table, .af-cpfw-linked-product-table) thead tr {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
table:not(.shop_table, .af-cpfw-linked-product-table) tr {
  border-bottom: 1px solid rgba(205, 205, 205, 0.3);
  vertical-align: baseline;
}
table:not(.shop_table, .af-cpfw-linked-product-table) tr td {
  padding: 10px 0 9px;
}
@media only screen and (min-width: 1024px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) tr td {
    padding: 11px 0 12px;
  }
}
@media only screen and (min-width: 1600px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) tr td {
    padding: 9px 0;
  }
}
table:not(.shop_table, .af-cpfw-linked-product-table) tr td:first-child {
  padding-right: 7px;
}
@media only screen and (min-width: 1024px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) tr td:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) tr td:first-child {
    width: 65% !important;
  }
}
table:not(.shop_table, .af-cpfw-linked-product-table) tr td:last-child {
  padding-left: 7px;
}
@media only screen and (min-width: 1024px) {
  table:not(.shop_table, .af-cpfw-linked-product-table) tr td:last-child {
    width: 35% !important;
  }
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #000000;
  text-decoration: none;
}

/*Links*/
a[href^=sms],
a[href^="tel:"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: auto;
  color: inherit;
  font-weight: inherit;
  z-index: 0;
  cursor: default;
}

i {
  font-style: italic;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

p:empty {
  display: none;
}

strong {
  font-weight: 600;
}

input[type=submit],
.btn,
.section__text-two-columns .cont__column .e-btn,
a.button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  input[type=submit],
  .btn,
  .section__text-two-columns .cont__column .e-btn,
  a.button {
    min-width: 180px;
  }
}
input[type=submit]:hover,
.btn:hover,
.section__text-two-columns .cont__column .e-btn:hover,
a.button:hover {
  background-color: #000000;
}
input[type=submit]:disabled,
.btn:disabled,
.section__text-two-columns .cont__column .e-btn:disabled,
a.button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  input[type=submit],
  .btn,
  .section__text-two-columns .cont__column .e-btn,
  a.button {
    width: fit-content;
  }
}

.wrapper {
  padding: 0;
}

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

a.link--button {
  background: #1e96d1;
  padding: 20px 60px 20px 20px;
  width: fit-content;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: none;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  a.link--button {
    line-height: 1.86;
  }
}
a.link--button:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  a.link--button:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    padding: 0;
  }
}
a.link--button:hover {
  background-color: #000000;
}
a.link--button:hover:after {
  right: 0;
}

.link__arrow,
.link--button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: none;
  color: #1e96d1;
  height: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1600px) {
  .link__arrow,
  .link--button {
    line-height: 1.86;
  }
}
.link__arrow span,
.link__arrow a,
.link--button span,
.link--button a {
  position: relative;
}
.link__arrow span:after,
.link__arrow a:after,
.link--button span:after,
.link--button a:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.8rem;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .link__arrow span:after,
  .link__arrow a:after,
  .link--button span:after,
  .link--button a:after {
    font-size: 1.2rem;
    width: 45px;
    height: 45px;
    right: -65px;
    padding: 0;
  }
}
.link__arrow:hover span:after,
.link__arrow:hover a:after,
.link--button:hover span:after,
.link--button:hover a:after {
  transform: translateY(-50%) translateX(4px);
}

.cta__button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  background: #1e96d1;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 60px 16px 34px;
  transition: background 0.3s ease-in-out;
}
.cta__button a {
  color: #fff;
  text-decoration: none;
}
.cta__button:hover {
  background-color: #000000;
}
.cta__button:hover:after {
  right: 10px;
}
.cta__button:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  color: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.loadmore_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 2px;
}
@media only screen and (min-width: 1024px) {
  .loadmore_posts {
    padding-top: 68px;
  }
}
.loadmore_posts .loader-plus {
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 65px;
  cursor: pointer;
}
.loadmore_posts .loader-plus:hover:before {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.loadmore_posts .loader-plus:before {
  content: "\e908";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: -32px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__close {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .cont__close {
    width: 60px;
    height: 60px;
  }
}
.cont__close:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont__close:before {
    font-size: 26px;
  }
}
.cont__close:hover:before {
  color: #b0b0b0;
}

lite-youtube {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

.relative {
  position: relative;
}

.cont__breadcrumbs--list {
  position: relative;
  font-size: 0.875rem;
}
.cont__breadcrumbs--list:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 1px;
  top: 50%;
  left: -30px;
  background-color: #000000;
}

.breadcrumb_last {
  color: #000000;
  font-weight: 700;
}

.placeholder {
  background: linear-gradient(-45deg, #f5f5f5, #b0b0b0, #f5f5f5, #b0b0b0);
  background-size: 400% 400%;
  animation: gradient 2s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.otgs-development-site-front-end {
  display: none !important;
}

main {
  min-height: 500px;
}

/** ARROW GROW **/
svg.arrow-right {
  height: 35px;
  width: 150px;
  transition: 250ms all ease;
  cursor: pointer;
  display: flex;
  align-items: center;
}
svg.arrow-right path {
  transition: 250ms all ease;
  height: 100%;
  fill: #1e96d1;
}

svg.arrow-right:hover path {
  d: path("M 340.016 232.096 C 340.016 232.096 340.016 232.096 340.016 232.096 L 332.93 225.01 C 332.473 224.553 331.787 224.553 331.33 225.01 C 330.873 225.467 330.873 226.153 331.33 226.61 L 336.359 231.639 L 208.245 231.639 L 208.245 233.925 L 336.588 233.925 L 331.559 238.954 C 331.102 239.411 331.102 240.097 331.559 240.554 C 332.016 241.011 332.702 241.011 333.159 240.554 L 340.245 233.468 C 340.245 233.239 340.245 232.325 340.016 232.097 L 340.016 232.096 Z");
  d: "M 340.016 232.096 C 340.016 232.096 340.016 232.096 340.016 232.096 L 332.93 225.01 C 332.473 224.553 331.787 224.553 331.33 225.01 C 330.873 225.467 330.873 226.153 331.33 226.61 L 336.359 231.639 L 208.245 231.639 L 208.245 233.925 L 336.588 233.925 L 331.559 238.954 C 331.102 239.411 331.102 240.097 331.559 240.554 C 332.016 241.011 332.702 241.011 333.159 240.554 L 340.245 233.468 C 340.245 233.239 340.245 232.325 340.016 232.097 L 340.016 232.096 Z";
}

@media only screen and (max-width: 1366px) {
  *[dynamic-size] {
    font-size: 4.5rem !important;
    line-height: 1.2em !important;
  }
}
@media only screen and (max-width: 1024px) {
  *[dynamic-size] {
    font-size: 3.5rem !important;
    line-height: 1.2em !important;
  }
}
@media only screen and (max-width: 768px) {
  *[dynamic-size] {
    font-size: 2.5rem !important;
    line-height: 1.2em !important;
  }
}

.woocommerce form.login,
.woocommerce form.register {
  border: none;
  padding: 0;
}

.page-template-page-basic-page .entry-content {
  margin-bottom: 55px;
}
@media only screen and (min-width: 768px) {
  .page-template-page-basic-page .entry-content {
    margin-bottom: 125px;
  }
}
@media only screen and (min-width: 1279px) {
  .page-template-page-basic-page .entry-content {
    max-width: 944px;
  }
}
@media only screen and (min-width: 1366px) {
  .page-template-page-basic-page .entry-content {
    max-width: 1160px;
  }
}

.owl-dots .owl-dot {
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot {
    margin-right: 10px;
  }
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background-color: #000000;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #cdcdcd;
  border-radius: 50%;
  border: 2.5px solid #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
  }
}

/* width */
::-webkit-scrollbar {
  width: var(--scrollbar-width, 5px);
  height: var(--scrollbar-height, 5px);
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  --gutters: 20px;
}
@media only screen and (min-width: 768px) {
  :root {
    --gutters: 40px;
  }
}
@media only screen and (min-width: 1279px) {
  :root {
    --gutters: 50px;
  }
}
@media only screen and (min-width: 1366px) {
  :root {
    --gutters: 100px;
  }
}
@media only screen and (min-width: 1600px) {
  :root {
    --gutters: 80px;
  }
}
@media only screen and (min-width: 1920px) {
  :root {
    --gutters: 0px;
  }
}

.container {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1720px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: var(--gutters);
  padding-left: var(--gutters);
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: calc(var(--gutters) * -1);
  margin-left: calc(var(--gutters) * -1);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

#page {
  overflow: hidden;
  max-width: 100vw;
}

.section__filters .cont__filters {
  margin-bottom: 40px;
}
.section__filters .cont__filters--left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 10px;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters--left {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 0;
    width: var(--c12);
  }
}
.section__filters .cont__filters--right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: first baseline;
  justify-content: flex-end;
  width: 100%;
}
.section__filters .cont__filters .space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters .space-between {
    flex-direction: row;
  }
}
.section__filters .cont__filters--info {
  font-size: 1.25rem;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters--info {
    width: fit-content;
  }
}
.section__filters .cont__filters--links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters--links {
    flex-direction: row;
    border-bottom: 0;
    width: fit-content;
  }
}
.section__filters .cont__filters--link {
  font-size: 1.75rem;
  font-weight: 500;
  position: relative;
  min-width: 200px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.section__filters .cont__filters--link:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #1e96d1;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.3s;
}
.section__filters .cont__filters--link.active:before, .section__filters .cont__filters--link:hover:before {
  transform: scaleX(1);
}
.section__filters .cont__filters--link small {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.33;
  color: #000000;
  font-style: normal;
  display: block;
  font-size: 0.85rem;
}
.section__filters .cont__filters--selector select {
  font-size: 1.25rem;
  font-weight: 500;
  border: 0;
  width: 100%;
  cursor: pointer;
  color: #1e96d1;
}
.section__filters .cont__filters--active {
  display: flex;
  gap: 5px;
}
.section__filters .cont__filters--active--item {
  font-size: 1rem;
  font-weight: 500;
  background-color: #1e96d1;
  color: #fff;
  padding: 4px 30px 4px 16px;
  position: relative;
  cursor: pointer;
}
.section__filters .cont__filters--active--item:after {
  content: "x";
  position: absolute;
  top: 2px;
  right: 5px;
  font-size: 0.85rem;
  font-style: normal;
  font-family: sans-serif;
}
.section__filters .cont__filters .cont__download {
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters .cont__download {
    text-align: right;
  }
}
.section__filters .cont__filters .cont__download a {
  color: #1e96d1;
}
.section__filters .cont__filters .cont__selectors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__filters .cont__filters .cont__selectors {
    flex-direction: row;
    justify-content: end;
  }
}

.section__schedule .cont__schedule {
  margin-bottom: 80px;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .section__schedule .cont__schedule {
    padding: 0 var(--fluid__gap);
  }
}
.section__schedule .cont__schedule .cont__grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  overflow-x: auto;
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .section__schedule .cont__schedule .cont__grid {
    padding-left: var(--c1g);
  }
}
.section__schedule .cont__schedule .cont__grid .cell-header {
  border-bottom: 1px solid #000000;
  font-weight: 700;
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
}
.section__schedule .cont__schedule .cont__grid--cell {
  border-bottom: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  min-width: 200px;
  padding: 0 5px;
}
@media only screen and (min-width: 1024px) {
  .section__schedule .cont__schedule .cont__grid--cell {
    min-width: auto;
    border-left: 0;
    min-width: auto;
    padding: 0 10px;
  }
}
.section__schedule .cont__schedule .cont__grid--cell.cell-time {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  color: #000000;
  padding: var(--grid__gap);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.67;
}
.section__schedule .cont__schedule .cont__grid--cell.cell-infos {
  min-width: 80px;
}
.section__schedule .cont__schedule .cont__grid--cell--class {
  text-align: center;
}
.section__schedule .cont__schedule .cont__grid--cell--class > a {
  padding: var(--grid__gap);
}
.section__schedule .cont__schedule .cont__grid--cell--class .cont__title {
  text-transform: uppercase;
}
.section__schedule .cont__schedule .cont__grid--cell--class .cont__time {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  color: #b0b0b0;
  top: 0;
  left: 0;
  width: 100%;
}
.section__schedule .cont__schedule .cont__grid--cell--class .cont__category {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  color: #b0b0b0;
  top: 0;
  left: 0;
  width: 100%;
}
.section__schedule .cont__schedule .cont__grid--cell--class .cont__swap {
  position: relative;
}
.section__schedule .cont__schedule .cont__grid--cell--class .cont__color {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .section__schedule .cont__schedule .cont__grid--cell--class:hover {
    background: #000000;
    color: #fff;
  }
  .section__schedule .cont__schedule .cont__grid--cell--class:hover .cont__title {
    color: #fff;
  }
  .section__schedule .cont__schedule .cont__grid--cell--class:hover .cont__category {
    opacity: 1;
    color: #b0b0b0;
  }
  .section__schedule .cont__schedule .cont__grid--cell--class:hover .cont__time {
    opacity: 0;
  }
}
.section__schedule .cont__novisible {
  width: 100%;
  padding: 40px 20px;
  display: none;
  text-align: center;
}

/* -------------- FONTS -------------- */
/**
    * Emfasi Dynamic sizes
**/
/**
--grid__gap: 20px;
--grid__cols: 12;

--col__width: 200px;
--col__width-p: 8.33333%;
--container: 1804px;
--gutters: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);


/* usage

@inlcude desktop-1920 {

  width: var( --c4 ); // width of 4 columns // 200px
  width: var( --c4g ); // width of 4 columns + gap // 220px
  width: var( --s4g ); // width from start of viewport to end of column 4 + gap // 260px
  width: var( --e4 ); // width from start of column 4 to end of viewport // 1344px

  padding-left: var( --c4 );
  padding-left: var( --c4g );

*/
.e-row {
  display: flex;
  gap: var(--grid__gap);
}
.e-container {
  --cmax: 2080px;
  --container: 320px;
  --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
  --grid__gap: 20px;
  --grid__cols: 4;
  --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
  width: 100%;
  padding-left: var(--fluid__gap);
  padding-right: var(--fluid__gap);
  position: relative;
  --c1: calc( var(--col__width) * 1 + var(--grid__gap) * (1 - 1) );
  --c1g: calc( var(--col__width) * 1 + var(--grid__gap) * (1 - 1) + (var(--grid__gap)));
  --s1: calc( var(--col__width) * 1 + var(--grid__gap) * (1 - 1)) + var(--fluid__gap);
  --s1g: calc( var(--col__width) * 1 + var(--grid__gap) * (1 - 1) + (var(--grid__gap)) + var(--fluid__gap));
  --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap));
  --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap));
  --c2: calc( var(--col__width) * 2 + var(--grid__gap) * (2 - 1) );
  --c2g: calc( var(--col__width) * 2 + var(--grid__gap) * (2 - 1) + (var(--grid__gap)));
  --s2: calc( var(--col__width) * 2 + var(--grid__gap) * (2 - 1)) + var(--fluid__gap);
  --s2g: calc( var(--col__width) * 2 + var(--grid__gap) * (2 - 1) + (var(--grid__gap)) + var(--fluid__gap));
  --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap));
  --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap));
  --c3: calc( var(--col__width) * 3 + var(--grid__gap) * (3 - 1) );
  --c3g: calc( var(--col__width) * 3 + var(--grid__gap) * (3 - 1) + (var(--grid__gap)));
  --s3: calc( var(--col__width) * 3 + var(--grid__gap) * (3 - 1)) + var(--fluid__gap);
  --s3g: calc( var(--col__width) * 3 + var(--grid__gap) * (3 - 1) + (var(--grid__gap)) + var(--fluid__gap));
  --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap));
  --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap));
  --c4: calc( var(--col__width) * 4 + var(--grid__gap) * (4 - 1) );
  --c4g: calc( var(--col__width) * 4 + var(--grid__gap) * (4 - 1) + (var(--grid__gap)));
  --s4: calc( var(--col__width) * 4 + var(--grid__gap) * (4 - 1)) + var(--fluid__gap);
  --s4g: calc( var(--col__width) * 4 + var(--grid__gap) * (4 - 1) + (var(--grid__gap)) + var(--fluid__gap));
  --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap));
  --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap));
}

@media (min-width: 480px) {
  .e-container {
    --container: 448px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 4;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 479px) {
  .hidden-xm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .e-container {
    --container: 736px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 16px;
    --grid__cols: 12;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .e-container {
    --container: 992px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 1023px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 1279px) {
  .e-container {
    --container: 1247px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 1278px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1366px) {
  .e-container {
    --container: 1334px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 1365px) {
  .hidden-lg2-down {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .e-container {
    --container: 1568px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 1599px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 1920px) {
  .e-container {
    --container: 1804px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 1919px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 2048px) {
  .e-container {
    --container: 1804px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 2047px) {
  .hidden-xxxl-down {
    display: none !important;
  }
}
@media (min-width: 2560px) {
  .e-container {
    --container: 1804px;
    --fluid__gap: calc((100vw - var(--scrollbar-width) - var(--container)) / 2);
    --grid__gap: 20px;
    --grid__cols: 24;
    --col__width: calc((var(--container) - var(--grid__gap) * (var(--grid__cols) - 1)) / var(--grid__cols) );
    width: 100%;
    padding-left: var(--fluid__gap);
    padding-right: var(--fluid__gap);
    position: relative;
    --c1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) );
    --c1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) );
    --s1: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --s1g: calc( (var(--col__width) * 1) + (var(--grid__gap) * (1 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e1: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 1)) + var(--fluid__gap) );
    --e1g: calc( var(--container) - (var(--col__width) * (1 - 1)) - (var(--grid__gap) * (1 - 0)) + var(--fluid__gap) );
    --c2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) );
    --c2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) );
    --s2: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --s2g: calc( (var(--col__width) * 2) + (var(--grid__gap) * (2 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e2: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 1)) + var(--fluid__gap) );
    --e2g: calc( var(--container) - (var(--col__width) * (2 - 1)) - (var(--grid__gap) * (2 - 0)) + var(--fluid__gap) );
    --c3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) );
    --c3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) );
    --s3: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --s3g: calc( (var(--col__width) * 3) + (var(--grid__gap) * (3 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e3: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 1)) + var(--fluid__gap) );
    --e3g: calc( var(--container) - (var(--col__width) * (3 - 1)) - (var(--grid__gap) * (3 - 0)) + var(--fluid__gap) );
    --c4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) );
    --c4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) );
    --s4: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --s4g: calc( (var(--col__width) * 4) + (var(--grid__gap) * (4 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e4: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 1)) + var(--fluid__gap) );
    --e4g: calc( var(--container) - (var(--col__width) * (4 - 1)) - (var(--grid__gap) * (4 - 0)) + var(--fluid__gap) );
    --c5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) );
    --c5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) );
    --s5: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --s5g: calc( (var(--col__width) * 5) + (var(--grid__gap) * (5 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e5: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 1)) + var(--fluid__gap) );
    --e5g: calc( var(--container) - (var(--col__width) * (5 - 1)) - (var(--grid__gap) * (5 - 0)) + var(--fluid__gap) );
    --c6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) );
    --c6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) );
    --s6: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --s6g: calc( (var(--col__width) * 6) + (var(--grid__gap) * (6 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e6: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 1)) + var(--fluid__gap) );
    --e6g: calc( var(--container) - (var(--col__width) * (6 - 1)) - (var(--grid__gap) * (6 - 0)) + var(--fluid__gap) );
    --c7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) );
    --c7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) );
    --s7: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --s7g: calc( (var(--col__width) * 7) + (var(--grid__gap) * (7 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e7: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 1)) + var(--fluid__gap) );
    --e7g: calc( var(--container) - (var(--col__width) * (7 - 1)) - (var(--grid__gap) * (7 - 0)) + var(--fluid__gap) );
    --c8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) );
    --c8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) );
    --s8: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --s8g: calc( (var(--col__width) * 8) + (var(--grid__gap) * (8 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e8: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 1)) + var(--fluid__gap) );
    --e8g: calc( var(--container) - (var(--col__width) * (8 - 1)) - (var(--grid__gap) * (8 - 0)) + var(--fluid__gap) );
    --c9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) );
    --c9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) );
    --s9: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --s9g: calc( (var(--col__width) * 9) + (var(--grid__gap) * (9 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e9: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 1)) + var(--fluid__gap) );
    --e9g: calc( var(--container) - (var(--col__width) * (9 - 1)) - (var(--grid__gap) * (9 - 0)) + var(--fluid__gap) );
    --c10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) );
    --c10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) );
    --s10: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --s10g: calc( (var(--col__width) * 10) + (var(--grid__gap) * (10 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e10: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 1)) + var(--fluid__gap) );
    --e10g: calc( var(--container) - (var(--col__width) * (10 - 1)) - (var(--grid__gap) * (10 - 0)) + var(--fluid__gap) );
    --c11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) );
    --c11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) );
    --s11: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --s11g: calc( (var(--col__width) * 11) + (var(--grid__gap) * (11 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e11: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 1)) + var(--fluid__gap) );
    --e11g: calc( var(--container) - (var(--col__width) * (11 - 1)) - (var(--grid__gap) * (11 - 0)) + var(--fluid__gap) );
    --c12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) );
    --c12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) );
    --s12: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --s12g: calc( (var(--col__width) * 12) + (var(--grid__gap) * (12 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e12: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 1)) + var(--fluid__gap) );
    --e12g: calc( var(--container) - (var(--col__width) * (12 - 1)) - (var(--grid__gap) * (12 - 0)) + var(--fluid__gap) );
    --c13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) );
    --c13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) );
    --s13: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --s13g: calc( (var(--col__width) * 13) + (var(--grid__gap) * (13 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e13: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 1)) + var(--fluid__gap) );
    --e13g: calc( var(--container) - (var(--col__width) * (13 - 1)) - (var(--grid__gap) * (13 - 0)) + var(--fluid__gap) );
    --c14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) );
    --c14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) );
    --s14: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --s14g: calc( (var(--col__width) * 14) + (var(--grid__gap) * (14 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e14: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 1)) + var(--fluid__gap) );
    --e14g: calc( var(--container) - (var(--col__width) * (14 - 1)) - (var(--grid__gap) * (14 - 0)) + var(--fluid__gap) );
    --c15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) );
    --c15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) );
    --s15: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --s15g: calc( (var(--col__width) * 15) + (var(--grid__gap) * (15 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e15: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 1)) + var(--fluid__gap) );
    --e15g: calc( var(--container) - (var(--col__width) * (15 - 1)) - (var(--grid__gap) * (15 - 0)) + var(--fluid__gap) );
    --c16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) );
    --c16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) );
    --s16: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --s16g: calc( (var(--col__width) * 16) + (var(--grid__gap) * (16 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e16: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 1)) + var(--fluid__gap) );
    --e16g: calc( var(--container) - (var(--col__width) * (16 - 1)) - (var(--grid__gap) * (16 - 0)) + var(--fluid__gap) );
    --c17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) );
    --c17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) );
    --s17: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --s17g: calc( (var(--col__width) * 17) + (var(--grid__gap) * (17 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e17: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 1)) + var(--fluid__gap) );
    --e17g: calc( var(--container) - (var(--col__width) * (17 - 1)) - (var(--grid__gap) * (17 - 0)) + var(--fluid__gap) );
    --c18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) );
    --c18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) );
    --s18: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --s18g: calc( (var(--col__width) * 18) + (var(--grid__gap) * (18 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e18: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 1)) + var(--fluid__gap) );
    --e18g: calc( var(--container) - (var(--col__width) * (18 - 1)) - (var(--grid__gap) * (18 - 0)) + var(--fluid__gap) );
    --c19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) );
    --c19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) );
    --s19: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --s19g: calc( (var(--col__width) * 19) + (var(--grid__gap) * (19 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e19: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 1)) + var(--fluid__gap) );
    --e19g: calc( var(--container) - (var(--col__width) * (19 - 1)) - (var(--grid__gap) * (19 - 0)) + var(--fluid__gap) );
    --c20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) );
    --c20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) );
    --s20: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --s20g: calc( (var(--col__width) * 20) + (var(--grid__gap) * (20 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e20: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 1)) + var(--fluid__gap) );
    --e20g: calc( var(--container) - (var(--col__width) * (20 - 1)) - (var(--grid__gap) * (20 - 0)) + var(--fluid__gap) );
    --c21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) );
    --c21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) );
    --s21: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --s21g: calc( (var(--col__width) * 21) + (var(--grid__gap) * (21 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e21: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 1)) + var(--fluid__gap) );
    --e21g: calc( var(--container) - (var(--col__width) * (21 - 1)) - (var(--grid__gap) * (21 - 0)) + var(--fluid__gap) );
    --c22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) );
    --c22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) );
    --s22: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --s22g: calc( (var(--col__width) * 22) + (var(--grid__gap) * (22 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e22: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 1)) + var(--fluid__gap) );
    --e22g: calc( var(--container) - (var(--col__width) * (22 - 1)) - (var(--grid__gap) * (22 - 0)) + var(--fluid__gap) );
    --c23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) );
    --c23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) );
    --s23: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --s23g: calc( (var(--col__width) * 23) + (var(--grid__gap) * (23 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e23: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 1)) + var(--fluid__gap) );
    --e23g: calc( var(--container) - (var(--col__width) * (23 - 1)) - (var(--grid__gap) * (23 - 0)) + var(--fluid__gap) );
    --c24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) );
    --c24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) );
    --s24: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --s24g: calc( (var(--col__width) * 24) + (var(--grid__gap) * (24 - 1)) + var(--grid__gap) + var(--fluid__gap) );
    --e24: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 1)) + var(--fluid__gap) );
    --e24g: calc( var(--container) - (var(--col__width) * (24 - 1)) - (var(--grid__gap) * (24 - 0)) + var(--fluid__gap) );
  }
}
@media (max-width: 2559px) {
  .hidden-xxxxl-down {
    display: none !important;
  }
}
:root {
  --s: 16px;
}

.e-pt-s {
  padding-top: 16px;
}

.e-pb-s {
  padding-bottom: 16px;
}

.e-py-s {
  padding-top: 16px;
  padding-bottom: 16px;
}

.e-pl-s {
  padding-left: 16px;
}

.e-pr-s {
  padding-right: 16px;
}

.e-px-s {
  padding-left: 16px;
  padding-right: 16px;
}

.e-mt-s {
  margin-top: 16px;
}

.e-mb-s {
  margin-bottom: 16px;
}

.e-my-s {
  margin-top: 16px;
  margin-bottom: 16px;
}

.e-ml-s {
  margin-left: 16px;
}

.e-mr-s {
  margin-right: 16px;
}

.e-mx-s {
  margin-left: 16px;
  margin-right: 16px;
}

:root {
  --m: 32px;
}

.e-pt-m {
  padding-top: 32px;
}

.e-pb-m {
  padding-bottom: 32px;
}

.e-py-m {
  padding-top: 32px;
  padding-bottom: 32px;
}

.e-pl-m {
  padding-left: 32px;
}

.e-pr-m {
  padding-right: 32px;
}

.e-px-m {
  padding-left: 32px;
  padding-right: 32px;
}

.e-mt-m {
  margin-top: 32px;
}

.e-mb-m {
  margin-bottom: 32px;
}

.e-my-m {
  margin-top: 32px;
  margin-bottom: 32px;
}

.e-ml-m {
  margin-left: 32px;
}

.e-mr-m {
  margin-right: 32px;
}

.e-mx-m {
  margin-left: 32px;
  margin-right: 32px;
}

:root {
  --l: 80px;
}

.e-pt-l {
  padding-top: 80px;
}

.e-pb-l {
  padding-bottom: 80px;
}

.e-py-l {
  padding-top: 80px;
  padding-bottom: 80px;
}

.e-pl-l {
  padding-left: 80px;
}

.e-pr-l {
  padding-right: 80px;
}

.e-px-l {
  padding-left: 80px;
  padding-right: 80px;
}

.e-mt-l {
  margin-top: 80px;
}

.e-mb-l {
  margin-bottom: 80px;
}

.e-my-l {
  margin-top: 80px;
  margin-bottom: 80px;
}

.e-ml-l {
  margin-left: 80px;
}

.e-mr-l {
  margin-right: 80px;
}

.e-mx-l {
  margin-left: 80px;
  margin-right: 80px;
}

:root {
  --xl: 120px;
}

.e-pt-xl {
  padding-top: 120px;
}

.e-pb-xl {
  padding-bottom: 120px;
}

.e-py-xl {
  padding-top: 120px;
  padding-bottom: 120px;
}

.e-pl-xl {
  padding-left: 120px;
}

.e-pr-xl {
  padding-right: 120px;
}

.e-px-xl {
  padding-left: 120px;
  padding-right: 120px;
}

.e-mt-xl {
  margin-top: 120px;
}

.e-mb-xl {
  margin-bottom: 120px;
}

.e-my-xl {
  margin-top: 120px;
  margin-bottom: 120px;
}

.e-ml-xl {
  margin-left: 120px;
}

.e-mr-xl {
  margin-right: 120px;
}

.e-mx-xl {
  margin-left: 120px;
  margin-right: 120px;
}

:root {
  --xxl: 240px;
}

.e-pt-xxl {
  padding-top: 240px;
}

.e-pb-xxl {
  padding-bottom: 240px;
}

.e-py-xxl {
  padding-top: 240px;
  padding-bottom: 240px;
}

.e-pl-xxl {
  padding-left: 240px;
}

.e-pr-xxl {
  padding-right: 240px;
}

.e-px-xxl {
  padding-left: 240px;
  padding-right: 240px;
}

.e-mt-xxl {
  margin-top: 240px;
}

.e-mb-xxl {
  margin-bottom: 240px;
}

.e-my-xxl {
  margin-top: 240px;
  margin-bottom: 240px;
}

.e-ml-xxl {
  margin-left: 240px;
}

.e-mr-xxl {
  margin-right: 240px;
}

.e-mx-xxl {
  margin-left: 240px;
  margin-right: 240px;
}

:root {
  --color-primary: #1e96d1;
}

.e-bg-primary {
  background-color: #1e96d1;
}

.e-color-primary {
  color: #1e96d1;
}

.e-border-primary {
  border-color: #1e96d1;
}

.e-border-top-primary {
  border-top-color: #1e96d1;
}

.e-border-bottom-primary {
  border-bottom-color: #1e96d1;
}

.e-border-left-primary {
  border-left-color: #1e96d1;
}

.e-border-right-primary {
  border-right-color: #1e96d1;
}

:root {
  --color-secondary: #8F41F1;
}

.e-bg-secondary {
  background-color: #8F41F1;
}

.e-color-secondary {
  color: #8F41F1;
}

.e-border-secondary {
  border-color: #8F41F1;
}

.e-border-top-secondary {
  border-top-color: #8F41F1;
}

.e-border-bottom-secondary {
  border-bottom-color: #8F41F1;
}

.e-border-left-secondary {
  border-left-color: #8F41F1;
}

.e-border-right-secondary {
  border-right-color: #8F41F1;
}

:root {
  --color-black: #000000;
}

.e-bg-black {
  background-color: #000000;
}

.e-color-black {
  color: #000000;
}

.e-border-black {
  border-color: #000000;
}

.e-border-top-black {
  border-top-color: #000000;
}

.e-border-bottom-black {
  border-bottom-color: #000000;
}

.e-border-left-black {
  border-left-color: #000000;
}

.e-border-right-black {
  border-right-color: #000000;
}

:root {
  --color-white: #fff;
}

.e-bg-white {
  background-color: #fff;
}

.e-color-white {
  color: #fff;
}

.e-border-white {
  border-color: #fff;
}

.e-border-top-white {
  border-top-color: #fff;
}

.e-border-bottom-white {
  border-bottom-color: #fff;
}

.e-border-left-white {
  border-left-color: #fff;
}

.e-border-right-white {
  border-right-color: #fff;
}

:root {
  --color-grey: #b0b0b0;
}

.e-bg-grey {
  background-color: #b0b0b0;
}

.e-color-grey {
  color: #b0b0b0;
}

.e-border-grey {
  border-color: #b0b0b0;
}

.e-border-top-grey {
  border-top-color: #b0b0b0;
}

.e-border-bottom-grey {
  border-bottom-color: #b0b0b0;
}

.e-border-left-grey {
  border-left-color: #b0b0b0;
}

.e-border-right-grey {
  border-right-color: #b0b0b0;
}

:root {
  --color-body-background: #fff;
}

.e-bg-body-background {
  background-color: #fff;
}

.e-color-body-background {
  color: #fff;
}

.e-border-body-background {
  border-color: #fff;
}

.e-border-top-body-background {
  border-top-color: #fff;
}

.e-border-bottom-body-background {
  border-bottom-color: #fff;
}

.e-border-left-body-background {
  border-left-color: #fff;
}

.e-border-right-body-background {
  border-right-color: #fff;
}

:root {
  --color-main-background: transparent;
}

.e-bg-main-background {
  background-color: transparent;
}

.e-color-main-background {
  color: transparent;
}

.e-border-main-background {
  border-color: transparent;
}

.e-border-top-main-background {
  border-top-color: transparent;
}

.e-border-bottom-main-background {
  border-bottom-color: transparent;
}

.e-border-left-main-background {
  border-left-color: transparent;
}

.e-border-right-main-background {
  border-right-color: transparent;
}

.e-cmax {
  max-width: 2080px;
  position: relative;
}

#header-wrapper,
#modal-overlay {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 27px 0;
}
#header-wrapper .cont__header,
#modal-overlay .cont__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#header-wrapper .site-branding,
#modal-overlay .site-branding {
  position: relative;
  transform: translateY(0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  flex-grow: 1;
}
#header-wrapper .site-branding.logo-up,
#modal-overlay .site-branding.logo-up {
  transform: translateY(-100px);
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .site-branding.logo-up.logo-fixed,
  #modal-overlay .site-branding.logo-up.logo-fixed {
    transform: translateY(0);
  }
}
#header-wrapper .site-branding .cont__logo img,
#modal-overlay .site-branding .cont__logo img {
  width: inherit;
  max-height: 33px;
}
@media only screen and (min-width: 1600px) {
  #header-wrapper .site-branding .cont__logo img,
  #modal-overlay .site-branding .cont__logo img {
    max-height: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  #header-wrapper .site-branding .cont__logo img,
  #modal-overlay .site-branding .cont__logo img {
    max-height: 54px;
  }
}
#header-wrapper .burguer-menu,
#modal-overlay .burguer-menu {
  position: relative;
  z-index: 2;
}
#header-wrapper .burguer-menu .burger,
#modal-overlay .burguer-menu .burger {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .burguer-menu .burger,
  #modal-overlay .burguer-menu .burger {
    display: none;
  }
}
@media only screen and (min-width: 1600px) {
  #header-wrapper .burguer-menu .burger,
  #modal-overlay .burguer-menu .burger {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  #header-wrapper .burguer-menu .burger,
  #modal-overlay .burguer-menu .burger {
    width: 80px;
    height: 80px;
  }
}
#header-wrapper .burguer-menu .burger:hover span,
#header-wrapper .burguer-menu .burger:hover span:before,
#header-wrapper .burguer-menu .burger:hover span:after,
#modal-overlay .burguer-menu .burger:hover span,
#modal-overlay .burguer-menu .burger:hover span:before,
#modal-overlay .burguer-menu .burger:hover span:after {
  background-color: #000000;
  border-color: #000000;
}
#header-wrapper .burguer-menu .burger span,
#modal-overlay .burguer-menu .burger span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #000000;
  border-radius: 20px;
}
#header-wrapper .burguer-menu .burger span:before, #header-wrapper .burguer-menu .burger span:after,
#modal-overlay .burguer-menu .burger span:before,
#modal-overlay .burguer-menu .burger span:after {
  position: absolute;
  content: "";
  border: 1px solid #000000;
  border-radius: 20px;
  margin-left: -1px;
}
#header-wrapper .burguer-menu .burger span:before,
#modal-overlay .burguer-menu .burger span:before {
  top: -7px;
}
@media only screen and (min-width: 1600px) {
  #header-wrapper .burguer-menu .burger span:before,
  #modal-overlay .burguer-menu .burger span:before {
    top: -11px;
  }
}
#header-wrapper .burguer-menu .burger span:after,
#modal-overlay .burguer-menu .burger span:after {
  top: 5px;
}
@media only screen and (min-width: 1600px) {
  #header-wrapper .burguer-menu .burger span:after,
  #modal-overlay .burguer-menu .burger span:after {
    top: 9px;
  }
}
#header-wrapper .burguer-menu .burger span,
#header-wrapper .burguer-menu .burger span:before,
#header-wrapper .burguer-menu .burger span:after,
#modal-overlay .burguer-menu .burger span,
#modal-overlay .burguer-menu .burger span:before,
#modal-overlay .burguer-menu .burger span:after {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media only screen and (min-width: 1600px) {
  #header-wrapper .burguer-menu .burger span,
  #header-wrapper .burguer-menu .burger span:before,
  #header-wrapper .burguer-menu .burger span:after,
  #modal-overlay .burguer-menu .burger span,
  #modal-overlay .burguer-menu .burger span:before,
  #modal-overlay .burguer-menu .burger span:after {
    width: 25px;
    height: 4px;
  }
}
@media only screen and (min-width: 1920px) {
  #header-wrapper .burguer-menu .burger span,
  #header-wrapper .burguer-menu .burger span:before,
  #header-wrapper .burguer-menu .burger span:after,
  #modal-overlay .burguer-menu .burger span,
  #modal-overlay .burguer-menu .burger span:before,
  #modal-overlay .burguer-menu .burger span:after {
    width: 28px;
  }
}
#header-wrapper .burguer-menu .burger input:checked + span,
#modal-overlay .burguer-menu .burger input:checked + span {
  background-color: transparent;
  border-color: transparent;
}
#header-wrapper .burguer-menu .burger input:checked + span:before, #header-wrapper .burguer-menu .burger input:checked + span:after,
#modal-overlay .burguer-menu .burger input:checked + span:before,
#modal-overlay .burguer-menu .burger input:checked + span:after {
  top: 0px;
  margin-top: -0.5875rem;
}
#header-wrapper .burguer-menu .burger input:checked + span:before,
#modal-overlay .burguer-menu .burger input:checked + span:before {
  transform: translateY(0.525rem) rotate(45deg);
}
#header-wrapper .burguer-menu .burger input:checked + span:after,
#modal-overlay .burguer-menu .burger input:checked + span:after {
  transform: translateY(0.525rem) rotate(-45deg);
}
#header-wrapper .cont__cart,
#modal-overlay .cont__cart {
  padding-left: 22px;
}
@media only screen and (min-width: 1024px) {
  #header-wrapper .cont__cart,
  #modal-overlay .cont__cart {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1366px) {
  #header-wrapper .cont__cart,
  #modal-overlay .cont__cart {
    padding-right: var(--c1g);
  }
}
#header-wrapper .cont__cart .icon-cart-icon,
#modal-overlay .cont__cart .icon-cart-icon {
  font-size: 26px;
}
#header-wrapper .cont__user,
#modal-overlay .cont__user {
  padding-left: 22px;
}
#header-wrapper .cont__user .icon-profile-icon,
#modal-overlay .cont__user .icon-profile-icon {
  font-size: 24px;
}

#modal-overlay {
  position: fixed;
  margin: 0;
  padding: 0;
}
#modal-overlay .cont__header {
  position: absolute;
  top: 0;
  padding-top: 27px;
  padding-bottom: 27px;
}
#modal-overlay .cont__header .cont__logo img {
  filter: invert(1) grayscale(100%) brightness(1000%);
}
#modal-overlay .cont__floating > .e-row {
  justify-content: space-between;
}
#modal-overlay .cont__slogan {
  display: none;
  padding-left: var(--c1g);
}
@media only screen and (min-width: 1024px) {
  #modal-overlay .cont__slogan {
    display: block;
    width: var(--c8);
  }
}
#modal-overlay .cont__slogan--title {
  font-size: 1.875rem;
  line-height: 1.17;
  opacity: 0.3;
}
#modal-overlay .cont__slogan--text {
  font-weight: 600;
  opacity: 0.3;
}
#modal-overlay .cont__slogan--link {
  font-weight: 600;
  font-size: 1.25rem;
}
#modal-overlay .cont__submenu {
  width: var(--c14);
  max-height: calc(100vh - var(--header-height) - 75px);
  overflow-y: auto;
}
#modal-overlay .cont__submenu::-webkit-scrollbar {
  width: 10px;
}
#modal-overlay .cont__submenu::-webkit-scrollbar-track {
  background: #999;
}
#modal-overlay .cont__submenu::-webkit-scrollbar-thumb {
  background: #fff;
}
#modal-overlay .cont__overlay.sub-menu {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  background: #000000;
  color: #fff;
  padding-top: 160px;
  top: 0;
  left: 0;
}
#modal-overlay .cont__overlay.sub-menu a {
  color: #fff;
}
#modal-overlay .cont__overlay.sub-menu .cont__submenu--item {
  padding: 30px 0;
  border-bottom: 1px solid #fff;
}
#modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
  font-size: 1.5rem;
  line-height: 1.17;
}
@media only screen and (min-width: 1024px) {
  #modal-overlay .cont__overlay.sub-menu .cont__submenu--title {
    margin-bottom: 5px;
    font-size: 2rem;
  }
}
#modal-overlay .cont__overlay.sub-menu .cont__submenu--description {
  font-size: 1.125rem;
}
@media only screen and (min-width: 1024px) {
  #modal-overlay .cont__overlay.sub-menu .cont__submenu--description {
    font-size: 1.375rem;
    line-height: 1.36;
  }
}
#modal-overlay .close__overlay {
  position: fixed;
  z-index: 2;
  cursor: pointer;
  background-color: #fff;
  width: 58px;
  height: 58px;
  top: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  #modal-overlay .close__overlay {
    width: 80px;
    height: 80px;
    bottom: 80px;
    top: inherit;
    right: inherit;
    left: var(--fluid__gap);
  }
}
#modal-overlay .close__overlay--icon {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: block;
  pointer-events: none;
}
#modal-overlay .close__overlay--icon svg {
  width: 100%;
  height: 100%;
}
#modal-overlay .close__overlay--icon svg line {
  stroke: #000000;
  stroke-width: 1px;
}

footer .cont__prefooter {
  padding: 10px 0;
}
footer .cont__prefooter--inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (min-width: 768px) {
  footer .cont__prefooter--inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  footer .cont__prefooter--left {
    padding-left: var(--c1g);
  }
}
footer .cont__prefooter--left .link__arrow {
  font-size: 1.25rem;
  font-weight: 800;
  position: relative;
  padding-right: 60px;
  border-bottom: 1px solid #1e96d1;
}
@media only screen and (min-width: 768px) {
  footer .cont__prefooter--left .link__arrow {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
footer .cont__prefooter--left .link__arrow:hover:after {
  right: 0;
}
footer .cont__prefooter--left .link__arrow:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  color: #1e96d1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
footer .cont__prefooter--social {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  footer .cont__prefooter--social {
    gap: 20px;
  }
}
footer .cont__prefooter--social .cont__social--title {
  flex-shrink: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  footer .cont__prefooter--social .cont__social--title {
    width: fit-content;
  }
}
footer .cont__prefooter--social .cont__social--inner {
  display: flex;
  gap: 20px;
}
footer .cont__prefooter--social .cont__social--inner a {
  font-weight: 600;
  position: relative;
}
footer .cont__prefooter--social .cont__social--inner a:not(:first-child):before {
  content: "·";
  position: absolute;
  left: -13px;
  font-size: 1.5rem;
  line-height: 1.1rem;
}
footer .cont__footer {
  overflow: hidden;
  width: 100%;
}
footer .cont__footer:before {
  content: "";
  background-color: #000000;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
}
@media only screen and (min-width: 768px) {
  footer .cont__footer:before {
    left: inherit;
    width: var(--e1);
    height: 100%;
    background: #000000;
  }
}
footer .cont__footer a {
  color: #fff;
}
footer .cont__footer a:hover {
  text-decoration: underline;
}
footer .cont__footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .cont__footer--top {
  padding: 50px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  footer .cont__footer--top {
    grid-template-columns: 1fr 1fr;
    padding: 50px 0 50px var(--c1g);
  }
}
footer .cont__footer--top--left {
  width: 100%;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  footer .cont__footer--top--left {
    width: var(--c13);
  }
}
footer .cont__footer--top--right {
  margin-top: 40px;
  width: 100%;
  flex-shrink: 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  footer .cont__footer--top--right {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) {
  footer .cont__footer--top--right {
    width: var(--c10);
  }
}
@media only screen and (min-width: 768px) {
  footer .cont__footer--bottom {
    padding-left: var(--c1g);
  }
}
footer .cont__footer--bottom--inner {
  border-top: 1px solid #fff;
  padding: 30px 0;
}
footer .cont__footer--legal {
  width: var(--c12);
}
footer .cont__footer--legal ul {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  footer .cont__footer--legal ul {
    flex-direction: row;
    gap: 20px;
  }
}
footer .cont__footer--legal ul li,
footer .cont__footer--legal ul a {
  font-size: 0.938rem;
}
footer .cont__footer--lang {
  width: var(--c12);
}
footer .cont__footer--logo {
  padding: 0 0 30px;
}
footer .cont__footer--logo img {
  max-width: 190px;
  filter: invert(1) grayscale(100%) brightness(1000%);
}
footer .cont__footer--name {
  font-weight: 600;
  margin-bottom: 8px;
}
footer .cont__footer--address {
  margin-bottom: 8px;
}
footer .cont__footer--phone {
  font-size: 1.5rem;
}
footer .cont__footer .cont__menu {
  width: 100%;
}
footer .cont__footer .cont__menu--title {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
footer .cont__footer .cont__menu ul.footer-menu li {
  margin-bottom: 10px;
}
footer .cont__footer .branding {
  width: 100%;
  text-align: right;
  padding: 10px 10px 20px;
}
footer.footer--shortcuts {
  padding-bottom: 120px;
}
footer .cont__postfooter {
  position: relative;
  text-align: center;
  padding: 29px 0 25px;
}
footer .cont__postfooter::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}

body.menu-open {
  overflow-y: hidden;
}
body.show-overlay .burguer-menu {
  opacity: 0;
  pointer-events: none;
}

body.home header li.menu-item,
body.home header li.menu-item a {
  color: #000000;
}
@media only screen and (min-width: 1024px) {
  body.home header li.menu-item,
  body.home header li.menu-item a {
    color: #fff;
  }
}

body.home #header-wrapper .cont__cart .icon-cart-icon,
body.home #header-wrapper .cont__user .icon-profile-icon {
  color: #fff;
}

.burguer-menu:has(input:checked) + .main-navigation {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1024px) {
  header:has(.burguer-menu input:checked) {
    background: white;
    box-shadow: 0 10px 400px 400px rgba(0, 0, 0, 0.5);
  }
  header:has(.burguer-menu input:checked) .cont__logo img {
    filter: none;
  }
}

.main-navigation {
  position: relative;
  z-index: 100;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 1024px) {
  .main-navigation {
    top: calc(100% + 25px);
    display: block !important;
    position: absolute;
    height: fit-content;
    margin: 0 calc(var(--fluid__gap) * -1);
    z-index: -1;
    pointer-events: none;
    opacity: 0;
  }
}
.main-navigation .cont__menu {
  display: flex;
  justify-content: flex-end;
}
.main-navigation ul.primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 100%;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .main-navigation ul.primary-menu {
    flex-direction: row;
    background: transparent;
  }
}
.main-navigation ul.primary-menu li.menu-item {
  padding: 9px 18px;
}
@media only screen and (min-width: 1024px) {
  .main-navigation ul.primary-menu li.menu-item {
    padding: 9px 12px;
  }
}
@media only screen and (min-width: 1279px) {
  .main-navigation ul.primary-menu li.menu-item {
    padding: 9px 18px;
  }
}
.main-navigation ul.primary-menu li.menu-item.color {
  background: #1e96d1;
}
.main-navigation ul.primary-menu li.menu-item.color a {
  color: #fff;
}
.main-navigation ul.primary-menu li.menu-item a {
  display: block;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
}

body.home header .cont__logo img {
  filter: invert(1) grayscale(100%) brightness(1000%);
}

.section__hero-home {
  overflow: hidden;
}
.section__hero-home .cont__hero-home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  z-index: 1;
  padding-top: var(--header-height);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section__hero-home .cont__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  border-bottom: 2px solid #fff;
  overflow: hidden;
}
.section__hero-home .cont__background--inner {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: calc(100% - var(--fluid__gap));
  left: 0;
  top: -10px;
  overflow: hidden;
  background: #000000;
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__background--inner {
    width: calc(100% - var(--fluid__gap));
  }
}
.section__hero-home .cont__background .cont__image,
.section__hero-home .cont__background .cont__video {
  opacity: 0.7;
}
.section__hero-home .cont__background .cont__video {
  width: 100%;
  height: 100%;
}
.section__hero-home .cont__background .cont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__hero-home .cont__background .cont__image img {
  width: 100%;
}
.section__hero-home .cont__title {
  background: transparent;
  color: #fff;
  width: var(--c4);
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .section__hero-home .cont__title {
    width: var(--c6);
    padding-left: var(--c1);
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__title {
    width: var(--c13);
    padding-left: var(--c1g);
    margin: 80px 0 0 0;
  }
}
.section__hero-home .cont__info--layer {
  background: #fff;
  width: var(--s3g);
  margin-left: calc(var(--fluid__gap) * -1);
  padding: 40px 0 40px var(--fluid__gap);
}
@media only screen and (min-width: 768px) {
  .section__hero-home .cont__info--layer {
    width: var(--s6);
    padding-left: var(--c1);
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__info--layer {
    width: var(--s8);
    padding: 40px 0 40px var(--fluid__gap);
  }
}
.section__hero-home .cont__info--layer .cont__subtitle {
  width: var(--c3);
}
@media only screen and (min-width: 768px) {
  .section__hero-home .cont__info--layer .cont__subtitle {
    width: var(--c5);
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__info--layer .cont__subtitle {
    width: var(--c7);
  }
}
.section__hero-home .cont__info--layer .cont__description {
  width: calc(100% - 20px);
  padding: 25px 0;
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 768px) {
  .section__hero-home .cont__info--layer .cont__description {
    width: var(--c4g);
    margin-left: var(--c1);
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__info--layer .cont__description {
    padding: 32px 0;
    width: var(--c4);
    margin-left: var(--c2g);
  }
}
.section__hero-home .cont__keys {
  position: relative;
  background: #fff;
  width: 100vw;
  margin: 0 calc(var(--fluid__gap) * -1);
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__keys {
    position: absolute;
    width: var(--e20);
    aspect-ratio: 16/9;
    right: 0;
    left: auto;
    margin: 0;
    top: 50%;
    transform: translatey(-50%);
  }
}
.section__hero-home .cont__keys--inner {
  overflow: hidden;
}
.section__hero-home .cont__keys--inner .cont__pagination {
  padding: 0 var(--fluid__gap) 30px var(--fluid__gap);
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__keys--inner .cont__pagination {
    padding: 0 var(--fluid__gap) 40px;
  }
}
.section__hero-home .cont__keys--item {
  width: 100%;
  padding-bottom: 20px;
}
.section__hero-home .cont__keys--item a {
  display: block;
  padding: 40px var(--fluid__gap) 30px var(--fluid__gap);
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__keys--item a {
    padding: 50px var(--fluid__gap) 30px 50px;
  }
}
.section__hero-home .cont__keys--nolink {
  display: block;
  padding: 40px var(--fluid__gap) 0px var(--fluid__gap);
}
@media only screen and (min-width: 1024px) {
  .section__hero-home .cont__keys--nolink {
    padding: 50px var(--fluid__gap) 0px 50px;
  }
}
.section__hero-home .cont__keys--text {
  font-size: 1.5rem;
  font-weight: 600;
}
.section__hero-home .cont__keys--text i {
  padding: 25px 25px 0;
  display: block;
  text-align: right;
}
.section__hero-home .cont__cta {
  position: absolute;
  top: -10px;
  transform: translateX(100%);
}
@media only screen and (min-width: 768px) {
  .section__hero-home .cont__cta {
    right: calc(var(--c1));
    top: 50%;
  }
}

body.show-overlay #modal-overlay {
  z-index: 10000;
}

#modal-overlay {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
#modal-overlay--before {
  height: 100%;
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#modal-overlay .close-overlays * {
  pointer-events: none;
}
#modal-overlay.show {
  pointer-events: initial;
  opacity: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
}
#modal-overlay.show .cont__overlay {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: initial;
  max-height: calc(100vh - 50px);
  overflow: auto;
}
#modal-overlay.show .cont__overlay.from-right {
  transform: translateX(100%);
}
#modal-overlay.show .cont__overlay.from-left {
  transform: translateX(-100%);
}
#modal-overlay.show .cont__overlay.from-top {
  transform: translateY(-100%);
}
#modal-overlay.show .cont__overlay.from-bottom {
  transform: translateY(100%);
}
#modal-overlay.show .cont__overlay.from-center {
  transform: translate(-50%, -50%) scale(1);
}

body.show-overlay {
  overflow: hidden;
  position: relative;
}

.cont__overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.cont__overlay.from-right {
  transform: translateX(100%);
}
.cont__overlay.from-left {
  transform: translateX(-100%);
}
.cont__overlay.from-top {
  transform: translateY(-100%);
}
.cont__overlay.from-bottom {
  transform: translateY(100%);
}
.cont__overlay.from-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transform: scale(0);
  position: fixed;
}

.cli-modal-backdrop {
  background-color: rgba(37, 29, 25, 0.21) !important;
}
.cli-modal-backdrop.cli-show {
  opacity: 1;
}

.wt-cli-cookie-bar-container .cli-bar-container {
  max-width: 1800px;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar {
  bottom: 0 !important;
  top: inherit !important;
  left: 0 !important;
  transform: inherit !important;
  width: 100% !important;
  padding: 30px 20px 16px !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 40px 16px !important;
  }
}
@media only screen and (min-width: 1279px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 30px 50px 16px !important;
  }
}
@media only screen and (min-width: 1366px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar {
    padding: 40px 60px 30px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.33;
  color: #000000;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1024px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message {
    padding-bottom: 18px;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-message a:hover {
  opacity: 0.7;
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container {
    display: flex;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-btn {
  background-color: #1e96d1 !important;
  margin: auto !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-accept-btn {
    margin: 0px !important;
    margin-left: 0px !important;
    margin-right: 20px !important;
  }
}
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-settings-btn,
.wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-reject-btn {
  background: transparent !important;
  margin: auto !important;
  color: black !important;
  margin-top: 10px !important;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  border: none !important;
}
@media only screen and (min-width: 768px) {
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-settings-btn,
  .wt-cli-cookie-bar-container #cookie-law-info-bar .cli-bar-btn_container #wt-cli-reject-btn {
    margin: auto 20px auto 0px !important;
  }
}

form a:hover {
  opacity: 0.7;
}
form .columns-one {
  display: grid;
  row-gap: 10px;
}
form .columns-one > br {
  display: none;
}
form .columns-two {
  display: grid;
  column-gap: 15px;
  row-gap: 20px;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  form .columns-two {
    column-gap: 40px;
  }
}
form .columns-two > br {
  display: none;
}
form.form__contact .wpcf7-checkbox, form.form__contact .wpcf7-radio,
form .columns-two-checkbox .wpcf7-checkbox {
  display: grid;
  column-gap: 15px;
  row-gap: 10px;
  grid-template-columns: 1fr;
  padding-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  form.form__contact .wpcf7-checkbox, form.form__contact .wpcf7-radio,
  form .columns-two-checkbox .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  form.form__contact .wpcf7-checkbox, form.form__contact .wpcf7-radio,
  form .columns-two-checkbox .wpcf7-checkbox {
    column-gap: 40px;
  }
}
form.form__contact .wpcf7-checkbox > br, form.form__contact .wpcf7-radio > br,
form .columns-two-checkbox .wpcf7-checkbox > br {
  display: none;
}
form.form__contact .wpcf7-checkbox .wpcf7-list-item, form.form__contact .wpcf7-radio .wpcf7-list-item,
form .columns-two-checkbox .wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 10px;
}
form .wpcf7-form-control-wrap {
  display: block;
}
form .wpcf7-acceptance {
  margin: 40px 0;
  display: block;
}
form .wpcf7-acceptance span {
  margin: 0;
}
form .columns-three,
form .columns-three-checkbox .wpcf7-checkbox {
  display: grid;
  column-gap: 15px;
  row-gap: 10px;
  grid-template-columns: 1fr;
  padding-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  form .columns-three,
  form .columns-three-checkbox .wpcf7-checkbox {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  form .columns-three,
  form .columns-three-checkbox .wpcf7-checkbox {
    column-gap: 40px;
  }
}
form .columns-three > br,
form .columns-three-checkbox .wpcf7-checkbox > br {
  display: none;
}
form .max-lenght {
  font-size: 0.867rem;
  line-height: 1.15;
  text-align: right;
  color: #c4c4c4;
  margin-top: -5px;
}
form small {
  color: #C4C4C4;
}
form .wpcf7-not-valid-tip {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ff0b0b;
  padding-top: 6px;
}
form .wpcf7-response-output {
  text-align: center;
  border-width: 1px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #000000 !important;
}

label {
  position: relative;
  user-select: none;
}
label:hover {
  cursor: pointer;
}

label:has(input[type=checkbox]) {
  display: flex;
  gap: 10px;
}

label span.wpcf7-form-control-wrap:has(input:focus) + span,
label span.wpcf7-form-control-wrap:has(input:not(:placeholder-shown)) + span {
  font-size: 0.667rem;
  line-height: 1.5;
  letter-spacing: 1px;
  transform: translate3d(0, -27px, 0);
}

label span.label {
  position: absolute;
  top: 15px;
  left: 0;
  transform-origin: 0 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
  pointer-events: none;
}

.form_title {
  margin-top: 40px;
}

input,
textarea {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.067rem;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000;
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: inherit;
  padding: 10px 0;
  transition: all 0.15s ease;
  border: none;
  border-bottom: 1px solid #c4c4c4;
  border-radius: 0;
  background-color: transparent;
}
input:focus,
textarea:focus {
  border-color: #000000;
}

textarea {
  max-height: 142px;
}
@media only screen and (min-width: 1024px) {
  textarea {
    max-height: 140px;
  }
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=checkbox]:hover {
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-color: #000000;
  border-color: #1e96d1;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #1e96d1;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input[type=radio]:hover {
  cursor: pointer;
}
input[type=radio]:checked {
  background-color: #000000;
  border-color: #1e96d1;
  box-shadow: inset 0 0 0 2px #fff, inset 0 0 0 10px #1e96d1;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input[type=file] {
  border-bottom: 1px solid #c4c4c4;
  padding: 0;
  margin: 20px 0;
  font-weight: 300;
  font-size: 0.933rem;
  color: #C4C4C4;
}
input[type=file]:hover {
  border-color: #1e96d1;
}
input[type=file]:hover::file-selector-button {
  background-color: #1e96d1;
  color: #fff;
}

input[type=file]::file-selector-button {
  border: none;
  padding: 10px 20px;
  border-radius: 0.2em;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 0.933rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  cursor: pointer;
  margin-right: 10px;
  color: #000000;
}

.section__contact {
  padding: 60px 0;
}
.section__contact .cont__contact {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: var(--c2);
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__contact {
    padding: 0 var(--c1g);
    grid-template-columns: 3fr 1fr;
  }
}
.section__contact .cont__contact .cont__infos .cont__description {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.33;
  color: #000000;
  margin: 20px 0 40px;
}
@media only screen and (min-width: 1024px) {
  .section__contact .cont__contact .cont__infos .cont__description {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.33;
  }
}
.section__contact .cont__contact .cont__infos .cont__address {
  margin-bottom: 20px;
  position: relative;
}
.section__contact .cont__contact .cont__infos .cont__address--map {
  position: relative;
  width: fit-content;
}
.section__contact .cont__contact .cont__infos .cont__address--map:hover .map_link {
  margin-right: 10px;
}
.section__contact .cont__contact .cont__infos .cont__address--map .map_link {
  color: #1e96d1;
  border-bottom: 2px solid #1e96d1;
  position: relative;
  margin-right: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__contact .cont__contact .cont__infos .cont__address--map svg {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  rotate: -45deg;
  right: -22px;
  top: 0;
}
.section__contact .cont__contact .cont__infos .cont__phone {
  margin-bottom: 20px;
}
.section__contact .cont__contact .cont__infos .cont__title h2 {
  font-weight: 600;
}
.section__contact .cont__contact .cont__infos .cont__title .title {
  font-weight: 700;
}
.section__contact .cont__contact .cont__infos .cont__phone--text {
  font-size: 2.063rem;
  font-weight: 300;
  line-height: 1;
}
.section__contact .cont__contact .cont__infos .cont__phone--text a {
  font-size: 2.063rem;
  font-weight: 300;
  line-height: 1;
}

body.error404 #wrapper-navbar {
  position: relative;
}
body.error404 section.error-404 {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
  padding: 100px 0;
}
body.error404 section.error-404 header.page-header img {
  display: block;
  margin: 0 auto;
  padding-bottom: 37px;
}
body.error404 section.error-404 .page-content .cont__subtitle {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
body.error404 section.error-404 .page-content .cont__subtitle:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #b0b0b0;
}
body.error404 section.error-404 .page-content a:hover {
  opacity: 0.7;
}

.cont--post {
  border-top: 1px solid #000000;
  padding: 20px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .cont--post {
    padding: 24px 0 0;
  }
}
.cont--post .cont--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner .post-category {
  padding-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner .post-category {
    padding-bottom: 10px;
  }
}
.cont--post .cont--inner .post-category a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #000000;
}
.cont--post .cont--inner .post-category a:hover {
  opacity: 0.7;
}
.cont--post .cont--inner a {
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cont--post .cont--inner a:hover .cont--post-info .cont--post-title h3 {
  color: #000000;
}
.cont--post .cont--inner a:hover .cont--post-image img {
  transform: scale(1.1);
}
.cont--post .cont--inner a:hover .cont--post-image:before {
  opacity: 1;
}
.cont--post .cont--inner a .cont--post-image {
  position: relative;
  overflow: hidden;
}
.cont--post .cont--inner a .cont--post-image img {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 162px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-image img {
    max-height: 170px;
  }
}
.cont--post .cont--inner a .cont--post-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(289deg, rgba(122, 182, 57, 0.65) 100%, rgba(122, 182, 57, 0.74) 100%, rgba(122, 182, 57, 0.53));
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont--post .cont--inner a .cont--post-info {
  flex-grow: 1;
}
.cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  margin-bottom: 11px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2rem;
    line-height: 1.17;
    margin-bottom: 8px;
  }
}
.cont--post .cont--inner a .cont--post-info .cont--post-description {
  padding-bottom: 9px;
  color: #b0b0b0;
}
@media only screen and (min-width: 1600px) {
  .cont--post .cont--inner a .cont--post-info .cont--post-description {
    padding-bottom: 15px;
  }
}

.blog,
.category {
  padding-bottom: 50px;
}
@media only screen and (min-width: 1600px) {
  .blog,
  .category {
    padding-bottom: 130px;
  }
}

.blog-grid.cont__posts,
.archive-grid.cont__posts {
  display: grid;
  row-gap: 28px;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 88px;
  }
}
@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts,
  .archive-grid.cont__posts {
    column-gap: 107px;
  }
}
.blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
.archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description,
  .archive-grid.cont__posts .cont--post .cont--inner a .cont--post-info .cont--post-description {
    display: block;
  }
}

@media only screen and (min-width: 1279px) {
  .blog-grid.cont__posts .cont--post:nth-child(1),
  .blog-grid.cont__posts .cont--post:nth-child(2) {
    grid-column: span 2;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
  padding-bottom: 11px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner .post-category,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner .post-category {
    padding-bottom: 9px;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-image img,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-image img {
    max-height: 272px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
  font-size: 2rem;
  line-height: 1.17;
}
@media only screen and (min-width: 1024px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-title h3,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-title h3 {
    font-size: 2.667rem;
    line-height: 1.13;
    margin-bottom: 12px;
  }
}
.blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
.blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
  display: block;
  padding-bottom: 21px;
}
@media only screen and (min-width: 1600px) {
  .blog-grid.cont__posts .cont--post:nth-child(1) .cont--inner a .cont--post-info .cont--post-description,
  .blog-grid.cont__posts .cont--post:nth-child(2) .cont--inner a .cont--post-info .cont--post-description {
    font-size: 1.667rem;
    line-height: 1.2;
  }
}

.cont--menu-cat {
  padding: 10px 0 18px;
}
@media only screen and (min-width: 1024px) {
  .cont--menu-cat {
    padding: 10px 0 37px;
  }
}
.cont--menu-cat ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
}
.cont--menu-cat ul li.current-cat a {
  background-color: #000000;
  color: #fff;
}
.cont--menu-cat ul li a {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000000;
  border-radius: 20px;
  padding: 4px 9px;
}
.cont--menu-cat ul li a:hover {
  background-color: #000000;
  color: #fff;
}

@media only screen and (min-width: 1024px) {
  body.single-post #header-wrapper {
    position: fixed;
  }
}

#single-post {
  overflow-x: hidden;
}
#single-post .cont--top {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    column-gap: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top {
    column-gap: 120px;
  }
}
#single-post .cont--top .columns {
  padding-top: 7px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns {
    padding-top: 110px;
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  #single-post .cont--top .columns {
    padding-top: 162px;
  }
}
#single-post .cont--top .columns .cont--header {
  padding-bottom: 9px;
}
#single-post .cont--top .columns .cont--header a {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 10px;
}
#single-post .cont--top .columns .cont--header a:hover {
  opacity: 0.7;
}
#single-post .cont--top .columns .cont--header h1 {
  color: #000000;
}
#single-post .cont--top .columns .cont--image {
  display: block;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns .cont--image {
    display: none;
  }
}
#single-post .cont--top .columns .cont--image img {
  display: block;
}
#single-post .cont--top .columns #social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-direction: row;
  column-gap: 20px;
  border-top: 2px solid #000000;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top .columns #social-share {
    padding-bottom: 44px;
  }
}
#single-post .cont--top .columns #social-share > span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-decoration: none;
  text-transform: uppercase;
  color: #b0b0b0;
}
#single-post .cont--top .columns #social-share .socialbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  column-gap: 20px;
}
#single-post .cont--top .columns #social-share .socialbox a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}
#single-post .cont--top .columns #social-share .socialbox a:hover {
  opacity: 0.7;
}
#single-post .cont--top > .cont--image {
  display: none;
  width: 60%;
}
@media only screen and (min-width: 1024px) {
  #single-post .cont--top > .cont--image {
    display: block;
    margin-right: -40px;
    width: calc(60% + 40px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1279px) {
  #single-post .cont--top > .cont--image {
    margin-right: -50px;
    width: calc(60% + 50px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1366px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1600px) {
  #single-post .cont--top > .cont--image {
    margin-right: -80px;
    width: calc(60% + 80px);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1920px) {
  #single-post .cont--top > .cont--image {
    margin-right: -100px;
    width: calc(60% + 100px);
  }
}
#single-post .cont--top > .cont--image img {
  display: block;
}
#single-post .content {
  max-width: 920px;
  margin: 0 auto;
  margin-bottom: 100px;
  animation-name: fadeInMove;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: 0.2s;
  animation-fill-mode: backwards;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#single-post .content a {
  text-decoration: none;
  color: #000000;
}
#single-post .content a:hover {
  opacity: 0.7;
}
#single-post .related-posts {
  margin-bottom: 100px;
}
#single-post .related-posts .title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  padding-bottom: 28px;
}
@media only screen and (min-width: 1024px) {
  #single-post .related-posts .title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 3rem;
    line-height: 0.94;
    text-align: left;
    color: #000000;
    padding-bottom: 38px;
  }
}

.section_cta_promotional .cta__fixed-button {
  display: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.25;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 11px 20px;
  border-radius: 100px 0 0 100px;
  background-color: #1e96d1;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_promotional .cta__fixed-button {
    display: block;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-button {
    font-size: 0.867rem;
    line-height: 1.14;
    letter-spacing: 1.3px;
    padding: 15px 24px 15px 26px;
  }
}
.section_cta_promotional .cta__fixed-button:hover {
  text-decoration: none;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.section_cta_promotional .cta__fixed-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  position: fixed;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  padding: 10px 50px 50px;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  max-height: 90vh;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_promotional .cta__fixed-overlay.show {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1366px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay {
    width: 60px;
    height: 60px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
  content: "\e901";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1600px) {
  .section_cta_promotional .cta__fixed-overlay .close-info-overlay:before {
    font-size: 26px;
  }
}
.section_cta_promotional .cta__fixed-overlay .close-info-overlay:hover:before {
  color: #b0b0b0;
}
.section_cta_promotional .cta__fixed-overlay iframe {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
}

.section__cta {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__cta .cont__cta {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.section__cta .cont__cta a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__cta .cont__cta a .cont__description p {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .section__cta .cont__cta a .cont__description p {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__cta .cont__cta a .link__arrow {
    padding-right: 65px;
  }
}

.section_cta_fixed {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section_cta_fixed.show.show-mobile {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed.show {
    opacity: 1;
  }
}
.section_cta_fixed a {
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .section_cta_fixed a {
    left: inherit;
    right: 30px;
    bottom: 20px;
    transform: none;
    letter-spacing: normal;
    padding: 10px 25px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_cta_fixed a {
    letter-spacing: 1.4px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 25px;
  }
}

.section__hero-image {
  overflow-x: hidden;
}
.section__hero-image .cont__banners {
  width: 100%;
  height: 100%;
}
.section__hero-image .cont__banners .cont__banner {
  height: 100%;
  min-height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image .cont__banners .cont__banner {
    padding: 0 var(--c1g);
  }
}
.section__hero-image .cont__banners .cont__banner .cont__banner--background {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.section__hero-image .cont__banners .cont__banner .cont__banner--background--inner {
  height: 100%;
}
.section__hero-image .cont__banners .cont__banner .cont__banner--background picture {
  display: block;
  width: 100%;
  height: 100%;
  scale: 1.2;
}
.section__hero-image .cont__banners .cont__banner .cont__banner--background picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__hero-image .cont__banners .cont__banner .cont__infos {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
.section__hero-image .cont__banners .cont__banner .cont__infos .cont__title {
  color: #fff;
}
.section__hero-image .cont__banners .cont__banner .cont__infos .cont__subtitle {
  font-family: "EB Garamond", serif;
  font-weight: 500;
  font-size: 3.125rem;
  line-height: 1.25;
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-style: italic;
  color: #fff;
}
.section__hero-image .cont__banners .cont__banner .cont__infos .cont__text {
  color: #fff;
  margin-bottom: 20px;
}
.section__hero-image .cont__banners .cont__banner .cont__infos .cont__link {
  margin: 10px 0;
}

.section_info_parallax {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section_info_parallax .cont__parallax {
  position: relative;
  width: 100%;
}
.section_info_parallax .cont__parallax .cont__info {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 640px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__info--inner {
  background-color: #fff;
  padding: 60px 25px 35px;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    max-width: 543px;
    padding: 50px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__info--inner {
    padding: 90px 80px;
    max-width: 750px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .title-1 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 6.667rem;
    text-align: left;
    color: #000000;
    margin-bottom: 9px;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #000000;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.22;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1920px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description .text-important {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.667rem;
    line-height: 1.4;
    text-align: left;
    color: #000000;
  }
}
.section_info_parallax .cont__parallax .cont__info .cont__description .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #b0b0b0;
}
@media only screen and (min-width: 1600px) {
  .section_info_parallax .cont__parallax .cont__info .cont__description p {
    margin-bottom: 16px;
  }
}
.section_info_parallax .cont__parallax .cont__info .link__arrow {
  text-decoration: none;
  color: #000000;
}
.section_info_parallax .cont__parallax .cont__image {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section__last-articles {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__last-articles .cont__title h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1024px) {
  .section__last-articles .cont__title h2 {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__last-articles .cont__title h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 42px;
  }
}
@media only screen and (min-width: 1920px) {
  .section__last-articles .cont__title h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
  }
}
.section__last-articles .owl-carousel .owl-stage {
  display: flex;
}
.section__last-articles .cont--post {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}
.section__last-articles .aticle-box {
  position: relative;
  overflow: hidden;
  /* margin-bottom: 80px; */
  /*This is optional*/
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.section__links {
  margin-top: 100px;
  margin-bottom: 100px;
}
.section__links .cont__links {
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    border-top: none;
  }
}
@media only screen and (min-width: 1279px) {
  .section__links .cont__links {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links {
    column-gap: 160px;
  }
}
.section__links .cont__links .cont__link {
  border-bottom: 1px solid #000000;
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link {
    border-top: 1px solid #000000;
  }
}
.section__links .cont__links .cont__link .cont__inner a {
  display: block;
  text-decoration: none;
  padding: 21px 0 18px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a {
    padding: 39px 0 23px;
  }
}
.section__links .cont__links .cont__link .cont__inner a:hover .link__arrow span:after {
  transform: translateY(-50%) translateX(4px);
}
.section__links .cont__links .cont__link .cont__inner a .cont__title h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 4px;
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__title h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description {
    font-size: 1.5rem;
    line-height: 1.17;
  }
}
@media only screen and (min-width: 1024px) {
  .section__links .cont__links .cont__link .cont__inner a .cont__description p {
    margin-bottom: 16px;
  }
}

.section__text_image {
  padding: 0 0;
}
.section__text_image .cont__text_image {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image.text-position-right {
    flex-direction: row-reverse;
  }
}
.section__text_image .cont__text_image .cont__text {
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text {
    width: 50%;
    padding-inline: 100px;
    padding-block: 120px;
  }
}
.section__text_image .cont__text_image .cont__text h2 {
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text h2 {
    margin-bottom: 7px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important {
  position: relative;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1366px) {
  .section__text_image .cont__text_image .cont__text .text-important {
    margin-bottom: 30px;
  }
}
.section__text_image .cont__text_image .cont__text .text-important:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #b0b0b0;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__text p {
    margin-bottom: 16px;
  }
}
.section__text_image .cont__text_image .cont__image {
  overflow: hidden;
  position: relative;
  min-height: 300px;
}
.section__text_image .cont__text_image .cont__image--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  scale: 1.2;
}
@media only screen and (min-width: 1024px) {
  .section__text_image .cont__text_image .cont__image {
    width: 50%;
    min-height: 500px;
  }
}
.section__text_image .cont__text_image .cont__image img {
  display: block;
  height: 100%;
  object-fit: cover;
}

.section__info_summaries_pages .cont__header {
  display: block;
}
.section__info_summaries_pages .cont__summaries {
  display: grid;
  gap: var(--grid__gap);
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .section__info_summaries_pages .cont__summaries {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__info_summaries_pages .cont__summaries {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.section__info_summaries_pages .cont__summaries .cont__summary {
  margin-bottom: 20px;
}
.section__info_summaries_pages .cont__summaries .cont__icon {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.section__info_summaries_pages .cont__summaries .cont__icon--inner {
  scale: 1.2;
}
.section__info_summaries_pages .cont__summaries .cont__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__info_summaries_pages .cont__summaries .cont__title {
  margin: 20px 0;
}
.section__info_summaries_pages .cont__summaries .cont__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.section__video {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .section__video {
    margin: 0;
  }
}
.section__video .cont__video {
  height: 100%;
  aspect-ratio: 21/9;
  overflow: hidden;
  margin: 0 calc(var(--fluid__gap) * -1) 0 calc(var(--fluid__gap) * -1);
  width: 100vw;
}
@media only screen and (min-width: 1024px) {
  .section__video .cont__video {
    margin: 0 var(--c1);
    width: auto;
  }
}
.section__video .cont__video--inner {
  width: 100%;
}
.section__video .cont__video video {
  position: relative;
  scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section__faq {
  margin-top: 40px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  .section__faq {
    margin-top: 50px;
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.section__faq .section__faq--inner {
  max-width: 1000px;
}
.section__faq .section__faq--inner .cont__footer {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  border-top: 2px solid #1e96d1;
  margin-top: 63px;
  padding-top: 29px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__footer {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__footer {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin-top: 47px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 0.94;
  text-align: left;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
    margin-bottom: 23px;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description {
  margin-bottom: -15px;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description {
    margin-bottom: 0;
  }
}
.section__faq .section__faq--inner .cont__left .cont__description h2 {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__description h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__left .cont__description h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1920px) {
  .section__faq .section__faq--inner .cont__left .cont__description h2 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    line-height: 1.3;
    font-size: 1.5rem;
  }
}
.section__faq .section__faq--inner .cont__left .cont__footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__left .cont__footer {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__questions {
    margin-top: -30px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  margin: 50px 0 22px;
  padding-right: 45px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 28px;
  top: -7px;
  right: 0;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3 {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin: 53px 0 22px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3.active:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question h3:hover {
  color: #1e96d1;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content {
  display: none;
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
  margin-bottom: 13px;
}
@media only screen and (min-width: 1600px) {
  .section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p {
    margin-bottom: 20px;
  }
}
.section__faq .section__faq--inner .cont__right .cont__questions .cont__question .cont__content p:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__faq .section__faq--inner .cont__right .cont__footer {
    display: none;
  }
}

.section__hero-image-video {
  position: relative;
  min-height: 60vh;
  height: 500px;
  background: #000000;
  overflow: hidden;
}
.section__hero-image-video .cont__hero-image-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__hero-image-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}
.section__hero-image-video .cont__hero-image-video.text-right {
  align-items: flex-end;
}
.section__hero-image-video .cont__video {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.section__hero-image-video .cont__video #myVideo {
  max-height: 100vh;
  width: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__video #myVideo {
    min-height: 550px;
  }
}
.section__hero-image-video .cont__background {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
}
.section__hero-image-video .cont__background--inner {
  height: 100%;
}
.section__hero-image-video .cont__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
}
.section__hero-image-video .cont__video .bg-video {
  height: 100%;
  width: 177.77777778vh; /* 100 * 16 / 9 */
  min-width: 100vw;
  min-height: 800px; /* 100 * 9 / 16 */
  opacity: 0.5;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__video .bg-video {
    height: 100%;
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100vw;
    min-height: 56.25vw; /* 100 * 9 / 16 */
    opacity: 0.7;
  }
}
.section__hero-image-video .cont__image img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__mobile {
    display: none;
  }
}
.section__hero-image-video .cont__image .image__desktop {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__hero-image-video .cont__image .image__desktop {
    display: block;
  }
}
.section__hero-image-video .cont__info {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 60px 0;
  max-width: 100%;
  width: 800px;
}
@media only screen and (min-width: 1024px) {
  .section__hero-image-video .cont__info {
    padding: 0 var(--c1g);
  }
}
.section__hero-image-video .cont__info .cont__title {
  color: #fff;
}
.section__hero-image-video .cont__info .cont__subtitle {
  padding-bottom: 14px;
  color: #fff;
}
.section__hero-image-video .cont__info .cont__link-video span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.18px;
  text-transform: uppercase;
  color: #1e96d1;
  cursor: pointer;
  background-image: linear-gradient(120deg, #1e96d1 0%, #1e96d1 100%);
  background-repeat: no-repeat;
  background-size: 0 65%;
  background-position: 0 110%;
  transition: background-size 0.4s ease-in;
  background-image: linear-gradient(120deg, #000000 0%, #000000 100%);
}
.section__hero-image-video .cont__info .cont__link-video span:hover {
  background-size: 100% 65%;
}
@media only screen and (min-width: 1279px) {
  .section__hero-image-video .cont__info .cont__link-video span {
    font-size: 15px;
    letter-spacing: 0.23px;
  }
}

.section__text-full {
  margin-top: 50px;
  margin-bottom: 50px;
}
.section__text-two-columns {
  padding: 60px 0;
}
.section__text-two-columns.style-featured .cont__column {
  align-items: last baseline;
}
.section__text-two-columns .cont__column {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .section__text-two-columns .cont__column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1279px) {
  .section__text-two-columns .cont__column {
    column-gap: 80px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1600px) {
  .section__text-two-columns .cont__column {
    column-gap: 100px;
  }
}
.section__text-two-columns .cont__column .cont__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__column .cont__column {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section__text-two-columns .cont__column .cont__column--one {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__column .cont__column--one {
    width: var(--c9);
  }
}
.section__text-two-columns .cont__column .cont__column--one--content {
  font-size: 1.625rem;
}
@media only screen and (min-width: 1366px) {
  .section__text-two-columns .cont__column .cont__column--one--content {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-two-columns .cont__column .cont__column--two {
    padding-right: var(--c1);
    width: var(--c12);
  }
}
.section__text-two-columns .cont__column .cont__column--two--content {
  font-size: 1.125rem;
  line-height: 1.36;
}
@media only screen and (min-width: 1366px) {
  .section__text-two-columns .cont__column .cont__column--two--content {
    font-size: 1.375rem;
    line-height: 1.36;
  }
}
.section__text-two-columns .cont__column .cont__column p:last-child {
  margin-bottom: 0;
}
.section__news {
  padding: 40px 0;
}
.section__news .cont__news .static-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__news .cont__news .static-grid {
    grid-template-columns: 1fr 1fr;
  }
  .section__news .cont__news .static-grid.grid-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__news .cont__news .static-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__news .cont__news .static-grid.grid-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__news .cont__news .static-grid.grid-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__news .cont__news .static-grid.grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__news .cont__news .static-grid.grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__news .cont__news .static-grid.grid-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__news .cont__news .static-grid.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section__news .cont__news--article {
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin: 20px 0;
  flex: 1;
}
.section__news .cont__news--article:before {
  position: absolute;
  content: "*";
  color: #000000;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: 800;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .section__news .cont__news--article {
    width: var(--col6);
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section__news .cont__news--article {
    width: var(--col5);
  }
}
.section__news .cont__news--article:hover .link__arrow:after {
  right: -20px;
}
.section__news .cont__news--title {
  color: #1e96d1;
}
.section__news .cont__news--link {
  position: relative;
  width: fit-content;
}
.section__news .cont__news--link .link__arrow {
  font-size: 1rem;
  font-weight: 600;
  position: relative;
  padding-right: 40px;
}
.section__news .cont__news--link .link__arrow:after {
  content: "\e902";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  color: #1e96d1;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.section__slider {
  padding: 40px 0;
  --swiper-theme-color: #000;
}
.section__slider svg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .section__slider > .e-container {
    padding: 0;
  }
}
.section__slider .cont__slider {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  width: calc(100% - 40px);
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .section__slider .cont__slider {
    aspect-ratio: 21/9;
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__slider .cont__slider {
    width: var(--c23);
    margin-left: var(--c1g);
  }
}
.section__slider .cont__slider--item {
  overflow: hidden;
  height: auto;
}
.section__slider .cont__slider .slider-scale {
  height: 100%;
  width: 100%;
  background: #000000;
}
.section__slider .cont__slider .slider-scale img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__slider .slider-images {
  height: 100%;
  margin-left: 1px;
  margin-bottom: 1px;
  position: relative;
  background-color: #000000;
}
.section__slider .cont__description {
  display: none;
  position: absolute;
  z-index: 1;
  writing-mode: tb-rl;
  transform: rotate(-180deg);
  height: calc(100% - 170px);
  left: 0;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .section__slider .cont__description {
    display: block;
    height: auto;
    overflow: visible;
    background: transparent;
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    left: inherit;
    filter: invert(1);
    mix-blend-mode: difference;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__slider .cont__description {
    width: 100%;
    margin-left: var(--c1);
    padding-left: var(--c1);
  }
}
.section__slider .cont__description:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  top: 12px;
  left: var(--grid__gap);
  background: #000000;
}
.section__slider .cont__description:after {
  content: "";
  position: absolute;
  width: var(--grid__gap);
  height: 2px;
  top: 12px;
  left: 1px;
  background: #fff;
}
.section__slider .cont__description--item {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-style: italic;
  top: -20px;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000000;
  mix-blend-mode: difference;
  width: 30px;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section__slider .cont__description--item {
    width: 100%;
    overflow: visible;
    left: var(--c1);
  }
}
@media only screen and (min-width: 1024px) {
  .section__slider .cont__description--item {
    left: inherit;
    padding-left: 20px;
  }
}
.section__slider .cont__description--item.slide--active {
  opacity: 1;
  top: 0;
}
.section__slider .cont__description--item.slide--last {
  top: 20px;
}
.section__slider .cont__navigation {
  position: absolute;
  bottom: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: auto;
  padding: 0 45px;
  height: 45px;
  /* button circle */
}
@media only screen and (min-width: 768px) {
  .section__slider .cont__navigation {
    width: var(--c2g);
    height: auto;
    aspect-ratio: 4/3;
    padding: 0;
  }
}
.section__slider .cont__navigation .autoplay-progress {
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__slider .cont__navigation .autoplay-progress {
    display: block;
  }
}
.section__slider .cont__navigation .progress {
  transform: rotate(-90deg);
  margin-bottom: 20px;
}
.section__slider .cont__navigation .circle-origin {
  fill: transparent;
  stroke: #000000;
  stroke-width: 5;
  stroke-linecap: square;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.section__slider .cont__navigation .circle-bg {
  fill: transparent;
  stroke: #000000;
  stroke-width: 1;
}
.section__slider .cont__navigation .timeline--active .circle-origin {
  animation: progress 5s;
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -125.664px;
  }
}
.section__slider .swiper-pagination-current {
  font-weight: 600;
}
.section__slider .cont__arrows {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.section__slider .cont__arrows--inner {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.section__slider .cont__arrows .slider-swiper-button-next {
  height: 100%;
  top: 0;
  right: 0;
  position: relative;
}
.section__slider .cont__arrows .slider-swiper-button-next:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.section__slider .cont__arrows .slider-swiper-button-next:hover:after {
  opacity: 1;
}
.section__slider .cont__arrows .slider-swiper-button-next:hover i {
  margin-right: 10px;
  opacity: 1;
}
.section__slider .cont__arrows .slider-swiper-button-prev {
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}
.section__slider .cont__arrows .slider-swiper-button-prev:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.section__slider .cont__arrows .slider-swiper-button-prev:hover:after {
  opacity: 1;
}
.section__slider .cont__arrows .slider-swiper-button-prev:hover i {
  margin-left: 10px;
  opacity: 1;
}
.section__slider .cont__arrows .slider-swiper-button-prev,
.section__slider .cont__arrows .slider-swiper-button-next {
  width: 80px;
  margin: 0;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.section__slider .cont__arrows .slider-swiper-button-prev i,
.section__slider .cont__arrows .slider-swiper-button-next i {
  color: #fff;
  font-size: 3rem;
  z-index: 2;
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__slider .cont__arrows .slider-swiper-button-prev:after,
.section__slider .cont__arrows .slider-swiper-button-next:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__slider .cont__arrows .slider-swiper-button-next:after,
.section__slider .cont__arrows .slider-swiper-button-prev:after {
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.section__featured-points {
  padding: 40px 0;
}
.section__featured-points .cont__featured-points .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.section__featured-points .cont__featured-points--item {
  width: 100%;
  flex-shrink: 0;
  padding: 15px 30px;
  position: relative;
}
.section__featured-points .cont__featured-points--item:not(:first-child):before {
  content: "/";
  position: absolute;
  left: 10px;
  top: 33%;
  color: #000000;
  font-size: 1.2rem;
  font-weight: 200;
  font-style: italic;
  display: none;
}
@media only screen and (min-width: 768px) {
  .section__featured-points .cont__featured-points--item:not(:first-child):before {
    display: block;
  }
}
.section__featured-points .cont__featured-points--info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.section__featured-points .cont__featured-points--icon {
  width: 48px;
  height: 48px;
}
.section__featured-points .cont__featured-points--icon svg {
  width: 100%;
  height: 100%;
}
.section__featured-points .cont__featured-points--title {
  font-size: 3.125rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}
.section__featured-points .cont__featured-points--description {
  font-size: 1.625rem;
  font-weight: 600;
}
.section__featured-points .cont__featured-points--article {
  padding-left: 40px;
  position: relative;
  border-bottom: 1px solid #000000;
  margin: 20px 0;
  flex: 1;
}
.section__featured-points .cont__featured-points--article:before {
  position: absolute;
  content: "*";
  color: #000000;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: 800;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 768px) {
  .section__featured-points .cont__featured-points--article {
    width: var(--col6);
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section__featured-points .cont__featured-points--article {
    width: var(--col5);
  }
}
.section__featured-points .cont__featured-points--link .link__arrow {
  width: fit-content;
  margin: 0 auto;
  padding: 10px 60px 10px 20px;
}
.section__featured-points .cont__featured-points--link .link__arrow span:after {
  font-size: 1.3rem;
  line-height: 1;
}
.section__featured-points.icon-points .cont__featured-points--title {
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
}
.section__featured-points.icon-points .cont__featured-points--description {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.25;
  font-style: normal;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
}
.section__featured-points.icon-points .cont__featured-points--icon {
  margin-bottom: 20px;
}
.section__featured-points.icon-points .cont__featured-points--icon svg {
  fill: #1e96d1;
}

.section__featured {
  padding: 40px 0;
}
.section__featured .cont__featured .cont__title {
  position: relative;
  margin-bottom: 40px;
}
.section__featured .cont__featured .cont__title .cont__link {
  position: absolute;
  height: 100%;
  width: fit-content;
  right: 0;
  top: 0;
}
.section__featured .cont__featured .static-grid {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: fit-content;
}
.section__featured .cont__featured--item {
  position: relative;
  margin: 20px 0;
  flex: 1;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .section__featured .cont__featured--item {
    width: var(--c6);
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .section__featured .cont__featured--item {
    width: var(--c5);
  }
}
@media only screen and (min-width: 1920px) {
  .section__featured .cont__featured--item {
    width: var(--c4);
  }
}
.section__featured .cont__featured--item:before {
  position: absolute;
  content: "·";
  color: #000000;
  font-family: Poppins;
  font-size: 2.5rem;
  font-weight: 800;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  left: -20px;
}
.section__featured .cont__featured--item span {
  margin: auto;
}
.section__featured .cont__featured--item:hover .cont__featured--plus {
  pointer-events: all;
  opacity: 1;
}
.section__featured .cont__featured--title {
  margin: 0;
}
.section__featured .cont__featured--info {
  width: fit-content;
  margin: 0 auto;
}
.section__featured .cont__featured--plus {
  border-radius: 100px;
  border: 1px solid #1e96d1;
  color: #1e96d1;
  display: inline-block;
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.section__featured .cont__featured .link__arrow {
  width: fit-content;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.2;
}

#modal-overlay .cont__overlay--featured {
  width: 750px;
  max-width: 80%;
  background: #fff;
  padding: 20px;
}
#modal-overlay .cont__overlay--featured .close-overlays {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000000;
  cursor: pointer;
}
#modal-overlay .cont__overlay--featured .cont__overlay--content {
  padding: 40px 0;
}

.section__text-featured {
  padding: 40px 0;
}
.section__text-featured .text-big, .section__text-featured .section__text-two-columns .cont__column .cont__column--one--content, .section__text-two-columns .cont__column .section__text-featured .cont__column--one--content {
  font-weight: 500;
  font-size: 2rem;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .section__text-featured .text-big, .section__text-featured .section__text-two-columns .cont__column .cont__column--one--content, .section__text-two-columns .cont__column .section__text-featured .cont__column--one--content {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .section__text-featured .text-big, .section__text-featured .section__text-two-columns .cont__column .cont__column--one--content, .section__text-two-columns .cont__column .section__text-featured .cont__column--one--content {
    padding: 0 var(--c1g);
    font-size: 3.75rem;
  }
}

.section__activities {
  padding: 40px 0;
}
.section__activities .cont__title {
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .section__activities .cont__title {
    padding: 0 var(--c1g) 40px;
  }
}
.section__activities .cont__activities {
  padding: 0;
}
.section__activities .cont__activities.cont__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__activities .cont__activities.cont__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__activities .cont__activities.cont__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section__activities-other {
  padding: 40px 0;
}
.section__activities-other .cont__title {
  padding: 40px 0;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .section__activities-other .cont__title {
    padding: 0 var(--c1g) 40px;
  }
}
.section__activities-other .cont__activities-other {
  padding: 0;
}
.section__activities-other .cont__activities-other.cont__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__activities-other .cont__activities-other.cont__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__activities-other .cont__activities-other.cont__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.section__contents {
  padding: 40px 0;
}
.section__contents .cont__contents .cont__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  margin-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .section__contents .cont__contents .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
  }
}
.section__contents .cont__contents .cont__description {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.section__contents .cont__contents .cont__contents--plus {
  display: block;
  border-radius: 100px;
  border: 1px solid #1e96d1;
  color: #1e96d1;
  display: inline-block;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
  margin-left: auto;
}
@media only screen and (min-width: 1366px) {
  .section__contents .cont__contents .cont__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--grid__gap);
  }
  .section__contents .cont__contents .g-two {
    grid-template-columns: 1fr 1fr;
  }
  .section__contents .cont__contents .g-tree {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section__contents .cont__contents--item {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px solid rgb(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .section__contents .cont__contents--item {
    aspect-ratio: 10/5;
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__contents .cont__contents--item {
    margin-right: var(--c1g);
  }
}
.section__contents .cont__contents--item--image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 2px;
  right: 2px;
  position: relative;
  aspect-ratio: 8/5;
}
@media only screen and (min-width: 768px) {
  .section__contents .cont__contents--item--image {
    position: absolute;
  }
}
.section__contents .cont__contents--item--image--inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  overflow: hidden;
}
.section__contents .cont__contents--item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
}
.section__contents .cont__contents--item .cont__infos {
  bottom: 0;
  right: 0;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  column-gap: 20px;
}
@media only screen and (min-width: 768px) {
  .section__contents .cont__contents--item .cont__infos {
    margin-bottom: 0;
    position: absolute;
  }
  .section__contents .cont__contents--item .cont__infos:hover {
    box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
  }
}
@media only screen and (min-width: 1024px) {
  .section__contents .cont__contents--item .cont__infos {
    width: var(--c12g);
    padding: 20px;
  }
}
@media only screen and (min-width: 1366px) {
  .section__contents .cont__contents--item .cont__infos {
    width: var(--c8g);
  }
}
@media only screen and (min-width: 1600px) {
  .section__contents .cont__contents--item .cont__infos {
    width: var(--c6g);
  }
}
.section__contents .cont__contents--item .cont__infos .cont__text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.section__contents .cont__contents--item .cont__infos .cont__text p {
  margin-bottom: 0;
}
.section__contents .cont__contents--item .cont__infos .cont__link .link__arrow {
  width: max-content;
  padding-right: 10px;
}
.section__contents .cont__contents--item .cont__infos .cont__link .link__arrow span:after {
  right: -40px;
}

.cont__overlay--contents .cont__title {
  margin-bottom: 14px;
}
.cont__overlay--contents .cont__description {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 8px;
}

.section__separator .cont__separator {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 1px;
  width: 100%;
  background: #000000;
  margin: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .section__separator .cont__separator {
    margin: 50px var(--c1);
    width: var(--c23g);
  }
}
.section__separator .cont__separator--asterisk:before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 52px;
  height: 52px;
  aspect-ratio: 1;
  content: "*";
  background-color: #fff;
  z-index: 1;
  color: #000000;
  font-size: 2.5rem;
  font-weight: bold;
  display: grid;
  place-content: center;
  margin-top: 0.15em;
}

.section__promos {
  padding: 40px 0;
}
.section__promos .cont__promos--block {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.section__promos .cont__promos .cont__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.section__promos .cont__promos .cont__description {
  margin-bottom: 8px;
}
.section__promos .cont__promos .cont__grid {
  gap: var(--grid__gap);
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos .cont__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .section__promos .cont__promos .g-two {
    grid-template-columns: 1fr 1fr;
  }
  .section__promos .cont__promos .g-three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.section__promos .cont__promos--item {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos--item {
    aspect-ratio: 8/7;
  }
}
@media only screen and (min-width: 1366px) {
  .section__promos .cont__promos--item {
    aspect-ratio: 8/5;
  }
}
.section__promos .cont__promos--item:hover img {
  scale: 1.05;
}
.section__promos .cont__promos--item--image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos--item--image {
    margin-right: var(--c1g);
  }
}
.section__promos .cont__promos--item--image--inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  overflow: hidden;
}
.section__promos .cont__promos--item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.section__promos .cont__promos--item .cont__topo {
  width: fit-content;
  max-width: 190px;
  position: absolute;
  top: -180px;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos--item .cont__topo {
    top: 30px;
    right: inherit;
    left: 0;
    max-width: 300px;
  }
}
.section__promos .cont__promos--item .cont__topo .cont__text {
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos--item .cont__topo .cont__text {
    padding: 15px 15px;
  }
}
.section__promos .cont__promos--item .cont__topo .cont__text.color_blanco {
  color: #fff;
}
.section__promos .cont__promos--item .cont__topo .cont__text.color_negro {
  color: #000000;
}
.section__promos .cont__promos--item .cont__topo .cont__text .text-important {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
}
.section__promos .cont__promos--item .cont__topo .cont__text p {
  margin-bottom: 7px;
}
.section__promos .cont__promos--item .cont__topo .cont__text p:last-child {
  margin-bottom: 0;
}
.section__promos .cont__promos--item .cont__infos {
  position: relative;
  margin-top: 180px;
  bottom: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  width: var(--c3);
  padding: 15px 20px;
}
.section__promos .cont__promos--item .cont__infos:hover {
  box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
}
@media only screen and (min-width: 768px) {
  .section__promos .cont__promos--item .cont__infos {
    width: var(--c6);
  }
}
@media only screen and (min-width: 1024px) {
  .section__promos .cont__promos--item .cont__infos {
    position: absolute;
    width: var(--c6g);
  }
}
@media only screen and (min-width: 1366px) {
  .section__promos .cont__promos--item .cont__infos {
    padding: 20px;
  }
}
.section__promos .cont__promos--item .cont__infos .cont__title {
  margin: 0;
  padding-inline: 15px;
}
.section__promos .cont__promos--item .cont__infos .cont__description {
  margin: 0;
  padding-inline: 15px;
}
.section__promos .cont__promos--item .cont__infos .cont__link {
  margin: 0;
  padding-inline: 15px;
}
.section__promos .cont__promos--item .cont__infos .countdown .countdown__inner {
  background: #1e96d1;
  color: white;
}
.section__promos .cont__promos--item .cont__infos .countdown .countdown__inner--title {
  text-align: center;
  padding: 5px 10px;
}
.section__promos .cont__promos--item .cont__infos .countdown .countdown__inner--date {
  min-height: 33px;
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  display: flex;
  gap: 5px;
  justify-content: center;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  font-weight: 500;
}
.section__promos .cont__promos--item .cont__infos .countdown .countdown__inner--date .countdown-item {
  display: flex;
  align-items: center;
}
.section__promos .cont__promos--item .cont__infos .countdown .countdown__inner--date--days {
  padding: 0 10px 0 0;
}

.cont__overlay--promos {
  background: white;
  padding: 40px;
  max-width: 800px;
  width: 90%;
  max-height: 100vh;
  max-height: 100dvh;
  display: block;
}
.cont__overlay--promos .close-overlays {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 20px;
  width: fit-content;
}
.cont__overlay--promos .cont__overlay--inner {
  display: grid;
  grid-template-columns: 1fr;
}
.cont__overlay--promos .cont__overlay--title {
  margin-bottom: 20px;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.cont__overlay--promos .cont__overlay--title--inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 0;
}
.cont__overlay--promos .cont__overlay--title--inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__overlay--promos .cont__overlay--title .title-2, .cont__overlay--promos .cont__overlay--title .section__featured-points.icon-points .cont__featured-points--title, .section__featured-points.icon-points .cont__overlay--promos .cont__overlay--title .cont__featured-points--title {
  position: relative;
  margin-bottom: 40px;
  background: #fff;
  padding: 20px 40px 20px 20px;
  width: fit-content;
}
.cont__overlay--promos .cont__overlay--inner--grid--item {
  width: 100%;
  margin: 10px 0 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .cont__overlay--promos .cont__overlay--inner--grid--item {
    flex-direction: row;
  }
}
.cont__overlay--promos .cont__promos--infos {
  width: 100%;
}
.cont__overlay--promos .cont__promos--infos .cont__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cont__overlay--promos .cont__promos--infos .cont__title--text {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  display: block;
  width: 100%;
}
.cont__overlay--promos .cont__promos--infos .cont__title--price {
  display: block;
  width: fit-content;
  text-align: right;
  padding: 10px 20px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  color: #1e96d1;
}
.cont__overlay--promos .cont__promos--infos .cont__description {
  margin: 10px 0;
}
.cont__overlay--promos .cont__promos--link {
  width: 100%;
  position: relative;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cont__overlay--promos .cont__promos--link {
    width: 250px;
  }
}
.cont__overlay--promos .cont__promos--link.disabled {
  pointer-events: none;
  opacity: 0.5;
  background-color: #000000;
}

.section__hero-default {
  overflow: hidden;
}
.section__hero-default .cont__hero-default {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: var(--header-height);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1024px) {
  .section__hero-default .cont__hero-default {
    height: 100%;
  }
}
.section__hero-default .cont__hero-default .cont__title {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 1024px) {
  .section__hero-default .cont__hero-default .cont__title {
    align-items: last baseline;
    flex-direction: row;
    margin-left: var(--c1g);
    gap: var(--c1);
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-default .cont__hero-default .cont__title h1 {
    max-width: 70%;
    width: fit-content;
    flex-shrink: 0;
  }
}
.section__hero-default .cont__hero-default .cont__title .cont__breadcrumbs {
  flex-shrink: 0;
  width: auto;
}
.section__hero-default .cont__hero-default .cont__background {
  position: relative;
  margin-top: 10px;
}
.section__hero-default .cont__hero-default .cont__background include only-mobile {
  height: 300px;
}
.section__hero-default .cont__hero-default .cont__background .cont__background--video,
.section__hero-default .cont__hero-default .cont__background .cont__background--inner {
  height: 100%;
  margin-top: 102px;
}
@media only screen and (min-width: 768px) {
  .section__hero-default .cont__hero-default .cont__background .cont__background--video,
  .section__hero-default .cont__hero-default .cont__background .cont__background--inner {
    margin-top: 0;
  }
}
.section__hero-default .cont__hero-default .cont__background .cont__left {
  position: absolute;
  left: -1px;
  top: 0;
  z-index: 1;
}
.section__hero-default .cont__hero-default .cont__background .cont__left .cont__info {
  background: #fff;
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info {
    padding: 30px 20px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info {
    width: var(--c20g);
    padding: 40px var(--c1g) var(--c1g);
  }
}
@media only screen and (min-width: 1366px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info {
    width: var(--c10g);
  }
}
.section__hero-default .cont__hero-default .cont__background .cont__left .cont__info h2 {
  font-size: 2.25rem;
  line-height: 1;
  font-weight: 500;
  color: #b0b0b0;
  margin-bottom: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 768px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width: 1279px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info h2 {
    font-size: 3.688rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 1600px) {
  .section__hero-default .cont__hero-default .cont__background .cont__left .cont__info h2 {
    font-size: 4.688rem;
    line-height: 1.2;
  }
}
.section__hero-default .cont__hero-default .cont__background video {
  width: 100%;
  height: 100%;
}

.section__gallery {
  padding: 40px 0;
}
.section__gallery .cont__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.125rem;
  line-height: 1.18;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 24px;
  }
}
.section__gallery .cont__description {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
.section__gallery .cont__gallery.cont__grid {
  display: grid;
  gap: var(--grid__gap);
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .section__gallery .cont__gallery.cont__grid {
    gap: var(--c1) var(--grid__gap);
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__gallery.cont__grid.three-columns {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__gallery.cont__grid.three-columns .cont__gallery--item {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__gallery.cont__grid.three-columns .cont__gallery--item .cont__gallery--image {
    padding-left: 0;
  }
}
.section__gallery .cont__gallery--item {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section__gallery .cont__gallery--item {
    aspect-ratio: 8/5;
  }
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__gallery--item {
    margin-right: var(--c1g);
  }
}
.section__gallery .cont__gallery--image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 2px;
  right: 2px;
  aspect-ratio: 8/5;
}
@media only screen and (min-width: 768px) {
  .section__gallery .cont__gallery--image {
    aspect-ratio: initial;
    padding-left: var(--c1g);
    position: absolute;
  }
}
.section__gallery .cont__gallery--image--inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000000;
  overflow: hidden;
}
.section__gallery .cont__gallery--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__gallery .cont__gallery--description {
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  font-weight: 500;
  font-size: 2rem;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  width: fit-content;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  padding: 10px 0;
}
@media only screen and (min-width: 768px) {
  .section__gallery .cont__gallery--description {
    position: absolute;
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .section__gallery .cont__gallery--description {
    padding: 25px var(--c1) 25px 0;
  }
}

.section__relations {
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .section__relations .cont__title {
    padding: 0 var(--c1g) 40px;
    display: block;
  }
}
.section__relations .cont__relations {
  padding: 0;
  width: 100%;
}
.section__relations .cont__relations.cont__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__relations .cont__relations.cont__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__relations .cont__relations.cont__grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__relations .cont__relations.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__relations .cont__relations.col-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  .section__relations .cont__relations.col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__relations .cont__relations.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.section__services {
  padding: 40px 0;
}
.section__services .cont__title {
  display: block;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__title {
    padding: 0 var(--c1g) 40px;
  }
}
.section__services .cont__services {
  padding: 0;
}
.section__services .cont__services.cont__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__services .cont__services.cont__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__services .cont__services.cont__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.cont__shortcuts {
  position: fixed;
  bottom: 0;
  height: 100px;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 10px 40px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) {
  .cont__shortcuts {
    display: none;
  }
}
.cont__shortcuts .short-swiper-button-next, .cont__shortcuts .short-swiper-button-prev {
  position: absolute;
  height: 100%;
  top: 0;
  margin: 0;
  width: 60px;
  cursor: pointer;
  z-index: 100;
}
.cont__shortcuts .short-swiper-button-next:after, .cont__shortcuts .short-swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.cont__shortcuts .short-swiper-button-next {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.cont__shortcuts .short-swiper-button-next:after {
  content: ">";
  width: 100%;
  height: 100%;
  position: absolute;
  display: grid;
  place-content: center;
  font-size: 2.5rem;
  pointer-events: none;
}
.cont__shortcuts .short-swiper-button-prev {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.cont__shortcuts .short-swiper-button-prev:after {
  content: "<";
  width: 100%;
  height: 100%;
  position: absolute;
  display: grid;
  place-content: center;
  font-size: 2.5rem;
  pointer-events: none;
}
.cont__shortcuts--item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}
.cont__shortcuts--image {
  width: 100%;
  aspect-ratio: 1;
  height: 40px;
  margin-bottom: 10px;
}
.cont__shortcuts--image svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #fff;
}
.cont__shortcuts--link {
  color: #fff;
  font-weight: 400;
  font-size: 0.8rem;
  display: block;
  padding: 0 10px;
}

.section__button .align-center {
  text-align: center;
}
.section__button .align-left {
  text-align: left;
}
.section__button .align-right {
  text-align: right;
}

.cont__single-dirigida {
  padding-bottom: 100px;
  min-height: 100vh;
  min-height: 100dvh;
  /*.cont__cta {
    position: relative;
    top: auto;
    margin: 20px 0;
    transform: translateX(0);

    @include desktop {
      margin: 0 auto;
      position: absolute;
      bottom: -20px;
      right: calc(var(--grid__gap));
      transform: translateX(100%);
    }
  }*/
  /*.cont__cta--contact {
    right: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 50px;

    transform: translateX(0%);
    background-color: $white;

    transition: left 0.3s ease-in-out;

    @include desktop {
      width: var(--c5);
      padding: 56px;
      top: inherit;
      left: inherit;
      position: absolute;
      bottom: 0;
      right: 0;
    }

    &:hover {
      left: 30px;

      @include desktop {
        left: auto;
      }

      &:before {
        left: -30px;
        width: calc(var(--c1) + 30px);
      }
    }

    &:before {
      content: '';
      position: absolute;
      width: 30px;
      height: 1px;
      background: $primary;
      z-index: -1;
      top: 30px;
      left: 0;
      transition: width 0.3s ease-in-out, left 0.3s ease-in-out;

      @include desktop {
        content: none;
      }
    }

    a {
      color: $primary;
      display: block;
    }

    .e-color-primary {
      display: block;
      margin-top: 10px;
    }

  }*/
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida {
    padding-top: var(--header-height);
  }
}
.cont__single-dirigida--inner {
  position: relative;
  z-index: 1;
}
.cont__single-dirigida .cont__background {
  position: relative;
  width: 100vw;
  z-index: -1;
  height: 60%;
  overflow: hidden;
  background: #000000;
  aspect-ratio: 16/9;
  margin: 1px calc(var(--fluid__gap) * -1) 0 calc(var(--fluid__gap) * -1);
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__background {
    width: var(--c16);
    right: var(--c2g);
    left: auto;
    margin: 0 0 0 auto;
  }
}
.cont__single-dirigida .cont__background .cont__video {
  width: 100%;
  height: 100%;
}
.cont__single-dirigida .cont__background .cont__video video {
  position: relative;
  scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__single-dirigida .cont__background .cont__image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.cont__single-dirigida .cont__background .cont__image img {
  scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__single-dirigida .cont__left {
  position: relative;
  top: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__left {
    position: absolute;
  }
}
.cont__single-dirigida .cont__header {
  background: #fff;
  position: relative;
  padding: 40px 0;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__header {
    width: var(--c12);
    padding: 0 var(--c1) 20px var(--c1);
  }
}
.cont__single-dirigida .cont__header h1 {
  width: fit-content;
  line-height: normal;
  margin: 0;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__header h1 {
    padding-left: var(--c1g);
  }
}
.cont__single-dirigida .cont__header .cont__category {
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__header .cont__category {
    margin: 20px 0;
  }
}
.cont__single-dirigida .cont__header .cont__category a {
  color: #b0b0b0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__single-dirigida .cont__header .cont__category a :hover {
  color: #000000;
}
.cont__single-dirigida .cont__header .cont__category i.category-dot {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__header .cont__category i.category-dot {
    margin: 0 0 0 70px;
    width: 44px;
    height: 44px;
  }
}
.cont__single-dirigida .cont__breadcrumbs {
  background: #fff;
  width: 100%;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__breadcrumbs {
    padding: 68px var(--c2g) 28px var(--c1g);
    display: block;
  }
}
.cont__single-dirigida .cont__breadcrumbs--current {
  font-weight: 600;
}
.cont__single-dirigida .cont__content {
  background: #fff;
  /*@include desktop {
    position: absolute;
    width: var(--e17);
    padding: var(--c1g) var(--c1g);
    right: 0;
    z-index: 1;
    bottom: 100px;
  }*/
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__content {
    position: relative;
    width: var(--c16);
    right: var(--c2g);
    left: auto;
    margin: 0 0 0 auto;
    padding: var(--c1g) var(--c1g) var(--c1g) 0;
  }
}
.cont__single-dirigida .cont__info {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__info {
    width: var(--c6g);
    padding: 40px var(--c1g) var(--c1g);
  }
}
.cont__single-dirigida .cont__info--details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #000000;
  padding: 8px 0;
}
.cont__single-dirigida .cont__info--benefits {
  border-top: 1px solid #000000;
  padding: 8px 0;
}
.cont__single-dirigida .cont__info--header {
  font-weight: 600;
  padding: 8px 0;
}
.cont__single-dirigida .cont__info--content {
  padding: 8px 0;
}
.cont__single-dirigida .cont__cta {
  position: relative;
  top: 50%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__cta {
    right: calc(var(--c1) * -1);
    position: absolute;
    transform: translateX(100%);
  }
}
.cont__single-dirigida .cont__cta--contact {
  width: 100%;
  padding: 56px 0;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  transform: translateX(0%);
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .cont__single-dirigida .cont__cta--contact {
    width: var(--c5);
    padding: 56px;
    top: inherit;
    left: inherit;
    position: absolute;
    bottom: 0;
  }
}
.cont__single-dirigida .cont__cta--contact a {
  color: #1e96d1;
  display: block;
}
.cont__single-dirigida .cont__cta--contact .e-color-primary {
  display: block;
  margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
  body.single-dirigidas .site-branding .cont__logo img {
    filter: invert(1) grayscale(100%) brightness(1000%);
  }
}
#categoria-dirigida .cont__categoria-dirigida {
  padding-top: var(--header-height);
  padding-bottom: 100px;
  min-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida {
    padding-top: var(--header-height);
  }
}
#categoria-dirigida .cont__categoria-dirigida--inner {
  position: relative;
  z-index: 1;
}
#categoria-dirigida .cont__categoria-dirigida .cont__header {
  display: flex;
  align-items: last baseline;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__header {
    flex-direction: row;
    padding-left: var(--c1g);
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__header .cont__title {
  display: flex;
  align-items: first baseline;
  padding-bottom: 20px;
  width: fit-content;
}
#categoria-dirigida .cont__categoria-dirigida .cont__header .cont__title h1 {
  margin-bottom: 0;
}
#categoria-dirigida .cont__categoria-dirigida .cont__header .cont__title i.category-dot {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin: 0 0 0 37px;
  aspect-ratio: 1;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__header .cont__title i.category-dot {
    width: 44px;
    height: 44px;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__hero {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__hero {
    overflow: hidden;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__background {
  position: relative;
  width: 100vw;
  z-index: -1;
  height: 60%;
  overflow: hidden;
  aspect-ratio: 16/9;
  margin: 1px calc(var(--fluid__gap) * -1) 0 calc(var(--fluid__gap) * -1);
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__background {
    width: var(--c16);
    right: var(--c2g);
    left: auto;
    margin: 0 0 0 auto;
    top: 1px;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__background--inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#categoria-dirigida .cont__categoria-dirigida .cont__background .cont__video {
  width: 100%;
  height: 100%;
}
#categoria-dirigida .cont__categoria-dirigida .cont__background .cont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#categoria-dirigida .cont__categoria-dirigida .cont__background .cont__image {
  width: 100%;
  height: 100%;
}
#categoria-dirigida .cont__categoria-dirigida .cont__background .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#categoria-dirigida .cont__categoria-dirigida .cont__left {
  position: relative;
  top: 0;
  margin-top: -50px;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__left {
    margin-top: 0;
    position: absolute;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__image-text {
  position: relative;
  width: 100vw;
  padding: 20px var(--c1g) var(--c1g) 0;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__image-text {
    width: var(--c16);
    right: var(--c2g);
    left: auto;
    margin: 0 0 0 auto;
    top: 1px;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__info {
  background: #fff;
  border: 1px solid #fff;
  padding: 20px 20px 20px var(--fluid__gap);
  margin-left: calc(var(--fluid__gap) * -1);
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__info {
    padding: 20px var(--fluid__gap) 20px 0;
    width: var(--c9);
    margin: 0;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__info--description {
  width: var(--c3g);
  margin-left: var(--c1);
  padding: 25px 0;
  border-top: 1px solid #000000;
}
@media only screen and (min-width: 768px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__info--description {
    width: var(--c4g);
    margin-left: var(--c1);
  }
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__info--description {
    padding: 32px 0;
    width: var(--c4);
    margin-left: var(--c2g);
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__breadcrumbs {
  background: #fff;
  width: 100%;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__breadcrumbs {
    width: fit-content;
    display: block;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__breadcrumbs--current {
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__breadcrumbs {
    padding: 68px var(--c2g) 28px var(--c1g);
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__content {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__content {
    position: absolute;
    width: var(--e17);
    padding: var(--c1g) var(--c1g);
    right: 0;
    top: 50%;
    z-index: 1;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__cta {
  position: relative;
  top: 50%;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__cta {
    right: calc(var(--c1));
    position: absolute;
    transform: translateX(100%);
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__cta--horaris {
  top: auto;
  bottom: 20%;
}
#categoria-dirigida .cont__categoria-dirigida .cont__cta--contact {
  width: 100%;
  padding: 56px 0;
  position: relative;
  margin: 0;
  top: 0;
  left: 0;
  transform: translateX(0%);
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .cont__categoria-dirigida .cont__cta--contact {
    width: var(--c5);
    padding: 56px;
    top: inherit;
    left: inherit;
    position: absolute;
    bottom: 0;
  }
}
#categoria-dirigida .cont__categoria-dirigida .cont__cta--contact a {
  color: #1e96d1;
  display: block;
}
#categoria-dirigida .cont__categoria-dirigida .cont__cta--contact .e-color-primary {
  display: block;
  margin-top: 10px;
}
#categoria-dirigida .section__activitats .cont__title {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  #categoria-dirigida .section__activitats .cont__title {
    margin-left: var(--c2g);
  }
}

.cont__grid-dirigides {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
  padding: 0;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .cont__grid-dirigides {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__grid-dirigides {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

#single-service .cont__single-service {
  padding-bottom: 100px;
  padding-top: 0;
  min-height: 100vh;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service {
    padding-top: var(--header-height);
  }
}
#single-service .cont__single-service--inner {
  position: relative;
  z-index: 1;
}
#single-service .cont__single-service .cont__image-text {
  position: relative;
  width: 100%;
  padding: 20px var(--c1g) var(--c1g) 0;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__image-text {
    width: var(--c16);
    right: var(--c2g);
    left: auto;
    margin: 0 0 0 auto;
    top: 1px;
  }
}
#single-service .cont__single-service .cont__image-text .cont__image-text--inner {
  width: var(--c10);
}
#single-service .cont__single-service .cont__background {
  margin: 1px calc(var(--fluid__gap) * -1) 0 calc(var(--fluid__gap) * -1);
  position: relative;
  width: 100vw;
  z-index: -1;
  height: 60%;
  min-height: 400px;
  overflow: hidden;
  background: #000000;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__background {
    margin: 0 0 0 auto;
    width: var(--c16);
    min-height: inherit;
    aspect-ratio: 16/9;
    right: var(--c2g);
    left: auto;
  }
}
#single-service .cont__single-service .cont__background .cont__video {
  width: 100%;
  height: 100%;
  scale: 1.2;
}
#single-service .cont__single-service .cont__background .cont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
}
#single-service .cont__single-service .cont__background .cont__image {
  width: 100%;
  height: 100%;
  scale: 1.2;
}
#single-service .cont__single-service .cont__background .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#single-service .cont__single-service .cont__left {
  position: relative;
  background: #fff;
  margin: -50px calc(var(--fluid__gap) * -1) 0 calc(var(--fluid__gap) * -1);
  padding: 20px var(--fluid__gap) 50px 20px;
  width: var(--s4);
}
@media only screen and (min-width: 480px) {
  #single-service .cont__single-service .cont__left {
    padding-left: var(--fluid__gap);
  }
}
@media only screen and (min-width: 768px) {
  #single-service .cont__single-service .cont__left {
    width: var(--s12);
    padding-left: var(--fluid__gap);
  }
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__left {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: var(--c6g);
  }
}
#single-service .cont__single-service .cont__header {
  background: #fff;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__header {
    width: var(--c12);
  }
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__header h1 {
    padding-left: var(--c1g);
  }
}
#single-service .cont__single-service .cont__breadcrumbs {
  background: #fff;
  width: 100%;
  text-align: right;
  display: none;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__breadcrumbs {
    display: block;
  }
}
#single-service .cont__single-service .cont__breadcrumbs--current {
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__breadcrumbs {
    padding: 68px var(--c2g) 28px var(--c1g);
  }
}
#single-service .cont__single-service .cont__content {
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__content {
    position: absolute;
    width: var(--e17);
    padding: var(--c1g) var(--c1g);
    right: 0;
    top: 50%;
    z-index: 1;
  }
}
#single-service .cont__single-service .cont__info {
  background: #fff;
  padding: 20px;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__info {
    width: var(--c6g);
    padding: 20px var(--c1g) 20px 0;
  }
}
#single-service .cont__single-service .cont__info--details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #000000;
  padding: 8px 0;
}
#single-service .cont__single-service .cont__info--benefits {
  border-top: 1px solid #000000;
  padding: 8px 0;
}
#single-service .cont__single-service .cont__info--header {
  font-weight: 600;
  padding: 8px 0;
}
#single-service .cont__single-service .cont__info--content {
  padding: 8px 0;
}
#single-service .cont__single-service .cont__points {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  #single-service .cont__single-service .cont__points {
    padding: 40px var(--c1g) 40px var(--c1g);
    width: var(--c12);
  }
}
@media only screen and (min-width: 1366px) {
  #single-service .cont__single-service .cont__points {
    width: var(--c8);
    padding: 40px var(--c1g) 40px var(--c1g);
  }
}
#single-service .cont__single-service .cont__points--title {
  font-weight: 600;
  padding-left: var(--c1);
  position: relative;
}
#single-service .cont__single-service .cont__points--title h2 {
  font-size: 1rem;
}
#single-service .cont__single-service .cont__points--title::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/qwellness/assets/stars/star-7.svg) no-repeat center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  left: calc(var(--c1) / 2 - 10px);
  top: 50%;
  transform: translateY(-50%);
}
#single-service .cont__single-service .cont__points--list {
  padding-left: var(--c1);
  position: relative;
}
#single-service .cont__single-service .cont__points--list--item {
  padding: 3px 0 3px 20px;
  position: relative;
}
#single-service .cont__single-service .cont__points--list--item::before {
  content: "-";
  position: absolute;
  left: 0;
}
#single-service .cont__single-service .cont__cta {
  top: auto;
  bottom: -40px;
  right: calc(var(--c2));
}
#single-service .cont__single-service .section__activitats .cont__title {
  margin-bottom: 40px;
}
#single-service .section__separator .cont__separator {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  #single-service .section__separator .cont__separator {
    width: var(--c15);
    margin: 0 var(--c1g);
  }
}
#single-service .section__form {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  #single-service .section__form .cont__form {
    width: var(--c15);
    margin: 0 var(--c1g);
  }
}
#single-service .section__form .cont__form .form_title {
  font-weight: 500;
  display: block;
  padding-bottom: 10px;
}
#single-service .section__form .cont__form .two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#single-service .section__form .cont__form .two-columns .wpcf7-checkbox {
  columns: 2;
}
#single-service .section__form .cont__form .three-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#single-service .section__form .cont__form .three-columns .wpcf7-checkbox {
  columns: 3;
}

@media only screen and (max-width: 1024px) {
  body.single-servicio .site-branding .cont__logo img {
    filter: invert(1) grayscale(100%) brightness(1000%);
  }
}
.section__hero-instalaciones {
  padding-bottom: 100px;
  min-height: 100vh;
  min-height: 100dvh;
}
@media only screen and (min-width: 1024px) {
  .section__hero-instalaciones {
    padding-top: var(--header-height);
  }
}
.section__hero-instalaciones--inner {
  position: relative;
  z-index: 1;
}
.section__hero-instalaciones .cont__hero {
  padding-top: 1px;
}
.section__hero-instalaciones .cont__background {
  position: relative;
  width: 100%;
  z-index: -1;
  aspect-ratio: 21/9;
  overflow: hidden;
  margin: 0 0 0 auto;
  padding: 0 var(--c1g);
}
.section__hero-instalaciones .cont__background--inner {
  height: 100%;
}
.section__hero-instalaciones .cont__background .cont__video {
  width: 100%;
  height: 100%;
}
.section__hero-instalaciones .cont__background .cont__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__hero-instalaciones .cont__background .cont__image {
  width: 100%;
  height: 100%;
  background: #000000;
}
.section__hero-instalaciones .cont__background .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__hero-instalaciones .cont__title {
  display: flex;
  gap: var(--grid__gap);
  align-items: first baseline;
}
.section__hero-instalaciones .cont__title h1 {
  padding-left: var(--c1g);
}
.section__hero-instalaciones .cont__breadcrumbs {
  background: #fff;
  width: 100%;
  text-align: left;
}
.section__hero-instalaciones .cont__breadcrumbs--current {
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .section__hero-instalaciones .cont__breadcrumbs {
    padding: 68px var(--c2g) 28px var(--c1g);
  }
}
.section__hero-instalaciones .cont__info {
  background: #fff;
  position: absolute;
  top: 0;
  width: var(--c3);
  color: #b0b0b0;
}
.section__hero-instalaciones .cont__info .text-big, .section__hero-instalaciones .cont__info .section__text-two-columns .cont__column .cont__column--one--content, .section__text-two-columns .cont__column .section__hero-instalaciones .cont__info .cont__column--one--content {
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .section__hero-instalaciones .cont__info {
    width: var(--c9g);
    padding: 0 var(--c1) var(--c1) 0;
  }
}
.section__hero-instalaciones .cont__info--content {
  padding: 8px 0;
}

body .item-instalacion {
  top: 0%;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.section__instalaciones {
  padding: 60px 0;
}
@media only screen and (min-width: 1024px) {
  .section__instalaciones .cont__title {
    padding: 40px var(--c1g);
  }
}
.section__instalaciones .cont__grid.cont__instalaciones {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
  .section__instalaciones .cont__grid.cont__instalaciones {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .section__instalaciones .cont__grid.cont__instalaciones {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.cont__marquee {
  width: 100%;
  position: fixed;
  background-color: yellow;
  color: black;
  font-weight: 500;
  padding: 10px 0;
  top: 0;
  z-index: 10000;
}
@media only screen and (min-width: 768px) {
  .cont__marquee {
    bottom: 0;
    top: inherit;
  }
}
.cont__marquee--inner {
  text-align: center;
}

.cont__marquee {
  overflow: hidden;
}
.cont__marquee .infinite-carousel {
  overflow: hidden;
  width: 100%;
}
.cont__marquee .infinite-carousel .cont__marquee--inner {
  display: flex;
  flex-wrap: nowrap;
}
.cont__marquee .infinite-carousel .cont__marquee--title {
  white-space: nowrap;
  padding-right: 3rem;
  /* separador entre frases */
}

.section__special-days .cont__special-days {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 1024px) {
  .section__special-days .cont__special-days {
    padding: 40px var(--c1g);
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 1600px) {
  .section__special-days .cont__special-days {
    grid-template-columns: 1fr 2fr;
  }
}
.section__special-days .cont__infos {
  width: 100%;
}
.section__special-days .cont__calendar {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
}
@media only screen and (min-width: 768px) {
  .section__special-days .cont__calendar {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 1600px) {
  .section__special-days .cont__calendar {
    grid-template-columns: 1fr 1fr;
  }
}
.section__special-days .cont__calendar--inner {
  position: relative;
  padding: 0 40px;
  width: var(--c4);
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .section__special-days .cont__calendar--inner {
    width: var(--c6);
  }
}
@media only screen and (min-width: 1024px) {
  .section__special-days .cont__calendar--inner {
    width: var(--c12);
  }
}
@media only screen and (min-width: 1600px) {
  .section__special-days .cont__calendar--inner {
    width: var(--c8);
  }
}
.section__special-days .cont__calendar--month-title {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  font-weight: 700;
}
.section__special-days .cont__calendar--item {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 4px solid #000000;
  border-top: 4px solid #000000;
}
.section__special-days .cont__calendar--item.swiper-slide-active {
  opacity: 1;
}
.section__special-days .cont__calendar--days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.section__special-days .cont__calendar--day {
  text-align: center;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  position: relative;
}
.section__special-days .cont__calendar--day.current-day {
  background: #1e96d1;
  color: #fff;
}
.section__special-days .cont__calendar--day.past-day {
  opacity: 0.5;
}
.section__special-days .cont__calendar--day.day-name {
  font-weight: 700;
}
.section__special-days .cont__calendar--day span.cell_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 50px;
}
.section__special-days .cont__calendar--day.w6:not(.special-day) {
  background-color: rgba(0, 100, 255, 0.1);
}
.section__special-days .cont__calendar--day.w7:not(.special-day) {
  background-color: rgba(255, 0, 0, 0.1);
}
.section__special-days .cont__calendar .swiper-button-prev:after, .section__special-days .cont__calendar .swiper-button-next:after {
  font-size: 22px;
  color: #1e96d1;
}
.section__special-days .cont__calendar .cont__special-days--list {
  padding: 0 40px;
  order: -1;
}
.section__special-days .cont__calendar .cont__special-days--item {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--grid__gap);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  margin: 5px 0;
}
.section__special-days .cont__calendar .cont__special-days--dates {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
.section__special-days .cont__calendar .cont__special-days--date .date-label {
  padding: 4px 8px;
  cursor: pointer;
}
.section__special-days .cont__calendar .cont__special-days--description {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.cont__class {
  width: 100%;
  aspect-ratio: 440/262;
  position: relative;
}
.cont__class:hover .cont__infos--content {
  height: auto;
  max-height: 150px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__class:hover .cont__infos--content {
    max-width: var(--c3g);
  }
}
.cont__class:hover .cont__infos .cont__title .cont__color {
  max-height: 30px;
}
.cont__class:hover .cont__infos .cont__description {
  max-height: 100px;
}
.cont__class:hover .cont__infos .link__arrow span:after {
  opacity: 1;
}
.cont__class .cont__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0;
  z-index: -1;
  background-color: #b0b0b0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__class .cont__image {
    width: var(--c5g);
    height: 100%;
    margin-left: auto;
  }
}
.cont__class .cont__image--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.4);
}
.cont__class .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__class .cont__infos {
  padding: 10px 30px;
  width: fit-content;
  min-width: 100px;
  position: relative;
  overflow: visible;
  background-color: #fff;
}
.cont__class .cont__infos--content {
  height: auto;
  max-height: 0;
  max-width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__class .cont__infos--content--text {
  width: var(--c3g);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cont__class .cont__infos .cont__title {
  position: relative;
  width: fit-content;
  margin: 0;
}
.cont__class .cont__infos .cont__title .cont__color {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  aspect-ratio: 1;
  width: 30px;
  margin-bottom: 10px;
}
.cont__class .cont__infos .cont__title .cont__color .color__inner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  bottom: 0;
  position: absolute;
}
.cont__class .cont__infos .cont__title h3 {
  margin-bottom: 0;
}
.cont__class .cont__infos .cont__category {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.375rem;
  color: #b0b0b0;
}
.cont__class .cont__link {
  width: fit-content;
  right: 20px;
  position: absolute;
  top: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__class .cont__link .link__arrow span:after {
  right: initial;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cont__categories-other {
  aspect-ratio: 440/262;
  position: relative;
}
.cont__categories-other:hover .cont__infos--content {
  height: auto;
  max-height: 150px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__categories-other:hover .cont__infos--content {
    max-width: var(--c4);
  }
}
.cont__categories-other:hover .cont__infos .cont__title .cont__color {
  max-height: 30px;
}
.cont__categories-other:hover .cont__infos .cont__description {
  max-height: 100px;
}
.cont__categories-other .cont__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0;
  z-index: -1;
  background-color: #b0b0b0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__categories-other .cont__image {
    width: var(--c5g);
    height: 100%;
    margin-left: auto;
  }
}
.cont__categories-other .cont__image--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.4);
}
.cont__categories-other .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__categories-other .cont__infos {
  padding: 10px 30px;
  width: fit-content;
  min-width: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-other .cont__infos--content {
  height: auto;
  max-height: 0;
  max-width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__categories-other .cont__infos .cont__title {
  position: relative;
  width: fit-content;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-other .cont__infos .cont__title .cont__color {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  aspect-ratio: 1;
  width: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-other .cont__infos .cont__title .cont__color .color__inner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  bottom: 0;
  position: absolute;
}
.cont__categories-other .cont__infos .cont__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .cont__categories-other .cont__infos .cont__description {
    width: var(--c4);
  }
}
@media only screen and (min-width: 768px) {
  .cont__categories-other .cont__infos .cont__link {
    width: var(--c4);
  }
}

.cont__categories-dirigides {
  width: 100%;
  aspect-ratio: 440/262;
  position: relative;
}
.cont__categories-dirigides:hover .cont__infos--content {
  height: auto;
  max-height: 150px;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__categories-dirigides:hover .cont__infos--content {
    max-width: var(--c4);
  }
}
.cont__categories-dirigides:hover .cont__infos .cont__title .cont__color {
  max-height: 30px;
}
.cont__categories-dirigides:hover .cont__infos .cont__description {
  max-height: 100px;
}
.cont__categories-dirigides .cont__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 1px;
  left: 1px;
  right: 0;
  z-index: -1;
  background-color: #b0b0b0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__categories-dirigides .cont__image {
    width: var(--c5g);
    height: 100%;
    margin-left: auto;
  }
}
.cont__categories-dirigides .cont__image--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: none !important;
}
.cont__categories-dirigides .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__categories-dirigides .cont__infos {
  padding: 10px 40px 10px 20px;
  width: fit-content;
  min-width: 100px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-dirigides .cont__infos--content {
  height: auto;
  max-height: 0;
  max-width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__categories-dirigides .cont__infos .cont__infos--title {
  position: relative;
  width: fit-content;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-dirigides .cont__infos .cont__infos--title .cont__color {
  position: absolute;
  aspect-ratio: 1;
  width: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  right: 0;
  transform: translateX(100%);
  margin: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__categories-dirigides .cont__infos .cont__infos--title .cont__color .color__inner {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cont__categories-dirigides .cont__infos .cont__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: var(--c3);
}
@media only screen and (min-width: 768px) {
  .cont__categories-dirigides .cont__infos .cont__description {
    padding-left: calc(var(--c1) - 30px);
    width: var(--c4);
  }
}
.cont__categories-dirigides .cont__infos .cont__link {
  width: var(--c3);
}
@media only screen and (min-width: 768px) {
  .cont__categories-dirigides .cont__infos .cont__link {
    padding-left: calc(var(--c1) - 30px);
    width: var(--c4);
  }
}

.cont__relations--item {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cont__relations--item {
    aspect-ratio: 440/262;
  }
  .cont__relations--item:hover .cont__infos--content {
    height: auto;
    max-height: 150px;
    max-width: var(--c4);
  }
  .cont__relations--item:hover .cont__infos .cont__title .cont__color {
    max-height: 30px;
  }
  .cont__relations--item:hover .cont__infos .cont__description {
    max-height: 100px;
  }
}
.cont__relations--item .cont__image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0;
  z-index: 0;
  background-color: #b0b0b0;
  overflow: hidden;
  aspect-ratio: 440/262;
}
@media only screen and (min-width: 768px) {
  .cont__relations--item .cont__image {
    position: absolute;
    width: var(--c5g);
    height: 100%;
    margin-left: auto;
  }
}
.cont__relations--item .cont__image--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.4);
}
.cont__relations--item .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__relations--item .cont__infos {
  padding: 10px 30px;
  width: 100%;
  max-width: 80%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .cont__relations--item .cont__infos {
    width: fit-content;
  }
}
@media only screen and (min-width: 1024px) {
  .cont__relations--item .cont__infos {
    max-width: initial;
  }
}
.cont__relations--item .cont__infos--content {
  height: auto;
  max-height: 0;
  max-width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__relations--item .cont__infos .cont__title {
  position: relative;
  width: fit-content;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__relations--item .cont__infos .cont__title .cont__color {
  position: relative;
  max-height: 0px;
  overflow: hidden;
  aspect-ratio: 1;
  width: 30px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__relations--item .cont__infos .cont__title .cont__color .color__inner {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  bottom: 0;
  position: absolute;
}
.cont__relations--item .cont__infos .cont__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__relations--item .cont__infos .cont__description {
    width: var(--c4);
  }
}
.cont__relations--item .cont__infos .cont__link {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cont__relations--item .cont__infos .cont__link {
    width: var(--c4);
  }
}

.cont__insta--item {
  aspect-ratio: 440/262;
  position: relative;
}
.cont__insta--item:hover .cont__infos--content {
  height: auto;
  height: 150px;
  width: var(--c4);
}
.cont__insta--item:hover .cont__infos .cont__description {
  height: 100px;
}
.cont__insta--item .cont__image {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 1px;
  right: 0;
  z-index: -1;
  background-color: #b0b0b0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__insta--item .cont__image {
    width: var(--c5g);
    height: 100%;
    margin-left: auto;
  }
}
.cont__insta--item .cont__image--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(1.4);
}
.cont__insta--item .cont__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__insta--item .cont__infos {
  padding: 10px 30px;
  width: fit-content;
  min-width: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__insta--item .cont__infos--content {
  height: auto;
  height: 0;
  width: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__insta--item .cont__infos--content--text {
  width: var(--c4);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.cont__insta--item .cont__infos .cont__header {
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__insta--item .cont__infos .cont__header h3 {
  text-align: right;
  margin-bottom: 0;
}
.cont__insta--item .cont__infos .cont__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: var(--c4);
  padding-left: calc(var(--c1) - 30px);
}
.cont__insta--item .cont__infos .cont__link {
  padding-left: calc(var(--c1) - 30px);
}
.cont__insta--item .cont__viewmore {
  font-weight: 500;
  color: #1e96d1;
  margin: 15px 0;
}

.item-instalacion {
  display: flex;
  align-content: center;
  align-items: center;
}
.item-instalacion .cont__overlay--inner {
  position: relative;
  width: 100%;
}
.item-instalacion .cont__overlay--inner--close {
  width: var(--c1g);
  aspect-ratio: 1;
  background-color: #000000;
  position: absolute;
  right: var(--c1g);
  cursor: pointer;
  top: 20px;
  z-index: 12;
}
.item-instalacion .cont__overlay--inner--close .close__overlay--icon svg line {
  stroke: #fff !important;
}
.item-instalacion .cont__title {
  position: absolute;
  top: 0;
  width: var(--c8);
  z-index: 11;
  background: #fff;
  padding: 40px var(--c1) 40px var(--c1g);
}
.item-instalacion .cont__title h2.text-big, .item-instalacion .cont__title .section__text-two-columns .cont__column h2.cont__column--one--content, .section__text-two-columns .cont__column .item-instalacion .cont__title h2.cont__column--one--content {
  margin-bottom: 0;
}
.item-instalacion .cont__description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: var(--c7);
  padding: var(--c1g);
  z-index: 10;
  background-color: #fff;
}

.cont__service {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .cont__service {
    aspect-ratio: 16/9;
  }
}
.cont__service:hover .cont__infos svg.arrow-right path {
  d: path("M 340.016 232.096 C 340.016 232.096 340.016 232.096 340.016 232.096 L 332.93 225.01 C 332.473 224.553 331.787 224.553 331.33 225.01 C 330.873 225.467 330.873 226.153 331.33 226.61 L 336.359 231.639 L 208.245 231.639 L 208.245 233.925 L 336.588 233.925 L 331.559 238.954 C 331.102 239.411 331.102 240.097 331.559 240.554 C 332.016 241.011 332.702 241.011 333.159 240.554 L 340.245 233.468 C 340.245 233.239 340.245 232.325 340.016 232.097 L 340.016 232.096 Z");
  d: "M 340.016 232.096 C 340.016 232.096 340.016 232.096 340.016 232.096 L 332.93 225.01 C 332.473 224.553 331.787 224.553 331.33 225.01 C 330.873 225.467 330.873 226.153 331.33 226.61 L 336.359 231.639 L 208.245 231.639 L 208.245 233.925 L 336.588 233.925 L 331.559 238.954 C 331.102 239.411 331.102 240.097 331.559 240.554 C 332.016 241.011 332.702 241.011 333.159 240.554 L 340.245 233.468 C 340.245 233.239 340.245 232.325 340.016 232.097 L 340.016 232.096 Z";
}
.cont__service:hover .cont__image--inner img {
  transform: scale(1.25);
}
.cont__service .cont__image {
  position: relative;
  width: 100%;
  height: 100%;
  top: 1px;
  right: 0;
  z-index: -1;
  background-color: #b0b0b0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media only screen and (min-width: 768px) {
  .cont__service .cont__image {
    position: absolute;
    left: var(--c1g);
    height: 100%;
    width: auto;
    margin-left: auto;
  }
}
.cont__service .cont__image--inner {
  width: 100%;
  height: 100%;
}
.cont__service .cont__image--inner img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  transform: scale(1.2);
}
.cont__service .cont__image img {
  scale: 1.2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont__service .cont__infos {
  padding: 30px 30px;
  width: fit-content;
  min-width: 100px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .cont__service .cont__infos {
    width: var(--c5g);
    padding: 25px 45px;
  }
}
.cont__service .cont__infos--content {
  height: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.cont__service .cont__infos--content--text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}
.cont__service .cont__infos .cont__title {
  position: relative;
  width: fit-content;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__service .cont__infos .cont__description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  width: var(--c4);
}
.cont__service .cont__infos .cont__viewmore {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #1e96d1;
  margin: 10px 0 0 0;
}
.cont__service .cont__infos .cont__link .arrow-right {
  right: -95px;
  position: absolute;
  top: 19px;
}

body.single-product .site-main {
  padding-top: var(--header-height);
}
@media only screen and (min-width: 1024px) {
  body.single-product .site-main {
    padding-top: var(--header-height);
  }
}

.woocommerce-page div.type-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-page div.type-product .onsale {
  display: none;
}
.woocommerce-page div.type-product .section-titles {
  max-width: 524px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .section-titles {
    max-width: 100%;
  }
}
.woocommerce-page div.type-product .section-titles .product-main-category {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #000000;
  margin-bottom: 6px;
}
.woocommerce-page div.type-product .section-titles .cont__title h1 {
  font-size: 2.25rem;
  line-height: 1.25;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .section-titles .cont__title h1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .section-titles .cont__title h1 {
    font-size: 3.75rem;
    line-height: 1.07;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .section-titles .cont__title h1 {
    font-size: 4.688rem;
  }
}
.woocommerce-page div.type-product .section-titles .cont__features {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.36;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .section-titles .cont__features {
    font-size: 1.143rem;
    line-height: 1.38;
  }
}
.woocommerce-page div.type-product .section-titles .cont__subtitle {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.333rem;
  line-height: 1.2;
  margin-bottom: 21px;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .section-titles .cont__subtitle {
    font-size: 1.6rem;
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .section-titles .cont__subtitle {
    font-size: 2.667rem;
    line-height: 1.25;
    margin-bottom: 41px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .section-titles .cont__subtitle {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.667rem;
    line-height: 1.4;
    text-align: left;
    color: #000000;
  }
}
.woocommerce-page div.type-product .cont__anchor_table_price {
  padding: 15px 13px 11px;
  border-radius: 20px;
  border: solid 2px #1e96d1;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__anchor_table_price {
    padding: 13px 20px;
  }
}
.woocommerce-page div.type-product .cont__anchor_table_price .cont__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
}
.woocommerce-page div.type-product .cont__anchor_table_price .cont__text {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: #8F41F1;
}
.woocommerce-page div.type-product .cont__anchor_table_price a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: #1e96d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.woocommerce-page div.type-product .cont__anchor_table_price a:hover {
  color: #8F41F1;
}
.woocommerce-page div.type-product .cont__anchor_table_price a i {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8F41F1;
  border-radius: 50%;
}
.woocommerce-page div.type-product .cont__cart > span {
  display: block;
  font-size: 0.929rem;
  font-style: italic;
  line-height: 1.15;
  color: #676767;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart > span {
    font-size: 1.071rem;
    line-height: 1.33;
  }
}
.woocommerce-page div.type-product .cont__pickup-shipping {
  margin-bottom: 65px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping {
    margin-bottom: 76px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__pickup-shipping {
    margin-bottom: 82px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner {
    border-bottom: 1px solid #000000;
    display: flex;
    align-items: flex-start;
    padding: 19px 0;
  }
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item {
  display: flex;
  align-items: center;
  column-gap: 10px;
  border-bottom: 1px solid #000000;
  padding: 20px 0 19px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item {
    border-bottom: none;
    padding: 0 30px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item {
    padding: 0 80px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item:first-child {
    border-right: 1px solid #000000;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item:first-child {
    width: 40%;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item:nth-child(2) {
    padding-right: 0;
  }
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__icon {
  width: 40px;
  height: 40px;
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__icon svg {
  width: 40px;
  height: 40px;
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__text span {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  margin-bottom: 2px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__text span {
    margin-bottom: 1px;
  }
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__text span strong {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
}
.woocommerce-page div.type-product .cont__pickup-shipping .cont__info-pickup-shipping .cont__inner .cont__item .cont__text p {
  margin-bottom: 0;
}
.woocommerce-page div.type-product .cont__description {
  margin-top: 29px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__description {
    margin-top: 39px;
    margin-bottom: 52px;
  }
}
.woocommerce-page div.type-product .cont__description h2 {
  letter-spacing: normal;
}
.woocommerce-page div.type-product .cont__top--product {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__top--product {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__top--product {
    display: none;
  }
}
.woocommerce-page div.type-product .cont__left--product {
  position: relative;
  width: 100%;
  max-width: 621px;
  margin-bottom: 42px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product {
    width: 36%;
    max-width: inherit;
    height: fit-content;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery {
  position: relative;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal {
    height: 600px;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-prev,
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-next {
  border: 1px solid #8F41F1;
  background-color: transparent;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-prev:hover,
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-next:hover {
  background-color: #8F41F1;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-prev:after,
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-principal .swiper-button-next:after {
  color: #1e96d1;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini {
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide {
  width: 62px;
  height: 62px;
  cursor: pointer;
  border: solid 1px #ececec;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide {
    width: 110px;
    height: 110px;
  }
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide.swiper-slide-thumb-active .cont__img img, .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide:hover .cont__img img {
  transform: scale(1.1);
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide .cont__img {
  overflow: hidden;
}
.woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide img {
  min-width: 62px;
  height: 62px;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product .woocommerce-product-gallery .gallery-mini .swiper-slide img {
    min-width: 110px;
    height: 110px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-tags {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  display: grid;
  row-gap: 14px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    row-gap: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags {
    right: -46px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-tags .item img {
  max-width: 51px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-tags .item img {
    max-width: 93px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-icons {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons {
    top: -25px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons {
    top: -45px;
    left: 25px;
  }
}
.woocommerce-page div.type-product .cont__left--product .section__product-icons img {
  max-width: 51px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__left--product .section__product-icons img {
    max-width: 93px;
  }
}
.woocommerce-page div.type-product .cont__right--product {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product {
    width: 54%;
  }
}
.woocommerce-page div.type-product .cont__right--product .section-titles {
  display: block;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .section-titles {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .section-titles {
    display: block;
  }
}
.woocommerce-page div.type-product .cont__right--product .section-titles .cont__breadcrumbs {
  margin-bottom: 11px;
}
.woocommerce-page div.type-product .cont__right--product .cont__short-description {
  max-width: 621px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__right--product .cont__short-description {
    font-size: 1.2rem;
    line-height: 1.39;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__right--product .cont__short-description {
    max-width: inherit;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table {
    width: calc(100% - 86px);
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table {
    width: 100%;
  }
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.333rem;
  line-height: 1.2;
  color: #1e96d1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.867rem;
    line-height: normal;
    margin-bottom: 22px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
  }
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__text {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.067rem;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__text {
    margin-bottom: 71px;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__text {
    font-size: 1.2rem;
    line-height: 1.22;
    margin-bottom: 37px;
  }
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table {
  width: 100% !important;
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr th {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #1e1e23;
  border-width: 0 0 1px 0;
  padding: 0 0 13px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr th {
    text-align: left;
  }
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr td {
  text-align: center;
  border: none;
  padding: 11px 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr td {
    text-align: left;
  }
}
.woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr td img {
  margin: 0 auto;
  max-width: 24px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__right--product .cont__comparison_table .cont__table table tbody tr td img {
    float: left;
    margin-right: 20px;
    max-width: 40px;
  }
}
.woocommerce-page div.type-product .cont__bottom--product {
  width: 100%;
  margin-top: 41px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 154px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 87px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__bottom--product {
    margin-top: 95px;
  }
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
  margin-right: -15px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -25px;
  }
}
@media only screen and (min-width: 1366px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -50px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__bottom--product .section__featured-products {
    margin-right: -47px;
  }
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__text {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products {
  padding-bottom: 50px;
}
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products .next-featuredproducts,
.woocommerce-page div.type-product .cont__bottom--product .section__featured-products .cont__featured_products .prev-featuredproducts {
  top: inherit;
  bottom: 0;
}
.woocommerce-page div.type-product .woocommerce-tabs {
  width: 100%;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.929rem;
  line-height: 1.54;
  color: #000000;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1.071rem;
    line-height: 1.33;
    color: #000000;
  }
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a:hover {
  color: #1e96d1;
}

.woocommerce-page.single-product .woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.woocommerce-page div.type-product .cont__cart {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 12px 0;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart {
    margin-top: 21px;
  }
}
.woocommerce-page div.type-product .cont__cart > .price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #1e96d1;
  margin-bottom: 0;
  padding: 0;
  display: inline;
  flex-shrink: 0;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart > .price {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart > .price del {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: rgba(102, 102, 102, 0.4);
  text-decoration: line-through;
  order: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart > .price del {
    font-size: 1.429rem;
    line-height: 1.2;
  }
}
.woocommerce-page div.type-product .cont__cart > .price del bdi {
  text-decoration: line-through;
}
.woocommerce-page div.type-product .cont__cart > .price del .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.woocommerce-page div.type-product .cont__cart > .price ins {
  text-decoration: none;
}
.woocommerce-page div.type-product .cont__cart > .price .woocommerce-Price-currencySymbol {
  font-size: 1.333rem;
}
.woocommerce-page div.type-product .cont__cart > form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 10px;
  padding: 0;
  margin-bottom: 0;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart {
    justify-content: space-between;
    align-items: center;
    column-gap: 0;
    row-gap: 0;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart:before, .woocommerce-page div.type-product .cont__cart > form.cart:after {
  content: none;
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cpfw-total-price {
  width: 50%;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .af-cpfw-total-price {
    width: 21%;
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cpfw-total-price label {
  display: none;
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cpfw-total-price .af-cpfw-sum-of-all-prices {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #1e96d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .af-cpfw-total-price .af-cpfw-sum-of-all-prices {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .quantity {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .quantity {
    width: 20%;
    padding: 0;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .single_add_to_cart_button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .single_add_to_cart_button {
    width: 48%;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .single_add_to_cart_button {
    padding: 15px 50px;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product {
  width: 100%;
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product h4 {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product h4 {
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table {
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table th {
  display: none;
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td {
  width: 35%;
}
.woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td:first-child, .woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td.af-cpfw-current-product-price-with-discount {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart > form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td {
    width: 25%;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple {
  display: grid;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 10px;
  padding: 10px 0;
  margin-bottom: 0;
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart {
    justify-content: inherit;
    column-gap: 0;
    row-gap: 0;
    width: 88%;
    padding: 0;
    margin-left: 10px;
    border-top: none;
    border-left: 1px solid #d8d8d8;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart:before, .woocommerce-page div.type-product .cont__cart .product-simple form.cart:after {
  content: none;
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cpfw-total-price {
  width: 50%;
  margin-top: 14px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cpfw-total-price {
    width: 21%;
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cpfw-total-price label {
  display: none;
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cpfw-total-price .af-cpfw-sum-of-all-prices {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #1e96d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cpfw-total-price .af-cpfw-sum-of-all-prices {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .quantity {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .quantity {
    width: 20%;
    padding: 24px 0;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .single_add_to_cart_button {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .single_add_to_cart_button {
    width: 48%;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .single_add_to_cart_button {
    padding: 15px 50px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product {
  width: 100%;
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product h4 {
  padding-top: 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product h4 {
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table {
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table {
    padding-left: 10px;
  }
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table th {
  display: none;
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td {
  width: 35%;
}
.woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td:first-child, .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td.af-cpfw-current-product-price-with-discount {
  display: none;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart .product-simple form.cart .af-cp-chain-product table.af-cpfw-linked-product-table tbody tr td {
    width: 25%;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .price,
.woocommerce-page div.type-product .cont__cart form.variations_form .price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #1e96d1;
  margin-bottom: 0;
  padding: 10px 0;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .price,
  .woocommerce-page div.type-product .cont__cart form.variations_form .price {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .price,
  .woocommerce-page div.type-product .cont__cart form.variations_form .price {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .price.small,
.woocommerce-page div.type-product .cont__cart form.variations_form .price.small {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  color: #000000;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .price.small,
  .woocommerce-page div.type-product .cont__cart form.variations_form .price.small {
    font-size: 1.429rem;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .price del,
.woocommerce-page div.type-product .cont__cart form.variations_form .price del {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: rgba(102, 102, 102, 0.4);
  text-decoration: line-through;
  order: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .price del,
  .woocommerce-page div.type-product .cont__cart form.variations_form .price del {
    font-size: 1.429rem;
    line-height: 1.2;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .price del bdi,
.woocommerce-page div.type-product .cont__cart form.variations_form .price del bdi {
  text-decoration: line-through;
}
.woocommerce-page div.type-product .cont__cart form.cart .price del .woocommerce-Price-currencySymbol,
.woocommerce-page div.type-product .cont__cart form.variations_form .price del .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.woocommerce-page div.type-product .cont__cart form.cart .price ins,
.woocommerce-page div.type-product .cont__cart form.variations_form .price ins {
  text-decoration: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .price .woocommerce-Price-currencySymbol,
.woocommerce-page div.type-product .cont__cart form.variations_form .price .woocommerce-Price-currencySymbol {
  font-size: 1.333rem;
}
.woocommerce-page div.type-product .cont__cart form.cart .price .tiered-pricing-dynamic-price-wrapper,
.woocommerce-page div.type-product .cont__cart form.variations_form .price .tiered-pricing-dynamic-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .price .tiered-pricing-dynamic-price-wrapper,
  .woocommerce-page div.type-product .cont__cart form.variations_form .price .tiered-pricing-dynamic-price-wrapper {
    column-gap: 20px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: inherit;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .quantity,
  .woocommerce-page div.type-product .cont__cart form.variations_form .quantity {
    margin: 0 30px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity button,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0;
  color: #000;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 25px;
  max-width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity button span,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity button span {
  display: block;
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity button.minus span,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity button.minus span {
  margin-top: -4px;
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity button:hover,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity button:hover {
  border-color: #1e96d1;
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity input,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity input {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #000;
  border: none;
  -moz-appearance: textfield;
  width: 64px;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart form.cart .quantity input,
  .woocommerce-page div.type-product .cont__cart form.variations_form .quantity input {
    width: 107px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.type-product .cont__cart form.cart .quantity input::-webkit-inner-spin-button,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity input::-webkit-outer-spin-button,
.woocommerce-page div.type-product .cont__cart form.variations_form .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button,
.woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.929rem;
  line-height: 1.54;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #1e96d1;
  color: #fff;
  min-height: 44px;
  margin: 0;
  padding: 10px 34px;
  float: inherit;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button {
    min-width: 180px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button:hover,
.woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button:hover {
  background-color: #000000;
}
.woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button:disabled,
.woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button,
  .woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button {
    padding: 15px 60px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart button.single_add_to_cart_button:hover,
.woocommerce-page div.type-product .cont__cart form.variations_form button.single_add_to_cart_button:hover {
  background-color: #000000;
  color: #fff;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 19px;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 1600px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations {
    margin-bottom: 36px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  border: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr th.label {
  text-align: left;
  padding: 0;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  min-width: 250px;
  padding: 12px 40px 12px 15px;
  border: 1px solid #000000;
  border-radius: 0;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value select {
    min-width: 300px;
    padding: 14px 40px 14px 20px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value select:focus {
  outline: none;
  border-color: #1e96d1;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value select:hover {
  border-color: #1e96d1;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #1e96d1;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label {
    min-width: 180px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label:hover {
  background-color: #000000;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  border-radius: 0;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active {
    min-width: 180px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active:hover {
  background-color: #000000;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.active:disabled {
  opacity: 0.7;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .variation-radios label.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
.woocommerce-page div.type-product .cont__cart form.cart .variations > tbody > tr td.value .reset_variations {
  display: none !important;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  column-gap: 10px;
  padding: 24px 0 10px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 0;
    row-gap: 0;
    padding: 12px 0;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation {
  flex-shrink: 0;
  width: auto;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-description {
  display: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-availability {
  display: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.429rem;
  line-height: 1.2;
  color: #1e96d1;
  margin-bottom: 0;
  padding: 10px 0;
  display: inline;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
    font-size: 2.143rem;
    line-height: 0.8;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: rgba(102, 102, 102, 0.4);
  text-decoration: line-through;
  order: 1;
  margin-bottom: 8px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del {
    font-size: 1.429rem;
    line-height: 1.2;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del bdi {
  text-decoration: line-through;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price del .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price ins {
  text-decoration: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price .woocommerce-Price-currencySymbol {
  font-size: 1.333rem;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    width: auto;
    flex-grow: 1;
    justify-content: flex-end;
    column-gap: 34px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .af-cp-chain-product {
  display: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .af-cpfw-total-price {
  display: none;
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
  width: auto;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .quantity {
    width: auto;
    margin: 0 30px;
  }
}
.woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
  width: auto;
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .woocommerce-page div.type-product .cont__cart form.cart .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: auto;
    flex-grow: 0;
  }
}

.woocommerce ul.products li.product a,
.cont__featured_products .product a,
.menu_featured_products .product a {
  position: relative;
  text-decoration: none;
}
.woocommerce ul.products li.product.added_to_cart,
.cont__featured_products .product.added_to_cart,
.menu_featured_products .product.added_to_cart {
  display: none;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cont__featured_products .product .woocommerce-loop-product__title,
.menu_featured_products .product .woocommerce-loop-product__title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0;
  padding-bottom: 6px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .cont__featured_products .product .woocommerce-loop-product__title,
  .menu_featured_products .product .woocommerce-loop-product__title {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 2.25rem;
    line-height: 1.28;
    padding-bottom: 10px;
  }
}
.woocommerce ul.products li.product .product__features,
.cont__featured_products .product .product__features,
.menu_featured_products .product .product__features {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.36;
  color: #000000;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product .product__features,
  .cont__featured_products .product .product__features,
  .menu_featured_products .product .product__features {
    font-size: 1.143rem;
    line-height: 1.38;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper,
.cont__featured_products .product .quantity-add-to-cart-wrapper,
.menu_featured_products .product .quantity-add-to-cart-wrapper {
  margin-top: 7px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper,
  .cont__featured_products .product .quantity-add-to-cart-wrapper,
  .menu_featured_products .product .quantity-add-to-cart-wrapper {
    margin-top: 19px;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.071rem;
  line-height: 1;
  color: #1e96d1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 0;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price {
    font-size: 1.429rem;
    line-height: 1.25;
    padding: 12px 0;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.071rem;
  line-height: 1.33;
  color: rgba(102, 102, 102, 0.4);
  order: 1;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del {
    font-size: 1.429rem;
    line-height: 1.2;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del .woocommerce-Price-currencySymbol,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del .woocommerce-Price-currencySymbol,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price del .woocommerce-Price-currencySymbol {
  font-size: 100%;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price ins,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price ins,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price ins {
  text-decoration: none;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .woocommerce-Price-currencySymbol,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .woocommerce-Price-currencySymbol,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .woocommerce-Price-currencySymbol {
  font-size: 1.333rem;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  column-gap: 10px;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .price-wrapper .price .tiered-pricing-dynamic-price-wrapper {
    column-gap: 20px;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity {
  display: none;
  align-items: center;
  justify-content: space-between;
  float: inherit;
  margin: 0;
  margin-left: 38px;
  margin-right: 23px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity,
  .cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity,
  .menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0;
  color: #000;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 25px;
  max-width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button span,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button span,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button span {
  display: block;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button.minus span,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button.minus span,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button.minus span {
  margin-top: -4px;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button:hover,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button:hover,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity button:hover {
  border-color: #1e96d1;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #000;
  border: none;
  -moz-appearance: textfield;
  width: 41px;
  padding: 12px 0;
}
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-outer-spin-button,
.woocommerce ul.products li.product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-inner-spin-button,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-outer-spin-button,
.cont__featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-inner-spin-button,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-outer-spin-button,
.menu_featured_products .product .quantity-add-to-cart-wrapper form.cart .cont__price-quantity .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce ul.products li.product a.add_to_cart_button,
.woocommerce ul.products li.product a.product_type_variable,
.woocommerce ul.products li.product a.product_type_simple,
.cont__featured_products .product a.add_to_cart_button,
.cont__featured_products .product a.product_type_variable,
.cont__featured_products .product a.product_type_simple,
.menu_featured_products .product a.add_to_cart_button,
.menu_featured_products .product a.product_type_variable,
.menu_featured_products .product a.product_type_simple {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.929rem;
  line-height: 1.54;
  text-align: center;
  color: #fff;
  background-color: #8F41F1;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  padding: 10px;
  border-radius: 0;
}
@media only screen and (min-width: 1279px) {
  .woocommerce ul.products li.product a.add_to_cart_button,
  .woocommerce ul.products li.product a.product_type_variable,
  .woocommerce ul.products li.product a.product_type_simple,
  .cont__featured_products .product a.add_to_cart_button,
  .cont__featured_products .product a.product_type_variable,
  .cont__featured_products .product a.product_type_simple,
  .menu_featured_products .product a.add_to_cart_button,
  .menu_featured_products .product a.product_type_variable,
  .menu_featured_products .product a.product_type_simple {
    font-size: 1.286rem;
    line-height: 1;
    padding: 15px;
  }
}
.woocommerce ul.products li.product a.add_to_cart_button:after,
.woocommerce ul.products li.product a.product_type_variable:after,
.woocommerce ul.products li.product a.product_type_simple:after,
.cont__featured_products .product a.add_to_cart_button:after,
.cont__featured_products .product a.product_type_variable:after,
.cont__featured_products .product a.product_type_simple:after,
.menu_featured_products .product a.add_to_cart_button:after,
.menu_featured_products .product a.product_type_variable:after,
.menu_featured_products .product a.product_type_simple:after {
  content: none;
}
.woocommerce ul.products li.product a.add_to_cart_button:hover,
.woocommerce ul.products li.product a.product_type_variable:hover,
.woocommerce ul.products li.product a.product_type_simple:hover,
.cont__featured_products .product a.add_to_cart_button:hover,
.cont__featured_products .product a.product_type_variable:hover,
.cont__featured_products .product a.product_type_simple:hover,
.menu_featured_products .product a.add_to_cart_button:hover,
.menu_featured_products .product a.product_type_variable:hover,
.menu_featured_products .product a.product_type_simple:hover {
  background-color: #1e96d1;
}

.product-color-swatches {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.color-swatch {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.3s ease;
}

.color-swatch.selected {
  border-color: #333; /* Color de borde cuando está seleccionado */
}

.color-swatch span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
#woocommerce-wrapper .product__list_wrapper .cont__sidebar {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__sidebar {
    display: block;
    width: 21%;
  }
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__ordering {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0 19px;
  }
}
#woocommerce-wrapper .product__list_wrapper .cont__ordering .cont__ordering-title {
  display: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #222;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__ordering .cont__ordering-title {
    display: block;
  }
}
#woocommerce-wrapper .product__list_wrapper .cont__ordering form.woocommerce-ordering {
  float: initial;
  margin-bottom: 0;
}
#woocommerce-wrapper .product__list_wrapper .cont__ordering form.woocommerce-ordering select {
  font-size: 1.143rem;
  line-height: 1.25;
  border-width: 1px 0;
  border-radius: 0;
  border-color: #d8d8d8;
  color: #222;
  padding: 10px 25px 9px 0;
  background-position-x: 100%;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__ordering form.woocommerce-ordering select {
    border: none;
  }
}
@media only screen and (min-width: 1279px) {
  #woocommerce-wrapper .product__list_wrapper .cont__ordering form.woocommerce-ordering select {
    padding: 12px 25px 12px 0;
  }
}
#woocommerce-wrapper .product__list_wrapper .cont__filter-title-overlay {
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 1.25;
  color: #222;
  cursor: pointer;
  border: 1px solid #d8d8d8;
  border-width: 1px 0;
  border-radius: 0;
  padding: 10px 25px 9px 0;
}
#woocommerce-wrapper .product__list_wrapper .cont__filter-title-overlay:before {
  content: "\e912";
  z-index: 0;
  position: absolute;
  justify-content: center;
  align-items: center;
  font-family: "qwellness";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .cont__filter-title-overlay {
    display: none;
  }
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  height: 100vh;
  /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  overflow-y: auto;
  background: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  transition: all 500ms cubic-bezier(0.43, 0.125, 0.535, 0.83);
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 80px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one.show {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  #woocommerce-wrapper .product__list_wrapper .sidebar__one {
    padding-right: 42px;
    padding-left: 42px;
  }
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .sidebar__one {
    position: relative;
    visibility: visible;
    z-index: 1;
    opacity: 1;
    height: inherit;
    margin-top: 30px;
    padding: 0;
  }
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__categories {
  margin-bottom: 30px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__categories ul {
  list-style: none;
  padding-left: 0;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__categories ul a:hover {
  color: #1e96d1;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__close {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__close {
    display: none;
  }
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 1.25;
  color: #222;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter-title {
    font-size: 1.429rem;
    line-height: 1.25;
  }
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter .cont__label {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.313rem;
  line-height: 1.3;
  letter-spacing: -0.42px;
  color: #1e96d1;
  border-bottom: 1px solid #1e96d1;
  padding-bottom: 8px;
  margin-bottom: 13px;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter .cont__label {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
  }
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul {
  display: grid;
  row-gap: 9px;
  margin-bottom: 21px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li:before {
  content: none;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li.chosen a:before {
  background-color: #1e96d1;
  border-color: #1e96d1;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li a {
  display: block;
  position: relative;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 1.25;
  color: #222;
  padding: 5px 0 5px 50px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li a:hover:before {
  border-color: #1e96d1;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: solid 1px #222;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__filter ul li .count {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.143rem;
  line-height: 1.25;
  color: #c1c1c1;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__remove_filter {
  margin-top: 28px;
}
#woocommerce-wrapper .product__list_wrapper .sidebar__one .cont__remove_filter a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #1e96d1;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .product__list {
    width: 77%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .woocommerce-result-count {
  display: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .product__list .woocommerce-result-count {
    display: block;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #1e96d1;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .woocommerce-ordering {
  display: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  #woocommerce-wrapper .product__list_wrapper .product__list .woocommerce-ordering {
    display: block;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list .woocommerce-ordering select {
  border-radius: 10px;
  background-color: #efefef;
  color: #1e96d1;
  border: none;
  padding: 12px 15px;
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  row-gap: 20px;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) {
  #woocommerce-wrapper .product__list_wrapper .product__list ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products:before {
  content: none;
}
#woocommerce-wrapper .product__list_wrapper .product__list ul.products li.product {
  width: 100%;
  margin: 0;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
  margin-top: 50px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span.current {
  background-color: #1e96d1;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li a:hover {
  background-color: #1e96d1;
  color: #fff;
}

#woofc-area.woofc-area {
  box-shadow: 0 -20px 10px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area {
    max-width: 632px;
  }
}
#woofc-area.woofc-area .product-item-thumbnail {
  display: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top {
  background: transparent;
  height: 90px;
  padding: 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-top {
    height: 100px;
    padding: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top > span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.67;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #221e1f;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding-bottom: 9px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close {
  top: 40px;
  right: 6px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close {
    top: 50px;
    right: 13px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close i {
  font-size: 27px;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-top .woofc-close i:hover {
  background-color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid {
  padding: 0;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item {
  padding: 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item {
    padding: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #000000;
  border-top: none;
  padding: 15px 0 16px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
  position: relative;
  width: 16%;
  flex: inherit;
  margin-right: 0;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb {
    width: 15%;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.03;
  pointer-events: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info {
  flex: inherit;
  margin: 0 0 0 20px;
  width: 50%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.33;
  color: #1e96d1;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-title a {
    display: block;
    margin-bottom: 9px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price .wpd-discount-price {
  opacity: 1 !important;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price .wpd-discount-price bdi {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: #1e96d1;
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price > .woocommerce-Price-amount bdi {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.33;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-info .woofc-item-price > .woocommerce-Price-amount bdi span {
  font-size: 1rem !important;
  font-weight: 600 !important;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty {
  width: 26%;
  margin-left: auto;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-minus {
  font-size: 34px;
  font-weight: 400;
  background-color: transparent;
  color: #1e96d1;
  width: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: inherit !important;
  width: 55px !important;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity {
    width: 15px !important;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .quantity input {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.33;
  text-align: center;
  color: #221e1f;
  background-color: transparent;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .woofc-item-qty-plus {
  font-size: 29px;
  font-weight: 400;
  background-color: transparent;
  color: #1e96d1;
  margin-top: 1px;
  width: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-remove {
  right: -24px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-link .woofc-empty-cart {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33;
  text-transform: initial;
  text-decoration: none;
  border: none;
  color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data {
  border-top: 1px solid #000000;
  padding: 22px 0 20px;
  margin: 0 24px 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data {
    margin: 0 42px 0 58px;
    padding: 20px 0 16px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data:empty {
  display: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar {
  border-top: 3px solid rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  padding-top: 10px;
  padding-bottom: 6px;
  margin-bottom: 17px;
  width: 100%;
}
@media only screen and (min-width: 1600px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar {
    padding-top: 14px;
    padding-bottom: 14px;
    margin-bottom: 21px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-title {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-message {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.25;
  color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data .wpc-free-shipping-bar .wpcfb-message > span {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data > .woofc-data-left {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.33;
  letter-spacing: normal;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-data #woofc-total bdi {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.33;
  text-align: right;
  color: #221e1f;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action {
  padding: 0;
  margin: 0 24px 0 38px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action {
    margin: 0 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner a {
    font-size: 1.067rem;
    line-height: 1.25;
    padding: 15px 10px;
    height: inherit;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left {
  margin: 0;
  width: 100%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-width: 1px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-left .woofc-action-cart:hover {
  background-color: primary;
  border-color: #1e96d1;
  color: #fff;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right {
  margin: 0;
  width: 100%;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout {
  background-color: #1e96d1;
  color: #fff;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: 2px solid #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-action .woofc-action-inner .woofc-action-right .woofc-action-checkout:hover {
  background-color: #fff;
  color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested {
  margin: 22px 24px 0 38px;
  padding: 0;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested {
    margin: 13px 42px 0 58px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-heading {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #000000;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-image {
  width: 80px;
  flex: 0 0 80px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info {
  margin-right: 58px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name {
  margin-bottom: 6px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name a {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.67;
  color: #1e96d1;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-name a {
    font-size: 1rem;
    line-height: 1.33;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.933rem;
  line-height: 1.43;
  color: #221e1f;
  opacity: 0.5;
  margin-bottom: 10px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.67;
  border-radius: 0;
  width: 100%;
  max-width: 255px;
}
@media only screen and (min-width: 1024px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
    min-width: 180px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a:hover {
  background-color: #000000;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-suggested .woofc-suggested-product .woofc-suggested-product-info .woofc-suggested-product-atc a {
    font-size: 0.8rem;
    line-height: 1.67;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue {
  margin-top: 18px;
}
@media only screen and (min-width: 1279px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue {
    margin-top: 26px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-continue span.woofc-continue-url {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-size: 0.933rem;
  line-height: 1.43;
  letter-spacing: 0.7px;
  color: #1e96d1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells {
  order: -1;
  margin-bottom: 15px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-heading {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.22;
  text-align: left;
  color: #000000;
  opacity: 0.5;
  border-bottom: 3px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 7px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-image {
  position: relative;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-image:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.03;
  pointer-events: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li {
  width: 8px;
  height: 8px;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li.slick-active button, #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li:hover button {
  background-color: #000000;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .slick-dots li button:before {
  content: none;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  padding: 7px 20px;
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button {
    min-width: 180px;
  }
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button:hover {
  background-color: #000000;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells a.add_to_cart_button:disabled {
  opacity: 0.7;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price {
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price del {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.83;
  color: #1e96d1;
  opacity: 1;
}
#woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price ins {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.11;
  text-decoration: none;
  color: #1e96d1;
}
@media only screen and (min-width: 1600px) {
  #woofc-area.woofc-area .woofc-cart-area .woofc-area-bot .woofc-cross-sells .woofc-cross-sells-product-price ins {
    font-size: 16px;
    line-height: 1.88;
  }
}

.wpcfb-progress-animated .wpcfb-progress-bar {
  background-color: #f9f9f9 !important;
  height: 5px;
}
.wpcfb-progress-animated .wpcfb-progress-bar .wpcfb-progress-amount {
  background-color: #40b74c !important;
  height: 5px;
}

html:lang(es-ES) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Ver producto";
}

html:lang(ca) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Veure producte";
}

html:lang(en-US) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "See product";
}

html:lang(fr-FR) .woofc-suggested-product-atc .add-to-cart-container a::after {
  content: "Voir le produit";
}

.woocommerce-cart .entry-header {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .entry-header {
    margin-bottom: 50px;
  }
}
.woocommerce-cart .entry-content > .woocommerce {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .entry-content > .woocommerce {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.woocommerce-cart .woocommerce-notices-wrapper {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .woocommerce-cart-form {
    width: 65%;
    margin-top: 55px;
  }
}
.woocommerce-cart table.cart .product-thumbnail {
  display: none;
}
.woocommerce-cart table.cart .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: inherit;
  margin: 0;
  width: fit-content;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart table.cart .quantity {
    margin-left: 0;
  }
}
.woocommerce-cart table.cart .quantity button {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 0;
  color: #000;
  background: transparent;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 25px;
  max-width: 25px;
  height: 25px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.woocommerce-cart table.cart .quantity button span {
  display: block;
}
.woocommerce-cart table.cart .quantity button.minus span {
  margin-top: -4px;
}
.woocommerce-cart table.cart .quantity button:hover {
  border-color: #1e96d1;
}
.woocommerce-cart table.cart .quantity input {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 800;
  font-size: 1.429rem;
  line-height: 1.25;
  color: #000;
  border: none;
  -moz-appearance: textfield;
  width: 64px;
  padding: 0;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-cart table.cart .quantity input {
    width: 107px;
  }
}
.woocommerce-cart table.cart .quantity input::-webkit-outer-spin-button,
.woocommerce-cart table.cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart table.cart .actions button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  color: #fff !important;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart table.cart .actions button {
    min-width: 180px;
  }
}
.woocommerce-cart table.cart .actions button:hover {
  background-color: #000000;
}
.woocommerce-cart table.cart .actions button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .cart-collaterals {
    width: 30%;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}
.woocommerce-cart .cart-collaterals a.checkout-button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.929rem;
  line-height: 1.54;
  text-transform: uppercase;
  border-radius: 0;
  background-color: #1e96d1;
  color: #fff;
  width: 100%;
  min-height: 44px;
  margin: 0;
  padding: 10px 34px;
  float: inherit;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .cart-collaterals a.checkout-button {
    min-width: 180px;
  }
}
.woocommerce-cart .cart-collaterals a.checkout-button:hover {
  background-color: #000000;
}
.woocommerce-cart .cart-collaterals a.checkout-button:disabled {
  opacity: 0.7;
}
@media only screen and (min-width: 1600px) {
  .woocommerce-cart .cart-collaterals a.checkout-button {
    min-height: 50px;
  }
}
@media only screen and (min-width: 1920px) {
  .woocommerce-cart .cart-collaterals a.checkout-button {
    padding: 15px 147px;
  }
}
.woocommerce-cart .cart-collaterals a.checkout-button:hover {
  background-color: #000000;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items thead .wc-block-cart-items__header {
    font-size: 1.2rem;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cac8c6;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row:last-of-type {
  padding-bottom: 15;
  border: 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-name {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-components-product-metadata {
  display: none;
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    justify-content: stretch;
  }
}
@media only screen and (min-width: 768px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    margin-right: 30px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 500;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__main .wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__total-price-and-sale-badge-wrapper .price {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.2rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
    font-size: 1.2rem;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
  flex-wrap: wrap;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form {
    flex-wrap: nowrap;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
  width: 100%;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1279px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-coupon-form-block .wc-block-components-totals-coupon__form .components-button {
    width: initial;
    margin: 0 0 0 15px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block .wc-block-components-totals-item__value {
  white-space: break-spaces;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-shipping-block a {
  font-size: 0.8rem;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper .wc-block-components-totals-item__description {
  text-align: right;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a {
    min-width: 180px;
  }
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:hover {
  background-color: #000000;
}
.woocommerce-cart .wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a:disabled {
  opacity: 0.7;
}
.woocommerce-cart .wc-block-components-totals-wrapper {
  border-top: 1px solid #cac8c6;
}

.cont__steps {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: end;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .cont__steps {
    column-gap: 36px;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__steps {
    column-gap: 57px;
  }
}
.cont__steps:before {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b0b0b0;
}
@media only screen and (min-width: 1279px) {
  .cont__steps:before {
    bottom: 12px;
  }
}
.cont__steps .cont__step {
  position: relative;
  padding-bottom: 29px;
}
@media only screen and (min-width: 768px) {
  .cont__steps .cont__step {
    padding-bottom: 25px;
  }
}
.cont__steps .cont__step:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 24px;
  height: 24px;
  background-color: #1e96d1;
  border: 5px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cont__steps .cont__step span {
  display: block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
@media only screen and (min-width: 768px) {
  .cont__steps .cont__step span {
    font-size: 0.933rem;
    line-height: 2.14;
  }
}
@media only screen and (min-width: 1279px) {
  .cont__steps .cont__step span {
    font-size: 1.2rem;
    line-height: 1.67;
  }
}

.woocommerce-checkout .cont__steps .cont__step.cont__step--1:before, .woocommerce-checkout .cont__steps .cont__step.cont__step--3:before {
  opacity: 0;
}
.woocommerce-checkout .cont__steps .cont__step.cont__step--3 {
  opacity: 0.6;
}

.woocommerce-cart .cont__steps .cont__step.cont__step--2:before, .woocommerce-cart .cont__steps .cont__step.cont__step--3:before {
  opacity: 0;
}
.woocommerce-cart .cont__steps .cont__step.cont__step--2, .woocommerce-cart .cont__steps .cont__step.cont__step--3 {
  opacity: 0.6;
}

.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--1:before, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--2:before {
  opacity: 0;
}
.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--3:before {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--1, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--2, .woocommerce-checkout.woocommerce-order-received .cont__steps .cont__step.cont__step--3 {
  opacity: 1;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table {
  border: none;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table td,
.woocommerce-checkout.woocommerce-order-received .woocommerce table.shop_table th {
  border: none;
  padding-left: 0;
  padding-bottom: 0;
}
.woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
  font-size: 1.3rem;
}
@media only screen and (min-width: 1024px) {
  .woocommerce-checkout.woocommerce-order-received .woocommerce-order .woocommerce-notice--success {
    font-size: 1.6rem;
  }
}

.wc-block-components-checkout-place-order-button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
  border-radius: 0;
}
@media only screen and (min-width: 1024px) {
  .wc-block-components-checkout-place-order-button {
    min-width: 180px;
  }
}
.wc-block-components-checkout-place-order-button:hover {
  background-color: #000000;
}
.wc-block-components-checkout-place-order-button:disabled {
  opacity: 0.7;
}

.wc-block-components-checkbox__mark {
  display: none;
}

table.wc-block-cart-items .wc-block-components-quantity-selector:after {
  content: none;
}
table.wc-block-cart-items .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  font-size: 23px;
}

#billing_pack_user_field .woocommerce-input-wrapper {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
#billing_pack_user_field .woocommerce-input-wrapper label {
  margin-right: 10px;
}
#billing_pack_user_field .woocommerce-input-wrapper label .required {
  display: none;
}

#place_order {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  #place_order {
    min-width: 180px;
  }
}
#place_order:hover {
  background-color: #000000;
}
#place_order:disabled {
  opacity: 0.7;
}

form.checkout {
  margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
  form.checkout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
form.checkout .woocommerce-NoticeGroup-checkout {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  form.checkout .left-checkout {
    width: 60%;
  }
}
form.checkout .left-checkout .col-1,
form.checkout .left-checkout .col-2 {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  form.checkout .right-checkout {
    width: 35%;
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
  display: inline-block;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: #1e96d1;
  color: #fff;
  margin: 0 auto;
  padding: 10px 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    min-width: 180px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  background-color: #000000;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:disabled {
  opacity: 0.7;
}

.shop_table ins {
  text-decoration: none;
}/*# sourceMappingURL=styles1.css.map */