.version-2::before {
  position: absolute;
  background-color: #c8d8ff;
  border-radius: 50%;
  content: "";
  display: block;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  height: 100%;
  aspect-ratio: 1/1;
}
.version-2 .picture {
  height: auto;
  width: 49vw;
  top: 0;
  right: -30px;
  transform: translate(0, -20%);
}
@media (max-width: 768px) {
  .version-2::before {
    top: inherit;
    bottom: 0;
    right: inherit;
    left: 0;
    transform: translate(-50%, -10%);
    height: 600px;
    aspect-ratio: 1/1;
  }
  .version-2 .picture {
    width: 110vw;
    top: 0;
    left: -65px;
    right: inherit;
    transform: inherit;
    margin-bottom: -10px;
    margin-top: -15px;
  }
}

.version-3 {
  position: relative;
  background-color: transparent;
}
.version-3 .container {
  position: static;
  color: #fff;
}
.version-3 .picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  max-width: none;
}
.version-3 .button-white {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px) {
  .version-3 {
    padding-top: 166px;
    margin-top: -65px;
  }
  .version-3 .picture {
    max-width: none;
    position: absolute;
    transform: translate(-50%, -55%);
  }
  .version-3 .title {
    margin-bottom: 339px;
    text-align: center;
  }
  .version-3 .title span {
    color: #fff;
  }
  .version-3 .main-buttons {
    margin-top: 30px;
  }
  .version-3 .main-buttons p {
    color: #000;
  }
  .version-3 .button-white {
    color: #1a1a1a;
    border-color: #1a1a1a;
  }
}

.version-4 {
  background-color: #000;
  color: #fff;
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .version-4 {
    padding-bottom: inherit;
  }
}
.version-4 .list {
  z-index: 1;
  position: inherit;
}
.version-4 .title {
  z-index: 1;
  position: relative;
}
.version-4 .picture {
  height: auto;
  width: 59vw;
  max-width: 860px;
  bottom: -130px;
  top: inherit;
  right: 0;
  z-index: 0;
  min-width: 488px;
}
@media (max-width: 768px) {
  .version-4 .picture {
    position: relative;
    transform: translate(0, 0);
    left: -48px;
    bottom: inherit;
    margin-bottom: 0;
    margin-top: -85px;
  }
}
.version-4 p {
  font-weight: 200;
}
.version-4 .main-buttons {
  position: relative;
  z-index: 1;
}
.version-4 .main-buttons .button-white {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .version-4 .main-buttons .button-white {
    border-color: #000;
    color: #000;
  }
}
.version-4 .main-buttons p {
  display: none;
}

.version-5 {
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .version-5 {
    padding-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .version-5 {
    padding-bottom: inherit;
  }
}
.version-5 .picture {
  height: auto;
  width: 47vw;
  right: 0;
  bottom: -90px;
  max-width: 677px;
}
@media (max-width: 768px) {
  .version-5 .picture {
    width: 100vw;
    position: relative;
    max-width: 400px;
    top: 0;
    left: -35px;
    right: inherit;
    transform: inherit;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .version-5 .main-buttons {
    background: transparent;
    box-shadow: none;
    margin-top: -30px;
  }
}
@media (max-width: 480px) {
  .version-5 .main-buttons {
    margin-top: -85px;
  }
}
.version-5 .main-buttons p {
  display: none;
}/*# sourceMappingURL=version.css.map */