#home {
  width: 100%;
}
#home .sec-1 {
  min-height: 800px;
  background: #17032a;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 {
    min-height: unset;
  }
}
#home .sec-1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container {
    flex-direction: column;
    max-width: 90%;
  }
}
#home .sec-1 .container .content {
  position: relative;
  z-index: 4;
}
#home .sec-1 .container .content h1 {
  font-family: SofiaPro;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
  margin-bottom: 20px;
  padding-right: 90px;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container .content h1 {
    padding: 0;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }
}
#home .sec-1 .container .content h3 {
  font-family: SofiaPro;
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 67px;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container .content h3 {
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 40px;
  }
}
#home .sec-1 .container .content mark {
  background: none;
  color: #ec4392;
}
#home .sec-1 .container .content .submit-btn {
  display: block;
}
#home .sec-1 .container .content .submit-btn a {
  font-family: SofiaPro;
  font-size: 32px;
  line-height: 37px;
  color: #ffffff;
  opacity: 0.6;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
#home .sec-1 .container .content .submit-btn a:hover {
  opacity: 1;
}
#home .sec-1 .container .content .submit-btn img {
  height: 22px;
  position: relative;
  top: 2px;
  left: 5px;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container .content .submit-btn {
    display: none;
  }
}
#home .sec-1 .container .mockup {
  position: relative;
  display: block;
}
#home .sec-1 .container .mockup .gradient {
  background: radial-gradient(50% 50% at 50% 50%, rgba(236, 67, 146, 0.438292) 0%, rgba(236, 67, 146, 0.603147) 0%, rgba(209, 60, 132, 0.6) 0%, rgba(230, 65, 143, 0.127693) 63.84%, rgba(236, 67, 146, 0.0001) 100%, rgba(95, 29, 74, 0.0001) 100%, rgba(25, 11, 39, 0.0001) 100%);
  width: 700px;
  height: 700px;
  position: absolute;
  top: 100px;
  left: -170px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container .mockup .gradient {
    display: none;
  }
}
#home .sec-1 .container .mockup img.phone-mockup {
  position: relative;
  z-index: 2;
  top: 90px;
  max-width: 300px;
  right: 50px;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .container .mockup img.phone-mockup {
    top: unset;
    right: unset;
    width: 200px;
    z-index: 4;
  }
}
#home .sec-1 .container .mockup img.couple {
  position: absolute;
  z-index: 3;
  max-width: 250px;
  right: -50px;
  bottom: -40px;
  display: block;
}
@media screen and (max-width: 1140px) {
  #home .sec-1 .container .mockup img.couple {
    display: none;
  }
}
#home .sec-1 .wave {
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #home .sec-1 .wave {
    height: 250px;
  }
}
#home .sec-1 .wave img {
  width: 100%;
}
#home .sec-2 {
  min-height: 800px;
  background: #0c001a;
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 {
    padding-bottom: 30px;
    padding-top: 0;
    min-height: unset;
  }
}
#home .sec-2 .container {
  padding-bottom: 100px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 .container {
    flex-direction: column;
    max-width: 90%;
    padding-bottom: 0;
  }
}
#home .sec-2 .container .content {
  position: relative;
  z-index: 4;
  max-width: 670px;
}
#home .sec-2 .container .content h2 {
  font-family: SofiaPro;
  font-size: 66px;
  line-height: 56px;
  letter-spacing: 0.58px;
  color: #ec4392;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 .container .content h2 {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 16px;
  }
}
#home .sec-2 .container .content p {
  font-family: SofiaPro;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  margin-bottom: 57px;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 .container .content p {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 50px;
    text-align: left;
  }
}
#home .sec-2 .container .content .submit-btn {
  display: block;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 .container .content .submit-btn {
    display: none;
  }
}
#home .sec-2 .container img.princess {
  position: absolute;
  z-index: 3;
  left: -90px;
  bottom: 0;
  display: block;
}
@media screen and (max-width: 1140px) {
  #home .sec-2 .container img.princess {
    display: none;
  }
}
#home .sec-2 .container .mockup {
  position: relative;
  display: block;
  margin-left: 80px;
}
#home .sec-2 .container .mockup .gradient {
  background: radial-gradient(50% 50% at 50% 50%, #7a1b76 0%, rgba(236, 67, 146, 0.603147) 0%, rgba(122, 27, 118, 0.6) 0%, rgba(236, 67, 146, 0.0001) 100%, rgba(122, 27, 118, 0.0001) 100%);
  opacity: 0.8;
  width: 452px;
  height: 700px;
  position: absolute;
  top: 100px;
  left: -170px;
  z-index: 1;
}
#home .sec-2 .container .mockup .mockup-container {
  position: relative;
  z-index: 2;
  top: 90px;
  width: 310px;
  height: 626px;
}
#home .sec-2 .container .mockup .mockup-container .mockup-frame {
  position: absolute;
  z-index: 2;
}
#home .sec-2 .container .mockup .mockup-container .mocks {
  position: absolute;
  z-index: 1;
  padding-left: 20px;
  padding-top: 14px;
  width: 100%;
}
#home .sec-2 .container .mockup .mockup-container .mocks img {
  width: 280px;
  height: 595px;
  transition: 0.3s;
  opacity: 0;
  display: none;
}
#home .sec-2 .container .mockup .mockup-container .mocks img.active {
  display: block;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #home .sec-2 .container .mockup {
    display: none;
  }
}
#home .sec-3 {
  position: relative;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 {
    padding-top: 0;
  }
}
#home .sec-3 .benefits {
  position: relative;
  z-index: 3;
}
#home .sec-3 .benefits .dots-container {
  display: none;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .benefits .dots-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
  }
}
#home .sec-3 .benefits .dots-container .dot {
  cursor: pointer;
  border-radius: 5px;
  background: #ff90c4;
  width: 25px;
  height: 8px;
  margin: 0 3px;
}
#home .sec-3 .benefits .dots-container .dot.active {
  width: 64px;
  height: 8px;
  background: #ec4392;
}
#home .sec-3 .mask {
  position: absolute;
  bottom: -170px;
  width: 100%;
  z-index: 2;
}
#home .sec-3 h2 {
  font-family: SofiaPro;
  font-size: 66px;
  line-height: 56px;
  letter-spacing: 0.58px;
  color: #ec4392;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 22px;
    color: #fff;
  }
}
#home .sec-3 .row {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
#home .sec-3 .row.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row.reverse {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row {
    flex-direction: column;
    max-width: unset;
    width: 264px;
    height: 297px;
    padding: 20px;
    background: rgba(47, 57, 95, 0.28);
    margin: 0 12px;
  }
}
#home .sec-3 .row .arrow {
  display: block;
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row .arrow {
    display: none;
  }
}
#home .sec-3 .row .arrow.arrow-1 {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#home .sec-3 .row .arrow.arrow-2 {
  bottom: 20px;
  left: 50%;
}
#home .sec-3 .row .arrow.arrow-3 {
  bottom: 120px;
  right: 0;
  left: 0;
}
#home .sec-3 .row .arrow.arrow-4 {
  top: 0;
  bottom: 0;
  left: 50%;
}
#home .sec-3 .row div {
  width: 480px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row div {
    width: unset;
    height: unset;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row div img {
    width: 200px;
    height: 180px;
  }
}
#home .sec-3 .row .text p {
  font-size: 40px;
  line-height: 70px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .row .text p {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
}
#home .sec-3 .buildings {
  display: block;
  height: 700px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #home .sec-3 .buildings {
    display: none;
  }
}
#home .sec-3 .submit-btn {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 3;
  padding-bottom: 80px;
}
#home .sec-4 {
  min-height: 600px;
  background: #2a115a;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 {
    min-height: 410px;
    padding-top: 64px;
  }
}
#home .sec-4 .content {
  position: relative;
  z-index: 3;
}
#home .sec-4 .content .top-desc {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.26px;
  color: #ffffff;
  margin-bottom: 37px;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .content .top-desc {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 24px;
  }
}
#home .sec-4 .content .bottom-desc {
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 34px;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .content .bottom-desc {
    margin-top: 26px;
    font-size: 26px;
    line-height: 30px;
  }
}
#home .sec-4 .submit-btn {
  margin-top: 90px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .submit-btn {
    margin-top: 30px;
  }
}
#home .sec-4 .oval-gradient {
  background: radial-gradient(50% 50% at 50% 50%, rgba(236, 67, 146, 0.438292) 0%, rgba(236, 67, 146, 0.603147) 0%, rgba(209, 60, 132, 0.6) 0%, rgba(230, 65, 143, 0.127693) 63.84%, rgba(236, 67, 146, 0.0001) 100%, rgba(95, 29, 74, 0.0001) 100%, rgba(25, 11, 39, 0.0001) 100%);
  position: absolute;
  width: 1800px;
  height: 1800px;
  top: -750px;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .oval-gradient {
    left: -450px;
    top: -450px;
    width: 1000px;
    height: 1000px;
  }
}
#home .sec-4 .buildings {
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .buildings {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  #home .sec-4 .buildings img {
    object-fit: contain;
    width: 100%;
  }
}

.number-card-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.number-card-container .number-card {
  height: 100px;
  width: 68px;
  background: #fff;
  font-weight: bold;
  mix-blend-mode: normal;
  opacity: 0.88;
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 48px;
  color: #35303b;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .number-card-container .number-card {
    height: 44px;
    width: 32px;
    font-size: 22px;
  }
}
.number-card-container .number-card .border {
  position: absolute;
  opacity: 0.06;
  border: 0.4px solid #000000;
  width: 100%;
}
.number-card-container .comma {
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  margin: 0 10px;
}
.number-card-container .comma span {
  font-weight: bold;
  color: #fff;
  font-size: 48px;
  position: absolute;
  bottom: -5px;
  left: -5px;
}
footer {
  position: relative;
}
footer .footer-container {
  height: 180px;
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 33px;
}
footer .footer-container .trademark {
  max-width: 50%;
  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 .footer-container .trademark {
    font-size: 18px;
  }
}
footer .footer-container .trademark.bold {
  font-weight: bold;
  margin-top: -20px;
}
@media screen and (max-width: 768px) {
  footer .footer-container .trademark.bold {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1140px) {
  footer .footer-container {
    max-width: 90%;
    margin: 0 auto;
    width: unset;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer-container {
    flex-direction: column;
    height: unset;
    padding-bottom: 33px;
    height: auto;
  }
}
footer .logo {
  display: flex;
  justify-content: space-between;
  height: 56px;
  align-items: center;
}
footer .logo img.kiss-logo {
  cursor: pointer;
  margin-right: 70px;
  transition: 0.3s;
}
footer .logo img.kiss-logo:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1024px) {
  footer .logo img.kiss-logo {
    height: 42px;
    margin-right: 0;
  }
}
footer .logo .social-links {
  min-width: 170px;
}
footer .logo .social-links img {
  margin: 0 14px;
  cursor: pointer;
  transition: 0.3s;
}
footer .logo .social-links img:hover {
  transform: translateY(-10px);
}
footer .links {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  footer .links {
    flex-direction: column;
  }
}
footer .links a {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 50px;
  text-decoration: none;
  height: 56px;
  display: flex;
  align-items: center;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  footer .links a {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
    font-size: 16px;
    line-height: 19px;
    height: unset;
    margin: 20px 0;
    height: auto;
  }
}
footer .links a:hover {
  color: #ec4392;
}
footer .links .stores {
  display: flex;
  justify-content: space-around;
}
footer .links .to-store {
  height: 45px;
  width: 153px;
}
footer .links .to-store img {
  height: 100%;
  width: 100%;
  display: block;
}
footer .bottom-gradient {
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 3, 21, 0.0001) 0%, rgba(236, 67, 146, 0.6) 100%);
  mix-blend-mode: normal;
  opacity: 0.36;
}
nav {
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  nav {
    position: fixed;
    top: 0;
    background-color: #1a122f;
  }
}
nav .nav-container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  nav .nav-container {
    padding: 0 16px;
  }
}
nav .logo {
  font-size: 48px;
  color: #fff;
}
@media screen and (max-width: 1140px) {
  nav .logo {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  nav .logo {
    margin-left: 0;
  }
}
nav .logo img {
  cursor: pointer;
  transition: 0.3s;
}
nav .logo img:hover {
  transform: translateY(-10px);
}
@media screen and (max-width: 1024px) {
  nav .logo img {
    height: 32px;
  }
}
nav .links {
  display: flex;
}
@media screen and (max-width: 1024px) {
  nav .links {
    display: none;
  }
}
nav .links a {
  font-family: Nunito;
  margin-left: 56px;
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
nav .links a:hover {
  color: #ec4392;
}
nav .mobile-menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  nav .mobile-menu-btn {
    display: none;
  }
}
nav .mobile-menu-btn span:nth-child(1),
nav .mobile-menu-btn span:nth-child(2),
nav .mobile-menu-btn span:nth-child(3) {
  transition: 0.2s;
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;
}
nav .mobile-menu-btn span:nth-child(2) {
  background-color: transparent;
}
nav .mobile-menu-btn span:nth-child(2):after,
nav .mobile-menu-btn span:nth-child(2):before {
  content: "";
  position: absolute;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mobile-menu {
  position: relative;
  z-index: 99;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 95px;
  padding-left: 16px;
  transition: 0.5s;
  position: fixed;
  line-height: 1.2;
  overflow: hidden;
  width: 100%;
  height: 0;
  opacity: 0;
  background: #1a122f;
}
@media screen and (min-width: 1024px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu img {
  position: relative;
  display: block;
  margin: 50px auto 0;
  width: 40%;
}
.mobile-menu a {
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 1.12px;
  color: #ffffff;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.mobile-menu.active {
  height: 100vh;
  opacity: 1;
}
.custom-button {
  height: 66px;
  min-width: 220px;
  font-size: 26px;
  line-height: 30px;
  background: linear-gradient(135deg, #ff644b 0%, #ec4392 100%);
  border-radius: 34px;
  padding: 17px 47px;
  color: #fff;
  border: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  outline: none;
}
.custom-button:hover:not([disabled]) {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .custom-button {
    height: 54px;
    min-width: 200px;
    font-size: 16px;
    line-height: 19px;
  }
}
.ReactModal__Overlay {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}

.ReactModal__Overlay--after-open {
  opacity: 1;
}

.ReactModal__Overlay--before-close {
  opacity: 0;
}

.modal-container {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 80%;
}
.modal-container > h2 {
  font-family: SofiaPro;
  font-size: 40px;
  line-height: 47px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 4px;
}
@media screen and (max-width: 1024px) {
  .modal-container > h2 {
    font-size: 22px;
    line-height: 26px;
    margin-top: 10px;
    text-align: center;
  }
}
.modal-container > p.desc {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 20px;
  max-width: 640px;
}
@media screen and (max-width: 1024px) {
  .modal-container > p.desc {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
  }
}
.modal-container > p.note {
  margin-top: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  max-width: 520px;
}
@media screen and (max-width: 1024px) {
  .modal-container > p.note {
    text-align: center;
  }
}
.modal-container .terms-container {
  max-height: 400px;
  background: #f2f4fa;
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 20px;
  overflow-y: auto;
}
.modal-container .terms-container h3,
.modal-container .terms-container p {
  margin-bottom: 35px;
}
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #EC4392;
  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 #EC4392, 0 0 5px #EC4392;
  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: #EC4392;
  border-left-color: #EC4392;
  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);
  }
}
@font-face {
  font-family: SofiaPro;
  src: url(/fonts/sofiapro-light.otf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Nunito, SofiaPro;
}
