/* .s-0001-stage */

.s-0001-stage {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.s-0001-image-container {
  overflow: hidden;
}

.s-0001-stage-image-wrapper {
  overflow: hidden;
  position: relative;
}

  .s-0001-stage-image-wrapper:before {
    content: '';
    display: block;
    padding-bottom: 25%;
  }

.s-0001-stage-image {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.s-0001-content-container {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.s-0001-avatar {
  border: 3px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

@media (min-width: 601px) and (max-width: 900px) {
  .s-0001-avatar {
    border-width: 10px;
  }
}

@media (min-width: 901px) {
  .s-0001-avatar {
    border-width: 15px;
  }
}

.s-0001-text {
  color: #ffffff;
  text-shadow: 0 3px 6px #000000;
}

.s-0001-anchor-wrapper {
  display: none;
}

@media (min-width: 1080px) {
  .s-0001-anchor-wrapper {
    display: flex;
  }
}

.s-0001-anchor {
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.24s;
}

  .s-0001-anchor:nth-child(n+2) {
    margin-left: 10px;
  }

  .s-0001-anchor:hover {
    box-shadow: 0 3px 6px #000000;
  }

.s-0001-icon {
  background: #ffffff;
  display: block;
  height: auto;
  padding: 20px;
  width: 100px;
}

/* .n-0001-language-switch */

.n-0001-language-switch:nth-child(n+2) {
  margin-top: 15vw;
}

@media (min-width: 1080px) {
  .n-0001-language-switch:nth-child(n+2) {
    margin-top: 9vw;
  }
}

.n-0001-language-list {
  color: #1F1B4E;
  font-size: 20px;
  line-height: 22px;
  margin-left: auto;
}

.n-0001-language {
  padding: 5px;
  position: relative;
}

.n-0001-language--active:after {
  background-color: #1F1B4E;
  bottom: 4px;
  content: '';
  display: block;
  left: 5px;
  height: 3px;
  position: absolute;
  right: 5px;
}

/* m-0001-text-image */

.m-0001-video-wrapper {
  margin-top: 30px;
  position: relative;
}

@media (min-width: 901px) {
  .m-0001-video-wrapper {
    margin-top: 0;
  }
}

.m-0001-video-wrapper:before {
  content: '';
  display: inline-block;
  padding-bottom: 56.25%;
}

.m-0001-video {
  left: 0;
  position: absolute;
  top: 0;
}

/* m-0002-text-container */
.m-0002-company-rows {
  background-color: #EFEFF3;
  padding-bottom: 20px;
  padding-top: 20px;
}

@media (min-width: 901px) {
  .m-0001-video-wrapper {
    padding-top: 0;
  }
}

.m-0002-wave {
  position: absolute;
  z-index: -1;
}

.m-0002-wave--top {
  transform: scale(1, -1) translateY(100%);
  top: 1px;
}

.m-0002-wave--bottom {
  transform: scale(-1, 1) translateY(100%);
  bottom: 1px;
}

.m-0002-logo {
  width: 70%;
}

.m-0002-logo--mch {
  margin-left: 20%;
  width: auto;
}

.m-0002-text-container {
  margin-top: 50px;
}

@media (min-width: 901px) {
  .m-0002-text-container {
    margin-top: 0;
  }
}

.m-0002-text {
  font-size: 26px;
  line-height: 36px;
  position: relative;
}

.m-0002-icon {
  left: -30px;
  min-width: 20px;
  max-width: 30px;
  position: absolute;
  top: -10px;
  width: 4vw;
}

@media (min-width: 601px) and (max-width: 900px) {
  .m-0002-icon {
    left: -40px;
    width: 3vw;
  }
}

@media (min-width: 901px) {
  .m-0002-icon {
    left: -40px;
    width: 2vw;
  }
}

.m-0002-author {
  text-align: right;
}

.m-0002-row:nth-child(n+2) {
  margin-top: 40px;
}

/* m-0003-reviews */

.m-0003-reviews {
  padding-bottom: 20px;
  padding-top: 20px;
}

.m-0003-icon {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 18%;
}

  .m-0003-icon:nth-child(1) {
    left: 20%;
    top: 40%;
  }

  .m-0003-icon:nth-child(2) {
    left: 35%;
    top: 70%;
  }

  .m-0003-icon:nth-child(3) {
    left: 50%;
    top: 30%;
  }

  .m-0003-icon:nth-child(4) {
    left: 65%;
    top: 70%;
  }

  .m-0003-icon:nth-child(5) {
    left: 80%;
    top: 40%;
  }

.m-0003-star-collection {
  margin-top: 40px;
  position: relative;
}

@media (min-width: 901px) {
  .m-0003-star-collection {
    margin-top: 20px;
  }
}

.m-0003-star-collection:before {
  content: '';
  display: block;
  padding-bottom: 56.25%;
}

.m-0003-text {
  font-size: 22px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
}

  .m-0003-text:nth-child(n+2) {
    margin-top: 20px;
  }

.m-0003-quote {
  left: -10px;
  min-width: 30px;
  max-width: 50px;
  opacity: 0.2;
  position: absolute;
  top: -20px;
  width: 3vw;
  z-index: -1;
}

/* m-0004-form */

.m-0004-form {
  background-color: #EFEFF3;
  padding-bottom: 80px;
  padding-top: 20px;
}

@media (min-width: 901px) {
  .m-0004-form {
    padding-top: 0;
  }
}

.m-0004-wave {
  position: absolute;
  z-index: -1;
}

.m-0004-wave--top {
  transform: scale(1, -1) translateY(100%);
  top: 1px;
}

.m-0004-contact-links:nth-child(n+2) {
  margin-top: 40px;
}

.m-0004-anchor {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  transition: all 0.24s;
}

  .m-0004-anchor:nth-child(n+2) {
    margin-left: 20px;
  }

  .m-0004-anchor:hover {
    box-shadow: 0 3px 6px #000000;
  }

.m-0004-icon {
  background: #ffffff;
  display: block;
  height: auto;
  padding: 20px;
  width: 80px;
}

.m-0004-form-container {
  margin-top: 50px;
}

@media (min-width: 901px) {
  .m-0004-form-container {
    margin-top: 0;
  }
}

/* n-0002-footer */
.n-0002-footer {
  background-color: rgba(31, 27, 78, 1);
  color: #ffffff;
  font-size: 22px;
  line-height: 30px;
}

.n-0002-copyright {
  padding: 10px 0 6px;
}

.n-0002-meta-sites {
  margin-left: auto;
  padding-left: 10px;
}

.n-0002-anchor {
  color: #ffffff;
  padding: 10px 0 6px;
  white-space: nowrap;
}

  .n-0002-anchor:nth-child(n+2) {
    margin-left: 30px;
  }
