@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
#landing * {
  font-family: "DM Sans", serif;
  font-size: 20px;
  line-height: 20px;
}
#landing a {
  color: #83C8C1;
}
#landing a:hover {
  text-decoration: none;
}
#landing #hero-header {
  position: relative;
}
#landing #hero-header .img-container {
  overflow: hidden;
  position: relative;
}
#landing #hero-header .img-container:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2222222222%;
}
@media (min-width: 768px) {
  #landing #hero-header .img-container {
    position: relative;
  }
  #landing #hero-header .img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 44.2708333333%;
  }
}
@media (min-width: 1366px) {
  #landing #hero-header .img-container {
    position: relative;
  }
  #landing #hero-header .img-container:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 34.9926793558%;
  }
}
#landing #hero-header .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@media (min-width: 768px) {
  #landing #hero-header .img-container img.small {
    display: none;
  }
}
#landing #hero-header .img-container img.medium {
  display: none;
}
@media (min-width: 768px) {
  #landing #hero-header .img-container img.medium {
    display: block;
  }
}
@media (min-width: 1366px) {
  #landing #hero-header .img-container img.medium {
    display: none;
  }
}
#landing #hero-header .img-container img.large {
  display: none;
}
@media (min-width: 1366px) {
  #landing #hero-header .img-container img.large {
    display: block;
  }
}
#landing #hero-header .img-container.proportion-1 img {
  width: auto;
  height: 100%;
}
#landing #hero-header .img-container.proportion-2 img {
  width: 100%;
  height: auto;
}
#landing #hero-header .logo-title-container {
  position: absolute;
  bottom: 45px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
@media (min-width: 768px) {
  #landing #hero-header .logo-title-container {
    bottom: 85px;
  }
}
@media (min-width: 1366px) {
  #landing #hero-header .logo-title-container {
    bottom: 120px;
  }
}
#landing #hero-header .logo-title-container .logo-container .title {
  position: relative;
  max-height: 75px;
  overflow: hidden;
}
#landing #hero-header .logo-title-container .logo-container .title:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
@media (min-width: 768px) {
  #landing #hero-header .logo-title-container .logo-container .title {
    max-height: 90px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1366px) {
  #landing #hero-header .logo-title-container .logo-container .title {
    max-height: 100px;
    margin-bottom: 15px;
  }
}
#landing #hero-header .logo-title-container .logo-container .title span {
  font-size: 0px;
}
#landing #hero-header .logo-title-container .logo-container .title img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  height: 100%;
}
#landing #hero-header .logo-title-container .subtitle {
  color: #fff;
  font-size: 1.1em;
  line-height: 24px;
  margin: 0px;
}
@media (min-width: 768px) {
  #landing #hero-header .logo-title-container .subtitle {
    font-size: 1.5em;
    line-height: 35px;
  }
}
@media (min-width: 1366px) {
  #landing #hero-header .logo-title-container .subtitle {
    font-size: 1.8em;
    line-height: 40px;
  }
}
#landing .form-row {
  margin-top: -20px;
  position: relative;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 22px 18px;
  box-sizing: border-box;
  box-shadow: 0px -90px 71px 1px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  #landing .form-row {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    margin-top: -40px;
    padding: 40px 20px;
  }
}
@media (min-width: 1366px) {
  #landing .form-row {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    margin-top: -75px;
    box-shadow: 0px -160px 125px 1px rgba(0, 0, 0, 0.6);
    padding: 50px 20px;
  }
}
#landing .form-row .inner {
  text-align: center;
}
@media (min-width: 768px) {
  #landing .form-row .inner {
    max-width: 700px;
    margin: auto;
  }
}
#landing .form-row .inner p {
  font-size: 0.9em;
  line-height: 22px;
}
@media (min-width: 768px) {
  #landing .form-row .inner p {
    font-size: 1em;
    line-height: 24px;
  }
}
@media (min-width: 1366px) {
  #landing .form-row .inner p {
    font-size: 1.1em;
    line-height: 26px;
  }
}
#landing .form-row .inner .login {
  display: block;
  max-width: 120px;
  margin: auto;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  letter-spacing: 0.16px;
  line-height: 1em;
  margin-top: 20px;
  border-radius: 50px;
  border: none;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#landing .form-row .inner .login:focus-within, #landing .form-row .inner .login:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#landing .form-row .inner .login:hover {
  background-color: #83C8C1;
  color: #000;
}
@media (min-width: 768px) {
  #landing .form-row .inner p, #landing .form-row .inner h3, #landing .form-row .inner h4 {
    max-width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
  }
}
#landing .form-row .inner p + p, #landing .form-row .inner p + h3 {
  margin-top: 30px;
}
@media (min-width: 1366px) {
  #landing .form-row .inner p + h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
#landing .form-row .inner h3 {
  color: #83C8C1;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #landing .form-row .inner h3 {
    font-size: 1.1em;
    line-height: 26px;
  }
}
@media (min-width: 1366px) {
  #landing .form-row .inner h3 {
    font-size: 1.3em;
    line-height: 28px;
  }
}
#landing .form-row .inner h4 {
  display: inline-block;
  font-size: 0.7em;
  margin-top: 25px;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  #landing .form-row .inner h4 {
    font-size: 0.8em;
    line-height: 27px;
  }
}
@media (min-width: 1366px) {
  #landing .form-row .inner h4 {
    font-size: 0.9em;
    line-height: 29px;
    margin-bottom: 20px;
  }
}
#landing .form-row .inner h4:before, #landing .form-row .inner h4:after {
  content: "-";
  display: inline-block;
}
#landing .form-row .inner h4:before {
  margin-right: 5px;
}
#landing .form-row .inner h4:after {
  margin-left: 5px;
}
#landing .form-row .inner form {
  text-align: left;
  margin-top: 17px;
}
#landing .form-row .inner form .form-group label {
  display: block;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.14px;
  margin-bottom: 3px;
}
#landing .form-row .inner form .form-group input[type=text], #landing .form-row .inner form .form-group input[type=email], #landing .form-row .inner form .form-group input[type=phone], #landing .form-row .inner form .form-group input[type=password] {
  border-radius: 50px;
  background-color: #F0F0EB;
  border: none;
  height: 40px;
  color: #000;
  font-size: 16px;
}
#landing .form-row .inner form .form-group input[type=text]::placeholder, #landing .form-row .inner form .form-group input[type=email]::placeholder, #landing .form-row .inner form .form-group input[type=phone]::placeholder, #landing .form-row .inner form .form-group input[type=password]::placeholder {
  color: #B9B9B9;
}
#landing .form-row .inner form .form-group input[type=text]:focus-within, #landing .form-row .inner form .form-group input[type=text]:focus, #landing .form-row .inner form .form-group input[type=email]:focus-within, #landing .form-row .inner form .form-group input[type=email]:focus, #landing .form-row .inner form .form-group input[type=phone]:focus-within, #landing .form-row .inner form .form-group input[type=phone]:focus, #landing .form-row .inner form .form-group input[type=password]:focus-within, #landing .form-row .inner form .form-group input[type=password]:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#landing .form-row .inner form .form-group + .form-group:not(.form-group:nth-of-type(2)) {
  margin-top: 10px;
}
#landing .form-row .inner form .custom-checkbox {
  margin-top: 20px;
}
#landing .form-row .inner form .custom-checkbox input {
  display: none;
}
#landing .form-row .inner form .custom-checkbox label {
  font-size: 0.6em;
  line-height: 16px;
  position: relative;
  padding-left: 35px;
  color: #939393;
  user-select: none;
  cursor: pointer;
}
#landing .form-row .inner form .custom-checkbox label a {
  font-size: inherit;
  line-height: inherit;
  color: #939393;
}
#landing .form-row .inner form .custom-checkbox label a:hover {
  text-decoration: none;
}
#landing .form-row .inner form .custom-checkbox label:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  border: 1px solid #83C8C1;
  border-radius: 5px;
}
#landing .form-row .inner form .custom-checkbox input:checked + label:before {
  background-color: #83C8C1;
}
#landing .form-row .inner form .custom-checkbox input:checked + label:after {
  content: "✓";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 0px;
  color: #000;
  text-align: center;
  font-size: 20px;
}
#landing .form-row .inner form .btn {
  background-color: #000;
  font-size: 0.8em;
  letter-spacing: 0.16px;
  line-height: 1em;
  padding: 11px 83px;
  border-radius: 50px;
  border: none;
  margin-top: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
@media (min-width: 1366px) {
  #landing .form-row .inner form .btn {
    margin-top: 40px;
  }
}
#landing .form-row .inner form .btn:focus-within, #landing .form-row .inner form .btn:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
#landing .form-row .inner form .btn:hover {
  background-color: #83C8C1;
  color: #000;
}
#landing #main-thanks .inner h3 {
  margin-bottom: 20px;
}
#landing #main-completed .form-row {
  background-image: url("../../assets/img/landing/pattern.png");
  background-size: contain;
  background-repeat: revert;
}
#landing #main-completed .form-row .icon-container {
  margin-top: 18px;
  margin-bottom: 30px;
}
#landing #main-completed .form-row h3 {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 28px;
  letter-spacing: 0.28px;
  margin-bottom: 20px;
}
#landing #main-completed .form-row p {
  font-weight: bold;
  font-size: 0.8em;
  line-height: 22px;
  letter-spacing: 0.16px;
  margin-bottom: 0px;
}
#landing #main-completed .form-row h4 {
  margin-top: 25px;
  font-size: 0.8em;
  line-height: 22px;
  font-weight: bold;
}
#landing #main-completed .form-row h4:before, #landing #main-completed .form-row h4:after {
  display: none;
}
#landing #main-completed .form-row .markets-container {
  margin-top: 40px;
}
@media (min-width: 768px) {
  #landing #main-completed .form-row .markets-container {
    display: table-cell;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  #landing #main-completed .form-row .markets-container .logo-container {
    margin-left: 15px;
    margin-right: 15px;
  }
}
#landing #main-completed .form-row .markets-container .logo-container:last-of-type {
  margin-bottom: 70px;
}
#landing #main-completed .form-row .markets-container .logo-container img {
  max-width: 195px;
  height: auto;
  -webkit-transition: transform .2s ease;
  -moz-transition: transform .2s ease;
  -ms-transition: transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
}
#landing #main-completed .form-row .markets-container .logo-container a:hover img {
  -webkit-transform: scale(1.1) rotate(1deg);
  -moz-transform: scale(1.1) rotate(1deg);
  -ms-transform: scale(1.1) rotate(1deg);
  -o-transform: scale(1.1) rotate(1deg);
  transform: scale(1.1) rotate(1deg);
}
#landing #main-completed .form-row .markets-container .logo-container + .logo-container {
  margin-top: 33px;
}
@media (min-width: 768px) {
  #landing #main-completed .form-row .markets-container .logo-container + .logo-container {
    margin-top: 0px;
  }
}

/*# sourceMappingURL=landing.css.map */
