@font-face {
    font-family: 'Onest';
    src: url(98bc2b54b8d5d824b0b32ff9fccffcb5.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Onest';
    src: url(d813ebc2ca7bcea2e0ddd5a57e3746a5.ttf) format('truetype');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Onest';
    src: url(a9398d9b3bdf9118a9742c390d578c4d.ttf) format('truetype');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

@font-face {
    font-family: 'Onest';
    src: url(b73d75b53c42293edc98f76f5bba260e.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

* {
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  box-sizing: border-box;
}

:focus {
  outline: none;
}

html {
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  text-decoration-skip: objects;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html * {
  max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong,
optgroup {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  flex: none;
  /*lazy-load*/
  opacity: 1;
  transition: opacity 0.3s;
}

img[data-src] {
  /*lazy-load*/
  opacity: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  height: 0;
  margin: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
}

input:required,
textarea:required {
  box-shadow: none;
}

button {
  overflow: visible;
  border: none;
  background: none;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  /* 2 */
  cursor: pointer;
  -webkit-appearance: button;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
}

legend {
  border: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

ol,
ul,
li {
  list-style-position: inside;
}

button,
hr,
input,
textarea {
  border: none;
}

label {
  cursor: pointer;
}

::-webkit-file-upload-button {
  cursor: pointer;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clear,
.clearfix:after {
  clear: both;
}

.center {
  text-align: center;
}

.ovh {
  overflow: hidden;
}

.ovv {
  overflow: visible;
}

.hid,
.hidden {
  display: none;
}

.dt {
  display: table;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
}

.getModal {
  cursor: pointer;
}

/*responsive video iframe*/
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

svg {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.header {
  position: sticky;
  top: 0;
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
  color: #111010;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .header {
    padding: 12px 0;
  }
}
.header .wrap {
  position: initial;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  height: 40px;
}
.header .logo img {
  height: 100%;
}
.header .right-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header .apply-btn {
  padding: 10px 18px;
}
@media only screen and (max-width: 480px) {
  .header .apply-btn {
    display: none;
  }
}
.header .toggle-nav-btn {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .header .toggle-nav-btn {
    display: flex;
    border: 1px solid #e4e4e4;
    padding: 10px;
    border-radius: 6px;
  }
  .header .toggle-nav-btn.opened img:nth-of-type(1) {
    display: none;
  }
  .header .toggle-nav-btn.opened img:nth-of-type(2) {
    display: block;
  }
  .header .toggle-nav-btn img {
    width: 16px;
    height: 16px;
  }
  .header .toggle-nav-btn img:nth-of-type(2) {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 32px 16px;
    text-align: center;
    box-shadow: 0 40px 40px rgba(0, 0, 0, 0.08);
    z-index: 2;
  }
  .nav.opened {
    display: flex;
  }
}
.nav ul {
  display: flex;
  align-items: center;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .nav ul {
    width: 100%;
    flex-direction: column;
  }
}
.nav ul li {
  margin: 0;
  padding: 0;
  background: transparent;
}
.nav a {
  display: inline-block;
  padding: 6px 12px;
}

.footer {
  background: #101828;
  color: #d1d5dc;
  padding: 48px 0;
  font-size: 14px;
}
.footer .wrap {
  width: 100%;
  max-width: 1382px;
}
.footer .top-box {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 0 32px;
}
@media only screen and (max-width: 768px) {
  .footer .top-box {
    gap: 32px 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 480px) {
  .footer .top-box {
    gap: 24px 16px;
    grid-template-columns: 100%;
  }
}
.footer .top-box .col {
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media only screen and (max-width: 768px) {
  .footer .top-box .col:nth-of-type(1) {
    grid-column: 1/-1;
  }
}
.footer .top-box .col .company-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  margin: 0 0 16px;
}
.footer .top-box .col .footer-info {
  max-width: 374px;
  line-height: 22px;
}
.footer .top-box .col h3 {
  margin: 0 0 12px;
}
.footer .top-box .col ul {
  list-style: none;
}
.footer .top-box .col ul li {
  padding: 0;
  margin: 0;
  background: transparent;
}
.footer .top-box .col a {
  display: inline-flex;
  padding: 4px 0;
  color: inherit;
}
.footer .top-box .col a:hover {
  color: #fff;
}
.footer .copyright {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #364153;
  color: #d1d5dc;
  padding: 32px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .footer .copyright {
    flex-direction: column-reverse;
    text-align: center;
  }
}
.footer .copyright ul {
  display: flex;
  list-style-type: none;
}
.footer .copyright ul a {
  color: inherit;
  padding: 4px 8px;
}
.footer .copyright ul a:hover {
  color: #fff;
}

html {
  min-width: 320px;
  background: #fff;
}

body {
  min-width: 1272px;
  height: 100%;
  color: #111010;
  font-family: "Onest", arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
}
@media only screen and (max-width: 1272px) {
  body {
    min-width: 320px;
  }
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px #fff inset;
}

a {
  color: #111010;
  text-decoration: none;
  transition: all 0.3s;
}

.global-wrap {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .global-wrap {
    height: 100%;
  }
}
.global-wrap .main {
  flex: 1 0 auto; /* NOT flex: 1; */
}

.wrap {
  position: relative;
  width: 1272px;
  margin: 0 auto;
  padding: 0 16px;
}
@media only screen and (max-width: 1272px) {
  .wrap {
    width: 1024px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  .wrap {
    width: 100%;
  }
}

.h1 {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .h1 {
    font-size: 32px;
  }
}
.h1 span {
  color: #155dfc;
}

.h2 {
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .h2 {
    font-size: 26px;
  }
}
.h2 span {
  color: #155dfc;
}

.btn {
  display: inline-flex;
  background: #155dfc;
  color: #fff;
  padding: 14px 24px;
  border-radius: 8px;
  transition: 0.3s;
}
.btn:hover {
  background: #034be7;
  text-decoration: none;
}
.btn.white {
  background-color: #fff;
  color: #155dfc;
}
.btn.white:hover {
  background-color: #ececec;
}

.object-cover {
  object-fit: cover;
  position: absolute;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-top-box {
  display: flex;
  align-items: start;
  gap: 16px;
  flex-direction: column;
  margin: 0 0 40px;
}
.section-top-box.centered {
  text-align: center;
  align-items: center;
}
.section-top-box .subtitle {
  max-width: 610px;
  color: rgba(17, 16, 16, 0.8980392157);
}
.section-top-box .btn {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .section-top-box .btn {
    margin: 16px 0 0 0;
  }
}

.hero-section {
  position: relative;
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 64px 0;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 25%;
  left: 0;
  background: linear-gradient(180deg, rgba(52, 108, 231, 0) 1.22%, rgba(52, 108, 231, 0.15) 151.34%);
  border-radius: 0 0 48px 48px;
  z-index: -1;
}
.hero-section .badge {
  display: block;
  font-size: 20px;
  color: #155dfc;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  .hero-section .badge {
    font-size: 18px;
  }
}
.hero-section .h1 {
  margin: 0 0 16px;
}
.hero-section .btn {
  margin: 40px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .hero-section .btn {
    margin: 24px 0 0 0;
  }
}
.hero-section .img-box {
  position: relative;
  padding: 0 0 49%;
  border-radius: 40px;
  overflow: hidden;
  margin: 62px -28px 0;
}
@media only screen and (max-width: 768px) {
  .hero-section .img-box {
    border-radius: 8px;
    margin: 62px -16px 0;
    padding: 0 0 65%;
  }
}

.why-us {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  .why-us {
    padding: 64px 0;
  }
}
.why-us ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0 0 64px;
}
@media only screen and (max-width: 1024px) {
  .why-us ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .why-us ul {
    gap: 12px;
    grid-template-columns: 100%;
  }
}
.why-us ul li {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  padding: 40px;
}
@media only screen and (max-width: 1024px) {
  .why-us ul li {
    gap: 16px;
    padding: 24px;
  }
}
.why-us ul li img {
  width: 80px;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .why-us ul li img {
    width: 60px;
  }
}
.why-us ul li .box {
  flex: 1;
  font-size: 14px;
  color: rgba(17, 16, 16, 0.8980392157);
}
.why-us ul li .box h3 {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
}
.why-us .bottom-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.why-us .bottom-box .quote {
  width: 42%;
  background: rgba(21, 93, 252, 0.0705882353);
  padding: 60px;
  border-radius: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .why-us .bottom-box .quote {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .why-us .bottom-box .quote {
    padding: 24px;
    font-size: 18px;
    border-radius: 16px;
  }
}
.why-us .bottom-box iframe {
  flex: 1;
  min-height: 380px;
  border: none;
  border-radius: 24px;
}

.financing-options {
  padding: 140px 0 50px;
}
@media only screen and (max-width: 768px) {
  .financing-options {
    padding: 80px 0 60px;
  }
}
.financing-options .wrap {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.financing-options .section-top-box {
  width: 50%;
  position: sticky;
  top: 140px;
  padding: 0 40px 0 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .financing-options .section-top-box {
    position: initial;
    top: 0;
    width: 100%;
    padding: 0 0 40px;
  }
}
.financing-options ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .financing-options ul {
    width: 100%;
    gap: 16px;
  }
}
.financing-options ul li {
  padding: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .financing-options ul li {
    padding: 12px;
    font-size: 16px;
  }
}
.financing-options ul li .img-box {
  position: relative;
  padding: 0 0 57%;
  margin: 0 0 20px;
  border-radius: 12px;
  overflow: hidden;
}

.how-it-works {
  padding: 115px 0;
  background: linear-gradient(180deg, rgba(52, 108, 231, 0) 1.22%, rgba(52, 108, 231, 0.15) 151.34%);
}
@media only screen and (max-width: 768px) {
  .how-it-works {
    padding: 64px 0;
  }
}
.how-it-works ul {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  counter-reset: list;
}
@media only screen and (max-width: 1024px) {
  .how-it-works ul {
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .how-it-works ul {
    grid-template-columns: 100%;
  }
}
.how-it-works ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 16px;
  padding: 38px 40px;
  font-size: 18px;
  text-align: center;
  counter-increment: list;
}
.how-it-works ul li::after {
  content: counter(list);
  position: absolute;
  top: 10px;
  left: 10px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #155dfc;
  color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .how-it-works ul li {
    padding: 24px;
    font-size: 16px;
  }
}
.how-it-works ul li img {
  height: 80px;
  width: auto;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .how-it-works ul li img {
    height: 64px;
    margin: 0 0 16px;
  }
}
.how-it-works ul li h3 {
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  .how-it-works ul li h3 {
    font-size: 20px;
  }
}

.contact {
  padding: 160px 0;
}
@media only screen and (max-width: 768px) {
  .contact {
    padding: 64px 0;
  }
}
.contact .wrap {
  display: flex;
  gap: 24px;
}
.contact .img-box {
  width: 33%;
  position: relative;
  padding: 0 0 25%;
  border-radius: 24px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .contact .img-box {
    display: none;
  }
}
.contact .box {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px 74px;
  background-color: #155dfc;
  color: #fff;
  border-radius: 24px;
  padding: 48px;
}
@media only screen and (max-width: 1024px) {
  .contact .box {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .contact .box {
    padding: 32px;
  }
}
.contact .box .left-col {
  flex: 1;
}
.contact .box .left-col h3 {
  max-width: 414px;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .contact .box .left-col h3 {
    font-size: 24px;
  }
}
.contact .box .left-col .subtitle {
  font-weight: 400;
  font-size: 20px;
  color: #dbeafe;
}
@media only screen and (max-width: 768px) {
  .contact .box .left-col .subtitle {
    font-size: 16px;
  }
}

.contact-modal .modal-dialog {
  max-width: 460px;
}
@media only screen and (max-width: 768px) {
  .contact-modal .modal-dialog {
    max-width: calc(100% - 32px);
    margin: 16px auto;
  }
}
.contact-modal .modal-header {
  display: flex;
}
.contact-modal .modal-header h3 {
  font-weight: 700;
  font-size: 22px;
}
.contact-modal .modal-header .close {
  margin: 0 0 0 auto;
}
.contact-modal form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}
.contact-modal form .input-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-modal form .input-field label {
  font-size: 14px;
}
.contact-modal form .input-field input,
.contact-modal form .input-field textarea {
  padding: 8px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  transition: 0.3s;
}
.contact-modal form .input-field input:hover, .contact-modal form .input-field input:focus,
.contact-modal form .input-field textarea:hover,
.contact-modal form .input-field textarea:focus {
  border-color: #155dfc;
}
.contact-modal form .input-field textarea {
  min-height: 160px;
}
.contact-modal form .wpcf7-response-output {
  margin: 0;
}
.contact-modal form .wpcf7-spinner {
  display: none;
}

.contact-section {
  background: #ecf1fd;
  padding: 50px 0 0;
}
@media only screen and (max-width: 768px) {
  .contact-section {
    padding: 30px 0 0;
  }
}
.contact-section .head {
  text-align: center;
}
.contact-section .flex-bx {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding: 0 64px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .contact-section .flex-bx {
    flex-direction: column-reverse;
    align-items: start;
    padding: 0 16px;
  }
}
.contact-section .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.contact-section img {
  width: 44%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .contact-section img {
    width: 75%;
  }
}
.contact-section .box {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 36px;
}
@media only screen and (max-width: 768px) {
  .contact-section .box {
    width: 100%;
    gap: 16px;
    margin-top: 20px;
  }
}
.contact-section .box form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
}
.contact-section .box form .input-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact-section .box form .input-field label {
  font-size: 14px;
}
.contact-section .box form .input-field input,
.contact-section .box form .input-field textarea {
  padding: 8px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  transition: 0.3s;
}
.contact-section .box form .input-field input:hover, .contact-section .box form .input-field input:focus,
.contact-section .box form .input-field textarea:hover,
.contact-section .box form .input-field textarea:focus {
  border-color: #155dfc;
}
.contact-section .box form .input-field textarea {
  min-height: 160px;
}
.contact-section .box form .wpcf7-response-output {
  margin: 0;
}
.contact-section .box form .wpcf7-spinner {
  display: none;
}

.not-found {
  padding: 100px 0;
  background-color: #f9f9f9;
  text-align: center;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .not-found {
    padding: 60px 0;
  }
}
.not-found .subtitle {
  margin: 20px 0;
}

.simple-page {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .simple-page {
    padding: 40px 0 60px;
  }
}
.simple-page .row {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  margin: 70px 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .simple-page .row {
    gap: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .simple-page .row {
    margin: 40px 0 0 0;
  }
}
.simple-page .row .content {
  width: calc(100% - 460px);
}
@media only screen and (max-width: 1024px) {
  .simple-page .row .content {
    width: calc(100% - 400px);
  }
}
@media only screen and (max-width: 768px) {
  .simple-page .row .content {
    width: 100%;
  }
}
.simple-page .row .content .text > * {
  margin: 0 0 16px;
}
.simple-page .row .content .text h2,
.simple-page .row .content .text h3,
.simple-page .row .content .text h4,
.simple-page .row .content .text h5,
.simple-page .row .content .text h6 {
  font-family: "RobotoSerif";
  font-weight: 500;
}
.simple-page .row .content .text h2 {
  font-size: 24px;
}
.simple-page .row .content .text ul,
.simple-page .row .content .text ol {
  padding: 0 0 0 16px;
}
.simple-page .row .content .text ul li,
.simple-page .row .content .text ol li {
  list-style-position: outside;
}
