
.noscroll { overflow: hidden; }

.splash-dim {
  position: fixed;
  inset: 0px;
  opacity: .3;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1000;
}

.splash {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 100%;
  max-width: 495px;
  width: calc(100% - 30px);
  height: 100%;
  height: calc(100% - 30px);
  box-shadow: 0 0 39px 12px rgba(0,0,0,.75);
  z-index: 1001;

  border-radius: 10px;
  background-color: #fff;
  /* padding: 10px; */
}

.splash .swiper-container {
  height: 100%;
}

.splash h1 {
  font-size: 20px;
  line-height: 1.21;
}

#coopSplash h1 {
  font-weight: normal;
  font-size: 35px;
}

.splash h2 {
  font-size: 20px;
  line-height: 1.29;
}

.splash h1, .splash h2 {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #08042b;
}

.splash p {
  text-align: center;
}

#coopSplash p {
  text-align: left;
  font-size: 16px;
}

.splash a {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  text-decoration: none;
}

.splash .swiper-container span {
  font-size: 16px;
}

.splash .is-flex {
  display: flex;
}

.splash .flex-center-vh {
  justify-content: center;
  align-items: center;
}

.splash .dialogCloseButton {
  top: 8px;
  right: 8px;
}

@media (min-width: 500px) {
  .splash .dialogCloseButton {
    top: 16px;
    right: 16px;
  }
}

.splash .container-inner {
  margin: auto;
}

.splash div.close {
  display: block;
  margin: 8% 8% 8% auto;
  width: 18px;
  height: 18px;
}

.splash div.image-container {
  max-width: 245px;
  width: 32vh;
  margin: 48px auto 36px;
}

.splash div.image-container img {
  width: 100%;
  height: 100%;
}

.splash div.image-container {
  margin: 12px auto 48px;
}

.splash div.image-container {
  margin: 12px auto 36px;
}

.splash .content-text {
  width: 90%;
  margin: 0px auto 16px;
}

.splash .splash-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.splash .content-container {
  margin-top: 6%;
  padding: 0 41px;
  text-align: left;
  height: 75%;
  overflow: scroll;
}

@media(min-height: 550px) {
  .splash .content-container {
    margin-top: 12%;
  }
}

@media(min-height: 600px) {
  .splash .content-container {
    margin-top: 18%;
  }
}

#coopSplash.splash .content-container {
  margin-top: 20px;
}

.splash .cta.squared {
  border-radius: 4px;
  margin: 16px auto ;
}

.splash .collab-images {
  display: inline-block;
  position: relative;
  margin: 0 auto 6%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.splash .fav-logo {
  max-width: 180px;
  width: 13vh;
}

.splash .olx-logo {
  max-width: 180px;
  width: 13vh;
}

.splash .plus-sign {
  width: 13px;
  margin: 0 20px;
}

.splash .collab-images span {
  font-size: 20px;
  font-weight: bold;
}

.splash .bullets {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 5% auto;
}

.splash .bullets > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px 0;
  line-height: 1.2;
}

.splash .bullets > div > p {
  text-align: left;
}

.splash .checkmark {
  background-image: url('/img/icon/checkmark-icon.svg');
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 10px;
}

.splash .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
  background: #51a7f9;
  height: 14px;
  width: 14px;
  outline: none;
}

.splash .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 5%;
}

@media(min-width: 500px) {
  .splash .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 8%;
  }
}

.splash .cta {
  height: 54px;
  max-width: 320px;
}

.splash .cta-container {
  display: flex;
  flex-direction: column;
}

.splash .dialogCloseButton {
  z-index: 10;
}
