@import url(https://db.onlinewebfonts.com/c/8e0330d161ae614fd93866380b94cddc?family=Futura+Condensed+Extra&display=swap);
@import url(https://db.onlinewebfonts.com/c/daf9f7e7b7f6c952c34762d50c46dbb4?family=AG_Futura&display=swap);
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");

html::-webkit-scrollbar,
body::-webkit-scrollbar,
.overflow-y-auto::-webkit-scrollbar,
.overflow-x-auto::-webkit-scrollbar,
.container-center::-webkit-scrollbar,
.help-slide_item--info::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.overflow-y-auto::-webkit-scrollbar-track,
.overflow-x-auto::-webkit-scrollbar-track,
.container-center::-webkit-scrollbar-track,
.help-slide_item--info::-webkit-scrollbar-track {
  border-radius: 40px;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.overflow-y-auto::-webkit-scrollbar-thumb,
.overflow-x-auto::-webkit-scrollbar-thumb,
.container-center::-webkit-scrollbar-thumb,
.help-slide_item--info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover,
.overflow-y-auto::-webkit-scrollbar-thumb:hover,
.overflow-x-auto::-webkit-scrollbar-thumb:hover,
.container-center::-webkit-scrollbar-thumb:hover,
.help-slide_item--info::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.2);
  margin-right: 3px;
  cursor: pointer;
}

.resolve-overhidden {
  padding-top: 15rem;
}

@media screen and (min-width: 640px) {
  .resolve-overhidden {
    padding-top: 20rem;
  }
}

@media screen and (min-width: 950px) {
  .resolve-overhidden {
    flex-direction: row;
    padding-top: 0;
  }
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

@media screen and (max-width: 1440px) {
  .w-lg-5 {
    width: 5% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-10 {
    width: 10% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-15 {
    width: 15% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-20 {
    width: 20% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-25 {
    width: 25% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-30 {
    width: 30% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-35 {
    width: 35% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-40 {
    width: 40% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-45 {
    width: 45% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-55 {
    width: 55% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-65 {
    width: 65% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-70 {
    width: 70% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-80 {
    width: 80% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-85 {
    width: 85% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-90 {
    width: 90% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-95 {
    width: 95% !important;
  }
}

@media screen and (max-width: 1440px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-5 {
    width: 5% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-10 {
    width: 10% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-15 {
    width: 15% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-20 {
    width: 20% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-25 {
    width: 25% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-30 {
    width: 30% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-35 {
    width: 35% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-40 {
    width: 40% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-45 {
    width: 45% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-55 {
    width: 55% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-65 {
    width: 65% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-70 {
    width: 70% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-75 {
    width: 75% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-80 {
    width: 80% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-85 {
    width: 85% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-90 {
    width: 90% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-95 {
    width: 95% !important;
  }
}

@media screen and (max-width: 950px) {
  .w-md-100 {
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-5 {
    width: 5% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-10 {
    width: 10% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-15 {
    width: 15% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-20 {
    width: 20% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-25 {
    width: 25% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-30 {
    width: 30% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-35 {
    width: 35% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-40 {
    width: 40% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-45 {
    width: 45% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-50 {
    width: 50% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-55 {
    width: 55% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-60 {
    width: 60% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-65 {
    width: 65% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-70 {
    width: 70% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-75 {
    width: 75% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-80 {
    width: 80% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-85 {
    width: 85% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-90 {
    width: 90% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-95 {
    width: 95% !important;
  }
}

@media screen and (max-width: 640px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 2rem !important;
}

.ml-3 {
  margin-left: 3rem !important;
}

.ml-4 {
  margin-left: 4rem !important;
}

.ml-5 {
  margin-left: 5rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem !important;
}

.mr-3 {
  margin-right: 3rem !important;
}

.mr-4 {
  margin-right: 4rem !important;
}

.mr-5 {
  margin-right: 5rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

@media only screen and (max-width: 813px) {
  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pl-md-1 {
    padding-left: 1rem !important;
  }

  .pl-md-2 {
    padding-left: 2rem !important;
  }

  .pl-md-3 {
    padding-left: 3rem !important;
  }

  .pl-md-4 {
    padding-left: 4rem !important;
  }

  .pl-md-5 {
    padding-left: 5rem !important;
  }

  .pr-md-1 {
    padding-right: 1rem !important;
  }

  .pr-md-2 {
    padding-right: 2rem !important;
  }

  .pr-md-3 {
    padding-right: 3rem !important;
  }

  .pr-md-4 {
    padding-right: 4rem !important;
  }

  .pr-md-5 {
    padding-right: 5rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .ml-md-1 {
    margin-left: 1rem !important;
  }

  .ml-md-2 {
    margin-left: 2rem !important;
  }

  .ml-md-3 {
    margin-left: 3rem !important;
  }

  .ml-md-4 {
    margin-left: 4rem !important;
  }

  .ml-md-5 {
    margin-left: 5rem !important;
  }

  .mr-md-1 {
    margin-right: 1rem !important;
  }

  .mr-md-2 {
    margin-right: 2rem !important;
  }

  .mr-md-3 {
    margin-right: 3rem !important;
  }

  .mr-md-4 {
    margin-right: 4rem !important;
  }

  .mr-md-5 {
    margin-right: 5rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
}

.scale-xs {
  transform: scale(0.5);
}

.scale-sm {
  transform: scale(0.75);
}

.scale-md {
  transform: scale(0.1);
}

.scale-lg {
  transform: scale(1.25);
}

.scale-xl {
  transform: scale(1.5);
}

.scale-xxl {
  transform: scale(1.75);
}

.scale-xxxl {
  transform: scale(2.25);
}

* {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-display: swap;
}

body,
html {
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 100vh;
  scroll-behavior: smooth;
  position: relative;
}

#wrap-wrap {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@media screen and (min-width: 950px) {
  #wrap-wrap {
    height: 100vh;
  }
}

#wrap-wrap.registerModal-page {
  height: 114vh;
}

#wrap-wrap.registerModal-page .main-product {
  height: 100% !important;
}

.blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
}

p,
span,
a,
blockquote,
abbr,
address,
small,
li,
table,
td,
tr,
input,
select {
  font-family: "Lato", sans-serif;
}

input,
button,
img {
  outline: 0px;
}

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

.hide-h1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.of-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.d-none {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .d-none-phone {
    display: none;
  }
}

.swiper-slide a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .swiper-slide a.swiper-slide_tpl2 {
    text-align: center;
  }
}

.swiper-slide a.swiper-slide_tpl2 h2 {
  color: #fff;
}

.swiper-slide a.swiper-slide_tpl2 h2 {
  font-family: "UniviaPro";
  white-space: nowrap;
  font-size: 3vw !important;
}

@media screen and (max-width: 640px) {
  .swiper-slide a.swiper-slide_tpl2 h2 {
    font-size: 4.5vw !important;
  }
}

.swiper-slide a.swiper-slide_tpl2 h2 span {
  font-size: 5vw;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .swiper-slide a.swiper-slide_tpl2 h2,
  .swiper-slide a.swiper-slide_tpl2 h2 span {
    font-size: 5vw;
    margin-bottom: 1rem;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .swiper-slide a.swiper-slide_tpl2 h2,
  .swiper-slide a.swiper-slide_tpl2 h2 span {
    margin: auto;
    width: auto;
    font-size: 7vw;
  }
}

@media screen and (min-width: 1020px) {
  .swiper-slide a.swiper-slide_tpl2 h2 #text-slide {
    font-size: 7vw;
  }
}

@media screen and (max-width: 950px) {
  .swiper-slide a.swiper-slide_tpl2 h2 #text-slide {
    font-size: 8vw;
  }
}

@media screen and (max-width: 640px) {
  .swiper-slide a.swiper-slide_tpl2 h2 #text-slide {
    font-size: 10vw;
  }
}

i.fa-play,
i.fa-info {
  border: 1px solid #fff;
  padding: 3px;
  border-radius: 50%;
  font-size: 7px;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lato {
  font-family: "Lato", sans-serif;
}

.futura {
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

.before-none::before {
  display: none;
}

.bg-pos_center {
  background-position: center !important;
}

@media screen and (max-width: 950px) {
  .disabled-transform {
    position: initial !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
  }
}

.disabled-transform_desktop {
  position: initial !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
}

.text-warning {
  color: #fcc92f !important;
}

.text-light {
  color: #fff !important;
}

.text-link {
  color: #31b6ff !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.list-dot {
  list-style: disc !important;
}

.no-gutters {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.social-media-md-block {
  display: none;
}

@media screen and (min-width: 950px) {
  .social-media-md-block {
    display: block !important;
  }
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.fluid {
  width: 90%;
}

@media screen and (min-width: 950%) {
  .fluid {
    width: 70%;
  }
}

.fluid summary {
  font-size: 1.1rem;
  padding-right: 15px;
}

.d-flex {
  display: flex !important;
}

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

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

.h-auto {
  height: auto !important;
  min-height: 100vh;
}

.container-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 65vh;
  margin: auto;
  width: 90%;
  overflow: hidden;
}

@media screen and (min-width: 420px) {
  .container-center {
    width: 80%;
  }
}

@media screen and (min-width: 640px) {
  .container-center {
    width: 60%;
  }
}

@media screen and (min-width: 950px) {
  .container-center {
    width: 50%;
  }
}

.container-center_large {
  height: auto;
}

.container-center_large--bottom {
  top: 0;
  bottom: auto;
  transform: translate(-50%, 0%);
  overflow-y: scroll;
  max-height: 100vh;
}

@media screen and (min-width: 950px) {
  .container-center_large--bottom {
    top: auto;
    bottom: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 950px) {
  .container-center_large--bottom-md {
    top: 0;
    bottom: auto;
    transform: translate(-50%, 0%);
    overflow-y: scroll;
    max-height: 100vh;
  }
}

@media screen and (max-width: 950px) and (min-width: 950px) {
  .container-center_large--bottom-md {
    top: auto;
    bottom: 0;
    overflow: hidden;
  }
}

.container-center_fluid {
  width: 100%;
}

.container-center > * {
  max-width: 100% !important;
}

@media screen and (max-width: 950px) {
  .large-height_mobile {
    height: auto !important;
    min-height: 100vh;
  }
}

.ws-nowrap {
  white-space: nowrap;
}

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

.img-fluid {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
  content: "";
}

section {
  display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 63%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.4em;
}

sup {
  top: -0.4em;
  margin-right: 3.5px;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Lato", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-webkit-keyframes animBgMoveLeft {
  0% {
    background-position: -50rem 50rem, 50rem 50rem, center center;
  }

  50% {
    background-position: left center, 50rem 50rem, center center;
  }

  100% {
    background-position: left center, right center, center center;
  }
}

@keyframes animBgMoveLeft {
  0% {
    background-position: -50rem 50rem, 50rem 50rem, center center;
  }

  50% {
    background-position: left center, 50rem 50rem, center center;
  }

  100% {
    background-position: left center, right center, center center;
  }
}

@-webkit-keyframes animBgMoveRight {
  0% {
    background-position: 50rem 50rem;
  }

  50% {
    background-position: center center;
  }

  100% {
    background-position: center center;
  }
}

@keyframes animBgMoveRight {
  0% {
    background-position: 50rem 50rem;
  }

  50% {
    background-position: center center;
  }

  100% {
    background-position: center center;
  }
}

.rotation {
  animation-name: rotation;
  -webkit-animation-name: rotation;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: visible !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg) translateX(1%) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg) translateX(1%) rotate(-360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg) translateX(1%) rotate(0deg);
  }

  to {
    transform: rotate(360deg) translateX(1%) rotate(-360deg);
  }
}

.rotation2 {
  animation-name: rotation;
  -webkit-animation-name: rotation;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  visibility: visible !important;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg) translateX(1%) rotate(0deg);
  }

  to {
    -webkit-transform: rotate(-360deg) translateX(1%) rotate(360deg);
  }
}

@keyframes rotation {
  from {
    transform: rotate(0deg) translateX(1%) rotate(0deg);
  }

  to {
    transform: rotate(-360deg) translateX(1%) rotate(360deg);
  }
}

@font-face {
  font-family: "Futura-MediumItalic";
  src: url("../fonts/Futura-MediumItalic-02.ttf") format("truetype"),
    url("../fonts/Futura-MediumItalic-02.woff") format("woff");
}

@font-face {
  font-family: "Futura Condensed Extra";
  src: url("../fonts/Futura-CondensedExtraBold-05.ttf") format("truetype"),
    url("../fonts/Futura-MediumItalic-02.woff") format("woff");
}

@font-face {
  font-family: "UniviaPro";
  src: url("../fonts/UniviaPro-UltraItalic.otf") format("opentype");
}

.btn {
  display: inline-block;
  padding: 10px 25px;
  background: transparent;
  cursor: pointer;
  outline: transparent;
  border: 2px solid transparent;
  border-radius: 7px;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  white-space: nowrap;
}

@media screen and (max-width: 400px) {
  .btn {
    padding: 10px 10px;
  }
}

@media screen and (min-width: 950px) {
  .btn {
    font-size: 16px;
  }
}

.btn-group {
  display: block;
}

.btn-group_center {
  display: flex;
  justify-content: space-around;
}

.btn-group_end {
  display: flex;
  justify-content: flex-end;
}

.btn:hover {
  cursor: pointer;
  transition: ease 0.5s all;
  box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(252, 201, 47, 0.75);
  background-color: #fcc92f;
  color: #fff;
}

.btn-primary.btn-outline {
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-secondary {
  border-color: transparent;
}

.btn-link {
  padding: 0 20px !important;
  text-decoration: underline;
}

.btn-link:hover {
  box-shadow: none;
}

.btn-disabled {
  text-decoration: none !important;
  cursor: default !important;
  pointer-events: none !important;
}

.btn-icon {
  display: inline-flex;
  justify-content: space-around;
  align-items: center;
}

.btn-icon > *:first-child:not(*:last-child) {
  margin-right: 0.5rem;
}

.btn-large {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 6vw;
  padding: 10px 20px;
}

@media screen and (min-width: 950px) {
  .btn-large {
    padding: 12.5px 35px;
    font-size: 1.5vw;
  }
}

.btn-close {
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.btn-close i,
.btn-close svg {
  color: #fff;
  font-size: 12px;
}

.btn-shop {
  font-family: "Futura Condensed Extra", sans-serif, serif !important;
  text-transform: lowercase;
  color: #00067c;
  border-color: #00067c;
  background-color: #fff !important;
  font-weight: 800;
  padding: 4px 5px !important;
}

.btn-shop::first-letter {
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .btn-shop {
    padding: 5px 5px;
  }
}

.btn-shop:hover {
  background-color: #fcc92f !important;
  color: #fff !important;
  border-color: #fcc92f;
}

.btn-social {
  background-color: #fff;
  border-radius: 5px;
  padding: 5px 20px;
}

.btn-product {
  margin-right: 10px;
}

.back-btn {
  color: #fff;
  display: block;
  font-family: "Lato", sans-serif, serif;
  margin: 3em auto 1em 3%;
}

.back-btn::before {
  content: "";
  height: 7px;
  width: 7px;
  display: inline-block;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  margin-right: 0.4em;
}

@media screen and (min-width: 960px) {
  .back-btn {
    margin: 5em auto 1em 3%;
  }
}

@media screen and (min-width: 1440px) {
  .back-btn {
    margin: 0 auto 1em 3%;
  }
}

table {
  border: 1px solid #fff;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

table th,
table td {
  border: 1px solid #fff;
}

table > * {
  color: #fff;
  text-align: center;
}

table tr th {
  text-transform: capitalize;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: rgba(22, 7, 68, 0.5);
}

table tr td {
  padding: 1rem;
  text-align: left;
}

table tr td:first-child {
  text-align: center !important;
}

table tr td:last-child {
  text-align: center !important;
}

table tr td ul {
  padding-left: 1rem;
  margin-bottom: 1rem;
}

table tr td ul li {
  margin-bottom: 0.25rem;
}

.registry-container {
  width: 100%;
  display: block;
}

.registry-content_col {
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem 1.5rem 3rem 1.5rem;
}

@media screen and (min-width: 950px) {
  .registry-content_col {
    width: 70%;
  }
}

.registry-content_col--success img {
  transform: none;
  width: 63%;
}

.registry-content_col--success.success-modal img {
  width: 27%;
}

@media screen and (min-width: 950px) {
  .registry-content_col--success.success-modal
    .registry-content_header--description {
    margin-bottom: 2.8rem;
  }
}

.registry-content_header--image {
  text-align: center;
  padding: 0rem 6rem;
  position: relative;
}

@media screen and (max-width: 640px) {
  .registry-content_header--image {
    margin-top: 4rem;
    padding: 0;
  }
}

.registry-content_header--image img {
  display: block;
  margin: auto;
}

.registry-content_header--image img:nth-child(1) {
  margin-bottom: 1rem;
}

.registry-content_header--image img:nth-child(2) {
  width: 60%;
  margin-bottom: 2.5rem;
}

.registry-content_header--title {
  text-align: center;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 3vw;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .registry-content_header--title {
    font-size: 10vw;
  }
}

.registry-content_header--title-success {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.registry-content_header--title-success h1 {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 2.8vw;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .registry-content_header--title-success h1 {
    font-size: 7vw;
  }
}

.registry-content_header--title .register-text {
  color: #fff;
  margin: 0 auto 0.7em;
}

.registry-content_header--title .register-text img {
  width: 21px;
  vertical-align: bottom;
  padding-right: 0.5em;
}

.registry-content_header--description {
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 640px) {
  .registry-content_header--description {
    margin-bottom: 2rem;
  }
}

.registry-content_header--button {
  text-align: center;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  .registry-content_header--button {
    margin-bottom: 0rem;
  }
}

.registry-content_header--label {
  text-align: center;
}

.registry-content_header--label p {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .registry-content_header--esc-success {
    margin-top: -4rem;
    margin-right: -1rem;
  }
}

.registry-content_header--buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.registry-content_header--buttons a {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.registry-content_header--buttons a:first-child {
  margin-right: 0.25rem;
}

.registry-content_header--buttons a:last-child {
  margin-left: 0.25rem;
}

.registry-content_header--divider {
  margin: 0.5rem 0;
  text-align: center;
}

.registry-content_header--divider p {
  color: #fff;
  position: relative;
}

.registry-content_header--divider p::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 45%;
  transform: translate(0%, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.registry-content_header--divider p::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 45%;
  transform: translate(0%, -50%);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.registry-content_body--text {
  color: #fff;
  margin: 0 auto 1.4em;
  text-align: center;
  width: 91%;
}

@media screen and (min-width: 960px) {
  .registry-content_body--text {
    font-size: 18px;
    width: 56%;
  }
}

.form label,
.form input,
.form select,
.form option {
  font-family: "Lato", sans-serif;
}

.form form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form .row-group {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.form .row-group .input-group {
  width: 50%;
}

.form .input-group {
  width: 50%;
  position: relative;
}

.form .input-group span.error {
  display: none;
  color: #d30000;
  font-family: "Lato-Regular", sans-serif;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.form .input-group.is-invalid input,
.form .input-group.is-invalid select,
.form .input-group.is-invalid label,
.form .input-group.is-invalid label span {
  border-color: #d30000 !important;
}

.form .input-group.is-invalid input:focus,
.form .input-group.is-invalid select:focus,
.form .input-group.is-invalid label:focus,
.form .input-group.is-invalid label span:focus {
  border-color: #d30000 !important;
}

.form .input-group.is-invalid label:not(label.terms) {
  top: 25%;
}

.form .input-group.is-invalid span.error {
  display: block;
  color: #d30000;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.form .input-group_option label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.form .input-group_option label img {
  margin-right: 10px;
}

.form .input-group input::-webkit-outer-spin-button,
.form .input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form .input-group input[type="number"] {
  -moz-appearance: textfield;
}

.form .input-group input,
.form .input-group select,
.form .input-group option,
.form .input-group label,
.form .input-group textarea {
  background-color: transparent;
}

.form .input-group input:not(#terms),
.form .input-group select,
.form .input-group option,
.form .input-group textarea {
  border: 1px solid #fcc92f;
  min-width: 250px;
  border-radius: 5px;
  max-width: 100%;
  min-height: 40px;
  display: block;
  padding: 10px;
  margin: 0 0 1rem 0;
}

.form .input-group input:not(#terms).input-fail,
.form .input-group select.input-fail,
.form .input-group option.input-fail,
.form .input-group textarea.input-fail {
  border: 1px solid #d30000;
  position: relative;
}

.form .input-group input:not(#terms).input-fail ~ label,
.form .input-group select.input-fail ~ label,
.form .input-group option.input-fail ~ label,
.form .input-group textarea.input-fail ~ label {
  color: #d30000;
}

.form .input-group input:not(#terms).input-fail::before,
.form .input-group select.input-fail::before,
.form .input-group option.input-fail::before,
.form .input-group textarea.input-fail::before {
  position: absolute;
  content: "Campo Obligatorio";
  top: 100%;
  color: #d30000;
}

.form .input-group input:not(#terms):focus:not(.input-group_terms),
.form .input-group input:not(#terms):focus-within,
.form .input-group input:not(#terms):valid,
.form .input-group select:focus:not(.input-group_terms),
.form .input-group select:focus-within,
.form .input-group select:valid,
.form .input-group option:focus:not(.input-group_terms),
.form .input-group option:focus-within,
.form .input-group option:valid,
.form .input-group textarea:focus:not(.input-group_terms),
.form .input-group textarea:focus-within,
.form .input-group textarea:valid {
  color: #fff;
  outline: none;
}

.form .input-group input:not(#terms):focus:not(.input-group_terms) ~ label,
.form .input-group input:not(#terms):focus-within ~ label,
.form .input-group input:not(#terms):valid ~ label,
.form .input-group select:focus:not(.input-group_terms) ~ label,
.form .input-group select:focus-within ~ label,
.form .input-group select:valid ~ label,
.form .input-group option:focus:not(.input-group_terms) ~ label,
.form .input-group option:focus-within ~ label,
.form .input-group option:valid ~ label,
.form .input-group textarea:focus:not(.input-group_terms) ~ label,
.form .input-group textarea:focus-within ~ label,
.form .input-group textarea:valid ~ label {
  top: 0px;
  background-color: #000;
  padding: 0 10px;
}

.form .input-group input:not(#terms):focus:not(.input-group_terms) option,
.form .input-group input:not(#terms):focus-within option,
.form .input-group input:not(#terms):valid option,
.form .input-group select:focus:not(.input-group_terms) option,
.form .input-group select:focus-within option,
.form .input-group select:valid option,
.form .input-group option:focus:not(.input-group_terms) option,
.form .input-group option:focus-within option,
.form .input-group option:valid option,
.form .input-group textarea:focus:not(.input-group_terms) option,
.form .input-group textarea:focus-within option,
.form .input-group textarea:valid option {
  color: #000;
}

.form .input-group select,
.form .input-group #city {
  background: url("../media/icons/arrow.webp") no-repeat;
  background-position: 94% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form .input-group select::-ms-expand,
.form .input-group #city::-ms-expand {
  display: none;
}

.form .input-group #city::-webkit-calendar-picker-indicator {
  display: none;
}

.form .input-group .input-check {
  width: auto;
}

.form .input-group label {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  transform: translate(10px, -50%);
  padding-left: 0;
  margin-left: 0;
  white-space: nowrap;
  transition: ease 0.5s all;
}

.form .input-group label.terms {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  white-space: normal;
}

.form .input-group textarea + label {
  top: 14%;
}

.form .input-group label.terms {
  color: #fff;
}

.form .input-group_name {
  width: 100%;
  display: block;
}

.form .input-group_name input {
  width: 96% !important;
}

.form .input-group_terms {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
}

.form .input-group_terms input {
  margin-top: 1px;
  margin-right: 10px;
}

.form .input-group_buttons {
  width: 100%;
}

@media screen and (min-width: 640px) {
  .container-center {
    width: 80% !important;
  }
}

@media screen and (min-width: 950px) {
  .container-center {
    width: 70% !important;
  }
}

@media screen and (min-width: 1020px) {
  .container-center {
    width: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .container-center {
    width: 87% !important;
  }
}

.registry-content_body .row-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.registry-content_body .row-group .input-group {
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}

.registry-content_body .row-group .input-group.input-group_name input {
  width: 100% !important;
}

.registry-content_body .row-group .input-group input,
.registry-content_body .row-group .input-group select,
.registry-content_body .row-group .input-group textarea {
  width: 100% !important;
  box-sizing: border-box;
  min-width: auto !important;
}

.registry-content_body .row-group .input-group .input-check {
  width: auto !important;
}

@media screen and (min-width: 768px) {
  .registry-content_body .row-group {
    flex-direction: row;
    align-items: flex-start;
  }

  .registry-content_body .row-group .input-group {
    flex-basis: 0;
  }
}

@media screen and (max-width: 640px) {
  .register-form .container-center_large {
    padding-top: 70px;
    padding-bottom: 50px;
    position: inherit;
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  .register-form .container-center_large.register-modal {
    padding-top: 8.4em;
  }
}

@media screen and (min-width: 950px) {
  .register-form #registry {
    margin: 14% 0 7em;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .register-form .container-center_large {
    padding-top: 70px;
    padding-bottom: 50px;
    position: inherit;
    transform: none;
  }
}

.send-success {
  margin-top: 5rem;
}

.send-success .registry-content_header--title-success h1 {
  font-size: 9vw;
  margin-top: 3rem;
}

@media screen and (min-width: 950px) {
  .send-success .registry-content_header--title-success h1 {
    margin-top: 4.2rem;
    font-size: 3rem;
  }
}

@media screen and (min-width: 950px) {
  .send-success .registry-content_col {
    padding: 3.5rem;
    position: relative;
  }

  .send-success img {
    width: 49%;
  }

  .send-success .btn-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
}

.sale {
  background: #f57100;
  display: inline-block;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 8%;
  left: 58%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "Lato", sans-serif, serif;
}

.sale span {
  font-size: 14px;
  font-family: "Lato", sans-serif;
}

main.main {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

main.main-home {
  background-image: url(../media/backgrounds/product.webp);
  background-size: 100% 100%, 100% 100%, 100% 100%;
}

@media screen and (max-width: 950px) {
  main.main-home {
    background-position: center;
    background-size: 100% 100%;
    background-image: url(../media/backgrounds/home-hero_mobile_c.webp),
      url(../media/backgrounds/home-dragon_mobile.webp),
      url(../media/backgrounds/bg-mobile-2.webp);
  }
}

main.main-home .left-bg {
  background-image: url(../media/backgrounds/home-hero_desktop.webp);
  background-size: 99% 99%;
  background-repeat: no-repeat;
  width: 98%;
  height: 98%;
  display: block;
  position: absolute;
  left: -20px;
}

@media screen and (max-width: 950px) {
  main.main-home .left-bg {
    display: none;
  }
}

main.main-home .right-bg {
  background-image: url(../media/backgrounds/home-dragon_desktop.webp);
  background-size: 99% 99%;
  background-repeat: no-repeat;
  width: 98%;
  height: 98%;
  display: block;
  position: fixed;
  top: -15px;
  right: -30px;
}

@media screen and (max-width: 950px) {
  main.main-home .right-bg {
    display: none;
  }
}

main.main-home .animation-left {
  -webkit-animation: animBgMoveLeft 3s forwards;
  animation: animBgMoveLeft 3s forwards;
}

main.main-home .animation-right {
  -webkit-animation: animBgMoveRight 3s forwards;
  animation: animBgMoveRight 3s forwards;
}

main.main-product {
  background-image: url(../media/backgrounds/product.webp);
}

@media screen and (max-width: 950px) {
  main.main-product {
    background-position: center;
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-2.webp);
  }
}

main.main-causes_treatments {
  background-image: url(../media/backgrounds/causes-treatments.webp);
}

@media screen and (max-width: 950px) {
  main.main-causes_treatments {
    background-position: center;
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-2.webp);
  }
}

@media screen and (max-width: 950px) {
  main.main-treatments {
    background-position: center;
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-3.webp) !important;
  }
}

main.main-full {
  background-size: cover;
}

.main {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-home {
  background-image: url(../media/backgrounds/home.webp);
}

@media screen and (max-width: 950px) {
  .main-home {
    background-position: center;
    background-size: auto 100%;
  }
}

.main-product {
  background-image: url(../media/backgrounds/product.webp);
}

@media screen and (max-width: 950px) {
  .main-product {
    background-position: center;
    background-size: auto 100%;
    background-attachment: fixed;
  }
}

@media screen and (min-width: 950px) {
  .main-product.product-page {
    height: auto;
    min-height: 100vh;
  }

  .main-product.product-page #product {
    margin-top: 12%;
  }

  .main-product > .container-center {
    max-height: inherit;
  }
}

.main-tyc {
  background-attachment: fixed;
  background-image: url(../media/backgrounds/tyc.webp);
}

.main-causes_treatments {
  background-image: url(../media/backgrounds/causes-treatments.webp);
  background-attachment: fixed;
}

@media screen and (max-width: 950px) {
  .main-causes_treatments {
    background-position: center;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 950px) {
  .main-causes_treatments {
    background-position: center;
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-2.webp);
  }
}

@media screen and (max-width: 950px) {
  .main-treatments {
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-3.webp) !important;
    background-attachment: fixed;
  }
}

.main-help {
  background-image: url(../media/backgrounds/help.webp);
  background-attachment: fixed;
}

@media screen and (max-width: 950px) {
  .main-help {
    background-position: center;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 950px) {
  .main-help {
    background-position: center;
    background-size: cover;
    background-image: url(../media/backgrounds/bg-mobile-2.webp);
  }
}

.main-full {
  background-size: cover;
}

ul.list {
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
  padding-left: 1rem;
  margin: 1rem auto;
}

ul.list li {
  text-align: left;
  margin-left: 0.5rem;
  margin-bottom: 0.3rem;
}

a.link {
  color: #31b6ff;
  text-decoration: underline;
}

small {
  color: inherit;
  display: inline-block;
  margin: 0.5rem 0;
}

footer {
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: #000;
}

@media screen and (min-width: 950px) {
  footer {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

footer .foot > * {
  color: #fff;
}

footer .foot-container {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 750px) {
  footer .foot-container {
    width: 90%;
  }
}

footer .foot-content {
  width: 100%;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 750px) {
  footer .foot-content {
    width: 90%;
  }
}

footer .foot-content_top--list {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 950px) {
  footer .foot-content_top--list {
    flex-wrap: nowrap;
  }
}

footer .foot-content_top--list-item {
  position: relative;
  padding: 10px 0;
}

@media screen and (max-width: 750px) {
  footer .foot-content_top--list-item {
    padding: 6px;
  }

  footer .foot-content_top--list-item:nth-child(1) {
    display: none;
  }

  footer .foot-content_top--list-item:nth-child(3) {
    order: 2;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  footer .foot-content_top--list-item:nth-child(3)::before {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  footer .foot-content_top--list-item {
    padding: 10px 14px;
  }
}

footer .foot-content_top--list-item:before {
  position: absolute;
  content: "";
  top: 63%;
  transform: translateY(-50%);
  height: 35%;
  right: 0;
  width: 1px;
  background-color: #fff;
}

@media screen and (min-width: 960px) {
  footer .foot-content_top--list-item:before {
    top: 56%;
  }
}

@media screen and (max-width: 950px) {
  footer .foot-content_top--list-item:nth-last-child(3):before {
    display: none;
  }
}

footer .foot-content_top--list-item a {
  text-decoration: underline;
  color: #fff;
}

footer .foot-content_top--list-item a span {
  position: relative;
  text-transform: uppercase;
  font-size: 2.2vw;
  white-space: nowrap;
}

@media screen and (min-width: 480px) {
  footer .foot-content_top--list-item a span {
    font-size: 2vw;
  }
}

@media screen and (min-width: 750px) {
  footer .foot-content_top--list-item a span {
    font-size: 0.8vw;
  }
}

@media screen and (min-width: 1024px) {
  footer .foot-content_top--list-item a span {
    font-size: 0.85vw;
  }
}

footer .foot-content_bot p {
  font-size: 2vw;
  padding: 0.5rem;
  line-height: 2;
}

@media screen and (max-width: 640px) {
  footer .foot-content_bot p {
    line-height: 1.5 !important;
  }
}

@media screen and (min-width: 480px) {
  footer .foot-content_bot p {
    font-size: 1vw;
    white-space: nowrap;
  }
}

@media screen and (min-width: 750px) {
  footer .foot-content_bot p {
    font-size: 0.7003vw;
    white-space: nowrap;
  }
}

header {
  position: relative;
  z-index: 999;
}

header .header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  height: auto;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

header .header-container {
  width: 90%;
  margin: auto;
}

header .header nav.navbar {
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  header .header nav.navbar.header-desktop {
    display: flex !important;
  }
}

header .header nav.navbar.header-mobile {
  display: block;
}

@media screen and (min-width: 1024px) {
  header .header nav.navbar.header-mobile {
    display: none !important;
  }
}

header .header nav.navbar .navbar-brand_item a img {
  max-width: 200px;
}

header .header nav.navbar .navbar-list {
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

header .header nav.navbar .navbar-list li {
  text-align: center;
  cursor: pointer;
}

header .header nav.navbar .navbar-list li.navbar-list_item {
  padding: 15px;
  position: relative;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header nav.navbar .navbar-list li.navbar-list_item:hover::after,
header .header nav.navbar .navbar-list li.navbar-list_item.active::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

header .header nav.navbar .navbar-list li:hover a span {
  color: #fff;
}

header .header nav.navbar .navbar-list li a {
  text-decoration: none;
}

header .header nav.navbar .navbar-list li a:hover span {
  color: #fff;
}

header .header nav.navbar .navbar-list li a span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  white-space: nowrap;
  font-family: "Lato", sans-serif, serif;
  font-weight: 700;
  font-size: 14px;
}

@media screen and (max-width: 1280px) {
  header .header nav.navbar .navbar-list li a span {
    font-size: 0.9vw;
  }
}

header .header nav.navbar .navbar-country {
  list-style: none;
  position: relative;
  padding: 0 15px;
}

header .header nav.navbar .navbar-country_item {
  width: 25px;
  height: 25px;
  display: none;
}

header .header nav.navbar .navbar-country_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -o-object-position: center;
  object-position: center;
}

header .navbar-list_item:hover .navbar-dropdown_list {
  display: flex !important;
}

header .navbar-dropdown_list {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 100%;
  background-color: black;
  list-style: none;
  z-index: 10000;
}

header .navbar-dropdown_list:hover {
  display: flex !important;
}

header .navbar-dropdown_list--item {
  padding: 15px;
  width: calc(100% - 30px);
}

header .navbar-dropdown_list--item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

header .navbar-dropdown_list--item-link span {
  color: #fff;
}

header nav.header-mobile .mobile-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header nav.header-mobile .mobile-menu_list {
  list-style: none;
}

header nav.header-mobile .mobile-menu_list:first-child {
  width: 56%;
}

header nav.header-mobile .mobile-menu_list:last-child {
  width: 25%;
  max-width: 115px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5rem;
}

header nav.header-mobile .mobile-menu_logo a img {
  margin: auto;
  padding: 10px 0;
}

@media screen and (min-width: 580px) {
  header nav.header-mobile .mobile-menu_logo a img {
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  header nav.header-mobile .mobile-menu_logo a img {
    width: 80%;
  }
}

header nav.header-mobile .mobile-country_list {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: relative;
  display: none;
}

header nav.header-mobile .mobile-country_list:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

header nav.header-mobile .mobile-country_list a img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

header nav.header-mobile .mobile-button_list {
  position: relative;
}

header nav.header-mobile .mobile-button_list a .mobile-bar {
  width: 23px;
  height: 4px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  border-radius: 50px;
}

header nav.header-mobile .mobile-dropdown {
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  top: 125%;
  right: 0;
  width: auto;
  background-color: rgba(0, 0, 0, 0.85);
  min-width: 280px;
}

@media screen and (min-width: 375px) {
  header nav.header-mobile .mobile-dropdown {
    min-width: 320px;
  }
}

header nav.header-mobile .mobile-dropdown:hover {
  display: flex;
}

header nav.header-mobile .mobile-dropdown_list {
  padding: 10px 15px;
  list-style: none;
  position: relative;
}

header nav.header-mobile .mobile-dropdown_list--link {
  text-decoration: none;
  width: 100%;
  height: 100%;
}

header nav.header-mobile .mobile-dropdown_list--link span {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.mobile-dropdown_list--link.navbar-dropdown.active::before {
  transition: ease 0.5s all;
  transform: rotate(90deg);
}

.mobile-dropdown_list--link.navbar-dropdown.active ~ .mobile-dropdown_drop {
  width: calc(100% + 15px);
  height: auto;
  margin-left: -15px;
  margin-top: 15px;
  padding-left: 15px;
  background-color: rgba(0, 0, 0, 0.45);
}

.mobile-dropdown_list--link.navbar-dropdown.active ~ .mobile-dropdown_drop > * {
  opacity: 1;
  pointer-events: all;
}

.mobile-dropdown_list--link.navbar-dropdown::before {
  content: "\f0da";
  position: absolute;
  right: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: ease 0.5s all;
}

.mobile-dropdown_list--link.navbar-dropdown .mobile-dropdown_drop {
  height: 0;
  transition: ease 0.5s all;
}

.mobile-dropdown_list--link.navbar-dropdown .mobile-dropdown_drop.show {
  width: calc(100% + 15px);
  height: auto;
  margin-left: -15px;
  margin-top: 15px;
  padding-left: 15px;
  background-color: rgba(7, 16, 19, 0.75);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
}

.mobile-dropdown_list--link.navbar-dropdown .mobile-dropdown_drop.show > * {
  opacity: 1;
  pointer-events: all;
}

.mobile-dropdown_list--link.navbar-dropdown .mobile-dropdown_drop > * {
  opacity: 0;
  pointer-events: 0;
}

.mobile-dropdown_drop {
  height: 0;
  transition: ease 0.5s all;
}

.mobile-dropdown_drop.active {
  width: calc(100% + 15px);
  height: auto;
  margin-left: -15px;
  margin-top: 15px;
  padding-left: 15px;
  background-color: rgba(7, 16, 19, 0.75);
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 0.15);
}

.mobile-dropdown_drop.active > * {
  opacity: 1;
  pointer-events: all;
}

.mobile-dropdown_drop > * {
  opacity: 0;
  pointer-events: 0;
}

.navbar-dropdown_flag {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
  right: 0;
  width: auto;
  min-width: 500px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  background-color: black;
}

.navbar-dropdown_flag.active {
  display: flex;
}

.navbar-dropdown_flag--item {
  width: 25%;
  min-width: 25%;
  transition: ease 0.5s all;
}

.navbar-dropdown_flag--item:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.navbar-dropdown_flag--item-link {
  padding: 10px;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.navbar-dropdown_flag--item-link img {
  width: 20px !important;
  height: 20px !important;
  margin-right: 0.5rem;
}

.navbar-dropdown_flag--item-link span {
  color: #fff;
  line-height: 1;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}

.navbar-dropdown_flag--mobile {
  top: calc(100% + 10px);
  right: 0;
  min-width: 300px;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.85);
}

.navbar-dropdown_flag--mobile__item {
  width: 50%;
}

.main-title {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  top: 0;
}

#modal {
  display: none;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
}

.modal.active {
  display: block !important;
  z-index: 999;
}

.modal.sint-modal {
  padding-top: 3em;
}

@media screen and (min-width: 768px) {
  .modal.sint-modal {
    padding-top: 0;
  }
}

.modal-container {
  width: 100%;
  height: 100%;
}

.modal-row {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content_item {
  width: 100%;
  margin: auto;
  background-color: transparent;
  border: transparent;
}

@media screen and (min-width: 950px) {
  .modal-content_item {
    max-width: 67%;
  }
}

.modal-content_header {
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.grid {
  display: block;
}

.grid-container {
  width: auto;
  max-width: 100%;
  padding: 0 5px;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.grid-row.grid-columns_1 > .grid-col {
  width: calc(100% - 30px);
}

.grid-row.grid-columns_2 > .grid-col {
  width: calc(50% - 30px);
}

.grid-row.grid-columns_3 > .grid-col {
  width: calc(33.33% - 30px);
}

.grid-row.grid-columns_4 > .grid-col {
  width: calc(25% - 30px);
}

.grid-row.grid-columns_5 > .grid-col {
  width: calc(20% - 30px);
}

.grid-row.grid-columns_6 > .grid-col {
  width: calc(16.66% - 30px);
}

.grid-row.grid-columns_7 > .grid-col {
  width: calc(14.28% - 30px);
}

.grid-row.grid-columns_8 > .grid-col {
  width: calc(12.5% - 30px);
}

.grid-row.grid-columns_9 > .grid-col {
  width: calc(11.11% - 30px);
}

.grid-row.grid-columns_10 > .grid-col {
  width: calc(10% - 30px);
}

.grid-row.grid-columns_11 > .grid-col {
  width: calc(09.09% - 30px);
}

.grid-row.grid-columns_12 > .grid-col {
  width: calc(08.33% - 30px);
}

.grid-row.grid-columns_13 > .grid-col {
  width: calc(07.69% - 30px);
}

.grid-row.grid-columns_14 > .grid-col {
  width: calc(07.14% - 30px);
}

.grid-row.grid-columns_15 > .grid-col {
  width: calc(06.66% - 30px);
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_1 > .grid-col {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_2 > .grid-col {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_3 > .grid-col {
    width: calc(33.33% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_4 > .grid-col {
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_5 > .grid-col {
    width: calc(20% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_6 > .grid-col {
    width: calc(16.66% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_7 > .grid-col {
    width: calc(14.28% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_8 > .grid-col {
    width: calc(12.5% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_9 > .grid-col {
    width: calc(11.11% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_10 > .grid-col {
    width: calc(10% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_11 > .grid-col {
    width: calc(09.09% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_12 > .grid-col {
    width: calc(08.33% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_13 > .grid-col {
    width: calc(07.69% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_14 > .grid-col {
    width: calc(07.14% - 30px);
  }
}

@media screen and (max-width: 950px) {
  .grid-row.grid-columns-md_15 > .grid-col {
    width: calc(06.66% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_1 > .grid-col {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_2 > .grid-col {
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_3 > .grid-col {
    width: calc(33.33% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_4 > .grid-col {
    width: calc(25% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_5 > .grid-col {
    width: calc(20% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_6 > .grid-col {
    width: calc(16.66% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_7 > .grid-col {
    width: calc(14.28% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_8 > .grid-col {
    width: calc(12.5% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_9 > .grid-col {
    width: calc(11.11% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_10 > .grid-col {
    width: calc(10% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_11 > .grid-col {
    width: calc(09.09% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_12 > .grid-col {
    width: calc(08.33% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_13 > .grid-col {
    width: calc(07.69% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_14 > .grid-col {
    width: calc(07.14% - 30px);
  }
}

@media screen and (max-width: 640px) {
  .grid-row.grid-columns-sm_15 > .grid-col {
    width: calc(06.66% - 30px);
  }
}

.grid-row_between {
  justify-content: space-between;
}

.grid-row_center {
  justify-content: center;
}

.grid-row_around {
  justify-content: space-around;
}

.grid-row_top {
  align-items: flex-start;
}

.grid-row_bottom {
  align-items: flex-end;
}

.grid-row .grid-col {
  padding: 7.5px;
}

@media screen and (min-width: 950px) {
  .grid-row .grid-col {
    padding: 15px;
  }
}

.smb {
  display: block;
  position: fixed;
  top: 25%;
  right: 0;
}

@media screen and (min-width: 950px) {
  .smb {
    display: none;
  }
}

.smb-list {
  list-style: none;
}

.smb-list_item {
  border: 1px solid #fff;
}

.smb-list_item:first-child {
  border-bottom: 0;
}

.smb-list_item--link {
  padding: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.smb-list_item--link i,
.smb-list_item--link svg {
  color: #fff;
}

.how-container {
  width: 100%;
}

.how-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 950px) {
  .how-content {
    flex-direction: row;
  }
}

.how-content_col {
  width: 100%;
}

@media screen and (min-width: 950px) {
  .how-content_col {
    width: 50%;
  }
}

.how-content_image {
  text-align: center;
  width: 100%;
}

.how-content_image img {
  width: 75%;
  margin: auto;
}

@media screen and (min-width: 950px) {
  .how-content_image {
    width: 80%;
    margin: auto;
  }
}

.how-content_bg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}

.how-content_description p,
.how-content_description p small {
  color: #fff;
  margin-bottom: 1rem;
}

.how-content_subtitle {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  margin-top: 1rem;
  font-size: 1.1vw;
}

@media screen and (max-width: 950px) {
  .how-content_subtitle {
    text-align: center;
    font-size: 4vw;
  }
}

.how-content_buttons ~ .how-content_buttons {
  padding-top: 2rem;
}

.product#product {
  width: 90%;
}

@media screen and (min-width: 950px) {
  .product#product {
    width: auto;
  }
}

.product > img {
  max-width: 100%;
}

.product-container {
  width: 100%;
  height: auto;
  margin-top: 10vh;
}

@media screen and (min-width: 768px) {
  .product-content {
    margin-top: 0;
  }
}

.product-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (min-width: 950px) {
  .product-content {
    flex-direction: row;
    padding-top: 0;
  }
}

.product-content_col {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 950px) {
  .product-content_col {
    margin-bottom: 0;
    width: 50%;
  }

  .product-content_col:last-child {
    min-width: 363px;
  }

  .product-content_col:last-child .product-content_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-content_col:last-child .product-content_list li {
    font-size: 24px;
    width: 49%;
  }
}

@media screen and (min-width: 950px) {
  .product-content_col--image {
    padding-right: 1rem;
    margin-top: 0;
  }
}

.product-content_col--image:nth-child(1) {
  text-align: center;
  position: relative;
}

.product-content_col--image:nth-child(1) img:nth-child(1) {
  max-width: 60%;
}

@media screen and (min-width: 950px) {
  .product-content_col--image:nth-child(1) {
    display: none;
  }
}

.product-content_col--image:nth-child(2) {
  display: none;
}

@media screen and (min-width: 950px) {
  .product-content_col--image:nth-child(2) {
    display: block;
    width: 100%;
  }
}

.product-content_title {
  margin-bottom: 1rem;
  display: none;
}

@media screen and (min-width: 950px) {
  .product-content_title {
    display: block;
  }
}

.product-content_title h1,
.product-content_title h2,
.product-content_title h3,
.product-content_title h4,
.product-content_title h5,
.product-content_title h6 {
  font-size: 1.75vw;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

.product-content_title h1 span,
.product-content_title h2 span,
.product-content_title h3 span,
.product-content_title h4 span,
.product-content_title h5 span,
.product-content_title h6 span {
  font-size: inherit;
  text-transform: inherit;
  font-family: inherit;
  color: #fcc92f;
}

.product-content_info {
  position: absolute;
  width: 42%;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}

.product-content_info .product-content_title {
  display: block;
  margin-bottom: 0.4rem;
}

.product-content_info .product-content_title {
  text-align: left;
  white-space: normal;
  font-size: 19px;
}

.product-content_info .product-content_title span {
  font-size: 19px;
  white-space: normal;
}

@media screen and (min-width: 640px) {
  .product-content_info .product-content_title {
    font-size: 35px;
  }

  .product-content_info .product-content_title span {
    font-size: 35px;
  }
}

.product-content_list {
  color: #fff;
  list-style: none;
  text-align: left;
}

.product-content_list li {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
}

.product-content_list li::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../media/icons/check.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.3em;
}

@media screen and (min-width: 640px) {
  .product-content_list li {
    font-size: 28px;
  }

  .product-content_list li::before {
    width: 28px;
    height: 28px;
  }
}

.product-content_problems {
  width: 80%;
  margin: 1rem auto;
  display: none;
}

@media screen and (min-width: 950px) {
  .product-content_problems {
    display: block;
    width: 91%;
  }
}

.product-content_subtitle h1,
.product-content_subtitle h2,
.product-content_subtitle h3,
.product-content_subtitle h4,
.product-content_subtitle h5,
.product-content_subtitle h6 {
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (min-width: 950px) {
  .product-content_subtitle h1,
  .product-content_subtitle h2,
  .product-content_subtitle h3,
  .product-content_subtitle h4,
  .product-content_subtitle h5,
  .product-content_subtitle h6 {
    font-size: 1.05em;
  }
}

@media screen and (max-width: 450px) {
  .product-content_subtitle h1,
  .product-content_subtitle h2,
  .product-content_subtitle h3,
  .product-content_subtitle h4,
  .product-content_subtitle h5,
  .product-content_subtitle h6 {
    font-size: 4vw !important;
  }
}

.product-content_buttons {
  margin: 1rem 0;
}

.product-content_items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.product-content_items a {
  width: 50%;
  padding: 0.5rem;
  text-decoration: none;
}

.product-content_items p {
  text-align: center;
  margin-top: -0.7rem;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (min-width: 950px) {
  .product-content_items p {
    font-size: 18px;
  }
}

.simple > img {
  max-width: 100%;
}

.simple-container {
  width: 100%;
}

.simple-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 5rem;
}

@media screen and (min-width: 950px) {
  .simple-content {
    padding-bottom: 0;
    flex-direction: row;
  }
}

@media screen and (max-width: 768px) {
  .simple-content_col:nth-child(1) {
    order: 1;
  }

  .simple-content_col:nth-child(2) {
    order: 0;
  }

  .simple-content_col:nth-child(3) {
    order: 2;
  }
}

@media screen and (min-width: 950px) {
  .simple-content_col {
    width: 48%;
  }
}

@media screen and (min-width: 1280px) {
  .simple-content_col {
    width: 60%;
  }
}

@media screen and (min-width: 950px) {
  .hidden-desktop {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}

.simple-content_col--image {
  width: 75%;
  margin: auto;
  margin-bottom: 2rem;
}

.simple-content_col--image .simple-content_title {
  display: block;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

.simple-content_col--image .simple-content_title h2,
.simple-content_col--image .simple-content_title h2 span {
  font-size: 7vw;
}

.simple-content_col--image .simple-content_title h3 {
  margin-top: 1rem;
  font-size: 5vw;
}

@media screen and (min-width: 950px) {
  .simple-content_col--image .simple-content_title {
    display: none;
    text-align: left;
  }

  .simple-content_col--image .simple-content_title h2 {
    font-size: 4vw;
  }
}

.simple-content_col--image img {
  margin: auto;
}

@media screen and (min-width: 950px) {
  .simple-content_col--image img {
    width: 100%;
  }
}

/* 
.product-title {
  font-size: 4vw;
  text-transform: uppercase;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  color: #fff;
  margin-bottom: 2rem;
} */

.simple-content_col h1,
.simple-content_col h2,
.simple-content_col h3,
.simple-content_col h4,
.simple-content_col h5,
.simple-content_col h6,
.simple-content_col .product-title {
  font-size: 4vw;
  text-transform: uppercase;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  color: #fff;
  margin-bottom: 2rem;
}

.simple-content_col span,
.simple-content_col .product-title span {
  font-size: inherit;
  font-family: inherit;
}

@media screen and (min-width: 320px) {
  .simple-content_col h1,
  .simple-content_col h2,
  .simple-content_col h3,
  .simple-content_col h4,
  .simple-content_col h5,
  .simple-content_col h6,
  .simple-content_col .product-title {
    font-size: 7vw;
  }
}

@media screen and (min-width: 950px) {
  .simple-content_col h1,
  .simple-content_col h2,
  .simple-content_col h3,
  .simple-content_col h4,
  .simple-content_col h5,
  .simple-content_col h6,
  .simple-content_col .product-title {
    font-size: 2.5vw;
    text-transform: uppercase;
    font-family: "Futura Condensed Extra", sans-serif, serif;
    color: #fff;
  }
}

@media screen and (min-width: 950px) {
  .simple-content_title {
    display: block;
  }
}

.simple-content small {
  position: relative;
  top: -7px;
  font-size: 70%;
}

.simple-content .note-text {
  color: #fcc92f;
  font-family: "AG_Futura", sans-serif, serif;
  font-size: 14px;
  margin: 2.1em 0;
}

.simple-content_description {
  margin: 2rem 0;
  display: none;
}

.text-quantity {
  margin: 2rem 0;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 2vw;
  color: #fff;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .text-quantity {
    font-size: 4vw;
  }
}

.simple-content_description h3 {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 2vw;
  color: #fff;
}

.simple-content_description.note-text p {
  color: #fcc92f;
  font-family: "AG_Futura", sans-serif, serif;
  font-size: 15px;
  margin-top: 3.5em;
}

@media screen and (min-width: 950px) {
  .simple-content_description {
    display: block;
  }
}

.help-container {
  width: 100%;
  display: block;
}

.help-col {
  text-align: center;
}

.help-image {
  width: 75%;
  margin: auto;
  position: relative;
}

.help-description {
  width: 80%;
  margin: 1rem auto;
}

@media screen and (max-width: 640px) {
  .help-description {
    text-align: left;
  }
}

.help-description p {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 4vw;
}

@media screen and (max-width: 640px) {
  .help-description p sup br {
    display: none;
  }
}

@media screen and (min-width: 950px) {
  .help-description p {
    font-size: 0.9vw;
  }
}

.help-grid {
  max-width: 100%;
}

.help-grid .grid-col {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.help-grid .grid-col_help {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.help-grid .grid-col_help a {
  text-decoration: none;
}

.help-grid-col_thumbnail {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 950px) {
  .help-grid-col_thumbnail {
    width: 60%;
    margin: auto;
  }
}

.help-grid-col_thumbnail--header {
  overflow: hidden;
}

.help-grid-col_thumbnail--header img {
  transition: ease 0.5s all;
}

.help-grid-col_thumbnail--header img:hover {
  transform: scale(1.05);
}

.help-grid-col_thumbnail--body {
  height: auto;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help-grid-col_thumbnail--body h1,
.help-grid-col_thumbnail--body h2,
.help-grid-col_thumbnail--body h3,
.help-grid-col_thumbnail--body h4,
.help-grid-col_thumbnail--body h5,
.help-grid-col_thumbnail--body h6 {
  color: #fff;
  text-transform: uppercase;
}

.help-slide_item {
  display: block;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  position: relative;
  height: auto;
  margin: 0 auto;
}

@media screen and (min-width: 950px) {
  .help-slide_item {
    background-color: #000;
    display: flex;
    align-items: stretch;
    min-height: 380px;
    width: 77%;
  }
}

.help-slide_item--image {
  min-width: 30%;
  overflow: hidden;
  margin-top: 8rem;
  height: 50%;
  display: flex;
}

@media screen and (min-width: 950px) {
  .help-slide_item--image {
    margin-top: 0;
    height: auto;
    width: 56%;
    min-width: 284px;
  }
}

.help-slide_item--image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 30vh;
}

@media screen and (max-width: 950px) {
  .help-slide_item--image img {
    -o-object-position: center -0.5rem;
    object-position: center -0.5rem;
  }
}

@media screen and (min-width: 950px) {
  .help-slide_item--image img {
    height: 100%;
  }
}

.help-slide_item--info {
  min-width: 70%;
  height: 100%;
  padding: 2rem 0 0.25rem 0;
  overflow-y: scroll;
  background: #000;
}

@media screen and (min-width: 950px) {
  .help-slide_item--info {
    padding: 0;
    width: 77%;
    min-width: auto;
  }
}

.help-slide_item--esc {
  padding: 0.5rem 1rem;
}

@media screen and (max-width: 950px) {
  .help-slide_item--esc {
    position: absolute;
    top: 60px;
    right: -15px;
  }
}

.help-slide_item--title {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 2.1vw;
  text-transform: uppercase;
  margin-top: 7px;
  text-align: left;
  padding-left: 15px;
}

@media screen and (max-width: 640px) {
  .help-slide_item--title {
    text-align: center;
  }
}

.help-slide_item--title h1,
.help-slide_item--title h2,
.help-slide_item--title h3,
.help-slide_item--title h4,
.help-slide_item--title h5,
.help-slide_item--title h6 {
  text-transform: uppercase;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (min-width: 950px) {
  .help-slide_item--title h1,
  .help-slide_item--title h2,
  .help-slide_item--title h3,
  .help-slide_item--title h4,
  .help-slide_item--title h5,
  .help-slide_item--title h6 {
    font-size: 2.1vw;
    margin-top: 7px;
  }
}

.help-slide_item--description {
  padding: 1rem;
  padding-bottom: 2rem;
  color: #fff;
}

.help-slide_item--description ol li h2 {
  display: inline-block;
}

.help-slide_item--description p,
.help-slide_item--description ul,
.help-slide_item--description ul li {
  color: #fff;
}

.help-slide_item--description ul {
  margin-top: 1rem;
}

.help-slide_item--description ul li {
  margin-left: 1rem;
}

.help-slide_item--buttons {
  margin: 1rem 0;
}

.help-slide_item .modals-btns {
  margin: 1.4em 0;
}

.help-slide_item .modals-btns .btn:not(:last-child) {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .help-slide_item .modals-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.8em 0 0;
  }

  .help-slide_item .modals-btns .btn:not(:last-child) {
    margin: 0;
  }

  .help-slide_item .modals-btns .btn {
    margin: 0 1.4em;
  }
}

.causes-container {
  width: 100%;
  display: block;
}

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

.causes-content_col {
  width: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 20px;
}

.causes-content_title {
  margin: 0.5rem 0;
}

@media screen and (max-width: 640px) {
  .causes-content_title {
    text-align: center;
  }
}

.causes-content_title h1,
.causes-content_title h2,
.causes-content_title h3,
.causes-content_title h4,
.causes-content_title h5,
.causes-content_title h6 {
  font-size: 1.3vw;
  text-transform: uppercase;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (max-width: 640px) {
  .causes-content_title h1,
  .causes-content_title h2,
  .causes-content_title h3,
  .causes-content_title h4,
  .causes-content_title h5,
  .causes-content_title h6 {
    font-size: 5vw;
  }
}

.causes-content_description {
  margin-bottom: 1rem;
}

.causes-content_description p {
  color: #fff;
}

.causes-content_list ul {
  padding-left: 1rem;
}

.causes-content_list ul li {
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 300;
  font-family: "Lato", sans-serif;
}

.treatments-container {
  width: 100%;
  display: block;
}

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

@media screen and (min-width: 950px) {
  .treatments-content_col {
    width: 50%;
  }
}

.treatments-content_top {
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.5);
}

.treatments-content_title {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 640px) {
  .treatments-content_title {
    text-align: center;
  }
}

.treatments-content_title h1,
.treatments-content_title h2,
.treatments-content_title h3,
.treatments-content_title h4,
.treatments-content_title h5,
.treatments-content_title h6 {
  font-size: 4vw;
  text-transform: uppercase;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (min-width: 950px) {
  .treatments-content_title h1,
  .treatments-content_title h2,
  .treatments-content_title h3,
  .treatments-content_title h4,
  .treatments-content_title h5,
  .treatments-content_title h6 {
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 640px) {
  .treatments-content_title h1,
  .treatments-content_title h2,
  .treatments-content_title h3,
  .treatments-content_title h4,
  .treatments-content_title h5,
  .treatments-content_title h6 {
    font-size: 5vw;
  }
}

.treatments-content_description p {
  color: #fff;
}

.treatments-content_subtitle {
  margin: 1rem 0;
  padding-left: 1.5rem;
}

.treatments-content_subtitle h2 {
  font-size: 4vw;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

@media screen and (min-width: 950px) {
  .treatments-content_subtitle h2 {
    font-size: 1.1vw;
  }
}

.treatments-content_buttons {
  margin: 2rem 0;
}

.treatments-content_buttons:last-child {
  margin-bottom: 4rem;
}

@media screen and (max-width: 640px) {
  .treatments-content_buttons:last-child {
    margin-bottom: 16rem;
  }
}

.quest-container {
  max-width: 100%;
}

.quest-content_title {
  text-align: center;
}

.quest-content_title h1,
.quest-content_title h2,
.quest-content_title h3,
.quest-content_title h4,
.quest-content_title h5,
.quest-content_title h6 {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  text-transform: uppercase;
  font-size: 5vw;
}

@media screen and (min-width: 950px) {
  .quest-content_title h1,
  .quest-content_title h2,
  .quest-content_title h3,
  .quest-content_title h4,
  .quest-content_title h5,
  .quest-content_title h6 {
    font-size: 3vw;
  }
}

.quest .dropdown-details p,
.quest .dropdown-details li {
  text-align: left;
}

@media screen and (min-width: 950px) {
  .quest .dropdown-details {
    overflow: visible !important;
  }
}

.quest .search-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.1em;
}

.quest .faq-search {
  position: relative;
  font-family: "Lato-Regular", sans-serif;
}

.quest .msg-faqs {
  text-align: center;
  font-family: "Lato", sans-serif !important;
  color: #fcc92f;
  display: none;
}

.quest label {
  color: #fff;
  position: absolute;
  top: 40%;
  left: 5px;
  transform: translate(10px, -50%);
  padding-left: 0;
  margin-left: 0;
  white-space: nowrap;
  transition: ease 0.5s all;
}

.quest label.terms {
  position: relative;
  top: inherit;
  left: inherit;
  transform: none;
  white-space: normal;
}

.quest input,
.quest select,
.quest option,
.quest label,
.quest textarea {
  background-color: transparent;
}

.quest input:not(#terms),
.quest select,
.quest option,
.quest textarea {
  border: 1px solid #fcc92f;
  min-width: 280px;
  border-radius: 5px;
  max-width: 100%;
  min-height: 40px;
  display: block;
  padding: 10px;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
}

.quest input:not(#terms).input-fail,
.quest select.input-fail,
.quest option.input-fail,
.quest textarea.input-fail {
  border: 1px solid #d30000;
  position: relative;
}

.quest input:not(#terms).input-fail ~ label,
.quest select.input-fail ~ label,
.quest option.input-fail ~ label,
.quest textarea.input-fail ~ label {
  color: #d30000;
}

.quest input:not(#terms).input-fail::before,
.quest select.input-fail::before,
.quest option.input-fail::before,
.quest textarea.input-fail::before {
  position: absolute;
  content: "Campo Obligatorio";
  top: 100%;
  color: #d30000;
}

.quest input:not(#terms):focus:not(.input-group_terms),
.quest input:not(#terms):focus-within,
.quest input:not(#terms):valid,
.quest select:focus:not(.input-group_terms),
.quest select:focus-within,
.quest select:valid,
.quest option:focus:not(.input-group_terms),
.quest option:focus-within,
.quest option:valid,
.quest textarea:focus:not(.input-group_terms),
.quest textarea:focus-within,
.quest textarea:valid {
  color: #fff;
  outline: none;
}

.quest input:not(#terms):focus:not(.input-group_terms) ~ label,
.quest input:not(#terms):focus-within ~ label,
.quest input:not(#terms):valid ~ label,
.quest select:focus:not(.input-group_terms) ~ label,
.quest select:focus-within ~ label,
.quest select:valid ~ label,
.quest option:focus:not(.input-group_terms) ~ label,
.quest option:focus-within ~ label,
.quest option:valid ~ label,
.quest textarea:focus:not(.input-group_terms) ~ label,
.quest textarea:focus-within ~ label,
.quest textarea:valid ~ label {
  top: 0px;
  background-color: #000;
  padding: 0 10px;
}

.quest input:not(#terms):focus:not(.input-group_terms) option,
.quest input:not(#terms):focus-within option,
.quest input:not(#terms):valid option,
.quest select:focus:not(.input-group_terms) option,
.quest select:focus-within option,
.quest select:valid option,
.quest option:focus:not(.input-group_terms) option,
.quest option:focus-within option,
.quest option:valid option,
.quest textarea:focus:not(.input-group_terms) option,
.quest textarea:focus-within option,
.quest textarea:valid option {
  color: #000;
}

.container-tyc {
  width: 84%;
  max-width: 1024px;
  margin: auto;
}

.container-tyc #tyc {
  width: auto;
}

@media screen and (min-width: 960px) {
  .container-tyc #tyc h1 {
    font-size: 28px;
  }
}

.container-tyc .tyc-content {
  color: #fff;
  margin: 1.4em 0;
}

.container-tyc .tyc-content h3 {
  margin: 1em 0;
  font-family: "Futura Condensed Extra", sans-serif, serif;
}

.container-tyc .tyc-content h2 {
  margin: 1em 0;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-weight: 500 !important;
}

@media screen and (min-width: 960px) {
  .container-tyc .tyc-content h3 {
    font-size: 21px;
  }
  .container-tyc .tyc-content h2 {
    font-size: 21px;
  }
}

.container-tyc .tyc-content ul {
  padding-left: 24px;
}

.container-tyc .tyc-content a {
  color: #fff;
}

@media screen and (min-width: 960px) {
  .shop {
    width: 100%;
  }
}

.shop-container {
  width: 100%;
  display: block;
}

.shop-content_title {
  font-size: 2.8vw;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .shop-content_title {
    font-size: 6vw;
  }
}

.shop-content_description {
  margin: 1rem 0;
  color: #fff;
}

.shop-content_subtitle {
  font-size: 2.8vw;
  font-family: "Futura Condensed Extra", sans-serif, serif;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 640px) {
  .shop-content_subtitle {
    font-size: 5vw;
  }
}

@media screen and (min-width: 950px) {
  .shop-content_grid .grid-col {
    padding: 9px;
  }
}

@media screen and (min-width: 950px) {
  .shop-content_grid .grid-row.grid-columns_5 > .grid-col {
    width: calc(20% - 18px);
  }
}

.shop-content_grid--box {
  background-color: #fff;
  padding: 0.5rem 0;
  border-radius: 15px;
}

.shop-content_grid--image {
  width: 80%;
  margin: 0.5rem auto;
  text-align: center;
}

.shop-content_grid--image img {
  width: 96px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 31px;
}

@media screen and (max-width: 640px) {
  .shop-content_grid--image img {
    height: 20px;
  }
}

.dropdown-content {
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px 30px;
  overflow: hidden;
}

.dropdown-details {
  border-bottom: 1px dashed #fff;
}

.dropdown-details[open] summary::before {
  transform: rotate(90deg);
}

.dropdown-details:last-child {
  border-bottom: none;
}

.dropdown-details .scroll-info {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin-bottom: -17px;
  text-align: right;
  font-size: 14px;
}

.dropdown-details .scroll-info img {
  width: 30px;
  vertical-align: middle;
}

@media screen and (min-width: 950px) {
  .dropdown-details .scroll-info {
    display: none;
  }
}

.dropdown-details summary {
  transition: ease 0.5s all;
  position: relative;
  font-family: "Lato", sans-serif !important;
}

.dropdown-details summary::before {
  content: "\f0da";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  transition: ease 0.5s all;
}

.dropdown-details[open] summary {
  margin-bottom: 0.5rem;
}

.dropdown-details summary,
.dropdown-details p,
.dropdown-details p span,
.dropdown-details p small,
.dropdown-details p span small {
  color: #fff;
  transition: ease 0.5s all;
  font-family: "Lato", sans-serif;
}

.dropdown-summary {
  padding: 10px 0;
  transition: ease 0.5s all;
  outline: transparent;
}

.dropdown-summary:hover {
  cursor: pointer;
}

.dropdown-description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 1rem 0;
  padding-right: 2rem;
}

.dropdown-description_image {
  padding: 0 10px;
}

.dropdown-description_image img {
  width: 50px;
  max-width: 50px !important;
}

.dropdown-description_text > small {
  margin: 1rem 0;
}

.dropdown-description_list ul {
  padding-left: 2rem;
  margin-bottom: 1rem;
}

.dropdown-description_list ul li {
  color: #fff;
  margin-bottom: 0.25rem;
  font-weight: 300;
}

.swiper {
  height: 100%;
}

.swiper-home {
  margin-top: 25vh !important;
}

.swiper-container_home,
.swiper-row,
.swiper-content,
.swiper-container {
  height: 100%;
}

.swiper-container_home .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .swiper-container_home .swiper-slide a img:not(.product-slide-2),
  .swiper-container_home .swiper-slide a img:not(.bullet-check) {
    transform: scale(1);
  }

  .swiper-home {
    margin-top: 30vh !important;
  }
}

@media screen and (max-width: 640px) {
  .swiper-container_home .swiper-slide a h2 .display-4,
  .swiper-container_home .swiper-slide a h2 span .display-4 {
    font-size: 15vw;
  }

  .swiper-container_home .swiper-slide a .swiper-slide_title-t {
    display: flex;
    flex-direction: column-reverse;
  }

  .swiper-container_home .swiper-slide a .swiper-slide_title-t img {
    transform: none;
  }
}

.swiper-slide {
  max-width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide_product {
  width: 77%;
}

@media screen and (min-width: 640px) {
  .swiper-slide_product {
    max-width: 100% !important;
  }
}

@media screen and (min-width: 640px) {
  .swiper-slide_product img {
    margin-top: 0;
    width: 100%;
    max-width: 450px;
  }
}

.swiper-container_home .swiper-slide .swiper-slide_product {
  flex-direction: column-reverse;
}

@media screen and (min-width: 1024px) {
  .swiper-container_home .swiper-slide .swiper-slide_product.swiper-slide_tpl2 {
    flex-direction: row;
    margin-top: 5%;
  }
}

@media screen and (max-width: 1020px) {
  .swiper-container_home .swiper-slide a.swiper-slide_tpl2 h2 {
    width: auto;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .swiper-container_home .swiper-slide a.swiper-slide_tpl2 h2 {
    font-size: 43px;
    margin-bottom: 21px;
    margin: auto;
    text-align: left;
    letter-spacing: 0;
    width: auto;
  }
}

.swiper-container_home.container-video .swiper-slide {
  margin-top: 0;
}

.swiper-container_home.container-video .swiper-iframe_esc {
  margin-top: 0;
}

.swiper-iframe {
  width: 75%;
  margin: auto;
}

.swiper-iframe iframe {
  height: auto;
  min-height: 45vh;
}

@media screen and (max-width: 640px) {
  .swiper-iframe iframe {
    min-height: 25vh;
  }
}

.swiper-iframe_esc {
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.swiper-title {
  text-align: center;
  margin: auto;
}

.swiper-title h1,
.swiper-title h2,
.swiper-title h3,
.swiper-title h4,
.swiper-title h5,
.swiper-title h6 {
  font-family: "Futura Condensed Extra", sans-serif, serif;
  font-size: 5vw;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.swiper-title span {
  font-family: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: #fcc92f;
}

@media screen and (min-width: 813px) {
  .swiper-title h1,
  .swiper-title h2,
  .swiper-title h3,
  .swiper-title h4,
  .swiper-title h5,
  .swiper-title h6 {
    font-size: 2.7vw;
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 1050px) {
  .swiper-title h1,
  .swiper-title h2,
  .swiper-title h3,
  .swiper-title h4,
  .swiper-title h5,
  .swiper-title h6 {
    font-size: 2.3vw;
  }
}

@media screen and (min-width: 1440px) {
  .swiper-title h1,
  .swiper-title h2,
  .swiper-title h3,
  .swiper-title h4,
  .swiper-title h5,
  .swiper-title h6 {
    font-size: 2.1vw;
    margin-bottom: -2rem;
  }
}

/* .swiper-title h1,
.swiper-title h2,
.swiper-title h3,
.swiper-title h4,
.swiper-title h5,
.swiper-title h6 {
  color: #fcc92f;
} */

.swiper-title .display-4 {
  font-size: 12.7vw;
}

@media screen and (min-width: 813px) {
  .swiper-title .display-4 {
    font-size: 7vw;
  }
}

@media screen and (min-width: 1050px) {
  .swiper-title .display-4 {
    font-size: 6vw;
  }
}

@media screen and (min-width: 1440px) {
  .swiper-title .display-4 {
    font-size: 5.5vw;
  }
}

.swiper .svg-home-2 {
  display: none;
}

@media screen and (min-width: 950px) {
  .swiper .svg-home-2 {
    display: block;
    max-width: 170px;
  }
}

.swiper .svg-home-2-list {
  display: block;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.swiper .svg-home-2-list li {
  width: 40%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.swiper .svg-home-2-list span {
  color: #fff;
  font-family: "Futura-MediumItalic", sans-serif, serif;
  font-size: 1.2rem;
}

.swiper .svg-home-2-list img {
  margin-top: 0;
  margin-right: 0.5rem;
}

@media screen and (min-width: 950px) {
  .swiper .svg-home-2-list {
    display: none;
  }
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 15px !important;
  left: auto;
  outline: none;
}

@media screen and (min-width: 640px) {
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 50px !important;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 15px !important;
  right: auto;
}

@media screen and (min-width: 640px) {
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 50px !important;
  }
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "\f0da" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 18px !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex !important;
  padding-top: 10px;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  padding: 1px 15px !important;
}

.swiper-button-next:after:focus,
.swiper-container-rtl .swiper-button-prev:after:focus {
  outline: transparent;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "\f0d9" !important;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  font-variant: normal !important;
  line-height: 1;
  font-size: 18px !important;
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  width: 35px !important;
  height: 35px !important;
  display: inline-flex !important;
  padding-top: 10px;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid #fff !important;
  border-radius: 50% !important;
  padding: 1px 15px !important;
}

.swiper-button-prev:after:focus,
.swiper-container-rtl .swiper-button-next:after:focus {
  outline: transparent;
}

/* Estilos añadidos para la modal */

.redirect-modal {
  background-color: rgba(38, 39, 43, 0.24);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1001;
}

.redirect-modal.active {
  display: flex;
}

.redirect-modal .modal-info {
  background-image: url(../media/backgrounds/modal-redirect.jpg);
  background-color: #001957;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 2rem;
  position: relative;
  max-width: 580px;
  height: 365px;
  border-radius: 30px;
  border: 1px solid #fcc92f;
}

.redirect-modal .modal-character {
  position: absolute;
  top: 0;
  border-radius: 39px;
  right: 0;
  width: 178.5px;
  overflow: hidden;
}

.redirect-modal .modal-info .modal-close {
  cursor: pointer;
  border: none;
  color: #fcc92f;
  text-align: right;
  background-color: transparent;
  position: absolute;
  right: 1rem;
  top: 0.3rem;
  font-size: 25px;
}

.redirect-modal .modal-info .modal-text {
  text-align: center;
  color: #fff;
}

.redirect-modal .modal-info .modal-text .title {
  font-weight: bold;
  font-size: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #fcc92f;
  font-family: "UniviaPro";
}

.redirect-modal .modal-info .modal-text .text {
  font-size: 18px;
  padding: 0rem 3rem 0.5rem 3rem;
  font-family: "Lato", sans-serif;
}

.redirect-modal .modal-info .modal-actions {
  text-align: center;
  margin-top: 1rem;
}

.redirect-modal .modal-info .modal-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  padding: 0 2rem;
}

.redirect-modal .modal-info .modal-actions .main-btn {
  border: 1px solid #fcc92f;
  display: inline-block;
  padding: 0.7em 1.8em;
  font-size: 17px;
  margin: 0.4rem 0;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  font-family: "UniviaPro";
}

.redirect-modal .modal-info .modal-actions .main-btn:hover {
  background-color: #fcc92f;
  color: #0060a4;
}

/* responsive modal*/

@media screen and (max-width: 950px) {
  .redirect-modal .modal-character {
    width: 136.5px;
  }

  .redirect-modal .modal-info {
    max-width: 430px;
    height: 265px;
  }

  .redirect-modal .modal-info #logo-gastrofast {
    width: 200px;
  }

  .redirect-modal .modal-info .modal-text .title {
    font-size: 22px;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }

  .redirect-modal .modal-info .modal-text .text {
    font-size: 16px;
    padding: 0rem 3rem 0.5rem 3rem;
    font-family: "Lato", sans-serif;
  }

  .redirect-modal .modal-info .modal-actions .main-btn {
    padding: 0.7em 1.2em;
    font-size: 14px;
    margin: 0.4rem 0;
    border-radius: 12px;
  }
}

@media screen and (max-width: 540px) {
  .redirect-modal .modal-character {
    /* width: 136.5px; */
    display: none;
  }

  .redirect-modal .modal-info {
    background: rgb(8, 95, 182);
    background: radial-gradient(
      circle,
      rgba(8, 95, 182, 1) 0%,
      rgba(1, 52, 143, 1) 17%,
      rgba(4, 17, 48, 1) 100%
    );
    margin: 1rem;
  }

  .redirect-modal .modal-info #logo-gastrofast {
    width: 168px;
  }

  .redirect-modal .modal-info .modal-text .title {
    font-size: 22px;
    margin-top: 0rem;
    margin-bottom: 0.5rem;
  }

  .redirect-modal .modal-info .modal-text .text {
    font-size: 14px;
    padding: 0rem 0.5rem 0.5rem 0.5rem;
    font-family: "Lato", sans-serif;
  }

  .redirect-modal .modal-info .modal-actions .main-btn {
    padding: 0.7em 1.2em;
    font-size: 14px;
    margin: 0.4rem 0;
    border-radius: 12px;
  }
}

.sm-buttons {
  z-index: 10;
}

/*# sourceMappingURL=maps/main.css.map */
