@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro"), local("GTWalsheimProRegular"), url(./../fonts/GTWalsheimProRegular.woff2) format("woff2"), url(./../fonts/GTWalsheimProRegular.woff) format("woff"), url(./../fonts/GTWalsheimProRegular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: GT Walsheim Pro;
  src: local("GT Walsheim Pro"), local("GTWalsheimProBold"), url(./../fonts/GTWalsheimProBold.woff2) format("woff2"), url(./../fonts/GTWalsheimProBold.woff) format("woff"), url(./../fonts/GTWalsheimProBold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html,
body {
  font-family: "GT Walsheim Pro", Arial, Helvetica, sans-serif;
  color: #231E21;
  overflow: hidden;
}

html {
  font-size: 1.5625vw;
  overflow-y: auto;
}
@media screen and (max-width: 812px) {
  html {
    font-size: 6.25vw;
  }
}

body {
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
}

img {
  pointer-events: none;
  user-select: none;
}

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

a {
  color: #231E21;
}

a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
  border: none;
  color: #231E21;
}

.mr-4--mix {
  margin-right: 1.2rem;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mix-header {
  height: 54.35rem;
  background-image: url("./../assets/header-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 812px) {
  .mix-header {
    height: 24.5rem;
    background-image: url("./../assets/header-bg--mobile.svg");
    background-size: 100% auto;
  }
}
.mix-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.6rem;
  color: #231E21;
}
.mix-header__title {
  max-width: 32rem;
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 0.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 812px) {
  .mix-header__title {
    min-width: 13.6rem;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
}
.mix-header__subtitle {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .mix-header__subtitle {
    padding: 0 1.2rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.mix-header__install {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 812px) {
  .mix-header__install {
    margin-bottom: 1.2rem;
  }
}
.mix-header__illustration {
  display: flex;
  height: 28rem;
  width: auto;
}
@media screen and (max-width: 812px) {
  .mix-header__illustration {
    height: 9.7rem;
  }
}

.mix-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.6rem;
}
@media screen and (max-width: 812px) {
  .mix-navbar {
    padding: 1.5rem 1rem 0;
  }
}

.mix-logo {
  display: block;
}
.mix-logo__image {
  display: block;
  width: 3.95rem;
  height: 1.2rem;
}
@media screen and (max-width: 812px) {
  .mix-logo__image {
    width: 3.3rem;
    height: 1rem;
  }
}
.mix-logo__image--footer {
  width: 2.25rem;
  height: unset;
}

.mix-icon {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
  background-size: 100% 100%;
}
.mix-icon__chrome {
  background-image: url("./../assets/icon-chrome.svg");
}
.mix-icon__comment_dots {
  background-image: url("./../assets/icon-comment-dots.svg");
}
.mix-icon__share {
  background-image: url("./../assets/icon-share.svg");
}
.mix-icon__share:hover, .mix-icon__share:active, .mix-icon__share:focus, .active .mix-icon__share {
  background-image: url("./../assets/icon-share--active.svg");
}
.mix-icon__save {
  background-image: url("./../assets/icon-save.svg");
}
.mix-icon__save:hover, .mix-icon__save:active, .mix-icon__save:focus, .active .mix-icon__save {
  background-image: url("./../assets/icon-save--active.svg");
}
.mix-icon__see_info {
  background-image: url("./../assets/icon-see_info.svg");
}
.mix-icon__see_info:hover, .mix-icon__see_info:active, .mix-icon__see_info:focus, .active .mix-icon__see_info {
  background-image: url("./../assets/icon-see_info--active.svg");
}
.mix-icon__browse {
  background-image: url("./../assets/icon-browse.svg");
}
.mix-icon__browse:hover, .mix-icon__browse:active, .mix-icon__browse:focus, .active .mix-icon__browse {
  background-image: url("./../assets/icon-browse--active.svg");
}
.mix-icon--btn:first-child {
  margin-right: 0.5rem;
}
.mix-icon--btn:last-child {
  margin-left: 0.5rem;
}

.mix-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5.6rem;
  height: 2rem;
  padding: 0 0.7rem;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  color: #231E21;
  background: #fff;
  font-size: 0.7rem;
  line-height: 1rem;
  outline: none;
  text-decoration: none;
}
@media screen and (max-width: 812px) {
  .mix-btn {
    min-width: 4rem;
    height: 1.6rem;
    font-size: 0.6rem;
  }
}
.mix-btn:hover, .mix-btn:focus, .mix-btn:active {
  outline: none;
  text-decoration: none;
  color: #231E21;
  border: 0.1rem solid #fff;
}
.mix-btn--outlined {
  border-color: #ff8226;
  color: #ff8226;
  background: transparent;
}
.mix-btn--outlined:hover, .mix-btn--outlined:focus, .mix-btn--outlined:active {
  color: #ff8226;
  border-color: #ff8226;
}
.mix-btn--big {
  height: 3.2rem;
  min-width: 11.2rem;
  padding: 0 1.2rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  letter-spacing: -0.025rem;
  box-shadow: 0 0.2rem 0.5rem rgba(253, 130, 53, 0.35);
  transition: box-shadow 0.3s;
}
@media screen and (max-width: 812px) {
  .mix-btn--big {
    height: 2rem;
    min-width: 6.4rem;
    padding: 0 1.2rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.mix-btn--big:hover {
  box-shadow: none;
}

.mix-section {
  display: flex;
}
.mix-section--banner {
  padding: 0 1.6rem;
}
.mix-section__title {
  font-size: 2.6rem;
  line-height: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .mix-section__title {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}

.mix-howitworks {
  padding: 3.25rem 12rem;
}
@media screen and (max-width: 812px) {
  .mix-howitworks {
    flex-direction: column;
    padding: 2rem 1.6rem 2.25rem;
  }
}
.mix-howitworks__title:after {
  content: "";
  display: flex;
  width: 4.4rem;
  height: 0.8rem;
  margin-top: 1.5rem;
  background: #fd8235;
  opacity: 0.32;
}
@media screen and (max-width: 812px) {
  .mix-howitworks__title:after {
    width: 3.2rem;
    height: 0.4rem;
    margin-top: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.mix-howitworks__tabs {
  max-width: 19.2rem;
}

.mix-tabs--mobile {
  position: relative;
  overflow: hidden;
}
.mix-tabs__triggers {
  display: flex;
  margin-bottom: 2rem;
}
.mix-tabs__trigger {
  display: flex;
  margin-right: 2.8rem;
}
.mix-tabs__icon {
  width: 2.4rem;
  height: 2.4rem;
}
.mix-tabs__item {
  display: none;
  animation: fadeEffect 1s;
}
.mix-tabs__item.active {
  display: flex;
  flex-direction: column;
}
.mix-tabs__item-icon {
  margin-bottom: 1.2rem;
}
.mix-tabs__item-title {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  line-height: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  .mix-tabs__item-title {
    font-size: 1rem;
    line-height: 1.05rem;
  }
}
.mix-tabs__item-content {
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #716E70;
}
.mix-tabs__item-icon {
  display: flex;
  margin-bottom: 1.2rem;
}
.mix-tabs__pagination {
  display: flex;
  margin-top: 2.4rem;
}
.mix-tabs__pagination-item {
  display: flex;
  width: 0.4rem;
  height: 0.1rem;
  margin-right: 0.4rem;
  border-radius: 4.5rem;
  background: rgba(155, 153, 154, 0.25);
  transition: all 0.3s;
}
.mix-tabs__pagination-item.active {
  width: 2rem;
  background: #FD8235;
}

.mix-features {
  position: relative;
  overflow: visible;
  height: 36rem;
  margin: 2.75rem 0;
}
@media screen and (max-width: 812px) {
  .mix-features {
    height: unset;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
}
.mix-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  width: 43.2rem;
  height: 43.2rem;
  margin-left: -21.6rem;
  background-image: url("./../assets/features-bg.svg");
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .mix-features:before {
    width: 13.6rem;
    height: 13.6rem;
    margin-left: -6.8rem;
  }
}

.mix-slider {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}
.mix-slider--mobile {
  overflow: hidden;
  display: unset;
  padding: 0;
  padding-top: 1.5rem;
}
.mix-slider--mobile .swiper-slide {
  padding: 0 1.25rem;
}
.mix-slider__nav {
  padding-top: 4.4rem;
  width: 24.8rem;
  margin-left: auto;
  transition: all 0.5s;
}
.mix-slider__nav-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.mix-slider__dots {
  display: flex;
}
.mix-slider__dot {
  width: 0.8rem;
  height: 0.8rem;
  margin-right: 0.5rem;
  border: 0.1rem solid #fd8235;
  border-radius: 50%;
  cursor: pointer;
}
.mix-slider__dot:hover, .mix-slider__dot.active {
  background: #fd8235;
}
.mix-slider__arrows {
  display: flex;
  margin-top: 13.6rem;
}
.mix-slider--mobile .mix-slider__arrows {
  padding: 0 1.2rem;
  margin-top: 1.5rem;
}
.mix-slider--mobile .mix-slider__arrow {
  width: 2.8rem;
  height: 2.8rem;
}
.mix-slider__arrow {
  position: relative;
  display: flex;
  width: 4rem;
  height: 4rem;
}
.mix-slider__arrow:hover .mix-slider__arrow-bg {
  transform: rotate(360deg);
}
.mix-slider__arrow-bg {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("./../assets/slider-left.svg");
  background-size: 100% 100%;
  transition: transform 0.75s ease-in-out;
}
.mix-slider__arrow--right .mix-slider__arrow-bg {
  background-image: url("./../assets/slider-right.svg");
}
.mix-slider__arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("./../assets/slider-arrow.svg");
  background-size: 100% 100%;
  z-index: 2;
}
.mix-slider__arrow--right:before {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.mix-slider__arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: #fccc39;
  z-index: 1;
}
.mix-slider__arrow--left {
  margin-right: 0.75rem;
}
.mix-slider--mobile .mix-slider__arrow--left {
  margin-right: 0.4rem;
}
.mix-slider--mobile .mix-slider__arrow:before {
  width: 0.56rem;
  height: 0.56rem;
}
.mix-slider--mobile .mix-slider__arrow:after {
  width: 2.24rem;
  height: 2.24rem;
}
.mix-slider__slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 812px) {
  .mix-slider__slides {
    position: relative;
    order: 1;
  }
}
.mix-slider__item-img {
  position: relative;
  display: flex;
  width: 100%;
  height: 13.85rem;
  margin-bottom: 1rem;
}
.mix-slider__item-img > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150%;
}
.mix-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}
.mix-slider__item-content {
  position: relative;
  padding-top: 6.8rem;
  margin-left: auto;
}
@media screen and (max-width: 812px) {
  .mix-slider__item-content {
    padding: 0;
  }
}
.mix-slider__item--save .mix-slider__item-content {
  padding-right: 5.8rem;
}
.mix-slider__item--social .mix-slider__item-content {
  margin-left: unset;
}
.mix-slider__item-title {
  position: relative;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 2.8rem;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 812px) {
  .mix-slider__item-title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 0.9rem;
  }
}
.mix-slider__item-text {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: -0.0275rem;
  color: #716E70;
}
@media screen and (max-width: 812px) {
  .mix-slider__item-text {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
.mix-slider__item img {
  position: absolute;
  top: -2rem;
  left: -100%;
  opacity: 0;
  z-index: 2;
  transition: all 1s ease-in-out, opacity 0.5s ease-in-out;
}
.mix-slider__item .mix-slider__item-content {
  right: -100%;
  opacity: 0;
  transition: all 1s ease-in-out, opacity 0.5s ease-in-out;
}
.mix-slider__item.active img {
  left: 0;
  opacity: 1;
}
.mix-slider__item.active .mix-slider__item-content {
  right: 0;
  opacity: 1;
}
.mix-slider__item--social img {
  left: unset;
  right: -100%;
}
.mix-slider__item--social.active img {
  left: unset;
  right: 0;
}
.mix-slider__item--social .mix-slider__item-content {
  left: -100%;
  right: unset;
}
.mix-slider__item--social.active .mix-slider__item-content {
  left: 0;
  right: unset;
  flex: 1;
}

.mix-download {
  justify-content: space-between;
  padding: 0 6.3rem 0 6.8rem;
  height: 20.8rem;
  overflow: hidden;
}
@media screen and (max-width: 812px) {
  .mix-download {
    flex-direction: column;
    height: unset;
    padding: 4rem 1.6rem 0;
    text-align: center;
  }
}
.mix-download__info {
  max-width: 26.4rem;
  padding-top: 2.8rem;
}
@media screen and (max-width: 812px) {
  .mix-download__info {
    margin-bottom: 2.25rem;
    padding-top: 0;
  }
}
.mix-download__title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  line-height: 2.5rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 812px) {
  .mix-download__title {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.mix-download__text {
  margin-bottom: 1.6rem;
  font-size: 0.9rem;
  line-height: 1.4rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 812px) {
  .mix-download__text {
    margin-bottom: 0.8rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.mix-download__links {
  display: flex;
}
@media screen and (max-width: 812px) {
  .mix-download__links {
    justify-content: space-between;
  }
}
.mix-download__link {
  display: flex;
  width: 7.1rem;
  height: 2.4rem;
  margin-right: 1rem;
  background-image: url("./../assets/app-store.svg");
  background-size: 100% 100%;
}
.mix-download__link--google {
  background-image: url("./../assets/google-play.svg");
}
@media screen and (max-width: 812px) {
  .mix-download__link {
    width: 6rem;
    height: 2rem;
    margin-right: unset;
  }
}
.mix-download__smartphones {
  position: relative;
}
@media screen and (max-width: 812px) {
  .mix-download__smartphones {
    height: 11.2rem;
  }
}
.mix-download__smartphone {
  width: 14rem;
}
@media screen and (max-width: 812px) {
  .mix-download__smartphone {
    width: 7.25rem;
  }
}
.mix-download__iphone {
  position: absolute;
  right: 9.75rem;
  z-index: 1;
}
@media screen and (max-width: 812px) {
  .mix-download__iphone {
    right: unset;
    left: 0;
  }
}
.mix-download__google-pixel {
  position: relative;
  top: 3.25rem;
}
@media screen and (max-width: 812px) {
  .mix-download__google-pixel {
    position: absolute;
    top: 1.65rem;
    right: 0;
  }
}

.mix-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 21.2rem;
  padding: 4.4rem 15.6rem;
  overflow: hidden;
  color: #fff;
  background-image: url("./../assets/banner-bg.svg");
  background-size: 100% 100%;
  text-align: center;
}
.mix-banner__title {
  margin-bottom: 0.8rem;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3.2rem;
  letter-spacing: -0.075rem;
}
.mix-banner__text {
  margin-bottom: 1.6rem;
  font-size: 1rem;
  line-height: 1.4rem;
  letter-spacing: -0.0275rem;
}

.mix-footer {
  display: flex;
  justify-content: space-between;
  padding: 3rem 2rem 3rem 1.6rem;
}
.mix-footer__branding {
  display: flex;
  flex-direction: column;
}
.mix-footer__logo {
  margin-bottom: 0.8rem;
  line-height: 1.2rem;
  height: 1.2rem;
  display: flex;
  align-items: center;
}
.mix-footer__info {
  display: flex;
}
.mix-footer__section {
  width: 12rem;
}
.mix-footer__section-title {
  font-size: 0.75rem;
  line-height: 1.2rem;
  margin-bottom: 1.2rem;
  font-weight: bold;
}
.mix-footer__section-link {
  color: #231E21;
  font-size: 0.75rem;
  line-height: 1.6rem;
  opacity: 0.7;
}

.mix-copyright {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

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