@import url("https://rsms.me/inter/inter.css");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 19px;
}

.behind {
  z-index: -1;
  position: absolute;
}

.infront {
  z-index: 3;
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

a:hover {
  color: #6E7BFF;
}

.btn {
  display: inline-block;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 24px;
  background: #6E7BFF;
  border-radius: 5px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  /* IE10+ CSS styles go here */
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn {
    min-width: 130px;
  }
}

.btn > * {
  background: #6E7BFF;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.btn:hover,
.btn:hover > * {
  color: #6E7BFF;
  background: #fff;
}

li {
  list-style: none;
}

html,
body {
  width: 100vw;
}

body {
  text-align: center;
  overflow-x: hidden;
  background: #05060E url(home/img/footer_wave.svg) no-repeat bottom center;
  background-size: contain;
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

header {
  margin-bottom: 130px;
  padding-top: 100px;
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main h1 {
  margin-bottom: 45px;
  font-weight: 600;
  font-size: 65px;
  line-height: 50px;
  max-width: 1047px;
}

main > h2 {
  margin-bottom: 30px;
}

main .navbar_signIn {
  min-width: 190px;
}

.navbar {
  padding: 53px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar_logo-pc img {
  max-width: 100px;
  /* IE10+ CSS styles go here */
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar_logo-pc img {
    max-height: 25px;
  }
}

.navbar_logo-mobile {
  display: none;
}

.navbar_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar_links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar_links ul li {
  margin-right: 40px;
}

.navbar_links ul li:last-of-type {
  margin-right: 0;
}

.navbar_links ul a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.navbar_signIn {
  width: 170px;
}

footer {
  height: 55px;
  padding: 72px 0 280px;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .navbar_logo {
  margin-left: 0;
  width: 180px;
  display: none;
}

footer .navbar_logo img {
  max-width: 123px;
}

footer .navbar_links ul li {
  margin-right: 65px;
  white-space: nowrap;
}

footer .navbar_links ul li:last-of-type {
  margin-right: 60px;
  /* IE10+ CSS styles go here */
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  footer .navbar_links ul li:last-of-type {
    min-width: 90px;
  }
}

footer .navbar_privacy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #D8D8D8;
}

footer .navbar_privacy ul li {
  white-space: nowrap;
}

footer .navbar_privacy ul li:first-of-type {
  margin: 0 67px;
}

footer .navbar_links ul li,
footer .navbar_privacy ul li {
  font-weight: 600;
  font-size: 27px;
  line-height: 33px;
}

footer .navbar_links ul li a,
footer .navbar_privacy ul li a {
  font-size: 16px;
  line-height: 55px;
  letter-spacing: 0.3px;
}

footer .copyright {
  text-align: center;
  margin-top: 40px;
}

footer .copyright p {
  font-size: 16px;
}

@media screen and (max-width: 1699px) {
  .navbar {
    padding: 53px 0;
  }
  .navbar_logo {
    width: auto;
  }
  footer {
    padding: 72px 110px 240px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar {
    padding: 53px;
  }
  .navbar_links {
    display: none;
  }
  footer {
    padding: 72px 90px 170px;
  }
  footer .navbar_links {
    display: block;
  }
  footer .navbar_links ul li {
    margin-right: 30px;
  }
  footer .navbar_links ul li:last-of-type {
    margin-right: 30px;
  }
  footer .navbar_privacy ul li:first-of-type {
    margin: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  footer {
    padding: 40px 60px 130px;
  }
  footer .navbar_links {
    display: none;
  }
  footer .navbar_privacy ul {
    border: none;
  }
  footer .navbar_privacy ul li:first-of-type {
    margin: 0;
    margin-right: 40px;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding-top: 60px;
    margin-bottom: 150px;
  }
  main h1 {
    font-size: 30px;
    margin-top: 0;
  }
  main > h2 {
    padding: 0 20px;
  }
  footer {
    padding: 40px;
    padding: 40px 0 110px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  footer .container {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    text-align: center;
    height: auto;
  }
  footer .navbar_logo {
    margin-top: 20px;
  }
  footer .copyright p {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .navbar {
    padding: 40px;
  }
  .navbar_logo {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer {
    padding: 40px 32px 90px 40px;
  }
  footer .navbar_logo {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 0;
    /* IE10+ CSS styles go here */
  }
  footer .navbar_logo img {
    max-width: 55px;
  }
}

@media screen and (max-width: 575px) and (-ms-high-contrast: none), screen and (max-width: 575px) and (-ms-high-contrast: active) {
  footer .navbar_logo {
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  footer .navbar_links {
    display: none;
  }
  footer .navbar_privacy ul {
    border: none;
  }
  footer .navbar_privacy ul li {
    line-height: 17px;
    height: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .navbar_privacy ul li:first-of-type {
    margin: 0;
    margin-right: 15px;
  }
  footer .navbar_privacy ul li a {
    font-size: 14px;
    line-height: 17px;
    height: 17px;
  }
  footer .copyright p {
    font-size: 12px;
  }
}

@media screen and (max-width: 389px) {
  footer {
    padding: 40px 30px 70px;
  }
  footer .container {
    text-align: center;
    width: 100%;
  }
  footer .navbar_logo {
    margin-top: 20px;
  }
  footer .navbar_privacy ul li {
    height: inherit;
  }
  footer .navbar_privacy ul li a {
    height: inherit;
  }
  footer .copyright p {
    line-height: 20px;
  }
}
/*# sourceMappingURL=style.css.map */