@import '/style/plugins/mobirise-icons.css';
* {
  box-sizing: border-box;
}

html,
body,
.wrapper,
.main-content,
.step {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

body {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  outline: none;
}

p {
  margin: 0;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  position: relative;
}

.pxl, .hidden {
  display: none !important;
}

@media (min-width: 1200px) {
  body {
    overflow-y: hidden;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  html {
    font-size: 1vh;
  }
}
.btn {
  display: block;
  background-color: #f5007b;
  height: 2.5rem;
  line-height: 2.3rem;
  padding: 0 1rem;
  border: 0.1rem solid #f5007b;
  border-radius: 2.5rem;
  transition: all 200ms linear;
  margin-bottom: 0.5rem;
}
.btn:hover {
  color: #f5007b;
  background-color: #fff;
}
.btn.btn-uppercase {
  text-transform: uppercase;
  line-height: 2.4rem;
  display: inline-block;
}

@media (min-width: 1800px) and (min-height: 960px) {
  .btn {
    font-size: 2.5rem;
    height: 5rem;
    line-height: 4.7rem;
    padding: 0 3rem;
    border-radius: 5rem;
    margin-bottom: 1.5rem;
    border-width: 0.2rem;
  }
  .btn.btn-uppercase {
    line-height: 4.7rem;
  }
}
.title,
.headline,
.content {
  color: #2e3141;
}

.title,
.headline {
  margin: 0 0 0.5rem;
}

.content {
  margin-bottom: 1rem;
  line-height: 1.3rem;
}

.subtitle {
  color: #440820;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.subtitle span {
  color: #f5007b;
}

.question {
  max-width: 80%;
  margin: 0 auto 1.5rem;
}

.step8 {
  text-align: center;
}

.footer > div > a {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.pop-up-content {
  word-wrap: break-word;
}
.pop-up-content a {
  text-decoration: underline;
}

@media (min-width: 1800px) and (min-height: 960px) {
  .title,
.headline {
    font-size: 5rem;
    margin: 0 0 2rem;
  }

  .content,
.subtitle,
.question,
.footer {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .content {
    line-height: 3rem;
    margin-bottom: 2rem;
  }

  .subtitle {
    margin-bottom: 2.5rem;
  }

  .question {
    margin: 0 auto 2.5rem;
  }

  .footer > div > a {
    text-shadow: 0.1rem 0.1rem 0 #000, -0.1rem -0.1rem 0 #000, 0.1rem -0.1rem 0 #000, -0.1rem 0.1rem 0 #000, 0.1rem 0.1rem 0 #000;
  }

  .pop-up-content {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
.step {
  display: flex;
  flex-direction: column;
}
.step:not(.step1) .btn-group {
  margin: 0 auto 1.5rem;
  max-width: 80%;
}
.step .text-area {
  flex: 1;
}
.step .text-area .text-wrapper {
  padding: 1.5rem 1rem 1rem;
}
.step .image-wrapper {
  font-size: 0;
}
.step .image-wrapper img {
  width: 100%;
  margin: 0 auto;
}
.step .image-wrapper img.destop-image {
  display: none;
}

@media (max-width: 420px) and (min-height: 740px) {
  .step .text-area {
    position: relative;
  }
  .step .text-area .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 1rem;
  }
}
@media (min-width: 568px) {
  .step .text-area .text-wrapper {
    max-width: 400px;
    margin: 0 auto;
  }
  .step .image-area .image-wrapper.image-2 img {
    width: 75%;
  }
  .step.step8 .text-area .text-wrapper {
    max-width: 75%;
  }
  .step.step8 .btn-group {
    width: 15rem;
  }
}
@media (min-width: 810px) {
  .step {
    position: relative;
  }
  .step .text-area {
    position: absolute;
    z-index: 1;
    width: 100%;
    max-width: 45%;
    top: 4rem;
  }
  .step .text-area .text-wrapper {
    padding: 0 0 0 1.5em;
  }
  .step .image-area .image-wrapper.image-1 {
    margin-top: 3.5rem;
  }
  .step .image-area .image-wrapper img.destop-image {
    display: block;
  }
  .step .image-area .image-wrapper img.mobile-image {
    display: none;
  }
  .step.step8 .text-area {
    position: static;
    transform: none;
    max-width: none;
  }
  .step.step8 .text-area .text-wrapper {
    padding: 1.5rem 1rem 1rem;
  }
}
@media (min-width: 768px) and (min-height: 635px) {
  .step.step8 .text-area {
    position: relative;
    top: 0;
  }
  .step.step8 .text-area .text-wrapper {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (min-width: 992px) {
  .step {
    justify-content: flex-end;
  }
  .step .text-area {
    top: 7rem;
  }
  .step .text-area .text-wrapper {
    padding: 0;
  }
  .step .image-area .image-wrapper.image-1 {
    margin: 0;
  }
  .step .image-area .image-wrapper.image-2 img {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .step {
    justify-content: flex-start;
  }
  .step .image-area .image-wrapper.image-1 {
    margin-top: 3rem;
  }
  .step .image-area .image-wrapper.image-2 img {
    width: 40%;
  }
  .step.step8 .text-area .text-wrapper {
    max-width: 50rem;
  }
}
@media (min-width: 1200px) and (min-height: 900px) {
  .step {
    justify-content: flex-end;
  }
  .step .text-area {
    top: 10rem;
  }
  .step .image-area .image-wrapper.image-2 img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) and (min-height: 900px) and (-ms-high-contrast: active), (min-width: 1200px) and (min-height: 900px) and (-ms-high-contrast: none) {
  .step .image-area {
    position: absolute;
    bottom: 0;
  }
  .step .image-area .image-wrapper.image-1 {
    margin: 0;
  }
  .step.step8 .text-area .text-wrapper {
    width: auto;
    top: 15rem;
  }
  .step.step8 .image-area {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1800px) {
  .step {
    justify-content: flex-start;
  }
  .step .image-area .image-wrapper.image-2 img {
    width: 40%;
  }
}
@media screen and (min-width: 1800px) and (-ms-high-contrast: active), (min-width: 1800px) and (-ms-high-contrast: none) {
  .step .image-area {
    position: static;
  }
  .step .image-area .image-wrapper.image-1 {
    margin-top: 3rem;
  }
  .step.step8 .image-area {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .step .text-area .text-wrapper {
    max-width: 65rem;
  }
  .step .image-area .image-wrapper.image-1 {
    margin-top: 6rem;
  }
  .step.step8 .text-area .text-wrapper {
    max-width: 100rem;
  }
  .step.step8 .btn-group {
    width: 30rem;
  }
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > div {
  margin: 0 1rem;
}
.footer > div .pop-up {
  position: fixed;
  top: 50%;
  left: 1rem;
  right: 1rem;
  transform: translateY(-50%);
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
  max-width: 900px;
  margin: 0 auto;
  padding: 3.5rem 1rem 1rem;
  border-radius: 0.5rem;
  text-align: left;
  color: #fff;
  display: none;
}
.footer > div .pop-up .close-pop-up {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/img/_btns/close_white.svg);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.footer > div .pop-up .pop-up-wrapper {
  max-height: 80vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.footer > div .pop-up .pop-up-wrapper::-webkit-scrollbar {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer {
    padding: 1rem 0;
  }
  .footer > div .pop-up {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media only screen and (min-width: 568px) and (max-height: 600px) {
  .footer > div .pop-up .pop-up-wrapper {
    max-height: 65vh;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .footer {
    min-height: 6rem;
  }
  .footer > div {
    margin: 0 2rem;
  }
  .footer > div .pop-up {
    border-radius: 0.8rem;
    padding: 7rem 2rem 2rem;
    max-width: 93rem;
  }
  .footer > div .pop-up .close-pop-up {
    width: 3rem;
    height: 3rem;
    right: 2rem;
    top: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
