@font-face {
  font-family: 'Canela';
  src: url("fonts/Canela-Regular.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'SFProDisplay';
  src: url("fonts/FontsFree-Net-SFProDisplay-Light.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: questa-sans, sans-serif;
  font-weight: 300;
  font-style: normal; }
/*------------------------------------*\
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; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:not(.scroll_link):hover {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  opacity: 0.7; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

a {
  color: inherit;
  text-decoration: none; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

.iti__country {
  color: #000; }

.iti__flag-container {
  background: rgba(255, 255, 255, 0.7); }

/* defaults end */
body {
  font-family: questa-sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #867F79;
  margin: 0;
  background: #E7E3DC;
  padding-top: 40px; }
  body.no-scroll {
    overflow: hidden; }

.register_btn {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 110;
  background: #BEA998;
  color: #000; }
  .register_btn .my_btn {
    letter-spacing: 2px;
    line-height: 28px;
    font-size: 18px;
    width: 100%;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.31);
    padding: 10px 20px;
    color: #fff;
    border: none; }

p {
  line-height: 1.6; }

/* PAGE STYLES */
h1, h2 {
  font-family: 'Canela';
  font-size: 34px;
  color: #BEA998;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 25px; }

h3 {
  font-family: 'Canela';
  color: #BEA998;
  font-size: 25px;
  line-height: 1.2; }

h4 {
  font-family: 'Canela';
  color: #000;
  font-size: 22px;
  line-height: 1.2; }

h6 {
  font-family: 'Canela';
  color: #BEA998;
  font-size: 20px; }

.footer h6 {
  font-size: 24px; }

.g-recaptcha {
  display: none; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mh_100 {
  min-height: 100vh; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #efece8;
  z-index: 200;
  display: none;
  color: #000; }
  .policy_popup h2 {
    color: #000; }
  .policy_popup h4 {
    margin-bottom: 20px; }
  .policy_popup h3 {
    margin-bottom: 40px; }
  .policy_popup p {
    font-size: 18px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    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; }

.my_btn {
  font-family: 'Canela';
  font-size: 25px;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid  #fff;
  background: transparent;
  cursor: pointer; }

.landscape {
  position: relative; }
  .landscape .forest_hill {
    position: absolute;
    left: -4%;
    top: 50%;
    transform: translate(-100%, -50%); }
  .landscape .logo {
    position: absolute;
    right: -4%;
    top: 50%;
    transform: translate(100%, -50%); }

.register_form {
  background: #fff;
  -webkit-box-shadow: -2px 3px 9px 2px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 3px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 30px 50px;
  color: #BEA998;
  font-size: 16px; }
  .register_form .form_container {
    position: relative; }
  .register_form .form {
    display: block !important;
    position: relative;
    margin: 0 auto;
    transition: all 0.4s; }
    .register_form .form .iti.iti--allow-dropdown {
      width: 100%;
      margin-bottom: 20px; }
    .register_form .form #Phone {
      padding-left: 55px; }
    .register_form .form input[type="text"],
    .register_form .form input[type="search"],
    .register_form .form input[type="tel"],
    .register_form .form input[type="number"],
    .register_form .form input[type="email"],
    .register_form .form input[type="password"],
    .register_form .form select {
      width: 100%;
      font-weight: 300;
      font-style: normal;
      line-height: 48px;
      color: #BEA998;
      -webkit-appearance: none;
      border: none;
      background: transparent;
      border-bottom: 1px solid #BEA998;
      outline: none;
      border-radius: 0;
      padding: 0;
      margin-bottom: 20px; }
      .register_form .form input[type="text"] option,
      .register_form .form input[type="search"] option,
      .register_form .form input[type="tel"] option,
      .register_form .form input[type="number"] option,
      .register_form .form input[type="email"] option,
      .register_form .form input[type="password"] option,
      .register_form .form select option {
        color: #000; }
    .register_form .form input[type="text"]::placeholder,
    .register_form .form input[type="search"]::placeholder,
    .register_form .form input[type="tel"]::placeholder,
    .register_form .form input[type="number"]::placeholder,
    .register_form .form input[type="email"]::placeholder,
    .register_form .form input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #BEA998;
      opacity: 1;
      /* Firefox */ }
    .register_form .form input[type="text"]:-ms-input-placeholder,
    .register_form .form input[type="search"]:-ms-input-placeholder,
    .register_form .form input[type="tel"]:-ms-input-placeholder,
    .register_form .form input[type="number"]:-ms-input-placeholder,
    .register_form .form input[type="email"]:-ms-input-placeholder,
    .register_form .form input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #BEA998; }
    .register_form .form input[type="text"]::-ms-input-placeholder,
    .register_form .form input[type="search"]::-ms-input-placeholder,
    .register_form .form input[type="tel"]::-ms-input-placeholder,
    .register_form .form input[type="number"]::-ms-input-placeholder,
    .register_form .form input[type="email"]::-ms-input-placeholder,
    .register_form .form input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #BEA998; }
    .register_form .form .form-group {
      position: relative; }
      .register_form .form .form-group .arrow_down {
        position: absolute;
        top: 10px;
        width: 30px;
        top: 10px;
        cursor: pointer; }
    .register_form .form select {
      background: url("../img/arrow_down.svg") no-repeat;
      background-size: 20px;
      background-position: right center;
      cursor: pointer; }
    .register_form .form legend {
      font-size: 20px; }
    .register_form .form .disclaimer p {
      font-size: 16px; }
    .register_form .form .missing input[type="text"],
    .register_form .form .missing input[type="search"],
    .register_form .form .missing input[type="tel"],
    .register_form .form .missing input[type="number"],
    .register_form .form .missing input[type="email"],
    .register_form .form .missing input[type="password"] {
      border-bottom: 1px solid red; }
      .register_form .form .missing input[type="text"]::placeholder,
      .register_form .form .missing input[type="search"]::placeholder,
      .register_form .form .missing input[type="tel"]::placeholder,
      .register_form .form .missing input[type="number"]::placeholder,
      .register_form .form .missing input[type="email"]::placeholder,
      .register_form .form .missing input[type="password"]::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: red;
        opacity: 1;
        /* Firefox */ }
      .register_form .form .missing input[type="text"]:-ms-input-placeholder,
      .register_form .form .missing input[type="search"]:-ms-input-placeholder,
      .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
      .register_form .form .missing input[type="number"]:-ms-input-placeholder,
      .register_form .form .missing input[type="email"]:-ms-input-placeholder,
      .register_form .form .missing input[type="password"]:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: red; }
      .register_form .form .missing input[type="text"]::-ms-input-placeholder,
      .register_form .form .missing input[type="search"]::-ms-input-placeholder,
      .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
      .register_form .form .missing input[type="number"]::-ms-input-placeholder,
      .register_form .form .missing input[type="email"]::-ms-input-placeholder,
      .register_form .form .missing input[type="password"]::-ms-input-placeholder {
        /* Microsoft Edge */
        color: red; }
    .register_form .form .missing select {
      border-bottom: 1px solid red;
      color: red; }
    .register_form .form .agent_name_field {
      display: none; }
    .register_form .form .checkbox {
      display: inline-block;
      position: relative;
      font-size: 20px;
      padding-top: 0;
      padding-bottom: 0;
      text-align: left;
      margin-right: 5px; }
      .register_form .form .checkbox input {
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px; }
      .register_form .form .checkbox label {
        padding: 0 5px;
        position: relative;
        cursor: pointer;
        text-transform: none;
        opacity: 0.6; }
      .register_form .form .checkbox input[type="radio"]:checked + label,
      .register_form .form .checkbox input[type="checkbox"]:checked + label {
        opacity: 1; }
      .register_form .form .checkbox.missing label:before {
        border-color: red; }
    .register_form .form .disclaimer .checkbox {
      display: inline-block;
      position: relative;
      font-size: 15px;
      padding-top: 10px;
      padding-bottom: 10px;
      text-align: left;
      margin-right: 0px; }
      .register_form .form .disclaimer .checkbox input {
        position: absolute;
        opacity: 0;
        width: 10px;
        height: 10px;
        left: 30px; }
      .register_form .form .disclaimer .checkbox label {
        padding-left: 35px;
        position: relative;
        opacity: 1;
        cursor: pointer;
        text-transform: none; }
      .register_form .form .disclaimer .checkbox label:before {
        content: "";
        position: absolute;
        top: -5px;
        display: block;
        left: -5px;
        width: 25px;
        height: 25px;
        margin-left: 5px;
        border-width: 1px;
        border-style: solid;
        border-color: #BEA998;
        border-image: initial;
        background: transparent;
        text-align: center;
        line-height: 23px;
        font-size: 20px; }
      .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label,
      .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label {
        background: transparent;
        color: #BEA998; }
      .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label:before,
      .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label:before {
        content: "\2713"; }
      .register_form .form .disclaimer .checkbox.missing label:before {
        border-color: red; }
    .register_form .form .my_btn {
      color: #BEA998;
      border-bottom: 1px solid  #BEA998; }
    .register_form .form .link {
      font-weight: 300; }
    .register_form .form .warning-message,
    .register_form .form .error-message {
      display: block;
      font-size: 14px;
      line-height: 1.5;
      color: red; }
  .register_form .thank_you_message {
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s; }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .thank_you_message .inner_box {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .register_form .form.form-done .inner {
    opacity: 0; }
  .register_form .form.form-done .thank_you_message {
    opacity: 1;
    z-index: 2; }
  .register_form .disclaimer p {
    font-size: 20px; }

.show_message {
  cursor: pointer; }

.footer {
  background: #BEA998;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  line-height: 1.8; }
  .footer h6 {
    color: #fff; }

/* PAGE STYLES END */
#thank_you .my_btn {
  color: #BEA998;
  border-bottom: 1px solid #BEA998; }

/* RESPONSIVE */
@media (max-width: 991px) {
  body {
    padding-top: 55px; }

  h1, h2 {
    font-size: 28px;
    margin-bottom: 20px; }

  .register_btn {
    top: 0;
    transform: none;
    right: 0;
    left: 0;
    width: auto; }
    .register_btn span {
      display: none; }
    .register_btn .my_btn {
      font-size: 16px;
      line-height: 26px;
      box-shadow: 0px 6px 9px 2px rgba(0, 0, 0, 0.25);
      border-bottom: 2px solid #636363;
      border-top: 2px solid #636363; } }
@media (max-width: 767px) {
  .footer h6 {
    font-size: 20px; }

  h1, h2 {
    font-size: 24px; }

  body {
    font-size: 16px; }

  .container, .container-sm {
    max-width: 100%; }

  .container {
    padding-left: 0;
    padding-right: 0; }

  .negative_margin {
    margin-left: -15px;
    margin-right: -15px; }

  .bg_white {
    background: #fff; }

  .register_form {
    box-shadow: none;
    padding: 30px 20px; }
    .register_form .form .disclaimer .checkbox label:before {
      top: 2px; } }

/*# sourceMappingURL=my_style.css.map */
