@font-face {
  font-family: Gojira;
  src: url('../fonts/GojiraBlack.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.intro {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container {
  width: 80svw;
  margin-left: auto;
  margin-right: auto;
}

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

.h1 {
  color: #fff;
  margin-bottom: 45px;
  font-family: Gojira, Verdana, sans-serif;
  font-size: 130px;
  line-height: 110px;
}

.h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.h4.black {
  color: #000;
}

.body {
  background-color: #000;
  font-family: Barlow, sans-serif;
}

.h6 {
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
  font-weight: 400;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.h2 {
  color: #fff;
  font-family: Gojira, Verdana, sans-serif;
  font-size: 75px;
  line-height: 75px;
}

.h2.black {
  color: #000;
  font-size: 90px;
}

.offset-right {
  width: 60%;
  margin-top: 50px;
  margin-left: auto;
}

.p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
}

.p.black {
  color: #000;
}

.ul {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ul.black {
  color: #000;
}

.cta-newsletter {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 80px 50px;
}

.box-confronto {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px;
}

.box-confronto.outline {
  background-color: #0000;
  border: 1px solid #fff;
}

.h3 {
  font-family: Gojira, Verdana, sans-serif;
  font-size: 60px;
  line-height: 60px;
}

.h3.white {
  color: #fff;
}

.row-confronto {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.form {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  height: 50px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 18px;
}

.btn-form {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.bottone {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #b4b4b4;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
}

.bottone.m-top {
  margin-top: 40px;
}

.bottone.m-top.black {
  color: #000;
  border-color: #000;
}

.arrow {
  transform: rotate(90deg);
}

.video-pagina {
  z-index: 1;
  object-fit: cover;
  width: 450px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.anteprima-video {
  width: 450px;
  height: 850px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cover-video {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-anteprima {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.play {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 60px 10px;
  font-family: Gojira, Verdana, sans-serif;
  font-size: 35px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 2px 14px 8px #fff3;
}

.privacy {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.link {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .h1 {
    font-size: 100px;
    line-height: 100px;
  }

  .row-confronto {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 95svw;
  }

  .h1 {
    font-size: 37px;
    line-height: 35px;
  }

  .h4 {
    font-size: 18px;
    line-height: 22px;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .h2.black {
    font-size: 50px;
  }

  .offset-right {
    width: 90%;
  }

  .p {
    font-size: 16px;
    line-height: 20px;
  }

  .ul, .ul.black {
    padding-left: 20px;
  }

  .cta-newsletter {
    padding: 40px 20px;
  }

  .box-confronto {
    padding: 30px;
  }

  .box-confronto.outline {
    margin-top: 10px;
  }

  .h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .form {
    width: 100%;
  }

  .bottone.m-top {
    font-size: 12px;
  }

  .video-pagina {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .anteprima-video {
    width: 100%;
    height: 550px;
  }
}


@font-face {
  font-family: 'Gojira';
  src: url('../fonts/GojiraBlack.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}