/* IMPORTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* General Styles */

*, *::before, *::after {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

html, body {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  width: 100%;
}

body {
  margin: 0;
  font-weight: 400;
  color: #181818;
  text-align: left;
  background-color: #fff;
}

button {
  cursor: pointer;
}

/* Mobile */

html {
  font-size: 16px;
}

.br-desktop {
  display: none;
}

section {
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;

}

.section-margin {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

/* HERO */
  
.hero {
  position: relative;
}

.hero__img {
  width: 100%;
  height: auto;
  position: relative;
}

.hero__img--desktop {
  display: none;
}

.hero__text {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
}

.hero__h1 {
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.4;
  color: #fff;
  /* text-transform: uppercase; */
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero__h1 img {
  width: 100%;
}

.hero__h1 p {
  width: 70%;
  margin-left: 30%;
}

.hero__h1 img, p {
  margin-top: 5%;
}

.hero__bage {
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(131.14deg, #7F28C4 4.53%, #E2197C 70.61%, #E5231B 102.64%);
  padding:  0.8rem 1.5rem;
  border-radius: 1.5rem 0;
}

.hero__title {
  font-size: 1.4rem;
  font-weight: normal;
}
.title__bold {
  font-weight: 1000;
}

/* Main text */

.main-desc {
  padding: 0 10%;
  text-align: center;
}

.main-desc__text {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}

.main-desc__logo {
  width: 35vw;
  margin: 2rem auto 0 auto;
}

/* Baner */
.banner {
  background-image: url('../images/mobile/banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: bottom;
}

/* .bar {
  background-position-x: 100;
} */

.newsletter {
  background-image: url('../images/mobile/newsletter.jpg');
}

.banner-slider {
  background-image: url('../images/desktop/Shades.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: -200vw;
  background-position-y: bottom;
}

.banner-slider .banner__h2 {
  color: white;
  padding: 2rem;
}

.banner__h2 sup {
  vertical-align: super;
  font-size: smaller;
}
.banner__content {
  width: 100%;
  min-height: 130vw;
  text-align: center;
  padding: 15% 7% 15% 7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.products__details .banner__content {
  padding: 2%;
  min-height: unset;
}

.bar .banner__content {
  width: 100%;
    text-align: center;
    justify-content: flex-end;
    padding: 10%;
}
.banner__text {
  /* display: contents; */
  margin-bottom: unset;
  display:inline-block;
  align-self: center;
}

.banner__h2 {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.3;
  /* font-weight: normal; */
  margin-bottom: unset;
}
.bar .banner__h2 {
  font-size: 1.2rem;
  color: #000;
  font-weight: 800;
}

.newsletter .banner__h2 {
  font-weight: normal;
  font-size: 1.5rem;
}
.banner__p {
  color: #000;
  font-size: 0.8rem;
  line-height: 2;
  font-weight: 600;
}
.products__details .banner__p {
  line-height: 1.3;
  margin:  auto auto 1rem auto;
  text-align: left;
  letter-spacing: 0.2rem;
}

.city-list {
  margin: 0.5rem!important;
  /* text-align: left!important; */
  /* MARGIN-LEFT: 50%!important; */
  /* TRANSFORM: TRAnSLATEX(-45%); */

}

.bar .banner__p {
  color: #fff;
}
.banner__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  background: black;
  border: 1px solid transparent;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.5rem;
  margin-top: 2rem;
}

.banner-slider .banner__btn {
  color: #000;
  background: #fff;
 
}
.bar .banner__btn {
  color: #fff;
  background: #F36F40;
  padding: 0.75rem 1.5rem;
  border-radius: 2rem;
  letter-spacing: 5px;
  font-weight: 800;
  /* margin-left: unset; */
}
.products__details .banner__btn {
  margin-top: 1rem;
}

/* VIDEO */

.video__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}

.video__container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* PRODUCTS */

.products {
  /* display: flex; */
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.products img {
  width: 100%;
  height: auto;
}

.products p {
  margin: 0;
}

.products .products__slider {
  min-width: 100%;
  display: flex;
  /* flex-shrink: 0; */
  transition: transform 0.5s;
}

.products .arrow-container {
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 5vw;
  top: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px solid #E4EDED;
  border-radius: 50%;
}

.products .arrow-left {
  transform: rotate(180deg);
}

.products .arrow-right {
  left: auto;
  right: 5vw;
}

.products .products__prod {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.newsletter {
  background-color: #f9cbd5;
}

.products .products__prod .products__details {
  position: absolute;
  padding: 0.75rem 0;
  left: 0;
  top: 0.5rem;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0,0,0,0.6);
}

.products .products__prod .products__badges {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.products .products__prod .products__badges img {
  width: 25%;
  margin-bottom: 0.5rem;
}

.products .products__prod .products__badges p {
  width: 92%;
  color: #fff;
  font-size: 0.6rem;
  line-height: 1.4;
  text-align: center;
}

.products .products__prod .products__details .products__txt {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  line-height: 1.2;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 1rem;
  width: 55%;
  margin-left: 35%;
}

.products .products__prod .products__details .products__link {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #1b1b1b;
  border: 1px solid transparent;
  width: fit-content;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.products .products__prod .products__details .products__link:hover {
  color: #181818;
  background: #ffffff;
  border-color: #ffffff;
  transition: all 0.4s ease 0s;
}

.products .products__prod .products__details--no-bg {
  background: none;
}

/* Banner-slider (shades) */

.banner-slider .slider-container {
  width: 86.99%;
  margin: 0 auto;
  padding-left: 1%;
}

.banner-slider #arrow-left, .banner-slider #arrow-right {
  display: none;
}

.banner-slider label {
display: block;
}

.banner-slider .arrows {
  position: absolute;
  width: 94%;
  left:3%;
  z-index: 1;
}

.banner-slider .arrow-container {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0px 14px 26px rgba(39, 13, 48, 0.25);
}

.banner-slider .arrow-left {
  position: absolute;
  left: 0px;
}

.banner-slider .arrows .arrow--active {
  background-color: #181818;
  box-shadow: none;
}

.banner-slider .arrow--active .arrow {
  background: #fff;
}

.banner-slider .arrow--active .arrow:before, .arrow--active .arrow:after {
  background: #fff;
}

.banner-slider .arrow-right {
  position: absolute;
  right:0px;
}

.banner-slider .arrow {
  background: #181818;
  height: 1px;
  width: 11px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}

.banner-slider .arrow-left .arrow:before {
  left: -1px;
  top: -3px;
  transform: rotate(-45deg);
}

.banner-slider .arrow-left .arrow:after {
  left: -1px;
  top: 3px;
  transform: rotate(45deg);
}

.banner-slider .arrow:before, .arrow:after {
  content: "";
  background: #181818;
  position: absolute;
  height: 1px;
  width: 8px;
}

.banner-slider .arrow:before {
  right: -1px;
  bottom: -3px;
  transform: rotate(-45deg);
}

.banner-slider .arrow:after {
  right: -1px;
  top: -3px;
  transform: rotate(45deg);
}


.banner-slider .slider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.banner-slider .prod-container {
  min-width: 100%;
  margin-left: 0%;
  position: relative;
}

.banner-slider .prod-container img {
  width: 100%;
  position: relative;
}

.banner-slider .tile {
    top: 0;
    position: absolute;
    width: 100%;
    justify-content: center;
    background-color: #000;
    color: #fff;
    padding: 0.5rem;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    justify-content: space-evenly;
}

.banner-slider .tile img {
  max-width: 45px;
}

.banner-slider .tile div:nth-child(2) {
  /* margin-right: auto; */
}

.banner-slider .prod-container:nth-child(2) {
  min-width: 100%;
}

.banner-slider .tile div>p:first-child {
  font-weight: 590;  
}

.banner-slider .tile div>p:first-child + p{
  font-size: 0.9rem;
  color: rgba(24, 24, 24, 0.6);

}

/* FOOTER */
.footer p {
  width: 90%;
  margin: 2rem auto ;
  color: #8A8A8A;
  font-size: 0.75rem;
  line-height: 1.3;
}


@media screen and (min-width: 500px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 700px) {
  html {
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  html {
    font-size: 8px;
  }

  /* HERO */
  .hero__img {
    display: none;
  }
  
  .hero__img--desktop {
    display: block;
  }


  .hero__text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .hero__h1 {    
    font-size: 2rem;
    line-height: 1.2;
    text-align: right;
    text-align: right;
    margin-right: 4%;
  }

  .hero__h1 img {
    width: 38%;
  }

  .hero__h1 p {
    width: inherit;
    margin-left: inherit;
  }
  
  .hero__h1 img, p {
    margin-top: inherit;
  }
  
  .hero__h1--left {
    text-align: left;
    margin-left: 5%;
  }
  
  .hero__h1--right {
    text-align: right;
    margin-right: 5%;
  }

  .hero__title {
    font-size: 2rem;
  }

  /* Main text */
  .main-desc {
    padding: 0% 15%;
    text-align: center;
  }

  .main-desc__text {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .main-desc__logo {
    width: 10vw;
  }
  .section-margin {
    width: 80%!important;
    margin-left: 10%;
    margin-right: 10%;
  }
  
  /* Baner */
  .banner {
    background-image: url('../images/desktop/banner.jpg');
    background-position-x: center;
    width: calc(0.9 * 100vw);
    height: calc(0.8 * 29.7vw);
  }

  .newsletter {
    background-image: url('../images/desktop/newsletter.jpg');
  }

  .banner-slider {
    background-image: url('../images/desktop/shades.jpg');
    background-position-x: 0;
    width: 100%;
    height: calc(0.9 * 28.7vw);
  }

  .banner__content {
    /* margin-left: 30%;
    width: 70%; */
    height: 100%;
    min-height: unset;
    padding: 5%;
    justify-content: center;
  }

  .newsletter .banner__content {
    margin-left: 35%;
    width: 65%;
  }

  .bar .banner__content {
    width: 40%;
    margin-left: 30%;
    text-align: center;
    padding: 0 5%;
    justify-content:center;
  }

  .banner__h2 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .bar .banner__h2 {
    font-size: 1.5rem;
  }
  .newsletter .banner__h2 {
    font-size: 3rem;
  }
  .banner__p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .products__details .banner__p {
    margin:  auto auto 4rem auto;
  }

  .bar .banner__btn {
    padding: 0.75rem 2rem;
    margin-right: 0;
  }
  
  /* .bar .banner__p {
    color: #fff;
  } */
  .banner__btn {
    font-size: 1rem;
    padding: 0.5rem 2rem;
    border-radius: 0.2rem;
    margin-top: 1rem;
  }

  .banner__btn:hover {
    color: #000;
    background-color: #fff;
    /* border-color: #fff; */
    border: 2px solid black;
  }

  .banner-slider .banner__btn:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
  }

  /* VIDEO */

  .video {
    width: calc(0.75 * 100vw);
  }

  /* PRODUCTS */

  .products {
  display: flex;
  }

  .products .arrow-container {
    display: none;
  }
  
  .products .products__slider {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  .products .products__prod {
    width: 49%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
  }

  .newsletter {
    margin-top: unset!important;
  }

  .products .products__prod .products__details {
    top: 1rem;
  }

  .products .products__prod .products__details .products__txt {
    /* line-height: 1.7; */
    font-size: 1.5rem;
  }

  .products__txt sup  {
    top: -0.7rem;
    font-size: 1.1rem;
  }

  /* Banner-slider (shades) */
  .banner-slider .prod-container {
    min-width: 19%;
    margin-left: 1%;
  }
  
  .banner-slider .prod-container:nth-child(2) {
    min-width: 19%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1600px) {

  .banner-slider .tile div>p:first-child {
      font-size: 14px;
  }

  .banner-slider .tile div>p:first-child + p{
      font-size: 0.8rem;
  
  }
}

@media only screen and (max-width: 768px) {
  
  
  
}

@media screen and (min-width: 1000px) {
  html {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 1800px) {
  html {
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  html {
    font-size: 20px;
  }

  .wrapper {
    /* width: 1920px; */
    margin: auto;
  }
  
  .banner {
    width: calc(0.9 * 1920px);
    height: calc(0.9 * 0.287 * 1920px);
  }
}

/* NEWSLETER FORM */
/* DESKTOP */
  /* Formularz */
  #newsletter-page form {
      width: 100%;
      height: auto;
      /* display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; */
  }
  
  /* INPUTS */
  #newsletter-page .exe-input {
      width: 40%;
      margin: 0 auto;
      display: inline-flex;
      flex-direction: column;
      position: relative;
      font-family: 'Montserrat', sans-serif;
      padding: 1.168vw 0.4745vw 0 0.4745vw; /* 16px 6.5px 0 6.5px */
  }
  #newsletter-page .exe-input input,
  #newsletter-page .exe-input label,
  #newsletter-page .exe-input span {
      transition: 0.3s ease-out;
  }
  #newsletter-page .exe-input input {
     border: none;
     border-bottom: 2px solid #000;
      margin: 0 -0.4745vw; /* 0 -6.5*/
      padding:  0.438vw 0.4745vw 0.438vw 0.4745vw; /* 0 6.5 6 6.5 */
      line-height: 1.314vw; /* 18px */
      font-size: 1.022vw; /* 14px */
      background: transparent;
  }
  
  #newsletter-page .exe-input label {
      position: absolute;
      top: 1.752vw;  /* 24px */
      color: #7b8283;
      line-height: 0.949vw; /* 13px */
      font-size: 1.022vw; /* 14px */
  }
  
  #newsletter-page .exe-input span {
      color: #851168;
      line-height: 0.949vw; /* 13px */
      font-size: 0.73vw;  /* 10px */
      opacity: 0;
  }
  
  #newsletter-page .exe-input input.filled + label,
  #newsletter-page .exe-input input:focus + label {
      top: 0;
      text-transform: uppercase;
      font-size: 0.73vw;  /* 10px */
  }
  
  #newsletter-page .exe-input input:focus {
      border-color: #7F28C4;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #7F28C4;
  }
  
  #newsletter-page .exe-input input.invalid {
      border-color: #851168;
      background: transparent;
  }
  
  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }
  
  #newsletter-page .exe-input input.invalid + label {
      color: #851168;
  }

  
  
  /* CHECKBOX */
  #newsletter-page .exe-agreement {
      position: relative;
      width: 100%;
      height: auto;
  
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;
  
      background-color: transparent;
      opacity: 1;
  
      margin-top: 1.04vw; /* 20px */
      margin-bottom: 1.04vw; /* 20px */
  }
  
  #newsletter-page .exe-agreement input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label {
      width: calc(100% - 2vw);
  
      /* white-space: pre-wrap; */
  
      text-align: left;
      color: #747A7B;
      font: normal normal normal 0.624vw/0.832vw Montserrat; /* 12px/16px */
      opacity: 1;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
      text-decoration: underline;
      color: #747A7B;
  }
  
  #newsletter-page .exe-agreement span {
      width: calc(100% - 2vw);
      margin-left: 2vw;
  
      line-height: 1.04vw;
      font-size: 0.624vw;
      color: #851168;
      opacity: 0;
      transition: 0.3s ease-out;
  }
  
  #newsletter-page .exe-agreement input.invalid ~ span {
      opacity: 1;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap {
      position: relative;
      width: 1.314vw; /* 18px */
      height: 1.314vw /* 18px */
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
      position: absolute;
      top: 0;
      left: 0;
      width: 1.314vw; /* 18px */
      height: 1.314vw /* 18px */
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
      opacity: 0;
      transition: 0.3s ease-out;
      z-index: 2;
  }
  
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
      opacity: 1;
  }
  
  
  /* SUBMIT BUTTON */
  #newsletter-page .exe-btn-form-send {
      /* margin:0 auto;
      padding: 1.04vw 2.08vw; /* 20px 40px */
  
      background: black;
      border-radius: 0.208vw; /* 4px */
      opacity: 1;
  
      text-align: center;
      color: #FFFFFF;
      font: normal normal bold 0.728vw/1.04vw Montserrat; /* 14px/20px */
  
      cursor: pointer; */
      display: inline-flex;
      margin-top: 1.5rem;
  }
  
  #newsletter-page .exe-btn-form-send:hover {
      background: #7F28C4;
  }

/* MOBILE */
@media only screen and (max-width: 479px) {
  /* Formularz */
  #newsletter-page form {
      width:100%;
      height: auto;

      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
  }

  /* INPUTS */
  #newsletter-page .exe-input {
      position: relative;
      width:100%;
      display: flex;
      flex-direction: column;
      font-family: 'Montserrat', sans-serif;
      padding: 4.072vw 1.65425vw 0 1.65425vw; /* 16px 6.5px 0 6.5px */
  }

  #newsletter-page .exe-input input,
  #newsletter-page .exe-input label,
  #newsletter-page .exe-input span {
      transition: 0.3s ease-out;
  }

  #newsletter-page .exe-input input {
    border: none;
    border-bottom: 2px solid #000;
      margin: 0 -1.65425vw; /* 0 -6.5*/
      padding:  1.2725vw 1.65425vw; /* 5 6.5 */
      line-height: 4.8355vw; /* 19px */
      font-size: 4.072vw; /* 16px */
      background: transparent;
  }

  #newsletter-page .exe-input label {
      position: absolute;
      top: 5.599vw;  /* 22px */
      color: #7b8283;
      line-height: 4.8355vw; /* 19px */
      font-size: 3.7vw; /* 4.072vw;  16px */
  }
  
  #newsletter-page .exe-input span {
      color: #851168;
      line-height: 3.3085vw; /* 13px */
      font-size: 2.545vw;  /* 10px */
      opacity: 0;
  }
  
  #newsletter-page .exe-input input.filled + label,
  #newsletter-page .exe-input input:focus + label {
      top: 0;
      text-transform: uppercase;
      font-size: 2.545vw;  /* 10px */
  }

  #newsletter-page .exe-input input:focus {
      border-color: #7F28C4;
  }
  
  #newsletter-page .exe-input input:focus + label {
      color: #7F28C4;
  }

  #newsletter-page .exe-input input.invalid {
      border-color: #851168;
      background: transparent;
  }

  #newsletter-page .exe-input input.invalid ~ span {
      opacity: 1;
  }

  #newsletter-page .exe-input input.invalid + label {
      color: #851168;
  }


  /* CHECKBOX */
  #newsletter-page .exe-agreement {
      position: relative;
      width: 100%;
      height: auto;

      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      flex-wrap: wrap;

      background-color: transparent;
      opacity: 1;

      margin-top: 5.54vw; /* 20px */
      margin-bottom: 5.54vw; /* 20px */
  }

  #newsletter-page .exe-agreement input {
      position: absolute;
      opacity: 0;
      pointer-events: none;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-label {
      width: calc(100% - 8vw);

      /* white-space: pre-wrap; */

      text-align: left;
      color: #747A7B;
      font: normal normal normal 3.324vw/4.432vw Montserrat; /* 12px/16px */
      opacity: 1;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-label .exe-a-link {
      text-decoration: underline;
      color: #747A7B;
  }

  #newsletter-page .exe-agreement span {
      width: calc(100% - 8vw);
      margin-left: 8vw;

      line-height: 4.432vw;
      font-size: 3.324vw;
      color: #851168;
      opacity: 0;
      transition: 0.3s ease-out;
  }

  #newsletter-page .exe-agreement input.invalid ~ span {
      opacity: 1;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap {
      position: relative;
      width: 5.54vw; /* 20px */
      height: 5.54vw /* 20px */
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked,
  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-unchecked {
      position: absolute;
      top: 0;
      left: 0;
      width: 5.54vw; /* 20px */
      height: 5.54vw /* 20px */
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked {
      opacity: 0;
      transition: 0.3s ease-out;
      z-index: 2;
  }

  #newsletter-page .exe-agreement label.exe-checkbox-wrap .exe-checkbox-checked.visible {
      opacity: 1;
  }


  /* SUBMIT BUTTON */
  #newsletter-page .exe-btn-form-send {
      margin:0 auto;
      padding: 5.54vw 11.08vw; /* 20px 40px */

      background: black;
      border-radius: 1.108vw; /* 4px */
      opacity: 1;

      text-align: center;
      color: #FFFFFF;
      font: normal normal bold 3.878vw/5.54vw Montserrat; /* 14px/20px */

      cursor: pointer;
      margin-top: 1.5rem;
  }

  #newsletter-page .exe-btn-form-send:hover {
      background: #7F28C4;
  }
}
