@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaBTforDyson-Lt.woff2") format("woff2"),
    url("fonts/FuturaBTforDyson-Lt.woff") format("woff"),
    url("fonts/FuturaBTforDyson-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaBTforDyson-Bk.woff2") format("woff2"),
    url("fonts/FuturaBTforDyson-Bk.woff") format("woff"),
    url("fonts/FuturaBTforDyson-Bk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaBTforDyson-Md.woff2") format("woff2"),
    url("fonts/FuturaBTforDyson-Md.woff") format("woff"),
    url("fonts/FuturaBTforDyson-Md.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura";
  src: url("fonts/FuturaBTforDyson-Hv.woff2") format("woff2"),
    url("fonts/FuturaBTforDyson-Hv.woff") format("woff"),
    url("fonts/FuturaBTforDyson-Hv.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */
:root {
  --bs-font-sans-serif: "Futura", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-body-font-weight: normal;
}

body,
html {
  --bs-gutter-x: 1rem;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1.28rem;
  line-height: 1.6rem;
  color: #000;
  background-color: #dbdbdb;
  font-family: "Futura",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.btn {
  text-align: center;
  padding: 0.45rem 1.3rem;
  font-size: 1.15rem;
  line-height: 1;
  border-radius: 0 !important;
  color: white;
  background-color: #eb008b;
  border-radius: 0.3rem;
}

.btn:hover,
.btn:focus {
  color: white;
  background-color: #333f48;
}

.btn:focus {
  box-shadow: 0 0 0 0.2rem rgb(51 63 72 / 25%);
}

.btn-no {
  padding: 0;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: unset;
  border-radius: unset;
}

.btn-no:focus,
.btn-no:hover {
  color: inherit;
  background-color: unset;
  box-shadow: unset;
}

.btn:focus,
button {
  outline: none !important;
}

sup {
  font-size: 50%;
  margin-left: 2px;
  top: -5px;
}

.small,
small {
  font-size: 90%;
}

br.mobile-br {
  display: none;
}

br.desktop-br {
  display: none;
}

.visible-desktop {
  display: none;
}

textarea:focus,
input:focus {
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

.card {
  border-radius: 0.75rem;
}

.important {
  color: #c90088;
}

.important2 {
  color: #939599;
}

.logo img {
  width: 13rem;
}

.helper-text {
  font-size: 0.75rem;
}

.cta {
  padding: 0 3rem;
}

.cta .cta-helper {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  text-align: center;
}

/* Break lines */
.lg-br {
  display: none;
}

.sm-br {
  display: none;
}

.xs-br {
  display: inline;
}

/* MODAL */
.modal .modal-content {
  position: relative;
  color: white;
  background-color: #343434;
}

.modal-header {
  padding-top: 2.5rem;
  padding-bottom: unset;
  border-bottom: unset;
}

.modal .modal-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.modal .close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  padding: 0.25rem;
  margin: 0;
  border: 2px solid white;
  border-radius: 100%;
  font-size: 1rem;
  color: white;
  text-shadow: unset;
  opacity: 1;
  z-index: 999;
}

/* SWIPER */
.swiper {
  position: relative;
  margin-bottom: 0;
}

.swiper:not(.swiper-vertical) .swiper-slide {
  height: auto;
}

.swiper .swiper-slide p:last-child {
  margin-bottom: 0;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  top: 34%;
  width: 2rem;
  height: 2rem;
  color: inherit;
  border-radius: 50%;
}

.swiper .swiper-button-prev {
  left: 12%;
}

.swiper .swiper-button-next {
  right: auto;
  left: 78%;
}

.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: inherit;
  font-size: 1.15rem;
}

.swiper .swiper-button-prev.custom,
.swiper .swiper-button-next.custom {
  color: inherit;
}

.swiper .swiper-button-prev.custom::after,
.swiper .swiper-button-next.custom::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}

.swiper .swiper-button-prev.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='3.5,10.5 1,8 3.5,5.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='1' y1='8' x2='15' y2='8'/%3E%3C/svg%3E");
}

.swiper .swiper-button-next.custom::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' points='12.5,5.5 15,8 12.5,10.5'/%3E%3Cline fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' x1='15' y1='8' x2='1' y2='8'/%3E%3C/svg%3E");
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-color: currentColor;
  margin: 0 0.25rem;
  background-color: transparent;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: currentColor;
  background-color: currentColor;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper .swiper-slide.see-more {
  position: relative;
  height: 100%;
}

.swiper .swiper-slide.see-more .stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.swiper .position-relative {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2rem;
  margin-top: 1rem;
}

.swiper .position-relative .swiper-button-prev,
.swiper .position-relative .swiper-button-next,
.swiper .position-relative .swiper-pagination {
  position: initial;
  transform: unset;
  margin-top: unset;
}

.swiper .position-relative .swiper-button-prev {
  margin-left: 0.5rem;
}

.swiper .position-relative .swiper-button-next {
  margin-right: 0.5rem;
}

.swiper-slide .card {
  height: 100%;
}

.swiper-slide .card .card-body {
  display: flex;
  flex-direction: column;
  padding: 2rem 1rem;
}

.swiper-scrollbar {
  background-color: rgb(255 255 255 / 75%);
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background: #e5c1c4;
}

.swiper.swiper-vertical .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper.swiper-vertical .swiper-slide .row {
  width: 100%;
}

.swiper-cards {
  padding-top: 1.5rem;
}

.swiper-cards .swiper-slide {
  border-radius: 0.5rem;
}

.swiper-cards.swiper-3d .swiper-slide-shadow {
  background-color: transparent;
}

/* LOADER */
.loader-screen {
  position: fixed !important;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  -moz-transition: visibility 0.2s linear, opacity 0.2s linear;
  -o-transition: visibility 0.2s linear, opacity 0.2s linear;
  background-color: #fff;
}

.loader-screen:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.loader-screen:after {
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.loader-screen.loader-hide {
  opacity: 0;
  visibility: hidden;
}

.loader-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  z-index: 2;
}

.loader-markets-logos {
  margin-bottom: 10vh;
}

.loader-markets-logos img {
  max-width: 200px;
}

.loader-pinkbrand-logo {
  margin-bottom: 10vh;
}

.loader-pinkbrand-logo img {
  max-width: 30vh;
}

.loader-logo img {
  max-width: 24vh;
}

.sk-fading-circle {
  margin: 10vh auto 0px auto;
  width: 60px;
  height: 60px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 10%;
  height: 10%;
  background-color: #111;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

/* COPY CODE */
.copy-code {
  display: block;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

.btn-copy {
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  max-width: 20rem;
  border: 1px solid #000;
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
  background-color: transparent;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 500;
}

.btn-copy:hover,
.btn-copy:focus {
  border-color: #FFF;
  color: #FFF;
  background-color: #000;
}

.btn-copy:focus {
  box-shadow: 0 0 0 0.2rem rgb(224 0 120 / 25%);
}

.copy-helper {
  margin-top: 0.3rem;
  margin-bottom: unset;
  font-size: 0.8rem;
  text-align: center;
  font-weight: 300;
}

.copy-top-code {
  margin-top: unset;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

.copy-icon-wrapper {
  position: relative;
  display: block;
  width: 2rem;
  margin-left: 0.5rem;
  font-size: 110%;
}

.btn-copy .copy-icon,
.btn-copy .copy-icon-ok {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(5px, -50%);
}

.btn-copy .copy-icon-ok {
  display: none;
}

/* HEADER */
.mosca-superior {
  position: fixed;
  z-index: 9999;
  top: 0px;
}

.mosca-superior a {
  display: block;
  height: 100%;
}

header {
  display: flex;
  flex-direction: column;
  height: 100vh;
  color: #fff;
  background-color: #000;
}

header .logo img {
  width: 18.3rem;
}

header .logo {
  margin-top: 4.3rem;
  margin-bottom: 2.8rem;
}

header .title {
  font-size: 1.69rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

header .subtitle {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  color: #e00078;
}

header .video-wrapper {
  position: relative;
  height: 100%;
  top: 45%;
}

header .videocontainer {
  /*background-image: url(../video/dyson-6-video-placeholder.jpg);*/
  /* height: 100%; */
  min-height: 300px;
}

/* downarrow */
.downarrow {
  position: absolute;
  bottom: 3rem;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.downarrow .downarrow-text {
  margin-bottom: 0.5em;
  font-size: 0.9rem;
}

.downarrow .downarrow-arrow {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  padding-bottom: 0;
  box-sizing: content-box;
  margin: 0 auto;
  color: inherit;
  cursor: pointer;
  -webkit-animation: up-down 0.6s linear infinite;
  -moz-animation: up-down 0.6s linear infinite;
  animation: up-down 0.6s linear infinite;
  background-color: #fff;
  border-radius: 30px;
}

.downarrow .downarrow-arrow::after {
  content: "";
  display: inline-block;
  width: 60%;
  height: 60%;
  margin-bottom: 0.4rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"%3E%3Cpath fill="none" stroke-width="6px" stroke="%23000" d="M2.5,14.2L25,35.8l22.5-21.6"/%3E%3C/svg%3E');
}

.downarrow .downarrow-arrow.doble-arrow::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff '%3E%3cpath d='M0.5,0.8L8,7.9l7.5-7.1 M0.5,8.1L8,15.2l7.5-7.1'/%3E%3C/svg%3E%0A");
}

.downarrow .downarrow-arrow.real-arrow::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25,5.3v39.3 M9.5,29.2L25,44.7 M40.5,29.2L25,44.7' fill='none' stroke='%23ffffff ' stroke-linecap='round' stroke-width='6px'/%3E%3C/svg%3E%0A");
}

@-webkit-keyframes up-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@-o-keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@keyframes up-down {
  0% {
    top: 2px;
  }

  25% {
    top: 4px;
  }

  50% {
    top: 6px;
  }

  75% {
    top: 4px;
  }

  100% {
    top: 2px;
  }
}

@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

/* SECTION */
.content-background {
  background-color: #fff;
  position: relative;
}

.section {
  padding-top: 4rem;
}

.section strong span {
  color: #c90088;
}

.section .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
}

.section .title.big {
  font-size: 1.8rem;
  font-weight: 500;
}

.section .subtitle {
  font-size: 1.3rem;
  color: #c90088;
  font-weight: 500;
}

.section .subtitle-description {
  font-size: 1.3rem;
  font-weight: lighter;
  margin-top: 1rem;
  line-height: 1.5rem;
}

.section .cta a {
  display: block;
}

.cta .market {
  display: inline-block;
  height: 25px;
  margin-left: 10px;
  transform: translateY(-3px);
}

.bg-gray {
  background-color: #cacaca;
}

.bg-gray-light {
  background-color: #e7e7e7;
}

/* privalia */
.btn-privalia {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
  border-radius: 0.25rem;
}

.btn-privalia::after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3e%3cpath fill='white' d='M25,0c-6.7,6.7-4.4,14-3.5,16.1c0.6,1.4,3,5.7,3.5,6.6c0.5-1,2.9-5.2,3.5-6.6C29.4,14,31.7,6.7,25,0'/%3e%3cpath fill='white' d='M4.8,9.9c1,9.6,8,12.2,10.2,12.8c1.5,0.4,6.2,1.2,7.3,1.4c-0.4-1-2.2-5.5-2.9-6.9C18.3,15.1,14.2,8.7,4.8,9.9'/%3e%3cpath fill='white' d='M0,32.2c7.9,5.2,14.4,1.2,16.2-0.1c1.2-0.9,4.8-4.2,5.6-4.9c-1-0.3-5.6-1.7-7.1-2C12.4,24.7,4.9,24,0,32.2'/%3e%3cpath fill='white' d='M13.8,50c8.9-3.1,9.9-10.7,10-13c0-1.6-0.3-6.4-0.3-7.5c-0.9,0.6-4.8,3.4-6,4.4C15.8,35.4,10.6,41,13.8,50'/%3e%3cpath fill='white' d='M36.2,50c3.2-9-2-14.6-3.7-16c-1.2-1-5.1-3.8-6-4.4c-0.1,1.1-0.4,6-0.3,7.5C26.3,39.3,27.3,46.9,36.2,50'/%3e%3cpath fill='white' d='M50,32.2c-4.9-8.2-12.4-7.5-14.6-7c-1.5,0.3-6.1,1.7-7.1,2c0.8,0.7,4.4,4,5.6,4.9C35.6,33.4,42.1,37.3,50,32.2'/%3e%3cpath fill='white' d='M45.2,9.9c-9.4-1.2-13.5,5.2-14.5,7.3c-0.7,1.4-2.5,5.9-2.9,6.9c1.1-0.2,5.8-1,7.3-1.4C37.2,22.1,44.2,19.5,45.2,9.9'/%3e%3c/svg%3e");
}

.btn-privalia.btn-outline-privalia::after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE4IDE4IiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPjxzdHlsZT48L3N0eWxlPjxwYXRoICBkPSJtMTAuMyA1LjhjLTAuMiAwLjUtMS4xIDEuOS0xLjMgMi4zLTAuMi0wLjMtMS4xLTEuOC0xLjMtMi4zLTAuMy0wLjctMS4yLTMuNCAxLjMtNS44IDIuNCAyLjQgMS42IDUuMSAxLjMgNS44em0tMy4zIDAuM2MwLjMgMC42IDEgMi4yIDEuMSAyLjYtMC40LTAuMS0yLjEtMC40LTIuNy0wLjUtMC43LTAuMi0zLjMtMS4xLTMuNi00LjYgMy40LTAuNSA0LjggMS44IDUuMiAyLjV6bS0xLjcgM2MwLjUgMC4xIDIuMSAwLjYgMi41IDAuNy0wLjIgMC4yLTEuNiAxLjUtMiAxLjgtMC42IDAuNC0zIDEuOC01LjggMCAxLjgtMi45IDQuNS0yLjcgNS4zLTIuNXptMS4xIDMuMWMwLjMtMC4zIDEuOC0xLjQgMi4xLTEuNiAwIDAuNCAwLjEgMi4xIDAuMSAyLjcgMCAwLjgtMC40IDMuNi0zLjYgNC43LTEuMi0zLjIgMC42LTUuMyAxLjQtNS44em0zIDEuMmMwLTAuNiAwLjEtMi4zIDAuMS0yLjcgMC4zIDAuMiAxLjcgMS4yIDIuMSAxLjYgMC43IDAuNCAyLjYgMi41IDEuNCA1LjctMy4yLTEuMS0zLjYtMy45LTMuNi00LjZ6bTIuOC0xLjhjLTAuNC0wLjMtMS43LTEuNS0yLTEuOCAwLjMtMC4xIDEuOS0wLjYgMi41LTAuNyAwLjgtMC4yIDMuNS0wLjQgNS4zIDIuNS0yLjggMS44LTUuMiAwLjUtNS44IDB6bTAuMi0zLjRjLTAuNiAwLjEtMi4yIDAuNC0yLjYgMC41IDAuMi0wLjQgMC44LTIgMS4xLTIuNSAwLjQtMC44IDEuOS0zIDUuMy0yLjYtMC4yIDMuNC0yLjggNC40LTMuOCA0LjZ6Ii8+PC9zdmc+");
}

.btn-privalia:hover,
.btn-privalia:not(:disabled):not(.disabled).active,
.btn-privalia:not(:disabled):not(.disabled):active,
.show>.btn-privalia.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1a1a;
  border-color: #1a1a1a;
}

.btn-outline-privalia {
  color: #000 !important;
  background-color: #fff !important;
  background-image: none;
  border-color: #000000;
  text-transform: none;
}

.btn-outline-privalia:hover,
.btn-outline-privalia:not(:disabled):not(.disabled).active,
.btn-outline-privalia:not(:disabled):not(.disabled):active,
.show>.btn-outline-privalia.dropdown-toggle {
  color: #ffffff;
  border-color: #000000;
  background-color: #000000;
}

.btn-privalia.focus,
.btn-privalia:focus,
.btn-privalia:not(:disabled):not(.disabled).active:focus,
.btn-privalia:not(:disabled):not(.disabled):active:focus,
.show>.btn-privalia.dropdown-toggle:focus,
.btn-outline-privalia.focus,
.btn-outline-privalia:focus,
.btn-outline-privalia:not(:disabled):not(.disabled).active:focus,
.btn-outline-privalia:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-privalia.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(0 0 0 / 50%);
}

.bg-privalia {
  background-color: #000000 !important;
}

a.bg-privalia:focus,
a.bg-privalia:hover,
button.bg-privalia:focus,
button.bg-privalia:hover {
  background-color: #1a1a1a !important;
}

.text-privalia {
  color: #000000 !important;
}

a.text-privalia:focus,
a.text-privalia:hover {
  color: #1a1a1a !important;
}

/* veepee */
.btn-veepee {
  color: white;
  background-color: #e6007e;
  border-color: #e6007e;
  border-radius: 0.25rem;
}

.btn-veepee::after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50'%3e%3cpath fill='white' d='M36.8,31.4c-1.4,1.7-2.8,3.3-4.3,4.6c-0.2,0.2-0.4,0.2-0.2,0c5.5-6,11.5-19.4,3.7-32.6c0,0-3.1,2.1-5.6,6.5 C28,6.1,24.4,2.9,19.9,0c0,0-11.3,12.7-6.3,31.2c-14.5,2-9.2,13.2-6.9,14.9c0.1,0.1,0.2,0,0.1-0.2c-0.8-1.3-3.1-5.6,1.6-9.8 c2.5-2.3,7.8-2.8,7.8-2.8C14.9,24.3,15,16.3,21,7.4c0.8,0.5,9.6,4.4,9.9,17.5c0.7,8.2-3.5,14.8-7.6,17.3C16,46.2,7.8,48.1,0.7,49.8 C0.1,50,0.3,50,0.7,50c16.9-0.7,31.9-8.4,37.7-15.6c1.1-1.4,1.6-2.9,0.9-3.8C38.5,29.7,37.1,31.1,36.8,31.4 M34.1,20.7 c-0.2-2.5-0.8-5-1.8-7.3c1.6-3.4,3.3-4.7,3.3-4.7S39,17.6,36,26.6c-1.9,5.6-4.1,9-5.3,10.5c-0.3,0.3-0.5,0.4-0.4,0.2 C33.2,33.5,34.7,27.5,34.1,20.7'/%3e%3c/svg%3e");
}

.btn-veepee:hover,
.btn-veepee:not(:disabled):not(.disabled).active,
.btn-veepee:not(:disabled):not(.disabled):active,
.show>.btn-veepee.dropdown-toggle {
  color: #ffffff;
  background-color: #ff1a97;
  border-color: #ff1a97;
}

.btn-outline-veepee {
  color: #ff1a97;
  background-color: #fff;
  background-image: none;
  border-color: #ff1a97;
  text-transform: none;
}

.btn-outline-veepee::after {
  content: "";
  display: inline-block;
  color: #ff1a97;
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE5NiAyNDkiIHdpZHRoPSIxOTYiIGhlaWdodD0iMjQ5Ij48c3R5bGU+LmF7ZmlsbDojZmYxYTk3fTwvc3R5bGU+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGFzcz0iYSIgZD0ibTE4MS43IDE1Ni41YzEuNi0xLjkgOC4zLTguNyAxMi00LjQgMy44IDQuMiAxLjMgMTEuOS00LjIgMTguOS0yOC44IDM2LjMtMTAzLjUgNzQuMy0xODcuNSA3Ny44LTIgMC0zLjItMC4yLTAuMi0xIDM1LjMtOC4zIDc2LjEtMTcuOSAxMTIuMy0zNy41IDIwLjUtMTIuNyA0MS42LTQ1LjQgMzcuOS04Ni4yLTEuNi02NS4xLTQ1LjQtODQuNS00OS4yLTg3LTI5LjkgNDQtMzAuMyA4My44LTI0LjMgMTI3LjggMCAwLTI2LjMgMi45LTM4LjggMTQuMi0yMy40IDIwLjktMTIgNDIuNy04IDQ5IDAuOCAxLjEgMC4zIDEuMy0wLjIgMC45LTExLjUtOC4xLTM3LjYtNjQgMzQuNC03NC0yNS05MS43IDMxLjUtMTU1IDMxLjUtMTU1IDIyLjMgMTQuMyA0MC4yIDMwLjMgNTIuNSA0OS40IDEyLjUtMjEuOSAyNy43LTMyLjUgMjcuNy0zMi41IDM4LjUgNjUuNSA4LjggMTMyLjEtMTguNSAxNjIuMS0wLjggMC45LTAuMSAxIDEgMC4xIDcuNy02LjIgMTQuNy0xNC40IDIxLjYtMjIuOG0tMTMuNi01My4zYzMuMiAzMy42LTQuNSA2My45LTE4LjUgODIuOS0wLjggMC45IDAuNCAwLjQgMS43LTEuMiA2LTcuMiAxNy4xLTI0LjEgMjYuMy01Mi4xIDE1LTQ1LjItMi04OS4yLTItODkuMiAwIDAtOC40IDYuMy0xNi40IDIzLjIgNC44IDExLjYgNy45IDIzLjkgOSAzNi40eiIvPjwvc3ZnPg==");
}

.btn-outline-veepee:hover::after {
  background-image: url("data: image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 50' %3e%3cpath fill='white' d='M36.8,31.4c-1.4,1.7-2.8,3.3-4.3,4.6c-0.2,0.2-0.4,0.2-0.2,0c5.5-6,11.5-19.4,3.7-32.6c0,0-3.1,2.1-5.6,6.5 C28,6.1,24.4,2.9,19.9,0c0,0-11.3,12.7-6.3,31.2c-14.5,2-9.2,13.2-6.9,14.9c0.1,0.1,0.2,0,0.1-0.2c-0.8-1.3-3.1-5.6,1.6-9.8 c2.5-2.3,7.8-2.8,7.8-2.8C14.9,24.3,15,16.3,21,7.4c0.8,0.5,9.6,4.4,9.9,17.5c0.7,8.2-3.5,14.8-7.6,17.3C16,46.2,7.8,48.1,0.7,49.8 C0.1,50,0.3,50,0.7,50c16.9-0.7,31.9-8.4,37.7-15.6c1.1-1.4,1.6-2.9,0.9-3.8C38.5,29.7,37.1,31.1,36.8,31.4 M34.1,20.7 c-0.2-2.5-0.8-5-1.8-7.3c1.6-3.4,3.3-4.7,3.3-4.7S39,17.6,36,26.6c-1.9,5.6-4.1,9-5.3,10.5c-0.3,0.3-0.5,0.4-0.4,0.2 C33.2,33.5,34.7,27.5,34.1,20.7' /%3e%3c/svg%3e");
}


.btn-outline-veepee:hover,
.btn-outline-veepee:not(:disabled):not(.disabled).active,
.btn-outline-veepee:not(:disabled):not(.disabled):active,
.show>.btn-outline-veepee.dropdown-toggle {
  color: #ffffff;
  border-color: #ff1a97;
  background-color: #ff1a97;
}

.btn-veepee.focus,
.btn-veepee:focus,
.btn-veepee:not(:disabled):not(.disabled).active:focus,
.btn-veepee:not(:disabled):not(.disabled):active:focus,
.show>.btn-veepee.dropdown-toggle:focus,
.btn-outline-veepee.focus,
.btn-outline-veepee:focus,
.btn-outline-veepee:not(:disabled):not(.disabled).active:focus,
.btn-outline-veepee:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-veepee.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgb(195 34 123 / 50%);
}

.bg-veepee {
  background-color: #ff1a97 !important;
}

a.bg-veepee:focus,
a.bg-veepee:hover,
button.bg-veepee:focus,
button.bg-veepee:hover {
  background-color: #ff1a97 !important;
}

.text-veepee {
  color: #ff1a97 !important;
}

a.text-veepee:focus,
a.text-veepee:hover {
  color: #ff1a97 !important;
}

/* SECTION 1 */
.section1 {
  position: relative;
  background-color: #f0ebe6;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

/* .section1 .container {
  padding-left: 0;
  padding-right: 0;
} */

.section1 img.img-fluid.logo {
  width: 50%;
}

/* .section1 .logo img {
  width: 8rem;
} */

.section1 .pretitle {
  margin-top: 1rem;
}

.section1 .title {
  margin-bottom: 0.2rem;
  font-size: 2rem;
  font-weight: 400;
}

.section1 .text {
  font-size: 1.17rem;
  line-height: 1.37rem;
}

div#gifSwiper {
  margin-top: 4rem;
}

.section1 p {
  font-size: 1.15rem;
  text-align: center;
  margin-top: 1rem;
}

.section1 a#exit_cta {
  margin-top: 2rem;
}

/* SECTION 2 */
.section2 {
  position: relative;
  background-color: #fff;
  padding-bottom: 3rem;
  padding-top: 0;
  overflow-x: hidden;
}

.section2 .container {
  padding-left: 0;
  padding-right: 0;
}

.section2 .bg-black {
  color: #fff;
  padding: 3rem 2rem 2.5rem 2rem;
}

.section2 .helper-text {
  position: relative;
  margin-top: 1rem;
  margin-bottom: unset;
  z-index: 99;
}

.section2 .title {
  font-size: 1.6rem;
  font-weight: 600;
}

.section2 .subtitle {
  font-size: 1.31rem;
  color: #fff;
  font-weight: 500;
  margin-top: 1.5rem;
}

.section2 .description {
  line-height: 1.3rem;
  font-size: 1.11rem;
  font-weight: 400;
}

.section2 .impostazioni {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.section2 .temp {
  background-color: #fff;
  color: #000;
  padding: 0.2rem 0.8rem;
  border-radius: 12px;
  margin-top: -0.1rem;
}

.section2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: transparent;
  background-color: transparent;
}

.section2 .swiper-pagination .swiper-pagination-bullet {
  width: 23.9%;
  height: auto;
  border-width: 0;
  border-style: none;
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent;
  opacity: 1;
}

.section2 .swiper-pagination .swiper-pagination-bullet .img-fluid {
  max-width: 106%;
  height: auto;
}

.section2 .swiper-horizontal>.swiper-pagination-bullets,
.section2 .swiper-pagination-bullets.swiper-pagination-horizontal,
.section2 .swiper-pagination-custom,
.section2 .swiper-pagination-fraction {
  bottom: -185px;
  left: 0;
  width: 100%;
  margin-left: -1px;
}

.section2 .swiper {
  margin-top: 155px;
  background-color: #fff;
}

.section2 .afterb {
  background-color: #000;
}

.section2 .swiper p.title {
  font-size: 1.3rem;
  margin-left: 1.1rem;
  margin-top: 1.7rem;
}

.section2 .swiper p.text {
  font-size: 1.1rem;
  margin-left: 1.1rem;
  margin-top: -0.5rem;
  line-height: 1.3rem;
}

/* .twentytwenty-handle {
  top: 80%;
  background-color: #FFF;
  height: 30px;
  width: 30px;
}

.twentytwenty-left-arrow {
  left: -50px;
  margin: 0px;
  transform: translateY(-50%);
}

.twentytwenty-left-arrow {
  border-right: 6px solid black !important;
  left: 50%;
  margin-left: -65px;
  margin-top: 0px !important;
}

.twentytwenty-right-arrow {
  border-left: 6px solid black !important;
  right: 50%;
  margin-top: 0 !important;
  margin-right: -17px;
}

.twentytwenty-right-arrow {
  right: -50px;
  margin: 0px;
  transform: translateY(-50%);
}

.afterbefore-col {
  padding-left: 0px;
  padding-right: 0px;
}

.twentytwenty-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.twentytwenty-container {
  max-width: 34rem;
}

.afterbefore-col p {
  padding-left: 15px;
  padding-right: 15px;
} */

/* .section4 .swiper-horizontal>.swiper-pagination-bullets,
.section4 .swiper-pagination-bullets.swiper-pagination-horizontal,
.section4 .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
} */

/* .section2 .swiper-pagination .swiper-pagination-bullet {
  width: 2.3rem;
  height: 2.3rem;
  border-width: 0;
  margin: 1rem 0.25rem;
  background-color: transparent;
  opacity: 1;
}

.section2 .swiper-slide img.img-fluid {
  max-width: 9rem;
  margin: 0 auto;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: 50px;
} */

/* SECTION 3 */
.section3 {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}

.section3 .container {
  padding-left: 0;
  padding-right: 0;
}

.section3 .bg-black {
  padding: 2.3rem 2rem 1.4rem 2rem;
}

.section3 .title {
  font-size: 1.6rem;
  font-weight: 600;
}

.section3 .description {
  line-height: 1.3rem;
  font-size: 1.11rem;
  font-weight: 400;
}

/* SECTION 4 */
.section4 {
  padding-bottom: 0;
  padding-top: 0;
  overflow-x: hidden;
}

.section4 .container {
  padding-left: 0;
  padding-right: 0;
}

.section4 .bg-grey {
  background-color: #ddd;
  padding: 1.9rem 2rem 0 2rem;
}

.section4 .title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.section4 .description {
  line-height: 1.3rem;
  font-size: 1.11rem;
  font-weight: 400;
}

.section4 .medium {
  font-weight: 500;
  margin-top: 1.5rem;
}

.section4 .brown {
  color: #b76648;
  margin-bottom: 2rem;
}

/* SECTION 5 */
.section5 {
  padding-top: 0;
  padding-bottom: 0;
  overflow-x: hidden;
}

.section5 .container {
  padding-left: 0;
  padding-right: 0;
}

.section5 .bg-black {
  padding: 2.3rem 2rem 2.4rem 2rem;
}

.section5 .title {
  font-size: 1.6rem;
  font-weight: 600;
}

.section5 .description {
  line-height: 1.3rem;
  font-size: 1.11rem;
  font-weight: 400;
}

/* VIDEO */
.videocontainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.videocontainer {
  position: relative;
  width: 100%;
  height: auto;
}

.videocontainer video {
  height: 100%;
  width: 100%;
  margin-bottom: -10px;
  object-fit: cover;
  object-position: center;
}

header .videocontainer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

header .videocontainer:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.mute-video {
  background: url(../img/precisehotels-off.png) no-repeat center;
  background-size: 30px;
  border: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999999px;
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: 999;
  background-color: transparent;
}

.mute-video.unmute-video {
  /*background: url(../img/precisehotels-on.png) no-repeat center;*/
  background-size: 30px;
}

/* OFFER */
.offer-section {
  position: -webkit-sticky;
  position: sticky;
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 999;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
}

.offer-section .cta {
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
}

.offer-section .cta-helper {
  margin-top: unset;
  color: #838383;
}

.offer-section .cta .btn {
  width: 70%;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  font-size: 1.05rem;
}

/* FOOTER */
.footer {
  padding-top: 1rem;
  font-size: 0.75rem;
  z-index: 999;
  background-color: #f0f0f0;
}

.footer-logo:first-of-type {
  text-align: right;
}

.footer-logo:last-of-type {
  text-align: left;
}

.footer-logo img {
  height: auto;
  max-width: 5rem;
}

.footer-separator {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.footer-separator::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: unset;
  margin-bottom: unset;
  background-color: #000;
}

footer img.src_footer_logo.alt_footer_logo {
  max-width: 5rem;
}

footer .container.brown {
  /* background-color: #3d3d3d; */
  background-color: #f4f5f7;
  padding-bottom: 1rem;
  padding-top: 2rem;
  margin-top: 1.5rem;
  -webkit-box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.1);
}

footer .copyright {
  /* text-align: center; */
  font-size: 0.6rem;
  color: #707070;
  line-height: 0.7rem;
}

footer .copyright.cop {
  text-align: center;
  font-size: 0.5rem;
  color: #000;
  padding-top: 1.5rem;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .mosca-superior {
    display: none;
  }

  .visible-desktop {
    display: none !important;
  }

  br.mobile-br {
    display: block;
  }

  .offer-section.offer-section-desktop {
    display: none !important;
  }

  .offer-section.offer-section-mobile {
    display: none;
  }

  html {
    font-size: 18px;
  }

  header .container {
    position: absolute;
    z-index: 1;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .videocontainer:before,
  .videocontainer:after {
    display: none;
  }

  .cta .cta-helper {
    margin-bottom: 0;
    font-size: 0.8rem;
    text-align: center;
  }

  /* .swiper-slide.aos-init {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    opacity: 1 !important;
  } */
}

@media (max-width: 376px) {
  html {
    font-size: 15px;
  }

}

@media (min-width: 768px) {
  html {
    font-size: 22px;
  }

  br.desktop-br {
    display: block;
  }

  .xs-br {
    display: none;
  }

  .sm-br {
    display: inline;
  }

  .btn {
    font-size: 1.15rem;
  }

  .section .cta {
    text-align: center;
  }

  .section .cta a {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copy-icon-wrapper {
    width: 1rem;
    margin-left: 1.5rem;
  }

  .video-wrapper {
    max-height: 100vh;
  }

  /* .container {
    max-width: 1000px;
  } */

  .videocontainer {
    min-height: 500px;
  }

  html {
    font-size: 16px;
  }

  /* SECTION */
  .section .title {
    font-size: 1.8rem;
  }

  /* HEADER */
  header {
    position: relative;
  }

  header .container {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 1;
    height: auto;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  header .logo {
    margin-top: -6rem;
  }

  header .logo img {
    width: 22rem;
  }

  header .title {
    font-size: 2.5rem;
  }

  header p {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .downarrow .downarrow-text {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }

  .downarrow {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }

  header .video-wrapper {
    position: relative;
    height: 100%;
    top: 0;
  }

  header .videocontainer {
    width: 50%;
    height: 50%;
    top: 20%;
    right: 0;
    position: absolute;
  }

  header .container {
    top: 29%;
  }

  header .logo {
    margin-top: 0;
    margin-bottom: 0.8rem;
  }

  header .logo img {
    width: 20rem;
  }

  header .title {
    font-size: 2.45rem;
  }

  header p {
    font-size: 1.39rem;
    line-height: 1.6rem;
    margin-bottom: 3rem;
  }

  .downarrow-arrow {
    margin-left: 0 !important;
  }

  .downarrow .downarrow-text {
    margin-bottom: 0.5em;
    font-size: 1rem;
    text-align: left;
  }

  /* SECTION 1 */
  .section1 {
    padding-top: 0;
    background-color: #f0ebe6;
  }

  .section1 .container {
    max-width: 1140px;
  }

  .section1 .bg-gray,
  .section1 .bg-gray-light {
    background-color: transparent;
  }

  .section1 img.img-fluid.logo {
    width: 58%;
    margin-bottom: 3rem;
    margin-top: -6rem;
  }

  div#gifSwiper {
    margin-top: 6rem;
  }

  .section1 .pretitle {
    margin-top: 1rem;
    font-size: 1.65rem;
  }

  .section .title {
    font-size: 2.3rem;
    margin-top: 0.9rem;
  }

  .section1 .text {
    font-size: 1.3rem;
    line-height: 1.5rem;
  }

  .section1 a#exit_cta {
    margin-top: -5.1rem;
  }

  .section1 .btn {
    font-size: 1.3rem;
    font-weight: 500;
    width: 58%;
  }

  .section1 .btn-veepee::after {
    height: 1.5rem;
    width: 1.5rem;
  }

  /* SECTION 2 */
  .section2 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    overflow-x: unset;
  }

  .section2 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section2 .bg-black {
    color: #fff;
    padding: 5.7rem 2rem 6.5rem 5rem;
  }

  .section2 .impostazioni {
    justify-content: flex-start;
    margin-top: 3.3rem;
  }

  .section2 .temp {
    background-color: #fff;
    color: #000;
    padding: 0.2rem 0.8rem;
    border-radius: 20px;
    margin-right: 2rem;
    font-size: 1.45rem;
    font-weight: 500;
  }

  .section2 .title {
    font-size: 2.25rem;
  }

  .section2 .subtitle {
    font-size: 1.8rem;
    line-height: 2rem;
    color: #fff;
    font-weight: 500;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
  }

  .section2 .description {
    line-height: 1.5rem;
    font-size: 1.38rem;
    font-weight: 400;
  }

  .section2 .swiper p.title,
  .section2 .swiper p.text {
    text-align: center;
    margin-left: 0;
  }

  .section2 .swiper p.title {
    font-size: 1.4rem;
    margin-top: 2rem;
  }

  .section2 .swiper p.text {
    font-size: 1.35rem;
    margin-left: 1.1rem;
    margin-top: -0.5rem;
    line-height: 1.55rem;
  }

  .section2 .afterb {
    background-color: #fff;
  }

  .section2 .swiper-pagination .swiper-pagination-bullet .img-fluid {
    max-width: 310%;
    height: auto;
  }

  .section2 .swiper-pagination-vertical.swiper-pagination-bullets,
  .section2 .swiper-vertical>.swiper-pagination-bullets {
    right: unset;
    left: -210px;
    top: 50%;
    top: 0;
    transform: translate3d(0px, -50%, 0);
    transform: unset;
  }

  .section2 .swiper {
    margin-top: 0;
    background-color: #fff;
  }

  /* SECTION 3 */
  .section3 {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }

  .section3 .bg-black {
    padding: 1.3rem 2rem 1.4rem 2rem;
  }

  .section3 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section3 .title {
    font-size: 2.32rem;
    padding-top: 0;
  }

  .section3 .description {
    line-height: 1.6rem;
    font-size: 1.4rem;
    margin-top: 1.3rem;
    font-weight: 400;
  }

  /* SECTION 4 */
  .section4 {
    background-color: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
    overflow-x: unset;
  }

  .section4 .container {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .section4 .bg-grey {
    background-color: #ddd;
    padding: 3rem 2rem 0 4.1rem;
  }

  .section4 h2.title.first {
    margin-top: -3rem;
  }

  .section4 .title {
    font-size: 1.57rem;
    font-weight: 500;
  }

  .section4 .description {
    line-height: 1.3rem;
    font-size: 1.01rem;
    line-height: 1.21rem;
    font-weight: 400;
  }

  .section4 .videocontainer {
    min-height: unset;
  }

  .section4 .hair {
    max-width: 110%;
  }

  .section4 .brown {
    margin-bottom: 0;
  }

  /* SECTION 5 */
  .section5 {
    overflow-x: unset;
    background-color: #fff;
    padding-bottom: 3rem;
  }

  .section5 .bg-black {
    padding: 1.8rem 2rem 1.4rem 2rem;
  }

  .section5 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section5 .title {
    font-size: 2.32rem;
    padding-top: 0;
  }

  .section5 .description {
    line-height: 1.6rem;
    font-size: 1.4rem;
    margin-top: 1.3rem;
    font-weight: 400;
  }

  /* OFFER */
  .offer-section {
    background-color: #f4f5f7;
    box-shadow: none;
  }

  .offer-section .cta .btn {
    width: 16rem;
  }

  .offer-section .cta .btn {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .footer {
    font-size: 1rem;
    background-color: #fff;
  }

  footer .copyright {
    text-align: left;
    font-size: 0.6rem;
    color: #707070;
    line-height: 0.8rem;
  }

  footer .container.brown {
    max-width: 100%;
  }

  footer .copyright.cop {
    margin-left: -2rem;
  }

  footer .container.brown {
    box-shadow: none;
  }
}


/* html {
  background-image: url(../img/backdesktop.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  opacity: 0.6;
} */