footer .background-cover {
  position: relative;
  min-height: 768px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
footer .background-cover.min {
  justify-content: center;
  min-height: 320px;
}
footer .header-block {
  text-align: center;
  margin-top: 160px;
  width: 53%;
  max-width: 1400px;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  footer .header-block {
    margin-top: 50px;
    padding: 0px 70px;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  footer .header-block {
    margin-top: 50px;
    padding: 0px 25px;
    width: 100%;
  }
}
footer .header-block h1 {
  margin-bottom: 12px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.18);
  font-family: Rubik;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2.5px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  footer .header-block h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .header-block h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 568px) {
  footer .header-block h1 {
    font-size: 35px;
  }
}
footer .header-block span.subheader {
  text-shadow: 0 2px 424px rgba(0, 0, 0, 0.35);
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  footer .header-block span.subheader {
    font-size: 20px;
    line-height: 1.57;
    letter-spacing: 0.6px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  footer .header-block span.subheader {
    font-size: 18px;
    line-height: 1.57;
    letter-spacing: 0.6px;
    font-weight: bold;
  }
}
@media screen and (max-width: 568px) {
  footer .header-block span.subheader {
    font-size: 18px;
    line-height: 1.57;
    letter-spacing: 0.6px;
    font-weight: bold;
  }
}
footer .header-block .subscribe {
  width: 90%;
  padding: 0 30px;
  margin: auto;
  margin-top: 35px;
  position: relative;
}
@media screen and (max-width: 768px) {
  footer .header-block .subscribe {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    margin-bottom: 35px;
  }
}
footer .header-block .subscribe input {
  height: 72px;
  border-radius: 12px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.17);
  background-image: linear-gradient(275deg, #f7c598 2%, #ff8886 100%);
  padding: 20px 30px;
  outline: none;
  width: 100%;
  border: none;
  text-shadow: 0 2px 424px rgba(0, 0, 0, 0.35);
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.09px;
  color: #ffffff;
  margin-bottom: 10px;
}
footer .header-block .subscribe input::placeholder {
  opacity: 0.5;
  text-shadow: 0 2px 424px rgba(0, 0, 0, 0.35);
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1.09px;
  color: #ffffff;
}
footer .header-block .subscribe .subscribe-button {
  height: 64px;
  border-radius: 12px;
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.17);
  background-image: linear-gradient(283deg, #f7c598 2%, #ff8886 99%);
  padding: 18px 35px;
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
footer .header-block .subscribe .subscribe-button:hover {
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1024px) {
  footer .header-block .subscribe .subscribe-button {
    position: initial;
    width: 100%;
  }
}
footer .header-block .subscribe .subscribe-button span {
  font-family: Rubik;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.2px;
  text-align: center;
  color: #f6f8f9;
}
footer .trademark {
  max-width: 40%;
  font-family: Rubik;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.8px;
  color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer .trademark {
    font-size: 18px;
  }
}
footer .trademark.bold {
  font-weight: bold;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  footer .trademark.bold {
    margin-top: 5px;
  }
}
nav.desktop-nav {
  position: relative;
  width: 100%;
  padding: 100px 0px 0px 0px;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
nav.desktop-nav .nav-title {
  font-size: 48px;
  color: #fff;
}
nav.desktop-nav .nav-contact {
  position: absolute;
  right: 0;
  bottom: 13.5px;
}
nav.desktop-nav .nav-contact a {
  font-size: 28px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  nav.desktop-nav {
    display: none;
  }
}

.mobile-nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.mobile-nav-wrapper nav.mobile-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
}
@media screen and (min-width: 1024px) {
  .mobile-nav-wrapper nav.mobile-nav {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mobile-nav-wrapper nav.mobile-nav {
    height: 56px;
    opacity: 0.9;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(100deg, #eb5757, #904e95 102%);
  }
}
.mobile-nav-wrapper .menu-icon {
  display: none;
}
.mobile-nav-wrapper .menu-icon img {
  height: 20px;
  width: 20px;
}
@media screen and (max-width: 1024px) {
  .mobile-nav-wrapper .menu-icon {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
  }
}

.menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 20px;
}
@media screen and (min-width: 1024px) {
  .menu-btn {
    display: none;
  }
}
.menu-btn span:nth-child(1),
.menu-btn span:nth-child(2),
.menu-btn span:nth-child(3) {
  transition: 0.2s;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
.menu-btn span:nth-child(2) {
  background-color: transparent;
}
.menu-btn span:nth-child(2):after,
.menu-btn span:nth-child(2):before {
  content: "";
  position: absolute;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.menu-btn.active span:nth-child(1),
.menu-btn.active span:nth-child(3) {
  width: 0;
}
.menu-btn.active span:nth-child(2):after {
  transform: rotate(45deg);
}
.menu-btn.active span:nth-child(2):before {
  transform: rotate(-45deg);
}

.fix-mobile-menu {
  transition: 0.4s;
  z-index: 10;
  position: fixed;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  background-image: linear-gradient(136deg, #eb5757, #904e95 101%);
}
@media screen and (min-width: 1024px) {
  .fix-mobile-menu {
    display: none;
  }
}
.fix-mobile-menu img {
  position: relative;
  display: block;
  margin: 50px auto 0;
  width: 40%;
}
.fix-mobile-menu a {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  font-family: Rubik;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.12px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.fix-mobile-menu.active {
  padding-top: 35px;
  margin-top: 56px;
  height: 100vh;
  opacity: 0.9;
}
.popupbox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
}

.popupbox[hidden] {
  display: none;
}

.popupbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.95);
}

.popupbox-content {
  overflow: hidden;
}

.popupbox-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  z-index: 1003;
  position: relative;
}

.popupbox-titleBar {
  overflow: hidden;
  display: block;
  position: relative;
}

.popupbox-btn--close {
  z-index: 1004;
}

.popupbox[data-title=bottom] .popupbox-content {
  order: 1;
}

.popupbox[data-title=bottom] .popupbox-titleBar {
  order: 2;
}

/* ----- default theme ----- */
.popupbox-wrapper {
  border-radius: 3px;
  overflow: hidden;
  max-width: 80%;
  min-width: 300px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .popupbox-wrapper {
    max-width: 100%;
  }
}

.popupbox-content {
  padding: 20px 24px 30px;
}

.popupbox-titleBar {
  font-weight: bold;
  font-size: 18px;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
  padding: 11px 37px 11px 24px;
  border-bottom: 1px #ccc solid;
}

.popupbox-btn--close {
  transition: all 0.5s;
  position: absolute;
  right: 11px;
  top: 11px;
  color: #c1c1c1;
  background: none;
  border: none;
  outline: none;
}

.popupbox-btn--close:hover {
  color: #000;
}

.popupbox.is-active {
  opacity: 1;
  pointer-events: auto;
}

.popupbox[data-title=bottom] .popupbox-content {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.popupbox[data-title=bottom] .popupbox-titleBar {
  box-shadow: none;
  border-top: 1px #ccc solid;
}
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #eb5757;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #eb5757, 0 0 5px #eb5757;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #eb5757;
  border-left-color: #eb5757;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: #fefafb;
  min-width: fit-content;
}

a {
  text-decoration: none;
}

.down-back {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  background-color: #FEEAFF;
}

.down-img {
  width: 70%;
  max-width: 1200px;
}

.down-ios {
  margin-right: 67px;
}

@media screen and (max-width: 1080px) {
  .DownloadOnMobile {
    margin-left: 40px !important;
  }
  .down-back {
    background-image: url(/_next/static/images/back2-e8ee5579ffa9881fa853f4d4e36dc4a3.png);
    padding-bottom: 0px;
    background-position: 100% 100%;
    background-size: 100%;
    background-repeat: repeat;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
  }
  .down-img {
    display: none;
  }
  .down-ios {
    margin-right: 20px;
  }
  .btn-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .btn-wrap img {
    margin-bottom: 20px;
    margin-top: 0;
    height: 60px !important;
  }
}
.down-logo {
  width: 20rem;
  position: absolute;
  top: 4rem;
}

@media screen and (max-width: 756px) {
  .btn-wrap img {
    height: 40px !important;
  }
}
@media screen and (min-width: 1080px) {
  .down-logo {
    display: none;
  }
}
.btn-wrap img {
  margin-top: 16px;
  height: 80px;
  cursor: pointer;
}

.DownloadOnMobile {
  width: 200px;
  height: 44px;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgb(230, 84, 99);
  color: #9d4f8c !important;
  font-weight: bold;
  margin-left: 20px;
  cursor: pointer;
  transition: 0.6s;
}

.DownloadOnMobile:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px 0 rgba(200, 127, 127, 0.4);
}

.DownloadOnMobilea:-webkit-any-link:active {
  color: #9d4f8c;
}

.DownloadOnMobilea {
  color: #9d4f8c !important;
}
#home .top-header .background-cover {
  position: relative;
  min-height: 615px;
}
@media screen and (max-width: 768px) {
  #home .top-header .background-cover {
    height: 400px;
  }
}
#home .top-header .header-wrapper {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#home .top-header .header-block {
  width: 100%;
  padding: 80px 40% 30px 70px;
}
@media screen and (max-width: 1024px) {
  #home .top-header .header-block {
    width: auto;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  #home .top-header .header-block {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    width: auto;
  }
}
#home .top-header .header-block h1 {
  font-family: Rubik;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 15px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 1024px) {
  #home .top-header .header-block h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #home .top-header .header-block h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 568px) {
  #home .top-header .header-block h1 {
    font-size: 34px;
  }
}
#home .top-header .header-block span.subheader {
  font-family: Rubik;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: 1.2px;
  color: #ffffff;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 1024px) {
  #home .top-header .header-block span.subheader {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #home .top-header .header-block span.subheader {
    font-size: 24px;
  }
}
@media screen and (max-width: 568px) {
  #home .top-header .header-block span.subheader {
    font-size: 24px;
  }
}
#home .top-header .header-button {
  position: relative;
  z-index: 2;
  bottom: -30px;
  width: 100%;
  padding-left: 70px;
  max-width: 1400px;
  margin: 70px auto 0 auto;
}
@media screen and (max-width: 768px) {
  #home .top-header .header-button {
    left: 0;
    margin-top: 40px;
    padding: 0 70px;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  #home .top-header .header-button {
    left: 0;
    bottom: -40px;
    padding: 0 25px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #home .top-header .header-button .button {
    display: block;
  }
}
#home .central-content {
  padding: 0 70px 70px 70px;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 568px) {
  #home .central-content {
    padding: 0 25px 70px 25px;
  }
}
#home .central-content .section {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #home .central-content .section {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
#home .central-content .section h1 {
  font-family: Rubik;
  font-size: 56px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1px;
  color: #545454;
  margin-bottom: 15px;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  #home .central-content .section h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 568px) {
  #home .central-content .section h1 {
    font-size: 34px;
  }
}
#home .central-content .section span.subheader {
  font-family: Rubik;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: 0.8px;
  color: #625957;
}
#home .central-content .section.sec-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section.sec-1 {
    flex-direction: column;
    padding-top: 30px;
  }
}
#home .central-content .section.sec-1 .text-content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section.sec-1 .text-content {
    width: 100%;
  }
}
#home .central-content .section.sec-1 img {
  max-width: 580px;
  right: 0;
  width: 100%;
  max-height: 456px;
  object-fit: contain;
}
#home .central-content .section .stories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (max-width: 764px) {
  #home .central-content .section .stories {
    flex-direction: column;
  }
}
#home .central-content .section .stories .feat-story {
  width: 32.5%;
  margin-bottom: 12px;
  opacity: 0.92;
  position: relative;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #home .central-content .section .stories .feat-story {
    width: 100%;
    margin-bottom: -20px;
  }
}
#home .central-content .section .stories .feat-story img {
  height: auto;
  object-fit: contain;
  width: 100%;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 768px) {
  #home .central-content .section .stories .feat-story img {
    margin-bottom: 25px;
  }
}
#home .central-content .section .stories .feat-story .story-desc {
  display: flex;
  position: absolute;
  top: 0;
  opacity: 0;
  padding: 35px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(118deg, #eb5757, #904e95 102%);
  transition: 0.4s;
}
#home .central-content .section .stories .feat-story .story-desc .logo {
  object-fit: contain;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
}
#home .central-content .section .stories .feat-story .story-desc p {
  text-align: left;
  font-family: Rubik;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.69px;
  color: #f6f8f9;
}
#home .central-content .section .stories .feat-story:hover .story-desc {
  opacity: 0.92;
}
#home .central-content .section.sec-3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section.sec-3 {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
}
#home .central-content .section.sec-3 .text-content {
  width: 50%;
  padding: 35px;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section.sec-3 .text-content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
#home .central-content .section.sec-3 img {
  width: 50%;
  max-height: 405px;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  #home .central-content .section.sec-3 img {
    width: 100%;
  }
}
#home .central-content .button-wrapper {
  margin-top: 28px;
}
