/* varibles */
/* 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;
}

body {
  font-family: "Geist", sans-serif;
  font-size: 20px;
  color: #000;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.6;
}
body p i {
  font-size: 25px;
}

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5 {
  font-family: "roc-grotesk", sans-serif;
  font-weight: 300;
  line-height: 1;
}

h1, h3 {
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-size: 90px;
}

h3 {
  line-height: 1.1;
}

h5 {
  font-size: 42px;
  text-transform: uppercase;
}

h4 {
  font-size: 30px;
  line-height: 1.2;
}

.orange-text {
  color: #E09F4B;
}

.beige-text {
  color: #FCFAE1;
}

.green-text {
  color: #B1BB9D;
}

.white-text {
  color: #fff;
}

p b {
  font-weight: 600;
}

p.small {
  font-size: 20px;
}

p.smaller {
  font-size: 18px;
}

p.large {
  font-size: 30px;
}

p.text-uppercase {
  letter-spacing: 2px;
}

.no_border {
  border: none !important;
}

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #fff;
  z-index: 11;
  display: none;
}
.policy_popup h3 {
  font-size: 30px;
  margin-bottom: 40px;
}
.policy_popup h4 {
  font-size: 26px;
  margin-bottom: 10px;
}
.policy_popup h2, .policy_popup h4, .policy_popup p {
  text-align: left;
}
.policy_popup p {
  font-size: 16px;
  margin-bottom: 30px;
}
.policy_popup .main_logo {
  width: 230px;
  max-width: 70%;
  margin-bottom: 30px;
}
.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: 20px;
  right: 20px;
  width: 35px;
  cursor: pointer;
}

.show_message {
  text-decoration: underline;
  cursor: pointer;
}

.grecaptcha-badge {
  display: none !important;
}

#mainbody {
  padding: 0;
  overflow-x: hidden;
}

.green_bg {
  background: #B1BB9D;
}

.my_btn {
  line-height: 55px;
  padding: 0 20px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  letter-spacing: 1px;
}
.my_btn.beige {
  background: #FCFAE1;
  color: #36271C;
}
.my_btn.orange {
  background: #E09F4B;
  color: #FCFAE1;
}

/* ------------- MENU --------------- */
/* ------------- MENU END --------------- */
/* --------------- MAIN CONTENT ---------------- */
#footer {
  background: #fff;
}
#footer .copyright {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.allistica-landing {
  min-height: 100vh;
  background: #fff;
  color: #111;
}

.allistica-hero {
  min-height: 56vw;
  max-height: 820px;
  height: 86vh;
  background: linear-gradient(rgba(0, 80, 150, 0.05), rgba(0, 80, 150, 0.05)), url("/img/hero.jpg") center center/cover no-repeat;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.allistica-hero .hero-content {
  padding: 125px 20px 0;
  color: #fff;
}
.allistica-hero .hero-logo {
  display: block;
  width: 530px;
  max-width: 78vw;
  margin: 0 auto 55px;
}
.allistica-hero h1 {
  font-family: "Geist", sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0;
  text-transform: none;
  color: #fff;
}

.register-section {
  padding: 85px 20px 95px;
  background: #fff;
  text-align: center;
}
.register-section .register-inner {
  width: 100%;
  max-width: 690px;
  margin: 0 auto;
}
.register-section h2 {
  font-family: "Geist", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  margin-bottom: 28px;
}
.register-section .intro {
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 52px;
}

#footer.allistica-footer {
  padding: 0 20px 65px;
  text-align: center;
}
#footer.allistica-footer .footer-logo {
  display: block;
  width: 240px;
  max-width: 70vw;
  margin: 0 auto 42px;
}
#footer.allistica-footer p {
  font-size: 12px;
  line-height: 1.4;
}

/* --------------- MAIN CONTENT END ---------------- */
/* ---------------- REGISTER -------------------------- */
.form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s;
  overflow: hidden;
}
.form input[type=text],
.form input[type=search],
.form input[type=tel],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form textarea,
.form select {
  width: 100%;
  font-size: 15px;
  line-height: 40px;
  text-transform: none;
  color: #000;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border: 1px solid #CCCCCC;
  outline: none;
  border-radius: 0;
  padding: 1px 10px;
  margin-bottom: 20px;
}
.form select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 1px;
  font-family: Arial, Helvetica, sans-serif;
}
.form .other {
  color: #000;
}
.form textarea {
  margin-bottom: 20px;
}
.form input[type=text]::placeholder,
.form input[type=search]::placeholder,
.form input[type=tel]::placeholder,
.form input[type=number]::placeholder,
.form input[type=email]::placeholder,
.form input[type=password]::placeholder,
.form select::placeholder,
.form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  opacity: 1; /* Firefox */
}
.form input[type=text]:-ms-input-placeholder,
.form input[type=search]:-ms-input-placeholder,
.form input[type=tel]:-ms-input-placeholder,
.form input[type=number]:-ms-input-placeholder,
.form input[type=email]:-ms-input-placeholder,
.form input[type=password]:-ms-input-placeholder,
.form select:-ms-input-placeholder,
.form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form input[type=text]::-ms-input-placeholder,
.form input[type=search]::-ms-input-placeholder,
.form input[type=tel]::-ms-input-placeholder,
.form input[type=number]::-ms-input-placeholder,
.form input[type=email]::-ms-input-placeholder,
.form input[type=password]::-ms-input-placeholder,
.form select::-ms-input-placeholder,
.form textarea::-ms-input-placeholder { /* Microsoft Edge */
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
.form select {
  background: linear-gradient(45deg, transparent 50%, #cfcfcf 50%), linear-gradient(135deg, #cfcfcf 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 14px) 50%;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}
.form input:-webkit-autofill,
.form input:-webkit-autofill:hover,
.form input:-webkit-autofill:focus,
.form input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}
.form .missing input[type=text],
.form .missing input[type=search],
.form .missing input[type=tel],
.form .missing input[type=number],
.form .missing input[type=email],
.form .missing input[type=password],
.form .missing textarea {
  border-bottom: 1px solid red;
}
.form .missing input[type=text]::placeholder,
.form .missing input[type=search]::placeholder,
.form .missing input[type=tel]::placeholder,
.form .missing input[type=number]::placeholder,
.form .missing input[type=email]::placeholder,
.form .missing input[type=password]::placeholder,
.form .missing textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}
.form .missing input[type=text]:-ms-input-placeholder,
.form .missing input[type=search]:-ms-input-placeholder,
.form .missing input[type=tel]:-ms-input-placeholder,
.form .missing input[type=number]:-ms-input-placeholder,
.form .missing input[type=email]:-ms-input-placeholder,
.form .missing input[type=password]:-ms-input-placeholder,
.form .missing textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}
.form .missing input[type=text]::-ms-input-placeholder,
.form .missing input[type=search]::-ms-input-placeholder,
.form .missing input[type=tel]::-ms-input-placeholder,
.form .missing input[type=number]::-ms-input-placeholder,
.form .missing input[type=email]::-ms-input-placeholder,
.form .missing input[type=password]::-ms-input-placeholder,
.form .missing textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
.form .missing select {
  border-bottom: 1px solid red;
  color: red;
}
.form .brokerage_name {
  display: none;
}
.form legend {
  font-size: 16px;
  line-height: 1.2;
}
.form .checkbox {
  display: inline-block;
  position: relative;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 5px;
}
.form .checkbox input {
  position: absolute;
  opacity: 0;
  width: calc(100% + 20px);
  height: 80%;
  left: -30px;
}
.form .checkbox label {
  padding: 10px 15px;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox label:before,
.form .checkbox label:after {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #bbb;
  top: 50%;
  transform: translate(0, -50%);
}
.form .checkbox label:after {
  left: -26px;
  width: 22px;
  height: 22px;
  border: none;
}
.form .checkbox input[type=radio]:checked + label:after,
.form .checkbox input[type=checkbox]:checked + label:after {
  background: #E09F4B;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .checkbox.consent {
  padding: 0;
  padding-left: 40px;
}
.form .checkbox.consent label {
  font-size: 12px;
  line-height: 1.3;
}
.form .checkbox.consent label:before {
  border-radius: 0;
  top: 10px;
  left: -40px;
  transform: translate(0, 0);
}
.form .checkbox.consent label:after {
  content: "";
  left: -33px;
  width: 26px;
  height: 26px;
  top: 31px;
}
.form .checkbox.consent input[type=radio]:checked + label:after,
.form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") no-repeat;
  background-size: auto;
}
.form .radio-wrapperG .checkbox {
  margin-right: 70px;
}
.form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.form .my_btn {
  background: #FCFAE1;
  color: #000;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: center;
  transition: all 0.4s;
  background: #fff;
  padding: 30px;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.form .thank_you_message h4, .form .thank_you_message h5 {
  position: absolute;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.form .thank_you_message h5 {
  line-height: 1.4;
}
.form .thank_you_message .close_btn {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 24px;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}

.allistica-form {
  text-align: left;
}
.allistica-form input[type=text],
.allistica-form input[type=search],
.allistica-form input[type=tel],
.allistica-form input[type=number],
.allistica-form input[type=email],
.allistica-form input[type=password],
.allistica-form textarea,
.allistica-form select {
  font-size: 16px;
  line-height: 40px;
  border: 1px solid #d8d8d8;
  padding: 0 12px;
  margin-bottom: 14px;
}
.allistica-form .question-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin: 26px 0;
}
.allistica-form legend {
  font-size: 16px;
  line-height: 1.3;
}
.allistica-form .checkbox {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 56px;
}
.allistica-form .checkbox:last-of-type {
  margin-right: 0;
}
.allistica-form .checkbox input {
  left: -28px;
  height: 34px;
}
.allistica-form .checkbox label {
  display: inline-block;
  padding: 8px 0 8px 22px;
  color: #111;
}
.allistica-form .checkbox label:before {
  left: -22px;
  width: 26px;
  height: 26px;
  border: 1px solid #ddd;
  background: #fff;
}
.allistica-form .checkbox label:after {
  left: -18px;
  width: 18px;
  height: 18px;
}
.allistica-form .checkbox input[type=radio]:checked + label:after,
.allistica-form .checkbox input[type=checkbox]:checked + label:after {
  background: #4b3419;
}
.allistica-form .checkbox.consent {
  display: block;
  padding-left: 46px;
}
.allistica-form .checkbox.consent input {
  left: 0;
  width: 28px;
  height: 28px;
}
.allistica-form .checkbox.consent label {
  font-size: 10px;
  line-height: 1.45;
  padding: 0;
  color: #111;
}
.allistica-form .checkbox.consent label:before {
  left: -46px;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 0;
  transform: none;
}
.allistica-form .checkbox.consent label:after {
  left: -38px;
  top: 12px;
  width: 14px;
  height: 14px;
}
.allistica-form .checkbox.consent input[type=checkbox]:checked + label:after {
  background: url("../img/check.png") center center/contain no-repeat;
}
.allistica-form .radio-wrapperG {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.allistica-form .radio-wrapperG .checkbox {
  margin-right: 56px;
}
.allistica-form .radio-wrapperG .checkbox:last-of-type {
  margin-right: 0;
}
.allistica-form .submit-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 264px;
  gap: 40px;
  align-items: center;
  margin-top: 34px;
}
.allistica-form .my_btn {
  width: 100%;
  padding: 0 24px;
  background: #000;
  color: #fff;
  font-weight: 300;
  letter-spacing: 2px;
}

/* ---------------- REGISTER END ---------------------- */
/* -------------- RESPONSIVE ------------------ */
@media (max-width: 1700px) {
  body {
    font-size: 20px;
  }
  h3 {
    font-size: 50px;
  }
  h4 {
    font-size: 26px;
  }
  p.small {
    font-size: 18px;
  }
  p.smaller {
    font-size: 16px;
  }
  p.large {
    font-size: 26px;
  }
  .my_btn {
    font-size: 16px;
  }
  .form legend {
    font-size: 15px;
  }
  .form .checkbox {
    font-size: 16px;
  }
  .form .checkbox.consent label {
    font-size: 12px;
  }
  .allistica-form legend,
  .allistica-form .checkbox {
    font-size: 14px;
  }
  .allistica-form .checkbox.consent label {
    font-size: 10px;
  }
  #footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 48px;
  }
  h3 {
    font-size: 38px;
  }
  p.small {
    font-size: 16px;
  }
  p.smaller {
    font-size: 15px;
  }
  #mainbody {
    padding-left: 0;
  }
  .header .my_btn {
    font-size: 14px;
  }
  .my_btn {
    line-height: 46px;
    font-size: 16px;
  }
  nav {
    width: 190px;
  }
  .form .radio-wrapperG .checkbox {
    margin-right: 40px;
  }
  .form .radio-wrapperG .checkbox:not(.consent) label:before {
    left: -24px;
    width: 24px;
    height: 24px;
  }
  .form .radio-wrapperG .checkbox:not(.consent) label:after {
    left: -21px;
    width: 18px;
    height: 18px;
  }
  .allistica-form .radio-wrapperG .checkbox {
    margin-right: 56px;
  }
  .allistica-form .radio-wrapperG .checkbox:not(.consent) label:before {
    left: -22px;
    width: 26px;
    height: 26px;
  }
  .allistica-form .radio-wrapperG .checkbox:not(.consent) label:after {
    left: -18px;
    width: 18px;
    height: 18px;
  }
  .little_icon {
    width: 60px;
  }
  #footer .copyright {
    font-size: 12px;
  }
  #footer .builders img {
    width: 130px;
  }
}
@media (max-width: 1300px) {
  h2 {
    font-size: 34px;
  }
  h4 {
    font-size: 24px;
  }
  #footer p {
    font-size: 16px;
  }
}
@media (max-width: 900px) {
  .allistica-hero {
    min-height: 620px;
    height: 72vh;
    background-position: center top;
  }
  .allistica-hero .hero-content {
    padding-top: 95px;
  }
  .allistica-hero .hero-logo {
    width: 390px;
    margin-bottom: 40px;
  }
  .allistica-hero h1 {
    font-size: 40px;
  }
  .register-section {
    padding: 62px 20px 74px;
  }
  .register-section h2 {
    font-size: 32px;
  }
  .register-section .intro {
    margin-bottom: 36px;
  }
  .allistica-form .question-row,
  .allistica-form .submit-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .allistica-form .radio-wrapperG {
    justify-content: flex-start;
    padding-left: 22px;
  }
  .allistica-form .submit-row {
    margin-top: 26px;
  }
}
@media (max-width: 575px) {
  .allistica-hero {
    min-height: 520px;
    height: 68vh;
  }
  .allistica-hero .hero-content {
    padding-top: 80px;
  }
  .allistica-hero .hero-logo {
    width: 315px;
  }
  .allistica-hero h1 {
    font-size: 33px;
  }
  .register-section {
    padding: 48px 18px 58px;
  }
  .register-section h2 {
    font-size: 28px;
  }
  #footer.allistica-footer {
    padding-bottom: 45px;
  }
}
/* -------------- RESPONSIVE END ------------------ */