.div-block {
  position: fixed;
  z-index: 50;
  width: 100vw;
  height: 100vh;
  background-image: none;
  background-size: auto;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 200;
  padding: 20px;
}

.image {
  width: 350px;
  margin-bottom: 2px;
}

.button {
  display: none;
  width: auto;
  margin: 6px;
  padding: 11px 11px 7px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: transparent;
  font-family: Avenirnextltpro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.image-2 {
  width: 25px;
}

.image-2.mail {
  width: 34px;
  height: auto;
}

.image-2.apple {
  width: auto;
  height: 30px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin: 3px;
  padding: 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block:hover {
  -webkit-transform: translate(4px, 0px);
  -ms-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
}

.link-block.youtube {
  display: block;
}

.link-block.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4 {
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-4.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #000;
}

.div-block-5 {
  padding: 40px;
  background-color: #fff;
}

.text-block {
  text-align: center;
  cursor: pointer;
}

.text-block.modal-show {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 6px;
  font-family: 'Cooper std', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.background-video {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
}

.div-block-6 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -25px 13px 13px;
  padding-right: 3px;
  padding-left: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.italic-text {
  font-size: 20px;
  font-style: normal;
}

.div-block-8 {
  position: fixed;
  z-index: 400;
  height: 100vh;
}

.div-block-9 {
  min-height: 100vh;
  padding-top: 29px;
  padding-bottom: 29px;
  background-color: #1d0d34;
}

.html-embed {
  height: 100%;
  border: 1px none #000;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  font-family: Avenirnextltpro, sans-serif;
  color: #fff;
}

.paragraph {
  max-width: 500px;
  color: #fff;
  text-align: center;
}

.italic-text-2 {
  width: 220px;
  text-align: center;
}

.div-block-11 {
  max-width: 400px;
}

.div-block-11.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-12 {
  padding: 5px;
}

.presavebar-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 40px;
  margin-top: 5px;
  border-style: solid;
  border-width: 2px;
  border-color: #53e07e;
  border-radius: 4px;
}

.presavebar-wrap._2 {
  width: 380px;
  border-color: #000;
}

.presavebar-in {
  position: relative;
  z-index: 5;
  width: 30%;
  height: 100%;
  background-color: #c04a98;
}

.heading-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  margin: 5px 0px 0px;
  color: #000;
  font-size: 18px;
  line-height: 18px;
}

.div-block-13 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  background-color: #fff;
  background-image: url('../images/bg.png');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
  font-family: Avenirnextltpro, sans-serif;
}

.div-block-14 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 300px;
  margin-bottom: -64px;
}

.image-4 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  margin: -24px -24px -57px 11px;
}

.image-5 {
  width: 400px;
}

.image-6 {
  display: none;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.heading-3 {
  margin: 3px 0px 0px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-7 {
  width: 250px;
  margin-left: 17px;
}

.image-8 {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 300px;
  margin-top: -47px;
}

.div-block-16 {
  padding: 50px;
  background-color: transparent;
}

.heading-4 {
  background-color: transparent;
  font-family: Avenirnextltpro, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-5 {
    position: relative;
    z-index: 200;
  }

  .image-7 {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .div-block {
    background-image: none;
    background-size: auto;
  }

  .div-block-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .div-block-3 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .background-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    background-position: 50% 50%;
    background-size: cover;
  }

  .image {
    position: relative;
    width: 100vw;
    margin: 25px 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .div-block-3 {
    position: relative;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-4.modal {
    display: none;
  }

  .div-block-6 {
    width: 200px;
    margin-top: 3px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-7 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .div-block-9 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-11.v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 6px;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .presavebar-wrap._2 {
    width: 100%;
    height: 35px;
  }

  .presavebar-in {
    width: 30%;
  }

  .heading-2 {
    font-size: 13px;
    line-height: 13px;
    text-align: center;
  }

  .div-block-13 {
    width: 100%;
  }

  .div-block-14 {
    z-index: 5;
    padding: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .image-3 {
    display: none;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    display: none;
  }

  .image-6 {
    display: block;
  }

  .text-block-2 {
    margin-top: 13px;
  }

  .heading-3 {
    font-size: 17px;
    line-height: 17px;
  }

  .text-block-3 {
    margin-top: 4px;
  }

  .div-block-15 {
    position: relative;
  }

  .image-7 {
    display: block;
  }

  .image-8 {
    display: none;
  }

  .heading-4 {
    font-size: 25px;
  }
}

@font-face {
  font-family: 'Cooper std';
  src: url('../fonts/Cooper-Std-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Narly outline';
  src: url('../fonts/Narly-Outline-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirnextltpro';
  src: url('../fonts/AvenirNextLTPro-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}