@charset "UTF-8";
/* CSS Document */
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html body {
  line-height: 1;
}
html ol, html ul {
  list-style: none;
}
html blockquote, html q {
  quotes: none;
}
html blockquote:before, html blockquote:after,
html q:before, html q:after {
  content: "";
  content: none;
}
html ins {
  text-decoration: none;
}
html del {
  text-decoration: line-through;
}
html table {
  border-collapse: collapse;
  border-spacing: 0;
}
html a {
  transition: 0.2s ease-in-out;
  color: inherit;
  text-decoration: none;
}
html a:hover {
  text-decoration: none;
}
html ul {
  margin: 0;
}
html strong {
  font-weight: bold;
}
html button {
  border: none;
  background: none;
}
html textarea {
  resize: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
html div::-webkit-scrollbar {
  width: 0 !important;
}
html div {
  overflow: -moz-scrollbars-none;
}
html div {
  -ms-overflow-style: none;
}
html button:focus {
  outline: none;
}
html input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html input:focus, html input[type=checkbox]:focus {
  outline: none;
}
html textarea:focus {
  outline: none;
}
html select:focus {
  outline: none;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  color: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h2 {
  margin-bottom: 30px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup h5 {
  margin-bottom: 10px;
  text-transform: none;
  letter-spacing: normal;
}
.policy_popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  max-width: 60%;
  margin-bottom: 30px;
  width: 250px;
}
.policy_popup .inner_content {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
  max-width: 1350px;
  padding: 10px 20px;
  margin: 0 auto;
}
.policy_popup .inner_content::-webkit-scrollbar {
  width: 0;
  height: 8px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 9px;
}
.policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
.policy_popup .inner_content::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 9px;
  box-shadow: inset 0px 0px 0px 0px #F0F0F0;
}
.policy_popup .small_logo {
  margin-top: 30px;
}
.policy_popup .copyright {
  padding-top: 30px;
}
.policy_popup .copyright p {
  text-align: center;
}
.policy_popup .close_icon {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  cursor: pointer;
  position: relative;
}
.show_message:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
}

body {
  font-family: "Darker Grotesque", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background-color: #1a1a1a;
  line-height: 1.6;
  font-size: 36px;
  background: #36312B;
}

.grecaptcha-badge {
  display: none !important;
}

.my_btn {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 0;
  border: none;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.my_btn:hover {
  border-color: transparent;
}

h1, h2 {
  font-size: 70px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
}

h6 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

p {
  margin-bottom: 50px;
  line-height: 1.2;
}

.section-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.img_row {
  display: flex;
  gap: 20px;
  max-width: 100%;
  overflow: hidden;
}

.hero {
  position: relative;
}
.hero .img_container {
  aspect-ratio: 19/15;
  background: url("../img/hero_result.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
}
.hero .logos {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 140px;
  padding-top: 3%;
}
.hero::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 20%;
  left: 0;
  right: 0;
  width: 100%;
  background: #36312B;
  background: linear-gradient(180deg, rgba(54, 49, 43, 0.05) 0%, rgb(54, 49, 43) 100%);
}

.exceptional {
  position: relative;
  margin-top: -50px;
  z-index: 2;
}
.exceptional img {
  height: 30vw;
}

.register_form {
  position: relative;
}
.register_form form .field {
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.register_form form .field input,
.register_form form .field textarea,
.register_form form .field input:-webkit-autofill,
.register_form form .field input:-webkit-autofill:hover,
.register_form form .field input:-webkit-autofill:focus,
.register_form form .field textarea:-webkit-autofill,
.register_form form .field textarea:-webkit-autofill:hover,
.register_form form .field textarea:-webkit-autofill:focus,
.register_form form .field select:-webkit-autofill,
.register_form form .field select:-webkit-autofill:hover,
.register_form form .field select:-webkit-autofill:focus {
  width: 100%;
  font-size: 18px;
  padding: 0 15px;
  font-weight: 300;
  color: #fff;
  line-height: 50px;
  background: #222222;
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 0 #000 inset;
  transition: background-color 5000s ease-in-out 0s;
  border: none;
}
.register_form form .field input::placeholder,
.register_form form .field textarea::placeholder,
.register_form form .field input:-webkit-autofill::placeholder,
.register_form form .field input:-webkit-autofill:hover::placeholder,
.register_form form .field input:-webkit-autofill:focus::placeholder,
.register_form form .field textarea:-webkit-autofill::placeholder,
.register_form form .field textarea:-webkit-autofill:hover::placeholder,
.register_form form .field textarea:-webkit-autofill:focus::placeholder,
.register_form form .field select:-webkit-autofill::placeholder,
.register_form form .field select:-webkit-autofill:hover::placeholder,
.register_form form .field select:-webkit-autofill:focus::placeholder {
  color: #fff;
  letter-spacing: 2px;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.register_form form .field input::-ms-input-placeholder,
.register_form form .field textarea::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field input:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field textarea:-webkit-autofill:focus::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:hover::-ms-input-placeholder,
.register_form form .field select:-webkit-autofill:focus::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
.register_form form .field textarea {
  width: 100%;
  height: 110px;
  line-height: 1.1;
  padding-top: 20px;
  text-align: left;
  line-height: 1.1;
}
.register_form form .field:not(.checkbox)::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/small_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.register_form form .field.missing input,
.register_form form .field.missing textarea {
  border-bottom: 1px solid red;
}
.register_form form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 0;
}
.register_form form .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.register_form form .checkbox label {
  padding-top: 6px;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
  line-height: 1.6;
  text-transform: none;
  font-size: 12px;
}
.register_form form .checkbox label:before {
  content: "";
  position: absolute;
  top: 10px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 23px;
  font-size: 20px;
}
.register_form form .checkbox input[type=radio]:checked + label:before,
.register_form form .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  background: transparent;
  color: #fff;
}
.register_form form .checkbox.missing label:before {
  border-color: red;
}
.register_form form .error-message {
  font-size: 14px;
  text-align: left;
  padding-top: 5px;
  display: inline-block;
}
.register_form form legend {
  font-size: 24px;
}
.register_form form .realtor .field {
  width: auto;
}
.register_form form .realtor .checkbox label {
  padding-top: 5px;
  font-size: 20px;
}
.register_form form .thank_you_message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #36312B;
  display: none;
}
.register_form form .thank_you_message h3 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  padding: 0 20px;
}
.register_form form .thank_you_message .close_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  cursor: pointer;
}
.register_form form.form-done .thank_you_message {
  display: block;
}
.register_form .required {
  font-size: 14px;
  margin-top: 10px;
}

.submit_btn {
  width: 50px;
  height: 20px;
  background: url("../img/submit_arrow.png") right center no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.3s ease;
}
.submit_btn:hover {
  transform: translate(10px, 0);
}

#footer .container {
  padding-top: 50px;
  padding-bottom: 30px;
  border-top: 1px solid #ccc;
}
#footer h4 {
  margin-bottom: 30px;
}
#footer h6 {
  margin-bottom: 25px;
}
#footer p {
  font-size: 16px;
  line-height: 25px;
}
#footer .form-col {
  position: relative;
}
#footer .form-col:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: -45px;
  width: 1px;
  background: #ccc;
}
#footer .copyright {
  font-size: 18px;
}

@media (max-width: 1700px) {
  body {
    font-size: 32px;
  }
  h1, h2 {
    font-size: 60px;
  }
  .logo {
    width: 580px;
  }
}
@media (max-width: 1300px) {
  body {
    font-size: 28px;
  }
  h1, h2 {
    font-size: 52px;
  }
  .logo {
    width: 520px;
  }
  .hero .logos {
    margin-bottom: 90px;
  }
  .hero .logos img {
    max-height: 45px;
  }
}
@media (max-width: 1100px) {
  body {
    font-size: 24px;
  }
  .section-padding {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  h1, h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  p {
    margin-bottom: 40px;
  }
  .my_btn {
    font-size: 22px;
  }
  .logo {
    width: 440px;
  }
  .hero .logos {
    margin-bottom: 70px;
  }
  .hero .logos img {
    max-height: 38px;
  }
}
@media (max-width: 750px) {
  body {
    font-size: 16px;
  }
  h1, h2 {
    font-size: 28px;
    margin-bottom: 25px;
  }
  p {
    line-height: 1.3;
    margin-bottom: 35px;
  }
  .my_btn {
    font-size: 18px;
  }
  .my_btn.white_btn {
    background: #fff;
    color: #333;
    padding: 5px 10px;
  }
  .logo {
    width: 300px;
  }
  .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .img_row {
    flex-wrap: wrap;
    padding: 0 15px;
  }
  .img_row img {
    height: auto;
    max-width: 100%;
  }
  .hero .logos {
    padding-top: 5%;
    gap: 25px;
    margin-bottom: 40px;
  }
  .hero .logos img {
    max-height: 28px;
  }
  .hero .img_container {
    padding-left: 30px;
    padding-right: 30px;
    aspect-ratio: 12/13;
  }
  .exceptional {
    margin-top: -30px;
  }
  .register_form form legend {
    font-size: 20px;
  }
  .register_form form .checkbox {
    padding-top: 0;
  }
}