@charset "UTF-8";
@font-face {
  font-family: "utopia-std-subhead", serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "utopia-std-subhead", serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* 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 b {
  font-weight: bold;
}
html i {
  font-style: italic;
}
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;
}

strong {
  font-weight: 700;
}

body {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #460F10;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 270px;
}
body.no-overflow, body.no-scroll {
  overflow: hidden !important;
}
body p {
  line-height: 1.5;
}
body p b {
  font-size: 18px;
  font-weight: 700;
}
body header .docs_icon,
body .mob_menu .docs_icon {
  display: none !important;
}
body[data-docs=has-new-docs] header .docs_icon,
body[data-docs=has-new-docs] .mob_menu .docs_icon {
  display: inline-block !important;
}

h1, h2 {
  font-family: "utopia-std-subhead", sans-serif;
  font-weight: 400;
  font-size: 90px;
  color: #460F10;
  line-height: 0.9;
  margin-bottom: 30px;
}

h1 {
  letter-spacing: 1px;
}

h2 {
  line-height: 1;
}

h3 {
  font-family: "utopia-std-subhead", sans-serif;
  font-weight: 400;
  font-size: 42px;
  color: #460F10;
  line-height: 1.2;
}
h3.large {
  font-size: 50px;
}

h4 {
  font-family: "utopia-std-subhead", sans-serif;
  font-weight: 400;
  font-size: 40px;
  color: #460F10;
  line-height: 0.9;
}
h4.small {
  font-size: 38px;
}

h5 {
  font-family: "utopia-std-subhead", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

h6 {
  font-family: "poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 24px;
  line-height: 1.2;
}
h6.large {
  font-size: 80px;
  font-weight: 500;
}
h6.smaller {
  font-size: 20px;
}

p {
  margin-bottom: 40px;
}

p.large {
  font-size: 30px;
  line-height: 1.3;
}

p.mid {
  font-size: 26px;
  line-height: 1.5;
}

p.small {
  font-size: 20px;
}

.text-white {
  color: #fff;
}

ul.small {
  padding-left: 20px;
  list-style-type: disc;
}
ul.small li {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.my_btn {
  cursor: pointer;
  padding: 0 25px;
  line-height: 48px;
  font-size: 18px;
  color: #460F10;
  text-transform: uppercase;
  border: 1px solid #460F10;
  background: #fff;
  transition: all 0.3s;
}
.my_btn:hover {
  color: #fff;
  background: #460F10;
}
.my_btn.transparent {
  background: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}
.my_btn.transparent:hover {
  background: transparent !important;
}
.my_btn.red {
  color: #fff;
  background: #460F10;
}

a {
  cursor: pointer;
}

.p_title {
  letter-spacing: 3px;
}

/* ------------- MENU --------------- */
.hamburger {
  padding: 10px 0;
  z-index: 10;
  width: auto;
  height: 46px;
  z-index: 101;
  border: 1px solid transparent;
}
.hamburger.is-active {
  border: none;
}
.hamburger:hover, .hamburger:hover {
  opacity: 1;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:after,
.hamburger .hamburger-inner:before {
  background-color: #460F10;
  height: 2px;
  border-radius: 0px;
  width: 100%;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger .hamburger-box {
  width: 24px;
  transition: 0.4s;
}
.hamburger .hamburger-box:hover {
  transform: scale(1.1);
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #460F10;
}

nav ul li {
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}
nav ul li a {
  font-family: "poppins", sans-serif;
  font-size: 18px;
}
nav ul li a button.mob-nav-btn {
  padding: 0;
  line-height: 100%;
}
.header .logo {
  width: 190px;
}
.header #headerLogo {
  width: 75px;
  height: 68px;
  background: url("../img/logo.png") no-repeat;
  background-size: contain;
}
.header nav ul li {
  color: #460F10;
}
.header nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  margin-bottom: 0;
}
.header nav ul li:first-child {
  margin-left: 0px;
}
.header.on-hero #headerLogo {
  width: 200px;
  height: 190px;
  background: url("../img/main_logo.png") no-repeat;
  background-size: contain;
}
.header.on-brick #headerLogo {
  width: 75px;
  height: 68px;
  background: url("../img/logo_white.png") no-repeat;
  background-size: contain;
}
.header.on-brick nav ul li {
  color: #fff;
}

.header:not(.fixed) {
  padding-bottom: 50px;
}

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  background: #fff;
  z-index: 6;
  transition: all 0.3s;
}
.header.fixed #headerLogo {
  width: 45px;
}
.header.fixed #logo {
  width: 45px;
}
.header.fixed.scrolled {
  padding-top: 30px;
  padding-bottom: 20px;
  z-index: 10;
  border-bottom: 1px solid #460F10;
}
.header.fixed.scrolled .logo {
  display: none;
}

.mob_menu {
  position: fixed;
  display: none;
  top: 55px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 150px 30px 30px 30px;
  z-index: 9;
  overflow-y: scroll;
}
.mob_menu ul {
  margin: 10px 0;
}
.mob_menu ul li {
  font-family: "utopia-std-subhead", sans-serif;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin: 0;
  font-size: 30px;
}

/* ------------- MENU END --------------- */
/* ---------------- HEADER -------------- */
/* ---------------- HEADER END -------------- */
/* --------------- MAIN CONTENT ---------------- */
.hero {
  position: relative;
  z-index: 7;
}

.section.mid_height .container {
  min-height: 60vh;
}
.section h3 {
  margin-bottom: 20px;
}
.section hr {
  border-top: 1px solid #460F10;
  width: 100%;
  opacity: 1;
  margin: 0;
}
.section .numbers_border.header_border {
  border-top: none;
}
.section .numbers_border.header_border .col-12 h3 {
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.section .numbers_border h4 {
  margin-bottom: 25px;
}

.section.has_header .container {
  padding-top: 40px;
}

.hero {
  position: relative;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero.has_overlay::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

.brick {
  background: #460F10;
  color: #fff;
}
.brick h1, .brick h2, .brick h3, .brick h4 {
  color: #fff;
}
.brick .my_btn {
  color: #460F10;
  border: none;
  background: #fff;
  border: 1px solid #fff;
}
.brick .my_btn:hover {
  color: #fff;
  background: #460F10;
  border: 1px solid #fff;
}
.brick .my_btn.red {
  color: #fff;
  background: #460F10;
  border: 1px solid #460F10;
}
.brick hr {
  border-top: 1px solid #fff;
}
.brick .hamburger .hamburger-inner, .brick .hamburger .hamburger-inner:after, .brick .hamburger .hamburger-inner:before {
  background: #fff;
}
.brick .header nav ul li {
  color: #fff;
}

.expand_item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #460F10;
}
.expand_item .title {
  position: relative;
}
.expand_item .title h3 {
  margin-bottom: 0;
  width: 26%;
}
@media (max-width: 991px) {
  .expand_item .title h3 {
    width: 100%;
  }
}
.expand_item .title .open_btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  border: 1px solid #460F10;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s;
}
.expand_item .title .open_btn::before {
  position: relative;
  display: block;
  content: "";
  width: 14px;
  height: 1px;
  background: #460F10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.expand_item .title .open_btn::after {
  position: relative;
  display: block;
  content: "";
  height: 14px;
  width: 1px;
  background: #460F10;
  top: 4px;
  left: 50%;
  transform: translate(-50%, 0);
}
.expand_item .content {
  display: none;
}
.expand_item.open .title .open_btn::after {
  transform: rotate(90deg) translate(-50%, 0);
}
.expand_item.team_item.open .title h3, .expand_item.team_item.open .title h6 {
  opacity: 0;
}

/* --------------- MAIN CONTENT END ---------------- */
.how_it_works {
  background: url("../img/how_it_works_bg.jpg") right bottom;
  background-size: cover;
  position: relative;
}
.how_it_works:before {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6573004202) 0%, rgba(0, 0, 0, 0.1867121849) 70%, rgba(255, 255, 255, 0) 100%);
}
.how_it_works .container {
  position: relative;
  z-index: 2;
}

.essential {
  background: url("../img/essential_bg.jpg") left top;
  background-size: cover;
}
.essential h4 {
  line-height: 1;
}

#home .hero .triangle {
  margin-top: -5vw;
}

#terms .faq_item,
#privacy .faq_item,
#faq .faq_item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #460F10;
}
#terms .faq_item:last-of-type,
#privacy .faq_item:last-of-type,
#faq .faq_item:last-of-type {
  border-bottom: 1px solid #460F10;
  margin-bottom: 40px;
}
#terms .faq_item h6,
#privacy .faq_item h6,
#faq .faq_item h6 {
  letter-spacing: normal;
  font-weight: 700;
  margin-bottom: 20px;
}
#terms .faq_item ul,
#privacy .faq_item ul,
#faq .faq_item ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 40px;
}
#terms .faq_item ul li,
#privacy .faq_item ul li,
#faq .faq_item ul li {
  line-height: 1.5;
  margin-bottom: 10px;
}
#terms .faq_item .links a,
#privacy .faq_item .links a,
#faq .faq_item .links a {
  text-transform: uppercase;
  font-size: 16px;
}
#terms .faq_item a,
#privacy .faq_item a,
#faq .faq_item a {
  text-decoration: underline;
}

#faq .title h4 {
  text-transform: none;
  line-height: 1.1;
}

.newsletter .content {
  padding-top: 40px;
}

/* ---------------- FORM STYLES ------------------ */
.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-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 38px;
  text-transform: none;
  color: #fff;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  border-bottom: 1px solid #fff;
  outline: none;
  border-radius: 0;
  padding: 0;
}
.form .field {
  margin-bottom: 35px;
}
.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+ */
  color: #fff;
  opacity: 1; /* Firefox */
  text-transform: uppercase;
}
.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 */
  color: #fff;
  text-transform: uppercase;
}
.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 */
  color: #fff;
  text-transform: uppercase;
}
.form select option[default] {
  text-transform: uppercase;
}
.form select {
  background: url("../img/communities/community_details/select_arrow.png") no-repeat right center;
}
.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: #460F10;
  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 .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: 10px;
  height: 10px;
  left: 30px;
}
.form .checkbox label {
  padding: 10px 15px;
  position: relative;
  cursor: pointer;
  text-transform: none;
  color: #414141;
}
.form .checkbox input[type=radio]:checked + label,
.form .checkbox input[type=checkbox]:checked + label {
  background: #000;
  color: #fff;
}
.form .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer {
  margin-bottom: 10px;
}
.form .disclaimer .checkbox {
  display: inline-block;
  position: relative;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: left;
  margin-right: 0px;
}
.form .disclaimer .checkbox input {
  position: absolute;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 30px;
}
.form .disclaimer .checkbox label {
  padding-left: 40px;
  padding-top: 0;
  position: relative;
  cursor: pointer;
  text-transform: none;
  line-height: 1.3;
  color: #460F10;
  font-size: 13px;
}
.form .disclaimer .checkbox label:before {
  content: "";
  position: absolute;
  top: 15px;
  display: block;
  left: -5px;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #460F10;
  border-image: initial;
  background: transparent;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
}
.form .disclaimer .checkbox input[type=radio]:checked + label,
.form .disclaimer .checkbox input[type=checkbox]:checked + label {
  background: transparent;
  color: #460F10;
}
.form .disclaimer .checkbox input[type=radio]:checked + label:before,
.form .disclaimer .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  border-color: #460F10;
  color: #460F10;
}
.form .disclaimer .checkbox.missing label:before {
  border-color: red;
}
.form .disclaimer.interest .checkbox {
  padding: 0;
}
.form .disclaimer .missing .checkbox label:before {
  border-color: red;
}
.form .warning-message,
.form .error-message {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: red;
  padding-top: 7px;
  position: absolute;
}
.form textarea.has_border {
  border: 1px solid #460F10;
  padding: 10px;
  line-height: 1.2;
  font-size: 16px;
}
.form .thank_you_message {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  text-align: left;
  transition: all 0.4s;
  background: #fff;
  padding: 0;
}
.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: left;
  line-height: 1.2;
  width: 100%;
  font-size: 28px;
  left: 0;
  color: #460F10;
  padding: 0 20px;
}
.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 .my_btn {
  padding: 0 40px;
  line-height: 50px;
}
.form .link {
  color: #fff;
}
.form.form-done .thank_you_message {
  opacity: 1;
  z-index: 3;
}
.form.white_input input:-webkit-autofill,
.form.white_input input:-webkit-autofill:hover,
.form.white_input input:-webkit-autofill:focus,
.form.white_input 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 STYLES END ------------------ */
#profile .profile_form {
  position: relative;
  margin-bottom: 50px;
}
#profile .profile_form .form_success {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 5px;
  max-width: 50%;
}
#profile .profile_form .form_success p {
  color: red;
  margin-bottom: 0;
}
#profile .profile_form form.form-done .form_success {
  opacity: 1;
}
#profile .document_item .name {
  padding-right: 10px;
  margin-bottom: 15px;
}
#profile .document_item .name::after {
  display: none;
}
#profile input {
  color: #460F10;
}
#profile input::placeholder {
  color: #460F10;
}
#profile textarea,
#profile textarea::placeholder {
  color: #460F10;
  padding-right: 30px;
}
#profile input[type=text],
#profile input[type=email] {
  width: 100%;
}
#profile .question_form textarea {
  width: 100%;
  padding: 20px 15px;
}
#profile .field.can_edit .input_wrapper {
  position: relative;
}
#profile .field.can_edit .input_wrapper::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 0;
  top: 5px;
  background: url("../img/pen.svg") no-repeat center;
  background-size: contain;
  z-index: -1;
}
#profile .field.can_edit input {
  padding-right: 30px;
}

/* ---------------- FOOTER -------------------- */
#footer {
  padding-top: 80px;
  padding-bottom: 60px;
}
#footer .footer_wrapper {
  width: 1100px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
#footer .copyright {
  font-size: 13px;
}
#footer nav ul li {
  margin-bottom: 10px;
}

/* ---------------- FOOTER END ----------------- */
.grecaptcha-badge {
  display: none !important;
}

nav li a {
  font-size: 14px;
}
nav li a button.my_btn {
  font-size: 1em;
  line-height: 2.5em;
}

#home nav li a[href="/"],
.article-home nav li a[href="/"] {
  font-weight: 700;
}

#communications nav li a[href="/communications"],
.article-communications nav li a[href="/communications"] {
  font-weight: 700;
}

#faq nav li a[href="/faq"],
.article-faq nav li a[href="/faq"] {
  font-weight: 700;
}

#offers nav li a[href="/sign-in"],
.article-offers nav li a[href="/sign-in"] {
  font-weight: 700;
}

#press nav li a[href="/press"],
.article-press nav li a[href="/press"] {
  font-weight: 700;
}

#privacy nav li a[href="/privacy"],
.article-privacy nav li a[href="/privacy"] {
  font-weight: 700;
}

#terms nav li a[href="/terms"],
.article-terms nav li a[href="/terms"] {
  font-weight: 700;
}

.number {
  margin-bottom: 50px;
}
.number .heading_wrapper {
  margin-bottom: 10px;
  position: relative;
}
.number .heading_wrapper h6 {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.number .heading_wrapper .info_img {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.number .heading_wrapper .number_container {
  position: absolute;
  right: 10px;
  top: 15px;
  transform: translate(100%, -100%);
  padding: 0;
  width: 320px;
  display: none;
}
.number .heading_wrapper .number_container img {
  display: block;
}
.number .heading_wrapper .number_container img:first-of-type {
  margin-bottom: -1px;
}
.number .heading_wrapper .number_container img:last-of-type {
  margin-top: -1px;
}
.number .heading_wrapper .number_container .inner {
  padding: 5px 20px;
  border-left: 1px solid #460F10;
  border-right: 1px solid #460F10;
  background: #fff;
}
.number .heading_wrapper .number_container p {
  margin-bottom: 0;
}

.document_item {
  margin-bottom: 45px;
}
.document_item a {
  text-decoration: none !important;
}
.document_item a .name {
  text-decoration: none;
}
.document_item a .name h3 {
  text-decoration: none;
}
.document_item .name {
  padding-bottom: 5px;
  padding-right: 40px;
  margin-bottom: 25px;
  border-bottom: 1px solid #460F10;
  position: relative;
}
.document_item .name h3 {
  padding-bottom: 5px;
  margin-bottom: 0;
}
.document_item .name p {
  margin-bottom: 0;
}
.document_item .name::after {
  position: absolute;
  content: "";
  background: url("../img/pdf_icon.svg") no-repeat center;
  width: 26px;
  height: 33px;
  background-size: contain;
  right: 0;
  top: 45%;
  transform: translate(0, -50%);
}
.document_item.is_new .name:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #FF0000;
  right: -40px;
  top: 45%;
  transform: translate(0, -50%);
}

#press .wrapper {
  border: 2px solid #460F10;
  padding: 20px;
}

/* ----- ACCESS Styles ------ */
.access {
  min-height: calc(100vh - 235px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.access section {
  width: 90%;
  max-width: 380px;
}
.access input[type=password],
.access input[type=text] {
  margin-top: 10px;
  border: 1px solid #460F10;
  color: #460F10;
  padding: 5px 10px;
}
.access input:-webkit-autofill,
.access input:-webkit-autofill:hover,
.access input:-webkit-autofill:focus,
.access input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #460F10;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px #fff;
}

/* -------------- RESPONSIVE ------------------ */
@media (max-width: 1700px) {
  h1, h2 {
    font-size: 80px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 35px;
  }
  h6 {
    font-size: 22px;
  }
  h6.large {
    font-size: 70px;
  }
  h6.smaller {
    font-size: 18px;
  }
  .number .heading_wrapper .trigger_info {
    width: 25px;
  }
}
@media (max-width: 1500px) {
  body {
    font-size: 18px;
  }
  h1, h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 36px;
  }
  h4 {
    font-size: 30px;
  }
  p.small {
    font-size: 18px;
  }
  .header nav ul li {
    margin-left: 35px;
  }
  .section .container {
    padding-top: 140px;
    padding-bottom: 60px;
  }
  #footer nav ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
  h1, h2 {
    font-size: 60px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 25px;
  }
  h6 {
    font-size: 20px;
  }
  h6.large {
    font-size: 60px;
  }
  p.mid {
    font-size: 22px;
  }
  .header nav ul li {
    margin-left: 30px;
  }
  .header nav ul li a {
    font-size: 14px;
  }
  .header nav ul li:last-of-type {
    margin-left: 10px;
  }
  .section .container {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .section .numbers_border h4 {
    margin-bottom: 15px;
  }
  .number .heading_wrapper h6 {
    max-width: calc(100% - 40px);
  }
  .my_btn {
    line-height: 50px;
    font-size: 18px;
  }
  .hero h6 {
    margin-bottom: 5px;
  }
  #footer .logo {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 25px;
  }
  p {
    margin-bottom: 30px;
  }
  .section .container {
    min-height: auto;
  }
  .section.hero .container {
    min-height: 50vh;
  }
  .section.has_header .container {
    padding-top: 20px;
  }
  p.small {
    font-size: 18px;
  }
  ul.small {
    padding-left: 16px;
  }
  ul.small li {
    font-size: 18px;
  }
  .header:not(.fixed) {
    padding-bottom: 0px;
  }
  .mob_white {
    background: #fff;
    color: #460F10;
  }
  .mob_white h1, .mob_white h2, .mob_white h3, .mob_white h4 {
    color: #460F10;
  }
  .mob_white .my_btn {
    color: #460F10;
    border: 1px solid #460F10;
    background: #fff;
  }
  .mob_white .my_btn:hover {
    color: #fff;
    background: #460F10;
  }
  .mob_white hr {
    border-top: 1px solid #460F10;
  }
  .mob_brick {
    background: #460F10;
    color: #fff;
  }
  .mob_brick h1, .mob_brick h2, .mob_brick h3, .mob_brick h4 {
    color: #fff;
  }
  .mob_brick .my_btn {
    color: #fff;
    border: 1px solid #fff;
    background: #460F10;
  }
  .mob_brick .my_btn:hover {
    color: #460F10;
    background: #fff;
  }
  .mob_brick hr {
    border-top: 1px solid #fff;
  }
  .essential.section {
    background-image: none;
  }
  .essential.section .container {
    padding-top: 30px;
    min-height: auto;
  }
  .expand_item {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #460F10;
  }
  .expand_item .title {
    position: relative;
  }
  .expand_item .title h3 {
    margin-bottom: 0;
  }
  .expand_item .title .open_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    border: 1px solid #460F10;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
  }
  .expand_item .title .open_btn::before {
    position: relative;
    display: block;
    content: "";
    width: 14px;
    height: 1px;
    background: #460F10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .expand_item .title .open_btn::after {
    position: relative;
    display: block;
    content: "";
    height: 14px;
    width: 1px;
    background: #460F10;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .expand_item .content {
    display: none;
  }
  .expand_item.team_item.open .title h3, .expand_item.team_item.open .title h6 {
    opacity: 1;
  }
  .expand_item.team_item.open .content {
    padding-top: 25px;
  }
  .expand_item.team_item.open .content h3, .expand_item.team_item.open .content h6 {
    display: none;
  }
  .number {
    margin-bottom: 40px;
  }
  .mh_mob_auto {
    min-height: auto;
  }
  .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 {
    font-size: 16px;
  }
  .form .field {
    margin-bottom: 30px;
  }
  .form .disclaimer .checkbox {
    margin-bottom: 20px;
  }
  #footer .footer_wrapper {
    flex-wrap: wrap;
  }
  #footer .footer_wrapper .questions {
    width: 100%;
  }
  #footer .questions {
    width: 100%;
    margin-top: 30px;
  }
  .access {
    min-height: calc(100vh - 310px);
  }
}
@media (max-width: 576px) {
  body {
    padding-top: 120px;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 38px;
  }
  h3 {
    font-size: 28px;
  }
  h3.large {
    font-size: 40px;
  }
  h4 {
    font-size: 26px;
    line-height: 1;
  }
  h6 {
    font-size: 16px;
  }
  h6.large {
    font-size: 50px;
  }
  p.mid {
    font-size: 18px;
  }
  .my_btn {
    line-height: 45px;
    font-size: 16px;
  }
  .header.fixed {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .header.fixed.scrolled {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header.fixed #logo {
    width: 35px;
  }
  .mob_menu {
    padding: 110px 20px 30px 20px;
  }
  .number {
    margin-bottom: 30px;
  }
  .number .heading_wrapper h6 {
    max-width: 100%;
    width: 100%;
  }
  .number .heading_wrapper .number_container {
    transform: translate(0%, -10%);
    right: auto;
    left: 10px;
    top: auto;
    bottom: 0;
    max-width: 320px;
  }
  .container {
    max-width: 100%;
  }
  .section .container {
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .section.hero .container {
    min-height: 40vh;
  }
  .section .container {
    min-height: auto;
  }
  .how_it_works .container {
    min-height: 70vh;
  }
  #about .team_item .content {
    padding-bottom: 10px;
  }
  #press .wrapper {
    padding: 20px;
  }
  .form .thank_you_message h4, .form .thank_you_message h5 {
    font-size: 22px;
  }
  #footer .logo {
    max-width: 120px;
  }
  .document_item.is_new .name:before {
    width: 15px;
    height: 15px;
    right: -5px;
    top: 35%;
    z-index: 2;
  }
}
/* -------------- RESPONSIVE END ------------------ */