@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.75rem 1rem;
  font-size: 1.15rem;
  line-height: 1;
  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;
}

header .logo {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

/* downarrow */
.downarrow {
  position: absolute;
  bottom: 2rem;
  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;
}

/* SECTION 1 */
.section1 {
  position: relative;
  background-color: #cacaca;
  padding-top: 2.5rem;
  overflow-x: hidden;
}

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

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

.section1 .girlspic {
  position: relative;
  z-index: 0;
}

.section1 .girsltext {
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  z-index: 1;
  -webkit-box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
  box-shadow: 0 0px 10px rgb(0 0 0 / 30%);
  font-weight: 700;
}

.section1 .girsltext p {
  margin-bottom: 0px;
}

.section1 .girsltext .line {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: center;
  color: #c90088;
}

.video-column {
  padding-left: 0px;
  padding-right: 0px;
}

.img-wrapper.video-column {
  max-width: 93%;
}

.section1 .videocontainer {
  margin-top: 3rem;
}

/* SECTION 2 */
.section2 {
  position: relative;
  background-color: #FFF;
  padding-bottom: 3rem;
  padding-top: 2.5rem;
}

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

.section2 .title {
  font-size: 1.7rem;
  font-weight: 500;
}

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

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

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

/* .twentytwenty-left-arrow {
  background-image: url(../img/dyson-22-afterbefore-leftarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  height: 20px;
  width: 40px;
  border: 0px;
} */

.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%);
}

/* .twentytwenty-right-arrow {
  background-image: url(../img/dyson-22-afterbefore-rightarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  height: 20px;
  width: 40px;
  border: 0px;
} */

.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;
}

.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: 3rem;
  padding-bottom: 3rem;
}

.section3 .title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.section3 .carousel-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-top: 4rem;
}

.section3 .carousel-img {
  -webkit-box-shadow: 0px 7px 16px -7px rgb(0 0 0 / 60%);
  -moz-box-shadow: 0px 7px 16px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 7px 16px -7px rgb(0 0 0 / 60%);
}

.section3 .carousel-text a {
  color: inherit;
  text-decoration: none;
}

/* .section3 .swiper-slide .carousel-text {
  transition: all 0.5s ease-in;
  opacity: 0;
} */

.section3 .swiper-slide.swiper-slide-active .carousel-text {
  opacity: 1;
}

.section3 .carousel-text strong {
  margin-bottom: 0.5rem;
}

.section3 .carousel-wrapper .swiper-slide img {}

.section3 .carousel-wrapper .swiper-slide p {
  font-size: 0.95rem;
  line-height: 1.2rem;
  text-align: center;
  padding: 2rem 0.5rem
}

.section3 .icon-item-col {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.section3 .icon-item-col img {
  width: 70px;
  margin-right: 1rem;
}

.section3 .icon-item-col p {
  margin-bottom: 0;
  font-size: 1rem;
}

.section3 .carousel-wrapper .swiper-slide {
  background: #fff;
  max-width: 100%;
}

.section3 .carousel-wrapper .swiper-slide .flex-grow-1 {
  width: auto;
  display: contents;
}

.section3 .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s ease-in;
  background-color: #FFF;
  border-color: #FFF;
}

.section3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 0.5rem;
  background-color: #9a9a9a;
  border-color: #9a9a9a;
}

.section3 .img-wrapper {
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.section4 .title {
  margin-bottom: 4rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.section4 p {
  color: #9a9a9a;
  font-size: 0.85rem;
  line-height: 0.9rem;
  font-weight: 500;
}

/* .section4 .icons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  grid-auto-flow: row;
}

.section4 .icons-grid .grid-item {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}

.section4 .icons-grid .grid-item img {
  width: 3.5rem;
  margin-bottom: 0.5rem;
}

.section4 .icons-grid .grid-item p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1rem;
  color: #FFF;
}

.section4 .icons-grid .grid-item p span {
  font-size: 0.7rem;
} */

.section4 .d-grid {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
  text-align: center;
}

.section4 .d-grid img {
  max-width: 40%;
  margin-bottom: 0.5em;
}

/* SECTION 5 */
.section5 {
  background-color: #fff;
  color: #9a9a9a;
}

.section5 .title.big {
  margin-bottom: 0.5rem;
}

.section5 .logo {
  margin-bottom: 2rem;
}

.section5 .logo img {
  width: 10.5rem;
}

.products-colors {
  margin-top: 3rem;
}

/* 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 -1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1); */
}

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

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

.offer-section .cta .btn {
  width: 65%;
  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: white;
}

.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: white;
}

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

footer .container.brown {
  background-color: #3d3d3d;
  padding-bottom: 1rem;
  padding-top: 2rem;
  margin-top: 2rem;
}

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

footer .copyright.cop {
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
  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: 362px) {
  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;
  }

  /* SECTION 1 */
  .section1 {
    padding-top: 5rem;
    background-color: #fff;
  }

  .section1 .container {
    background-image: url(../img/dyson-267-1-desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    min-height: 22rem;
  }

  .section1 .container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
  }

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

  .section1 .row {
    padding-top: 5rem;
  }

  .section1 .cta a {
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section1 .btn-copy {
    max-width: 12rem;
  }

  .section1 .title {}

  .video-column {
    background-color: #000;
  }

  .section1 .videocontainer {
    min-height: 0px;
    margin-top: 0px;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  /* SECTION 2 */
  .section2 {
    padding-top: 6rem;
  }

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

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

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

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

  .section2 .col-12.left,
  .section2 .col-12.right {
    height: 9rem;
  }

  .section2 .col-12.right {
    padding-left: 11rem;
  }

  /* .section2 .swiper-img {
    padding-left: unset;
    padding-right: unset;
    opacity: 0.4;
    transform: scale(0.8);
    transition: all 0.5s ease-in-out;
  }

  .section2 .swiper-slide-active .swiper-img {
    opacity: 1;
    transform: scale(1);
  }

  .section2 .swiper-container .card {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .section2 .card .card-title {
    font-size: 1.25rem;
  }

  .section2 .card .card-text {
    font-size: 0.75rem;
  } */

  /* SECTION 3 */
  .section3 {
    padding-top: 0rem;
    padding-bottom: 4rem;
  }

  .section3 .title {
    font-size: 2rem;
    padding-top: 5rem;
  }

  .section3 .carousel-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-top: 4rem;
  }

  .section3 .carousel-wrapper .swiper-slide p {
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 2rem 0.5rem;
    min-height: 14rem;
  }

  /* SECTION 4 */
  .section4 {
    background-color: #fff;
    padding-bottom: 6rem;
    padding-top: 4rem;
  }

  .section4 .title {
    margin-bottom: 7rem;
    font-size: 2rem;
    font-weight: 500;
  }

  .section4 .d-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section4 .d-grid img {
    max-width: 30%;
  }

  .section4 p {
    color: #9a9a9a;
    font-size: 1.2rem;
    font-weight: 500;
  }

  /* OFFER */
  .offer-section .cta .btn {
    width: 18rem;
  }

  .footer {
    font-size: 1rem;
  }

  .section .subtitle {
    font-size: 1.6rem;
  }

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

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

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

  /* .section4 .icons-grid .grid-item img {
    opacity: 0.5;
  }

  .section4 .icons-grid .grid-item p {
    color: #999999;
  }

  .section4 .icons-grid .grid-item p span {
    font-size: 0.8rem;
  } */
}