@import '/node_modules/normalize.css/normalize.css';
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,700&display=swap);
@font-face {
  font-family: "agenor_black";
  src: url("../files/fonts/Graphite - Agenor Black.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_bold";
  src: url("../files/fonts/Graphite - Agenor Bold.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_light";
  src: url("../files/fonts/Graphite - Agenor Light.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_regular";
  src: url("../files/fonts/Graphite - Agenor Regular.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_thin";
  src: url("../files/fonts/Graphite - Agenor Thin.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_black";
  src: url("../files/fonts/Graphite - Agenor Black.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_bold";
  src: url("../files/fonts/Graphite - Agenor Bold.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_light";
  src: url("../files/fonts/Graphite - Agenor Light.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_regular";
  src: url("../files/fonts/Graphite - Agenor Regular.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "agenor_thin";
  src: url("../files/fonts/Graphite - Agenor Thin.otf") format("woff2");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 10px;
}

@media (max-width: 670px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 670px) {
  br {
    display: none;
  }
}
body {
  min-width: 320px;
  margin: 0;
  font-family: "agenor_regular", Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1;
  background: white !important;
}

body * {
  font-size: 1.8rem;
  color: #0f2c4e;
}

#ensModalWrapper, #ensModalWrapper *, #ensNotifyBanner, #ensNotifyBanner * {
  color: white;
  outline: none !important;
}

.t-bold {
  font-weight: 700;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 200ms ease-in-out, color 200ms ease-in-out;
}

strong {
  font-weight: 900;
}

.c-red {
  color: #CD1628;
}

.c-white {
  color: #ffffff;
}

.head-1 {
  font-size: 4.8rem;
  line-height: 1.1;
}

@media (max-width: 670px) {
  .head-1 {
    font-size: 4rem;
  }
}
.head-2 {
  font-size: 4.7rem;
}

.t-font * {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 400;
}

@media (max-width: 670px) {
  .t-font * {
    font-size: 2.1rem;
  }
}
.t-font-2 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  max-width: 800px;
  margin: 0 auto;
}

.t-font-2 * {
  font-size: 1.7rem;
  line-height: 2.2rem;
  text-transform: uppercase;
}

.buttons-group {
  padding: 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.buttons-group-2 {
  padding: 5px 0;
  display: flex;
}

.buttons-group {
  display: flex;
  justify-content: center;
}

.c-btn {
  margin: 3rem;
  display: block;
  padding: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-family: agenor_regular, sans-serif;
  font-weight: 500;
  transition: opacity 200ms ease-in-out, color 200ms ease-in-out, background 200ms ease-in-out, border 200ms ease-in-out;
  border: 0;
  background-color: #CD1628;
  outline: none;
}

@media screen and (max-width: 850px) {
  .c-btn {
    margin: 1.5rem;
  }
}
.c-btn-inline {
  margin: 0 0.4em;
}

.c-btn__wrap {
  height: 6rem;
  padding: 0 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1200px) {
  .c-btn__wrap {
    min-width: 130px;
    height: 5.6rem;
    padding: 0 4rem 2px;
  }
}
.c-btn__label {
  font-size: 2.3rem;
  color: white;
}

.c-btn:hover {
  background-color: #ab171e;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

.c-btn--invert {
  background: transparent;
  font-family: agenor_regular, sans-serif;
  font-weight: 400;
}

.c-btn--invert .c-btn__label {
  color: #00255d;
}

.c-btn--huge .c-btn__wrap {
  height: 6.4rem;
  padding: 0 2.4rem 2px;
}

.c-btn .c-arrow:after {
  content: "";
  display: inline-block;
  background: url(./files/img/arrow_2026.png) no-repeat center center;
  background-size: contain;
  margin-left: 12px;
  position: relative;
  top: 3px;
  width: 2.4rem;
  height: 2.4rem;
}

.c-btn .c-arrow--right {
  margin-top: 0;
}
.c-btn .c-arrow--right:after {
  transform: rotate(-90deg);
}

.c-btn--text {
  color: inherit;
  font-weight: 600;
}

.c-btn--text:hover {
  text-decoration: underline;
}

.l-sec--header.is-scrolled {
  box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.1);
  z-index: 999999;
}

@media (max-width: 980px) {
  .l-sec--header.is-scrolled {
    height: 40px;
  }
}
.l-sec--header.is-scrolled .l-sec--header__logo {
  transition: all 0.2s ease-in-out;
}

.l-sec--header.is-scrolled .l-sec--header__logo .c-img {
  transition: all 0.2s ease-in-out;
  width: 6rem;
  height: 13.2rem;
}

.l-sec--header.is-scrolled .c-nav-list__label {
  font-size: 1.5rem;
}

.l-header--helper {
  height: 70px;
}

@media (max-width: 980px) {
  .l-header--helper {
    height: 60px;
  }
}
.l-sec--header {
  z-index: 10;
  height: 70px;
  width: 100%;
  position: fixed;
  display: flex;
  align-items: center;
  background-color: #c0d5e6;
  transition: height 200ms ease-in-out;
}

@media (max-width: 1200px) {
  .l-sec--header {
    height: 60px;
  }
}
.l-sec--header .l-inner {
  height: 100%;
}

.l-sec--header .l-sec--header__inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.l-sec--header .l-sec--header__logo {
  position: relative;
  transition: all 0.2s ease-in-out;
  width: 8.8rem;
  top: 0;
}

.l-sec--header .l-sec--header__logo .c-img {
  position: absolute;
  transition: all 200ms ease-in-out;
  width: 8.8rem;
  height: 19.3rem;
}

@media screen and (max-width: 850px) {
  .l-sec--header .l-sec--header__logo .c-img {
    width: 6rem;
    height: 13.2rem;
  }
}
.l-sec--top {
  height: 520px;
  background-image: url(./files/img/bg_2026.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  padding-bottom: 2rem;
  background-position: 14% bottom;
}
@media (min-width: 670px) {
  .l-sec--top {
    background-position: 14% bottom;
  }
}
@media (min-width: 851px) {
  .l-sec--top {
    height: unset;
    min-height: auto;
    background-image: url(./files/img/bg_ext_2026.png);
    background-position-x: 53%;
  }
}
@media (min-width: 1200px) {
  .l-sec--top {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    background-position: 80% bottom;
  }
}
@media (min-width: 1450px) {
  .l-sec--top {
    background-position: right 65%;
  }
}
@media (min-width: 851px) and (max-width: 1200px) {
  .l-sec--top .box-images .win-banner,
  .l-sec--top .item-cont p {
    max-width: 360px !important;
  }
}

.l-sec--mobile {
  display: none;
  background: none;
  min-height: unset;
  height: unset;
}

@media (max-width: 850px) {
  .l-sec--mobile {
    display: block;
    margin-top: 32px;
  }
}
@media (max-width: 850px) {
  .l-sec--top {
    background-size: cover;
  }
}
.l-sec--top .box-images {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 4rem;
  width: 100%;
  height: 100%;
}

@media (max-width: 850px) {
  .l-sec--top .box-images {
    flex-direction: column;
  }
}
.l-sec--top .box-images .bottles {
  position: relative;
  display: flex;
  top: 7rem;
  align-items: flex-start;
  left: 0;
  bottom: 0;
}

@media (min-width: 1200px) {
  .l-sec--top .box-images .bottles {
    position: absolute;
    margin-right: unset;
  }
}
@media (max-width: 670px) {
  .l-sec--top .box-images .bottles {
    top: 0;
  }
}
@media (max-width: 850px) {
  .l-sec--top .box-images .bottles {
    margin-top: 4rem;
    margin-right: auto;
    margin-left: auto;
    align-items: baseline;
    max-width: 275px;
  }
}
@media (max-height: 850px) and (orientation: landscape) and (min-width: 851px) {
  .l-sec--top .box-images .bottles {
    max-width: 400px;
  }
}
.l-sec--top .box-images .bottles .can {
  display: block;
  max-width: 46%;
  position: relative;
  top: 35%;
}

@media (min-width: 1200px) {
  .l-sec--top .box-images .bottles .can {
    top: 41%;
  }
}
.l-sec--top .box-images .bottles .bottle {
  display: block;
  position: absolute;
  bottom: 120px;
  left: -20px;
}

@media (max-width: 850px) {
  .l-sec--top .box-images .bottles .bottle {
    position: relative;
    bottom: unset;
    left: unset;
  }
}
.l-sec--top .box-images .item-cont {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  margin-left: auto;
  margin-right: auto;
}

.l-sec--top .box-images .win-banner {
  width: 100%;
  max-width: 460px;
}

@media (min-width: 600px) {
  .l-sec--top .box-images .win-banner {
    margin-left: 24px;
  }
}
.l-sec--top .box-images .kapsle-banner {
  max-width: 186px;
  margin-bottom: 18px;
  margin-left: -42px;
}

@media (max-width: 670px) {
  .l-sec--top .box-images .item-cont {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .l-sec--top .box-images .item-cont {
    max-width: none;
    flex-shrink: 0;
    margin: 0 auto;
  }
}
@media (min-width: 670px) {
  .l-sec--mobile .box-images .item-cont {
    flex-direction: column-reverse;
  }
}
.l-sec--top .box-images .item-cont .red-box {
  font-size: 5.5em;
  font-weight: 600;
  text-align: center;
  padding: 15px;
  margin-top: 0em;
  line-height: 1.2;
  color: white;
  background: #CD1628;
  text-transform: uppercase;
}

@media (max-width: 670px) {
  .l-sec--top .box-images .item-cont .red-box {
    font-size: 3.5em;
    width: 100%;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .l-sec--top .box-images .item-cont .red-box {
    width: 68%;
    padding: 10px;
  }
}
.l-sec--top .box-images .item-cont .red-box-small {
  font-size: 32px;
  padding: 16px 48px;
}

@media (min-width: 940px) {
  .l-sec--top .box-images .item-cont .red-box-small {
    font-size: 40px;
  }
}
.l-sec--top .box-images .item-cont .kapsle {
  max-width: 55%;
  margin-bottom: 32px;
}

@media (max-width: 850px) {
  .l-sec--top .box-images .item-cont .kapsle {
    display: none;
  }
}
.l-sec--top .box-images .item-cont .kapsle-mobile {
  display: none;
}

@media (max-width: 850px) {
  .l-sec--top .box-images .item-cont .kapsle-mobile {
    display: block;
    width: 45%;
    margin: 2em 4em 2em auto;
  }
}
@media (max-width: 670px) {
  .l-sec--top .box-images .item-cont .kapsle-mobile {
    margin-left: auto;
    margin-top: 4em;
    margin-right: 2em;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l-sec--top .box-images .item-cont .kapsle-mobile {
    margin-left: auto;
    margin-top: 4em;
    margin-right: 0;
    width: 38%;
  }
}
.l-sec--top .box-images .item-cont p {
  font-size: 2.1em;
  line-height: 1.4;
  margin: 22px auto;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 850px) {
  .l-sec--top .box-images .item-cont p {
    max-width: 80%;
    order: 1;
    margin-right: auto;
    max-width: 100%;
  }
}
.l-sec--top .box-images .item-cont a {
  min-width: 31rem;
  margin-top: 0;
}

@media (max-width: 670px) {
  .l-sec--top .box-images .item-cont a {
    order: 1;
  }
}
@media (max-width: 980px) {
  .l-sec--top .box-images .buttons {
    position: absolute;
    top: 66rem;
    left: -17.5rem;
  }
  .l-sec--top .box-images .buttons .c-arrow:after {
    top: 0;
  }
  .l-sec--top .box-images .buttons a {
    min-width: 33rem;
  }
}
.l-sec--steps {
  position: relative;
  padding: 4rem 2.4rem 0;
}

@media (max-width: 670px) {
  .l-sec--steps {
    background: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1400px;
  padding: 0 3%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.l-sec--steps .l-inner {
  padding: 0;
}

@media (max-width: 1620px) {
  .l-inner {
    max-width: 1400px;
  }
}
.l-inner:last-child {
  margin-bottom: 0;
}

.l-inner--alt {
  max-width: 960px;
}

@media (max-width: 1620px) {
  .l-inner--alt {
    max-width: 880px;
  }
}
.l-inner--primary {
  max-width: 1110px;
}

@media (max-width: 1620px) {
  .l-inner--primary {
    max-width: 1000px;
  }
}
.l-inner--full {
  max-width: 100%;
}

@media (max-width: 1620px) {
  .l-inner--full {
    max-width: 100%;
  }
}
@media (min-width: 1201px) {
  .l-inner--no-space {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-sec--steps .l-inner .c-btn {
  margin: 4px;
}

.l-page {
  position: relative;
  overflow: hidden;
}

.margin-top-50 {
  margin-top: 50px;
}

@media (max-width: 980px) {
  .margin-top-50 {
    margin-top: 30px;
  }
}
.age-gate {
  display: block;
}

.l-page {
  display: none;
}

.age-confimed .age-gate {
  display: none;
}

.age-confimed .l-page {
  display: block;
}

.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-center .o-image, .u-text-center .c-btn {
  margin-left: auto;
  margin-right: auto;
}

.u-text-right {
  text-align: right;
}

.u-text-justify {
  text-align: justify;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-underline {
  text-decoration: underline;
}

.u-hidden {
  display: none;
}

.u-show {
  display: block;
}

.u-align-right {
  float: right;
}

.u-align-left {
  float: left;
}

.u-font-primary {
  font-family: "agenor_regular", Arial sans-serif;
  font-weight: 400;
}

.flex {
  display: flex;
}

.u-align-items-center {
  align-items: center;
}

.u-align-items-end {
  align-items: flex-end;
}

.u-justify-content-center {
  justify-content: center;
}

.u-justify-content-between {
  justify-content: space-between;
}

.u-justify-content-end {
  justify-content: flex-end;
}

.u-adapt {
  flex: 1;
}

.u-grow {
  flex-grow: 1;
}

.u-non-grow {
  flex-grow: 0;
}

.u-no-wrap {
  flex-wrap: nowrap;
}

.u-wrap {
  flex-wrap: wrap;
}

.u-no-pt {
  padding-top: 0 !important;
}

.u-no-pb {
  padding-bottom: 0 !important;
}

@media (max-width: 1620px) {
  .u-hidden\@l {
    display: none;
  }
  .u-show\@l {
    display: block;
  }
  .u-adapt\@l {
    flex: 1;
  }
  .u-non-grow\@l {
    flex-grow: 0;
  }
  .u-no-wrap\@l {
    flex-wrap: nowrap;
  }
  .u-wrap\@l {
    flex-wrap: wrap;
  }
  .u-align-items-center\@l {
    align-items: center;
  }
  .u-justify-content-center\@l {
    justify-content: center;
  }
  .u-justify-content-between\@l {
    justify-content: space-between;
  }
}
@media (max-width: 1280px) {
  .u-hidden\@l-s {
    display: none;
  }
  .u-show\@l-s {
    display: block;
  }
  .u-adapt\@l-s {
    flex: 1;
  }
  .u-non-grow\@l-s {
    flex-grow: 0;
  }
  .u-no-wrap\@l-s {
    flex-wrap: nowrap;
  }
  .u-wrap\@l-s {
    flex-wrap: wrap;
  }
  .u-align-items-center\@l-s {
    align-items: center;
  }
  .u-justify-content-center\@l-s {
    justify-content: center;
  }
  .u-justify-content-between\@l-s {
    justify-content: space-between;
  }
}
@media (max-width: 1200px) {
  .u-hidden\@t {
    display: none;
  }
  .u-show\@t {
    display: block;
  }
  .u-adapt\@t {
    flex: 1;
  }
  .u-non-grow\@t {
    flex-grow: 0;
  }
  .u-no-wrap\@t {
    flex-wrap: nowrap;
  }
  .u-wrap\@t {
    flex-wrap: wrap;
  }
  .u-align-items-center\@t {
    align-items: center;
  }
  .u-justify-content-center\@t {
    justify-content: center;
  }
  .u-justify-content-between\@t {
    justify-content: space-between;
  }
}
@media (max-width: 980px) {
  .u-hidden\@t-m {
    display: none;
  }
  .u-show\@t-m {
    display: block;
  }
  .u-adapt\@t-m {
    flex: 1;
  }
  .u-non-grow\@t-m {
    flex-grow: 0;
  }
  .u-no-wrap\@t-m {
    flex-wrap: nowrap;
  }
  .u-wrap\@t-m {
    flex-wrap: wrap;
  }
  .u-align-items-center\@t-m {
    align-items: center;
  }
  .u-justify-content-center\@t-m {
    justify-content: center;
  }
  .u-justify-content-between\@t-m {
    justify-content: space-between;
  }
}
@media (max-width: 670px) {
  .u-hidden\@m {
    display: none;
  }
  .u-show\@m {
    display: block;
  }
  .u-adapt\@m {
    flex: 1;
  }
  .u-non-grow\@m {
    flex-grow: 0;
  }
  .u-no-wrap\@m {
    flex-wrap: nowrap;
  }
  .u-wrap\@m {
    flex-wrap: wrap;
  }
  .u-align-items-center\@m {
    align-items: center;
  }
  .u-justify-content-center\@m {
    justify-content: center;
  }
  .u-justify-content-between\@m {
    justify-content: space-between;
  }
}
@media (max-width: 560px) {
  .u-hidden\@m-m {
    display: none;
  }
  .u-show\@m-m {
    display: block;
  }
  .u-adapt\@m-m {
    flex: 1;
  }
  .u-non-grow\@m-m {
    flex-grow: 0;
  }
  .u-no-wrap\@m-m {
    flex-wrap: nowrap;
  }
  .u-wrap\@m-m {
    flex-wrap: wrap;
  }
  .u-align-items-center\@m-m {
    align-items: center;
  }
  .u-justify-content-center\@m-m {
    justify-content: center;
  }
  .u-justify-content-between\@m-m {
    justify-content: space-between;
  }
}
@media (max-width: 480px) {
  .u-hidden\@m-s {
    display: none;
  }
  .u-show\@m-s {
    display: block;
  }
  .u-adapt\@m-s {
    flex: 1;
  }
  .u-non-grow\@m-s {
    flex-grow: 0;
  }
  .u-no-wrap\@m-s {
    flex-wrap: nowrap;
  }
  .u-wrap\@m-s {
    flex-wrap: wrap;
  }
  .u-align-items-center\@m-s {
    align-items: center;
  }
  .u-justify-content-center\@m-s {
    justify-content: center;
  }
  .u-justify-content-between\@m-s {
    justify-content: space-between;
  }
}
.padding {
  padding: 0 5rem;
}

.padding.padding-border-bottom {
  margin-bottom: 5rem;
  padding-bottom: 5rem;
  border-bottom: #e5e5e5 1px solid;
}

.u-space-h-1 {
  margin-left: -5px;
  margin-right: -5px;
}

.u-space-h-1 > .l-grid__item {
  padding-left: 5px;
  padding-right: 5px;
}

.u-space-v-1 {
  margin-bottom: -5px;
}

.u-space-v-1 > .l-grid__item {
  margin-bottom: 5px;
}

.u-space-h-2 {
  margin-left: -10px;
  margin-right: -10px;
}

.u-space-h-2 > .l-grid__item {
  padding-left: 10px;
  padding-right: 10px;
}

.u-space-v-2 {
  margin-bottom: -10px;
}

.u-space-v-2 > .l-grid__item {
  margin-bottom: 10px;
}

.u-space-h-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.u-space-h-3 > .l-grid__item {
  padding-left: 15px;
  padding-right: 15px;
}

.u-space-v-3 {
  margin-bottom: -15px;
}

.u-space-v-3 > .l-grid__item {
  margin-bottom: 15px;
}

.u-space-h-4 {
  margin-left: -20px;
  margin-right: -20px;
}

.u-space-h-4 > .l-grid__item {
  padding-left: 20px;
  padding-right: 20px;
}

.u-space-v-4 {
  margin-bottom: -20px;
}

.u-space-v-4 > .l-grid__item {
  margin-bottom: 20px;
}

.u-space-h-5 {
  margin-left: -25px;
  margin-right: -25px;
}

.u-space-h-5 > .l-grid__item {
  padding-left: 25px;
  padding-right: 25px;
}

.u-space-v-5 {
  margin-bottom: -25px;
}

.u-space-v-5 > .l-grid__item {
  margin-bottom: 25px;
}

.u-space-h-6 {
  margin-left: -30px;
  margin-right: -30px;
}

.u-space-h-6 > .l-grid__item {
  padding-left: 30px;
  padding-right: 30px;
}

.u-space-v-6 {
  margin-bottom: -30px;
}

.u-space-v-6 > .l-grid__item {
  margin-bottom: 30px;
}

.u-space-h-7 {
  margin-left: -35px;
  margin-right: -35px;
}

.u-space-h-7 > .l-grid__item {
  padding-left: 35px;
  padding-right: 35px;
}

.u-space-v-7 {
  margin-bottom: -35px;
}

.u-space-v-7 > .l-grid__item {
  margin-bottom: 35px;
}

.u-space-h-8 {
  margin-left: -40px;
  margin-right: -40px;
}

.u-space-h-8 > .l-grid__item {
  padding-left: 40px;
  padding-right: 40px;
}

.u-space-v-8 {
  margin-bottom: -40px;
}

.u-space-v-8 > .l-grid__item {
  margin-bottom: 40px;
}

.u-space-h-9 {
  margin-left: -45px;
  margin-right: -45px;
}

.u-space-h-9 > .l-grid__item {
  padding-left: 45px;
  padding-right: 45px;
}

.u-space-v-9 {
  margin-bottom: -45px;
}

.u-space-v-9 > .l-grid__item {
  margin-bottom: 45px;
}

.u-space-h-10 {
  margin-left: -50px;
  margin-right: -50px;
}

.u-space-h-10 > .l-grid__item {
  padding-left: 50px;
  padding-right: 50px;
}

.u-space-v-10 {
  margin-bottom: -50px;
}

.u-space-v-10 > .l-grid__item {
  margin-bottom: 50px;
}

.u-space-h-11 {
  margin-left: -55px;
  margin-right: -55px;
}

.u-space-h-11 > .l-grid__item {
  padding-left: 55px;
  padding-right: 55px;
}

.u-space-v-11 {
  margin-bottom: -55px;
}

.u-space-v-11 > .l-grid__item {
  margin-bottom: 55px;
}

.u-space-h-12 {
  margin-left: -60px;
  margin-right: -60px;
}

.u-space-h-12 > .l-grid__item {
  padding-left: 60px;
  padding-right: 60px;
}

.u-space-v-12 {
  margin-bottom: -60px;
}

.u-space-v-12 > .l-grid__item {
  margin-bottom: 60px;
}

.u-space-h-13 {
  margin-left: -65px;
  margin-right: -65px;
}

.u-space-h-13 > .l-grid__item {
  padding-left: 65px;
  padding-right: 65px;
}

.u-space-v-13 {
  margin-bottom: -65px;
}

.u-space-v-13 > .l-grid__item {
  margin-bottom: 65px;
}

.u-space-h-14 {
  margin-left: -70px;
  margin-right: -70px;
}

.u-space-h-14 > .l-grid__item {
  padding-left: 70px;
  padding-right: 70px;
}

.u-space-v-14 {
  margin-bottom: -70px;
}

.u-space-v-14 > .l-grid__item {
  margin-bottom: 70px;
}

.u-space-h-15 {
  margin-left: -75px;
  margin-right: -75px;
}

.u-space-h-15 > .l-grid__item {
  padding-left: 75px;
  padding-right: 75px;
}

.u-space-v-15 {
  margin-bottom: -75px;
}

.u-space-v-15 > .l-grid__item {
  margin-bottom: 75px;
}

@media (max-width: 1620px) {
  .u-space-h-1\@l {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@l > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@l {
    margin-bottom: -5px;
  }
  .u-space-v-1\@l > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@l {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@l > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@l {
    margin-bottom: -10px;
  }
  .u-space-v-2\@l > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@l {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@l > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@l {
    margin-bottom: -15px;
  }
  .u-space-v-3\@l > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@l {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@l > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@l {
    margin-bottom: -20px;
  }
  .u-space-v-4\@l > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@l {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@l > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@l {
    margin-bottom: -25px;
  }
  .u-space-v-5\@l > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@l {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@l > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@l {
    margin-bottom: -30px;
  }
  .u-space-v-6\@l > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@l {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@l > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@l {
    margin-bottom: -35px;
  }
  .u-space-v-7\@l > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@l {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@l > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@l {
    margin-bottom: -40px;
  }
  .u-space-v-8\@l > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@l {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@l > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@l {
    margin-bottom: -45px;
  }
  .u-space-v-9\@l > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@l {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@l > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@l {
    margin-bottom: -50px;
  }
  .u-space-v-10\@l > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@l {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@l > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@l {
    margin-bottom: -55px;
  }
  .u-space-v-11\@l > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@l {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@l > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@l {
    margin-bottom: -60px;
  }
  .u-space-v-12\@l > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@l {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@l > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@l {
    margin-bottom: -65px;
  }
  .u-space-v-13\@l > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@l {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@l > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@l {
    margin-bottom: -70px;
  }
  .u-space-v-14\@l > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@l {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@l > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@l {
    margin-bottom: -75px;
  }
  .u-space-v-15\@l > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 1280px) {
  .u-space-h-1\@l-s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@l-s > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@l-s {
    margin-bottom: -5px;
  }
  .u-space-v-1\@l-s > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@l-s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@l-s > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@l-s {
    margin-bottom: -10px;
  }
  .u-space-v-2\@l-s > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@l-s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@l-s > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@l-s {
    margin-bottom: -15px;
  }
  .u-space-v-3\@l-s > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@l-s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@l-s > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@l-s {
    margin-bottom: -20px;
  }
  .u-space-v-4\@l-s > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@l-s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@l-s > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@l-s {
    margin-bottom: -25px;
  }
  .u-space-v-5\@l-s > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@l-s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@l-s > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@l-s {
    margin-bottom: -30px;
  }
  .u-space-v-6\@l-s > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@l-s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@l-s > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@l-s {
    margin-bottom: -35px;
  }
  .u-space-v-7\@l-s > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@l-s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@l-s > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@l-s {
    margin-bottom: -40px;
  }
  .u-space-v-8\@l-s > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@l-s {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@l-s > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@l-s {
    margin-bottom: -45px;
  }
  .u-space-v-9\@l-s > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@l-s {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@l-s > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@l-s {
    margin-bottom: -50px;
  }
  .u-space-v-10\@l-s > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@l-s {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@l-s > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@l-s {
    margin-bottom: -55px;
  }
  .u-space-v-11\@l-s > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@l-s {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@l-s > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@l-s {
    margin-bottom: -60px;
  }
  .u-space-v-12\@l-s > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@l-s {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@l-s > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@l-s {
    margin-bottom: -65px;
  }
  .u-space-v-13\@l-s > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@l-s {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@l-s > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@l-s {
    margin-bottom: -70px;
  }
  .u-space-v-14\@l-s > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@l-s {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@l-s > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@l-s {
    margin-bottom: -75px;
  }
  .u-space-v-15\@l-s > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 1200px) {
  .u-space-h-1\@t {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@t > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@t {
    margin-bottom: -5px;
  }
  .u-space-v-1\@t > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@t {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@t > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@t {
    margin-bottom: -10px;
  }
  .u-space-v-2\@t > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@t {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@t > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@t {
    margin-bottom: -15px;
  }
  .u-space-v-3\@t > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@t {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@t > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@t {
    margin-bottom: -20px;
  }
  .u-space-v-4\@t > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@t {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@t > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@t {
    margin-bottom: -25px;
  }
  .u-space-v-5\@t > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@t {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@t > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@t {
    margin-bottom: -30px;
  }
  .u-space-v-6\@t > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@t {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@t > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@t {
    margin-bottom: -35px;
  }
  .u-space-v-7\@t > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@t {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@t > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@t {
    margin-bottom: -40px;
  }
  .u-space-v-8\@t > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@t {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@t > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@t {
    margin-bottom: -45px;
  }
  .u-space-v-9\@t > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@t {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@t > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@t {
    margin-bottom: -50px;
  }
  .u-space-v-10\@t > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@t {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@t > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@t {
    margin-bottom: -55px;
  }
  .u-space-v-11\@t > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@t {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@t > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@t {
    margin-bottom: -60px;
  }
  .u-space-v-12\@t > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@t {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@t > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@t {
    margin-bottom: -65px;
  }
  .u-space-v-13\@t > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@t {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@t > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@t {
    margin-bottom: -70px;
  }
  .u-space-v-14\@t > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@t {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@t > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@t {
    margin-bottom: -75px;
  }
  .u-space-v-15\@t > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 980px) {
  .u-space-h-1\@t-m {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@t-m > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@t-m {
    margin-bottom: -5px;
  }
  .u-space-v-1\@t-m > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@t-m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@t-m > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@t-m {
    margin-bottom: -10px;
  }
  .u-space-v-2\@t-m > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@t-m {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@t-m > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@t-m {
    margin-bottom: -15px;
  }
  .u-space-v-3\@t-m > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@t-m {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@t-m > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@t-m {
    margin-bottom: -20px;
  }
  .u-space-v-4\@t-m > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@t-m {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@t-m > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@t-m {
    margin-bottom: -25px;
  }
  .u-space-v-5\@t-m > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@t-m {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@t-m > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@t-m {
    margin-bottom: -30px;
  }
  .u-space-v-6\@t-m > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@t-m {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@t-m > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@t-m {
    margin-bottom: -35px;
  }
  .u-space-v-7\@t-m > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@t-m {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@t-m > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@t-m {
    margin-bottom: -40px;
  }
  .u-space-v-8\@t-m > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@t-m {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@t-m > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@t-m {
    margin-bottom: -45px;
  }
  .u-space-v-9\@t-m > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@t-m {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@t-m > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@t-m {
    margin-bottom: -50px;
  }
  .u-space-v-10\@t-m > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@t-m {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@t-m > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@t-m {
    margin-bottom: -55px;
  }
  .u-space-v-11\@t-m > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@t-m {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@t-m > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@t-m {
    margin-bottom: -60px;
  }
  .u-space-v-12\@t-m > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@t-m {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@t-m > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@t-m {
    margin-bottom: -65px;
  }
  .u-space-v-13\@t-m > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@t-m {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@t-m > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@t-m {
    margin-bottom: -70px;
  }
  .u-space-v-14\@t-m > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@t-m {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@t-m > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@t-m {
    margin-bottom: -75px;
  }
  .u-space-v-15\@t-m > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 670px) {
  .u-space-h-1\@m {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@m > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@m {
    margin-bottom: -5px;
  }
  .u-space-v-1\@m > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@m > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@m {
    margin-bottom: -10px;
  }
  .u-space-v-2\@m > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@m {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@m > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@m {
    margin-bottom: -15px;
  }
  .u-space-v-3\@m > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@m {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@m > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@m {
    margin-bottom: -20px;
  }
  .u-space-v-4\@m > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@m {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@m > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@m {
    margin-bottom: -25px;
  }
  .u-space-v-5\@m > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@m {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@m > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@m {
    margin-bottom: -30px;
  }
  .u-space-v-6\@m > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@m {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@m > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@m {
    margin-bottom: -35px;
  }
  .u-space-v-7\@m > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@m {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@m > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@m {
    margin-bottom: -40px;
  }
  .u-space-v-8\@m > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@m {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@m > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@m {
    margin-bottom: -45px;
  }
  .u-space-v-9\@m > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@m {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@m > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@m {
    margin-bottom: -50px;
  }
  .u-space-v-10\@m > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@m {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@m > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@m {
    margin-bottom: -55px;
  }
  .u-space-v-11\@m > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@m {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@m > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@m {
    margin-bottom: -60px;
  }
  .u-space-v-12\@m > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@m {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@m > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@m {
    margin-bottom: -65px;
  }
  .u-space-v-13\@m > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@m {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@m > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@m {
    margin-bottom: -70px;
  }
  .u-space-v-14\@m > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@m {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@m > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@m {
    margin-bottom: -75px;
  }
  .u-space-v-15\@m > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 560px) {
  .u-space-h-1\@m-m {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@m-m > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@m-m {
    margin-bottom: -5px;
  }
  .u-space-v-1\@m-m > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@m-m {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@m-m > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@m-m {
    margin-bottom: -10px;
  }
  .u-space-v-2\@m-m > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@m-m {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@m-m > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@m-m {
    margin-bottom: -15px;
  }
  .u-space-v-3\@m-m > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@m-m {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@m-m > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@m-m {
    margin-bottom: -20px;
  }
  .u-space-v-4\@m-m > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@m-m {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@m-m > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@m-m {
    margin-bottom: -25px;
  }
  .u-space-v-5\@m-m > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@m-m {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@m-m > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@m-m {
    margin-bottom: -30px;
  }
  .u-space-v-6\@m-m > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@m-m {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@m-m > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@m-m {
    margin-bottom: -35px;
  }
  .u-space-v-7\@m-m > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@m-m {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@m-m > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@m-m {
    margin-bottom: -40px;
  }
  .u-space-v-8\@m-m > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@m-m {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@m-m > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@m-m {
    margin-bottom: -45px;
  }
  .u-space-v-9\@m-m > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@m-m {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@m-m > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@m-m {
    margin-bottom: -50px;
  }
  .u-space-v-10\@m-m > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@m-m {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@m-m > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@m-m {
    margin-bottom: -55px;
  }
  .u-space-v-11\@m-m > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@m-m {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@m-m > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@m-m {
    margin-bottom: -60px;
  }
  .u-space-v-12\@m-m > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@m-m {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@m-m > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@m-m {
    margin-bottom: -65px;
  }
  .u-space-v-13\@m-m > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@m-m {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@m-m > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@m-m {
    margin-bottom: -70px;
  }
  .u-space-v-14\@m-m > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@m-m {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@m-m > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@m-m {
    margin-bottom: -75px;
  }
  .u-space-v-15\@m-m > .l-grid__item {
    margin-bottom: 75px;
  }
}
@media (max-width: 480px) {
  .u-space-h-1\@m-s {
    margin-left: -5px;
    margin-right: -5px;
  }
  .u-space-h-1\@m-s > .l-grid__item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .u-space-v-1\@m-s {
    margin-bottom: -5px;
  }
  .u-space-v-1\@m-s > .l-grid__item {
    margin-bottom: 5px;
  }
  .u-space-h-2\@m-s {
    margin-left: -10px;
    margin-right: -10px;
  }
  .u-space-h-2\@m-s > .l-grid__item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .u-space-v-2\@m-s {
    margin-bottom: -10px;
  }
  .u-space-v-2\@m-s > .l-grid__item {
    margin-bottom: 10px;
  }
  .u-space-h-3\@m-s {
    margin-left: -15px;
    margin-right: -15px;
  }
  .u-space-h-3\@m-s > .l-grid__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .u-space-v-3\@m-s {
    margin-bottom: -15px;
  }
  .u-space-v-3\@m-s > .l-grid__item {
    margin-bottom: 15px;
  }
  .u-space-h-4\@m-s {
    margin-left: -20px;
    margin-right: -20px;
  }
  .u-space-h-4\@m-s > .l-grid__item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .u-space-v-4\@m-s {
    margin-bottom: -20px;
  }
  .u-space-v-4\@m-s > .l-grid__item {
    margin-bottom: 20px;
  }
  .u-space-h-5\@m-s {
    margin-left: -25px;
    margin-right: -25px;
  }
  .u-space-h-5\@m-s > .l-grid__item {
    padding-left: 25px;
    padding-right: 25px;
  }
  .u-space-v-5\@m-s {
    margin-bottom: -25px;
  }
  .u-space-v-5\@m-s > .l-grid__item {
    margin-bottom: 25px;
  }
  .u-space-h-6\@m-s {
    margin-left: -30px;
    margin-right: -30px;
  }
  .u-space-h-6\@m-s > .l-grid__item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .u-space-v-6\@m-s {
    margin-bottom: -30px;
  }
  .u-space-v-6\@m-s > .l-grid__item {
    margin-bottom: 30px;
  }
  .u-space-h-7\@m-s {
    margin-left: -35px;
    margin-right: -35px;
  }
  .u-space-h-7\@m-s > .l-grid__item {
    padding-left: 35px;
    padding-right: 35px;
  }
  .u-space-v-7\@m-s {
    margin-bottom: -35px;
  }
  .u-space-v-7\@m-s > .l-grid__item {
    margin-bottom: 35px;
  }
  .u-space-h-8\@m-s {
    margin-left: -40px;
    margin-right: -40px;
  }
  .u-space-h-8\@m-s > .l-grid__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .u-space-v-8\@m-s {
    margin-bottom: -40px;
  }
  .u-space-v-8\@m-s > .l-grid__item {
    margin-bottom: 40px;
  }
  .u-space-h-9\@m-s {
    margin-left: -45px;
    margin-right: -45px;
  }
  .u-space-h-9\@m-s > .l-grid__item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .u-space-v-9\@m-s {
    margin-bottom: -45px;
  }
  .u-space-v-9\@m-s > .l-grid__item {
    margin-bottom: 45px;
  }
  .u-space-h-10\@m-s {
    margin-left: -50px;
    margin-right: -50px;
  }
  .u-space-h-10\@m-s > .l-grid__item {
    padding-left: 50px;
    padding-right: 50px;
  }
  .u-space-v-10\@m-s {
    margin-bottom: -50px;
  }
  .u-space-v-10\@m-s > .l-grid__item {
    margin-bottom: 50px;
  }
  .u-space-h-11\@m-s {
    margin-left: -55px;
    margin-right: -55px;
  }
  .u-space-h-11\@m-s > .l-grid__item {
    padding-left: 55px;
    padding-right: 55px;
  }
  .u-space-v-11\@m-s {
    margin-bottom: -55px;
  }
  .u-space-v-11\@m-s > .l-grid__item {
    margin-bottom: 55px;
  }
  .u-space-h-12\@m-s {
    margin-left: -60px;
    margin-right: -60px;
  }
  .u-space-h-12\@m-s > .l-grid__item {
    padding-left: 60px;
    padding-right: 60px;
  }
  .u-space-v-12\@m-s {
    margin-bottom: -60px;
  }
  .u-space-v-12\@m-s > .l-grid__item {
    margin-bottom: 60px;
  }
  .u-space-h-13\@m-s {
    margin-left: -65px;
    margin-right: -65px;
  }
  .u-space-h-13\@m-s > .l-grid__item {
    padding-left: 65px;
    padding-right: 65px;
  }
  .u-space-v-13\@m-s {
    margin-bottom: -65px;
  }
  .u-space-v-13\@m-s > .l-grid__item {
    margin-bottom: 65px;
  }
  .u-space-h-14\@m-s {
    margin-left: -70px;
    margin-right: -70px;
  }
  .u-space-h-14\@m-s > .l-grid__item {
    padding-left: 70px;
    padding-right: 70px;
  }
  .u-space-v-14\@m-s {
    margin-bottom: -70px;
  }
  .u-space-v-14\@m-s > .l-grid__item {
    margin-bottom: 70px;
  }
  .u-space-h-15\@m-s {
    margin-left: -75px;
    margin-right: -75px;
  }
  .u-space-h-15\@m-s > .l-grid__item {
    padding-left: 75px;
    padding-right: 75px;
  }
  .u-space-v-15\@m-s {
    margin-bottom: -75px;
  }
  .u-space-v-15\@m-s > .l-grid__item {
    margin-bottom: 75px;
  }
}
.c-nav {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 1200px) {
  .c-nav {
    visibility: hidden;
    opacity: 0;
    padding: 60px 30px 20px;
    display: flex;
    position: absolute;
    flex-direction: column;
    top: 0;
    width: 100%;
    color: white;
    left: 0;
    background-color: rgba(192, 213, 230, 0.9);
    color: rgba(192, 213, 230, 0.9);
    transition: visibility 0s, all 0.43s;
  }
  .c-nav.active {
    opacity: 1;
    visibility: visible;
  }
  .c-nav.active .c-nav-list {
    padding: 25px 15px 15px 5px;
  }
  .c-nav.active .c-nav-list .c-nav-list__label {
    min-height: 25px;
    font-size: 1.8rem;
    font-weight: 400;
  }
  .c-nav.active .c-nav-list .c-nav-list__label:hover {
    color: #000;
  }
  .c-nav.active .c-nav-list .c-nav-list__label:hover:before {
    visibility: hidden;
    transform: scaleX(1);
  }
}
.c-nav .c-nav-list {
  display: inline-block;
  padding-left: 41px;
}

.c-nav .c-nav-list .c-nav-list__label {
  cursor: pointer;
  color: #0f2c4e;
  transition: all 200ms ease-in-out;
  position: relative;
}

.c-nav .c-nav-list .c-nav-list__label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -10px;
  left: 0;
  background-color: #0f2c4e;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 200ms ease-in-out 0s;
}

.c-nav .c-nav-list .c-nav-list__label:hover {
  color: #0f2c4e;
}

.c-nav .c-nav-list .c-nav-list__label:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.c-nav .c-nav-list .active.c-nav-list__label {
  color: #0f2c4e;
}

.c-nav .c-nav-list .active.c-nav-list__label:before {
  visibility: visible;
  transform: scaleX(1);
}

.icon-mobile {
  z-index: 100;
  align-self: center;
  cursor: pointer;
  position: relative;
  display: block;
}

@media (min-width: 1201px) {
  .icon-mobile {
    display: none;
  }
}
.c-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1200px) {
  .c-steps {
    justify-content: center;
  }
}
.c-steps .c-steps__item {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 2rem;
  width: 33%;
}

@media (max-width: 1200px) {
  .c-steps .c-steps__item {
    width: 50%;
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 850px) {
  .c-steps .c-steps__item {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.c-steps .c-steps__item img {
  max-width: 100%;
}

.c-info {
  display: flex;
  justify-content: center;
  padding-top: 4rem;
}

.c-info .t-font {
  width: 85%;
}

@media (max-width: 670px) {
  .c-info .t-font {
    width: 100%;
  }
}
.c-info .t-font p {
  text-align: center;
}

.capsel {
  position: absolute;
}

@media screen and (max-width: 1200px) {
  .capsel {
    display: none;
  }
}
#c-right {
  right: -4rem;
  top: 5rem;
  width: 18.5rem;
}

#c-right img {
  width: 100%;
  height: auto;
}

#c-right-2 {
  right: -2rem;
  top: 13rem;
  width: 20.5rem;
}

#c-right-2 img {
  width: 100%;
  height: auto;
}

#c-left-2 {
  left: -5rem;
  top: 60rem;
  width: 20.5rem;
}

#c-left-2 img {
  width: 100%;
  height: auto;
}

#c-left {
  left: -1rem;
  top: 80rem;
  width: 20.5rem;
}

#c-left img {
  width: 100%;
  height: auto;
}

#s2 {
  margin-top: 2.7rem;
}

#s3 {
  margin-top: -0.5rem;
}

#zasady-promocji {
  padding-top: 2rem;
}

.item-30 {
  width: 30%;
}

.item-30 img {
  width: 100%;
  min-height: 48px;
}

@media screen and (max-width: 1024px) {
  .item-30 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .item-30 img {
    width: 100px;
  }
}
.item-70 {
  width: 70%;
  max-width: 66rem;
}

@media (min-width: 1281px) {
  .item-70 {
    max-width: 79rem;
  }
}
@media screen and (max-width: 1024px) {
  .item-70 {
    max-width: none;
    width: 100%;
  }
}
.c-footer-2 {
  height: 6rem;
  background-color: #0b468a;
}

@media screen and (max-width: 850px) {
  .c-footer-2 {
    padding: 5rem 2rem;
    height: inherit;
  }
}
.c-footer-2 .c-footer-bar {
  padding: 0 4rem;
  height: 100%;
}

@media screen and (max-width: 850px) {
  .c-footer-2 .c-footer-bar {
    flex-wrap: wrap;
  }
  .c-footer-2 .c-footer-bar > div {
    width: 100%;
  }
}
.c-footer-2 .c-footer-bar img {
  padding-right: 2rem;
}

@media screen and (max-width: 850px) {
  .c-footer-2 .box-copy {
    padding-top: 4rem;
    text-align: center;
  }
}
.c-footer-2 .small-font {
  color: #ffffff;
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.c-footer-2 .small-font a {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #fff;
}

.c-footer-3 {
  background-color: #0b468a;
  padding: 0 4rem;
}

.c-footer-3 p, .c-footer-3 p * {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin: 0;
  padding: 0 0 20px 0;
}

.c-footer-3 a {
  text-decoration: underline;
}

.c-footer-3 button {
  background: none;
  border: none;
  text-decoration: underline;
}

.box-action .icon-return-bottle {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 10px;
  background: url(./files/img/zwroc-butelke.png) no-repeat;
  background-size: 30px 30px;
  color: #fff;
  text-transform: none;
  padding-left: 40px;
}

@media (max-width: 1160px) {
  .box-action .icon-return-bottle {
    line-height: 15px;
  }
}
@media (max-width: 850px) {
  .box-action .icon-return-bottle {
    margin-top: 10px;
    line-height: 30px;
  }
}
.pac-item span {
  color: grey;
  font-size: 1.5rem;
}

.pac-item .pac-item-query {
  font-size: 1.6rem;
  color: black;
}

.pac-item .pac-item-query .pac-matched {
  color: black;
  font-weight: 900;
  font-size: 1.6rem;
}

.age-gate {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  position: relative;
}
.age-gate .age-gate-wrapper {
  flex-grow: 1;
  background-image: url(./files/img/bg_2026.png);
  background-position: 21.5% bottom;
  background-size: cover;
}
.age-gate .c-btn {
  margin-top: 24px;
}
@media screen and (max-width: 850px) {
  .age-gate .c-btn {
    margin-top: 32px;
  }
}

.age-gate .img-top-box {
  position: relative;
  width: 8rem;
}

@media screen and (max-width: 600px) {
  .age-gate .img-top-box {
    display: none;
  }
}
.age-gate .img-top-box .top-img {
  top: -10px;
  left: 4rem;
  width: 100%;
  height: auto;
}

.age-gate .title-area {
  color: white;
  max-width: 66.7rem;
  font-size: 7.2rem;
  font-family: "agenor_regular", Arial sans-serif;
  text-align: center;
  background-color: #CD1628;
  padding: 3.2rem 1.5rem;
}

@media (max-width: 480px) {
  .age-gate .title-area {
    font-size: 5rem;
    padding: 3rem;
  }
}
.age-gate .title-area img {
  width: 100%;
  height: auto;
}

.age-gate .top-img {
  position: absolute;
  top: 10px;
  left: 10px;
}

.age-gate .age-gate-wrapper {
  display: flex;
  justify-content: center;
  padding: 10rem 0 13rem;
}

@media screen and (max-width: 600px) {
  .age-gate .age-gate-wrapper {
    padding: 2rem 0 20rem;
  }
}
.age-gate .age-gate-wrapper .age-gate-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  max-width: 90%;
}

.age-gate #age-gate-content-desc {
  padding-top: 1rem;
  text-align: center;
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.5rem;
  font-family: "agenor_regular", Arial sans-serif;
}

@media screen and (max-width: 480px) {
  .age-gate #age-gate-content-desc {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.age-gate .GateForm {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.age-gate .GateForm-elems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 300px;
}

.age-gate .GateForm input::placeholder {
  color: #00255d;
}

.age-gate .GateForm input[type=number] {
  font-family: "agenor_regular", Arial sans-serif;
  border: none;
  font-size: 3.2rem;
  resize: none;
  outline: medium none;
  padding: 18px 4px;
  box-sizing: border-box;
  appearance: none;
  text-rendering: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  width: 25%;
  opacity: 0.8;
  background-color: #121212;
  font-weight: 700;
  transition: color, background-color, opacity 0.3s;
}

@media (max-width: 670px) {
  .age-gate .GateForm input[type=number] {
    font-size: 2.4rem;
  }
}
.age-gate .GateForm input[type=number]::placeholder {
  color: #ffffff;
}

.age-gate .GateForm input[type=number].Accepted {
  color: white;
  opacity: 1;
}

.age-gate .GateForm input[type=number].NotAccepted {
  color: white;
  opacity: 1;
  border: thin solid red;
}

.age-gate .GateForm input[type=number]:focus {
  opacity: 1;
}

.age-gate .GateForm #days, .age-gate .GateForm #month {
  height: 10rem;
  width: 10rem;
  border-left: #00255d 2px solid;
  border-top: #00255d 2px solid;
  border-bottom: #00255d 2px solid;
  background: rgba(255, 255, 255, 0.7);
  color: #00255d !important;
}

.age-gate .GateForm #days::placeholder, .age-gate .GateForm #month::placeholder {
  color: #00255d;
}

.age-gate .GateForm #days:focus, .age-gate .GateForm #month:focus {
  height: 10rem;
  width: 10rem;
}

.age-gate .GateForm #year {
  height: 10rem;
  width: 20rem;
  border: #00255d 2px solid;
  background: rgba(255, 255, 255, 0.7);
  color: #00255d !important;
}

.age-gate .GateForm #year::placeholder {
  color: #00255d;
}

.age-gate .GateForm input[type=number]::-webkit-outer-spin-button, .age-gate .GateForm input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.age-gate .GateForm input[type=number] {
  -moz-appearance: textfield;
}

.age-gate .GateForm #separator {
  width: 2px;
  background-color: #00255d;
  height: 30px;
  display: none;
}

.age-gate .info-txt.error {
  color: #CD1628;
  font-size: 1.7rem;
}

.age-gate .age-gate-footer {
  width: 100%;
  margin-top: auto;
}

.age-gate .GateForm-elems {
  justify-content: center !important;
}

.popup-cookies-2-wrapper {
  background: #0b468a;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  display: none;
  opacity: 0;
}

.popup-cookies-2-wrapper.is-active {
  display: block;
  opacity: 1;
}

.cookies-2-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5554;
  background: #000;
  opacity: 0;
}

.cookies-2-overlay.is-active {
  display: block;
  opacity: 0.7;
}

.popup-cookies-2 {
  max-width: 550px;
  background: white;
  z-index: 5555;
  color: #00255d;
  align-self: center;
}

.popup-cookies-2 h2 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  padding: 20px 20px 0;
  background: white;
  color: #CD1628;
}

.popup-cookies-2 p, .popup-cookies-2 p * {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  color: #00255d;
}

.popup-cookies-2 p {
  padding: 20px;
  margin-top: 0;
}

.popup-cookies-2 p a {
  color: #00255d;
  text-decoration: none;
  font-weight: 900;
}

.popup-cookies-2 .popup-cookies-2-buttons {
  background: #00255d;
  padding: 20px;
  text-align: right;
}

.popup-cookies-2 .popup-cookies-2-buttons a {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
}

.popup-cookies-2 .popup-cookies-2-buttons a.button-agree {
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  background: #fff;
  color: #000;
}

@media screen and (max-width: 650px) {
  .popup-cookies-2 {
    width: 95%;
  }
  .popup-cookies-2 h2 {
    font-size: 20px;
  }
  .popup-cookies-2 p {
    font-size: 12px;
    padding: 20px;
  }
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-wrap .b-box--popup {
  display: block;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.complaint-form-link {
  text-decoration: underline;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
  animation-duration: 0.75s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

.c-btn.c-btn--invert:hover .c-btn__label {
  color: white;
}

@media (max-width: 850px) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 851px) {
  .hide-desctop {
    display: none !important;
  }
}

.l-sec--start {
  max-width: unset;
  color: #ffffff;
  margin-top: 40px;
}
.l-sec--start * {
  color: #ffffff;
}
@media (min-width: 851px) {
  .l-sec--start {
    margin-top: 60px;
  }
}

.l-sec--start .box-images .bottles {
  position: relative;
  padding-bottom: 32px;
  top: unset;
}
@media (min-width: 851px) {
  .l-sec--start .box-images .bottles {
    width: 380px;
    margin-top: 3.2rem;
  }
}

@media (max-width: 670px) {
  .l-sec--start .box-images .item-cont .red-box {
    margin-left: unset;
  }
}
#ensNotifyBanner .button, #ensModalWrapper .button {
  margin-bottom: 16px;
}

#ensModalWrapper .ensToggleRow {
  border-color: white;
  padding-top: 32px;
}

.ensModal .description {
  margin-top: 8px;
}

.home-map #map .gm-style .gm-style-iw-c button span {
  mask-image: none !important;
}

.home-map {
  position: relative;
  padding-top: 4rem;
}
.home-map .head-1 {
  margin-top: 0;
}
@media (max-width: 670px) {
  .home-map .head-1 {
    margin-bottom: 0;
  }
}
.home-map .leaflet-top {
  bottom: 20px;
  left: 10px;
  top: inherit;
}
.home-map .marker-cluster-large, .home-map .home-map .marker-cluster {
  background-color: transparent;
  color: white;
}
.home-map .marker-cluster-large img, .home-map .home-map .marker-cluster img {
  display: none;
}
.home-map .marker-cluster-large div, .home-map .home-map .marker-cluster div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px !important;
  height: 36px !important;
  border-radius: 18px;
  background-color: #0b468a;
  color: white;
}
.home-map .marker-cluster-large div span, .home-map .home-map .marker-cluster div span {
  color: white;
  font-size: 13px;
  line-height: 36px;
  font-weight: 900;
}
.home-map .f-control-wrapper {
  width: 80%;
}
.home-map .f-control-wrapper .f-control--text {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  width: 100%;
  height: 4.5rem;
  border: 2px solid #0b468a;
  color: #0b468a;
  font-weight: 900;
  padding-left: 1rem;
}
@media (max-width: 670px) {
  .home-map .f-control-wrapper .f-control--text {
    font-size: 2rem;
    height: 7rem;
  }
}
.home-map .f-control-wrapper .f-control--text::placeholder {
  font-weight: 100;
  color: #aca6a7;
}
.home-map .sec-wrapper {
  position: relative;
  flex-direction: row;
  width: auto;
  max-width: 100%;
}
@media (max-width: 980px) {
  .home-map .sec-wrapper {
    flex-direction: column-reverse;
  }
}
.home-map #map {
  width: 100%;
  height: 60rem;
  position: relative;
  outline: none;
}
@media screen and (max-width: 850px) {
  .home-map #map {
    height: 50rem;
  }
}
.home-map #map h2 {
  font-size: 23px;
  line-height: 30px;
  color: black;
  font-weight: 700;
}
.home-map #map h4 {
  color: black;
  font-size: 1.4em;
  line-height: 1.3em;
  padding: 0;
  margin: 1em 0 0 0;
}
.home-map #map p {
  color: black;
  font-weight: 100;
  font-size: 18px;
  margin: 14px;
}
.home-map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track, .home-map .home-map #map .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: none;
}
.home-map #map .gm-style .gm-style-iw-c {
  background: none;
  box-shadow: none;
}
.home-map #map .gm-style .gm-style-iw-c button {
  top: 12px !important;
  right: 18px !important;
  opacity: 1;
}
.home-map #map .gm-style .gm-style-iw-c button img {
  display: none !important;
}
.home-map #map .gm-style .gm-style-iw-c button:before, .home-map .home-map #map .gm-style .gm-style-iw-c button:after {
  content: "";
  position: absolute;
  display: block;
  top: calc(50% - 1.5px);
  left: calc(50% - 8px);
  width: 16px;
  height: 3px;
  background-color: white;
}
.home-map #map .gm-style .gm-style-iw-c button:before {
  transform: rotate(45deg);
}
.home-map #map .gm-style .gm-style-iw-c button:after {
  transform: rotate(-45deg);
}
.home-map #map .gm-style .gm-style-iw-t {
  right: -9px !important;
  bottom: 5px !important;
}
.home-map #map .gm-style .gm-style-iw-t:after {
  content: none;
}
.home-map #map .leaflet-popup {
  position: relative;
}
.home-map #map .leaflet-popup-content-wrapper {
  background-color: #1b68aa;
}
.home-map #map .leaflet-popup-close-button {
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  font-weight: 100;
}
.home-map #map .leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 0;
}
.home-map #map .leaflet-popup-tip {
  background-color: #1b68aa;
}
.home-map #map .leaflet-popup-tip-container {
  top: calc(100% - 1px);
}
.home-map #map .leaflet-popup-content {
  padding: 1rem 0.5rem;
  margin-right: 30px;
  text-align: center;
}
.home-map #map .leaflet-popup-content h2 {
  color: white;
  font-size: 1.7rem;
  line-height: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: 100;
}
.home-map #map .leaflet-popup-content p {
  color: white;
  font-family: agenor_regular, sans-serif;
  font-size: 1.6rem;
}
.home-map .shops-list {
  padding: 3.2rem;
  width: 48rem;
  max-width: calc(100vw - 6.4rem);
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #ffffff;
  position: absolute;
  left: 1em;
  top: 1em;
  z-index: 444;
  border-bottom: 2.5rem solid #1b68aa;
}
@media screen and (max-width: 850px) {
  .home-map .shops-list {
    position: relative;
    width: 100% !important;
    left: 0;
    top: 0;
  }
}
@media (max-width: 980px) {
  .home-map .shops-list {
    width: 50%;
    height: auto;
  }
}
@media (max-width: 670px) {
  .home-map .shops-list {
    width: 100vw;
    height: auto;
    right: 0;
    top: 0;
    position: relative;
  }
}
.home-map .shops-list .l-inner {
  padding: 0;
}
.home-map .shops-list .f-field {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.home-map .shops-list .f-label {
  display: block;
  color: #00255d;
  font-family: agenor_bold, Arial, sans-serif;
  font-weight: 100;
  font-size: 4.8rem;
  padding: 0;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.home-map .shops-list .f-label-info {
  display: inline-block;
  text-align: center;
  font-family: agenor_regular, Arial, sans-serif;
  font-size: 2.1rem;
  line-height: 3.2rem;
  margin-bottom: 2.4rem;
}
.home-map .shops-list .f-label-extra {
  display: inline-block;
  text-align: center;
  font-family: "Lato", Arial, sans-serif;
  font-size: 18px;
  line-height: 2.6rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 980px) {
  .home-map .shops-map {
    width: 100%;
    height: 70rem;
  }
}
.home-map .shops-map-searchpopup {
  position: absolute;
  left: 64vw;
  top: 100px;
  width: 30vw;
  height: auto;
  background-color: #d8d8d8;
  z-index: 420;
  padding: 1.4em;
}
@media (max-width: 980px) {
  .home-map .shops-map-searchpopup {
    width: 80vw;
    left: 10vw;
    top: -20vh;
    height: auto;
  }
}
.home-map .shops-map-searchpopup h2 {
  font-size: 6em;
  line-height: 7rem;
  margin-top: -50px;
  margin-left: 0;
}
@media (max-width: 670px) {
  .home-map .shops-map-searchpopup h2 {
    font-size: 4em;
  }
}
.home-map .shops-map-searchpopup h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1em;
  margin-bottom: 0.6em;
}
.home-map .shops-map-searchpopup p {
  font-size: 1em;
  line-height: 1.2em;
}
.home-map .shops-map-searchpopup form {
  margin-top: 2em;
}

.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: optimizeQuality;
}

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg, .leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
}

.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto;
}

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(./files/img/default/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(./files/img/default/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url(./files/img/default/leaflet/marker-icon.png);
}

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution, .leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
  background-color: #ff7100;
}

.marker-cluster-small div {
  background-color: #ff7100;
}

.marker-cluster-medium {
  background-color: #ff7100;
}

.marker-cluster-medium div {
  background-color: #ff7100;
}

.marker-cluster-large {
  background-color: #ff7100;
}

.marker-cluster-large div {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-small {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-small div {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-medium {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-medium div {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-large {
  background-color: #ff7100;
}

.leaflet-oldie .marker-cluster-large div {
  background-color: #ff7100;
}

.leaflet-marker-icon span {
  color: black;
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
  line-height: 30px;
}

.leaflet-container .leaflet-control-search {
  position: relative;
  float: left;
  color: #1978cf;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  margin-left: 10px;
  margin-top: 10px;
}

.leaflet-control-search.search-exp {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.leaflet-control-search .search-input {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #666;
  border-radius: 2px;
  height: 22px;
  padding: 0 20px 0 2px;
  margin: 4px 0 4px 4px;
}

.leaflet-control-search.search-load .search-input {
  background: url(./files/img/loader.gif) no-repeat center right #fff;
}

.leaflet-control-search.search-load .search-cancel {
  visibility: hidden;
}

.leaflet-control-search .search-cancel {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 28px;
  margin: 6px 0;
  background: url(./files/img/search-icon.png) no-repeat 0 -46px;
  text-decoration: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
}

.leaflet-control-search .search-cancel:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.leaflet-control-search .search-cancel span {
  display: none;
  font-size: 18px;
  line-height: 20px;
  color: #ccc;
  font-weight: bold;
}

.leaflet-control-search .search-cancel:hover span {
  color: #aaa;
}

.leaflet-control-search .search-button {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  background: url(./files/img/search-icon.png) no-repeat 4px 4px #fff;
  border-radius: 4px;
}

.leaflet-control-search .search-button:hover {
  background: url(./files/img/search-icon.png) no-repeat 4px -20px #fafafa;
}

.leaflet-control-search .search-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  list-style: none;
  padding-left: 0;
  min-width: 120px;
  max-height: 122px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1010;
  overflow-y: auto;
  overflow-x: hidden;
  cursor: pointer;
}

.leaflet-control-search .search-tip {
  margin: 2px;
  padding: 2px 4px;
  display: block;
  color: black;
  background: #eee;
  border-radius: 0.25em;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: center;
}

.leaflet-control-search .search-button:hover {
  background-color: #f4f4f4;
}

.leaflet-control-search .search-tip-select, .leaflet-control-search .search-tip:hover {
  background-color: #fff;
}

.leaflet-control-search .search-alert {
  cursor: pointer;
  clear: both;
  font-size: 0.75em;
  margin-bottom: 5px;
  padding: 0 0.25em;
  color: #e00;
  font-weight: bold;
  border-radius: 0.25em;
}

.c-footer-1 {
  min-height: 30rem;
  background-image: url(./files/img/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
.c-footer-1 .flex {
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-footer-1 .c-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-left: 2rem;
}
.c-footer-1 .c-footer-contact {
  width: 100%;
  justify-content: center;
}
.c-footer-1 .c-footer-contact a {
  width: 50%;
}
.c-footer-1 .c-footer-contact .c-footer-font {
  display: inline-block;
  font-size: 21px;
  line-height: 1.2;
  text-align: left;
  color: white;
  font-weight: 300;
}
.c-footer-1 .c-footer-contact .c-footer-font a {
  text-align: left;
  width: 48%;
}
.c-footer-1 .c-footer-contact .c-footer-font strong {
  color: inherit;
  font-size: inherit;
}
.c-footer-1 .c-footer-contact .c-footer-font span {
  display: block;
  font-family: "Lato", sans-serif;
  color: inherit;
  font-size: 12px;
  line-height: 1.6;
  margin-top: 1rem;
}
.c-footer-1 .c-footer-contact .c-footer-font br {
  display: inline-block;
}
.c-footer-1 .head-2 {
  width: 100%;
}
@media (min-width: 1281px) {
  .c-footer-1 .head-2 {
    font-size: 5.7rem;
  }
}
@media screen and (max-width: 1024px) {
  .c-footer-1 {
    padding-top: 2rem;
  }
  .c-footer-1 .flex.c-footer-flex {
    padding-top: 4rem;
  }
  .c-footer-1 .c-text {
    padding-left: 0;
  }
  .c-footer-1 .c-footer-contact .c-footer-font {
    text-align: center;
  }
  .c-footer-1 .head-2 {
    font-size: 23px;
    text-align: center;
  }
  .c-footer-1 .c-footer-contact {
    flex-wrap: wrap;
  }
  .c-footer-1 .c-footer-contact a {
    padding-bottom: 3rem;
    text-align: center;
    width: 100%;
  }
  .c-footer-1 .c-footer-contact .c-footer-font {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-wrapper {
  font-family: "Lato", sans-serif;
  padding: 1rem 0 2rem;
}
.page-wrapper .page-title {
  text-align: center;
}
.page-wrapper .page-content {
  text-transform: none;
}

.health-page {
  width: 80%;
  margin: 5rem auto;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  line-height: 2rem;
  color: #0f2c4e;
}

.health-page-title {
  margin: 3rem 0;
  font-family: "agenor_regular", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 2.25rem;
}

.health-page-list {
  margin: 1.125rem 0;
}

.health-page-link {
  font-weight: bold;
  color: #0f2c4e;
  text-decoration: underline;
}

/*# sourceMappingURL=bundle_2026.css.map */
