.w-layout-grid {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

body {
    font-family: Clarkson, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 20px;
}

a {
    color: #999;
    text-decoration: none;
}

.hero-sec {
    overflow: hidden;
    height: 100vh;
    margin-left: 0px;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9;
    display: none;
    overflow: hidden;
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: linear-gradient(180deg, #000, #000);
}

.logo {
    height: 50px;
    margin-top: auto;
    margin-bottom: auto;
}

.nav-link {
    margin-bottom: 0px;
    color: #b6914f;
    line-height: 10px;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.nav-link.get-started {
    width: 170px;
    height: 60px;
    margin-left: 20px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Clarkson 500', sans-serif;
    color: #000;
    line-height: 20px;
    text-align: center;
}

.nav-link.get-started:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 260px;
    margin-left: 260px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.promo-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 700px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.content-wrapper._540px {
    max-width: 540px;
    width: 100%;
}

.content-wrapper._540px.mn {
    max-width: 650px;
    width: 100%;
}

.subtitle {
    margin-bottom: 0px;
    color: #000;
    font-size: 18px;
}

.subtitle.white {
    color: #fff;
}

.title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    cursor: pointer;
}

.title.white {
    color: #fff;
}

.title._28px {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 28px;
}

.title._28px:hover {
    opacity: 1;
}

.title._32px {
    font-size: 32px;
}

.title.usd {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
}

.title.english {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 28px;
}

.description {
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
}

.description.black {
    margin-bottom: 0px;
    font-family: 'Clarkson 500', sans-serif;
    color: #000;
}

.description.large {
    width: 430px;
    font-size: 28px;
    line-height: 33px;
}

.description.large.jk {
    font-size: 20px;
    line-height: 29px;
}

.description.small {
    font-size: 18px;
    line-height: 40px;
}

.description._22 {
    max-width: 450px;
    width: 100%;
    margin-bottom: 49px;
    font-size: 21px;
    line-height: 30px;
}

.buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.splash {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    max-width: 1200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.splash.ecommerce {
    height: 100%;
    background-position: 50% 100%;
    -webkit-filter: brightness(104%);
    filter: brightness(104%);
}
.splash.covered {
    height: 100%;
    background-position: 50% 50%;
}
.featured-sec {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #cab7b1;
}
.cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 0.25fr;
    grid-template-columns: 1fr 1fr 0.25fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.ecommerce-sec {
    overflow: hidden;
    height: 800px;
    background-color: #212121;
}

.section-grid {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.demo {
    width: 50%;
    margin-top: -369px;
}

.demo.shrink {
    width: auto;
    height: 85%;
    max-width: 100%;
    margin-top: -378px;
    box-shadow: none;
}

.demo.bn {
    width: 20%;
}

.marketing-sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #606369;
}

.marketing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    max-width: 1200px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.left-content {
    display: -ms-grid;
    display: grid;
    padding: 10%;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.left-content.invert {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.featured-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10%;
    padding-left: 10%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.featured-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    position: relative;
    width: 80%;
    height: 90%;
}

.people {
    width: 100%;
    height: 100%;
}

.people._1 {
    position: absolute;
    z-index: 1;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.people._2 {
    position: absolute;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.people._4 {
    position: absolute;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.people._5 {
    position: absolute;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.people._6 {
    position: absolute;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.people._3 {
    position: absolute;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
}

.covered-sec {
    overflow: hidden;
    height: 800px;
}

.footer-sec {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000;
}

.cover-title-wrapper {
    margin: 17% auto auto;
}

.cover-title {
    margin-top: 0px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 72px;
    line-height: 80px;
}

.cover-title.gh {
    margin-top: 0px;
    margin-bottom: 0px;
}

.start {
    width: 220px;
    height: 60px;
    margin-right: 20px;
    padding: 20px;
    background-color: #fff;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-family: 'Clarkson 500', sans-serif;
    color: #000;
    text-align: center;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.start:hover {
    background-color: hsla(0, 0%, 100%, 0.8);
}

.start-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.cover-subtitle {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.cover-subtitle._6 {
    margin-top: 6px;
    margin-bottom: auto;
    font-size: 20px;
}

.nav-menu-right {
    position: absolute;
    right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.brand {
    position: absolute;
    left: 50px;
    cursor: pointer;
}

.content-title {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Clarkson 500', sans-serif;
    font-size: 48px;
    line-height: 60px;
}

.content-title.mnjl {
    font-size: 40px;
}

.popup-overlay {
    position: fixed;
    z-index: 10;
    display: none;
    width: 100vw;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(87, 29, 7, 0.84);
}

.large-title {
    max-width: 410px;
    width: 100%;
    margin-bottom: 0px;
    font-family: 'Clarkson 500', sans-serif;
    color: #fff;
    font-size: 56px;
    line-height: 60px;
}

.large-title.pad {
    width: 350px;
}

.large-title.kl {
    max-width: 450px;
    width: 100%;
    padding-left: 11px;
    background-color: #2e2e2e;
    color: #9c9c9c;
    font-size: 50px;
}

.large-title.pop {
    font-size: 46px;
}

.text-link {
    color: #999;
    text-decoration: underline;
}

.left-content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.underline-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
}

.underline-button.dark {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.underline-button.pad {
    margin-top: 60px;
}

.underline {
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.underline.long {
    width: 0%;
}

.underline._100 {
    width: 100%;
}

.underline.thick {
    width: 0%;
    height: 4px;
}

.button-title {
    margin-bottom: 5px;
    font-family: 'Clarkson 500', sans-serif;
    color: #fff;
    font-size: 18px;
}

.title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.arrow-wrapper {
    overflow: hidden;
    width: 14px;
    margin-top: -10px;
    margin-left: 5px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.arrow-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
}

.arrow-button.dark {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.arrow-button.dark.pad {
    margin-right: 30px;
}

.arrow-button.pad {
    margin-right: 30px;
}

.buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-grid {
    height: 100%;
    grid-column-gap: 30px;
    -ms-grid-columns: 2fr 1fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-wrapper {
    width: 90%;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.favicon {
    height: 50px;
    margin-bottom: 50px;
}

.footer-button {
    display: -ms-grid;
    display: grid;
    width: 200px;
    height: 50px;
    margin-bottom: 20px;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-color: #bb9654;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #b7924f;
    cursor: pointer;
}

.footer-button:hover {
    background-color: #2c2c2c;
}

.down-arrow {
    height: 15px;
}

.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-text {
    width: 140px;
    margin-bottom: 0px;
    font-family: 'Clarkson 500', sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-links {
    margin-bottom: 30px;
    font-family: Clarkson, sans-serif;
    color: #fafafa;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.footer-links.fade {
    margin-bottom: 10px;
}

.footer-links.fade:hover {
    opacity: 1;
}

.column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    cursor: pointer;
}

.link-block:hover {
    opacity: 1;
}

.footer-arrow {
    overflow: hidden;
    width: 10px;
    margin-top: -15px;
    opacity: 0;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.currency-language-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.currency-language {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10;
    display: none;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
}

.currency-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.static-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.language-wrapper {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.disclaimer {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}

.tick {
    height: 50px;
}

.green-link {
    color: #a5eb78;
}

.tick-wrapper {
    margin-left: 30px;
    cursor: pointer;
}

.promo-button {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    cursor: pointer;
}

.preview {
    position: absolute;
    left: auto;
    top: auto;
    right: 30px;
    bottom: 30px;
    z-index: 0;
    display: none;
    overflow: hidden;
    width: 250px;
    height: 140px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.background-video {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.preview-wrapper {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.preview-label {
    margin-bottom: 0px;
    color: #fff;
    font-size: 13px;
}

.footer-logo {
    cursor: pointer;
}

.winona-ryder {
    position: absolute;
    margin-bottom: 0px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
}

.featured-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.names {
    position: relative;
    display: none;
    overflow: hidden;
    width: 50px;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.danny-bowien {
    position: absolute;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
}

.leon-bridges {
    position: absolute;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
}

.sarah-levey {
    position: absolute;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
}

.sadie-williams {
    position: absolute;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
}

.oscar-the-grouch {
    position: absolute;
    margin-bottom: 0px;
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 25px;
}

.winona-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.danny-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.leon-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sarah-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sadie-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.oscar-trigger {
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.tour-menu {
    position: fixed;
    left: 0%;
    top: -80%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

.menu-grid {
    max-width: 1180px;
    grid-column-gap: 50px;
    -ms-grid-columns: 1fr 1fr 0.5fr 1fr;
    grid-template-columns: 1fr 1fr 0.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.tour-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.menu-links {
    font-family: Clarkson, sans-serif;
    color: #999;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
}

.new {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 35px;
    height: 30px;
    margin-top: -10px;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d2d2d2;
    font-family: 'Clarkson 500', sans-serif;
    color: #000;
    font-size: 10px;
}

.tour-links {
    margin-bottom: 10px;
    font-family: Clarkson, sans-serif;
    color: #fafafa;
    font-size: 20px;
    line-height: 25px;
}

.close-menu-trigger {
    position: fixed;
    left: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 7;
    display: none;
    width: 100%;
    height: 100vh;
}

.nav-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-arrow {
    width: 12px;
    height: 15px;
    margin-bottom: 2px;
    margin-left: 5px;
}

.support-menu {
    position: fixed;
    left: 0%;
    top: -80%;
    right: 0%;
    bottom: auto;
    z-index: 8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 700px;
    padding-bottom: 120px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
}

.grid-3 {
    max-width: 1180px;
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.support-cover {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
}

.support-cover._1 {
    background-position: 0px 0px;
    background-size: cover;
}

.support-cover._2 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-cover._3 {
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.support-description {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #999;
    font-size: 14px;
    line-height: 25px;
}

.support-title {
    margin-right: 5px;
    margin-bottom: 0px;
    font-family: Clarkson, sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
}

.support-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.sideways-arrow {
    height: 14px;
    opacity: 0;
}

.support-arrow {
    overflow: hidden;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.support-box {
    cursor: pointer;
}

.popup-links {
    margin-top: 10px;
    margin-bottom: 10px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    cursor: pointer;
}

.popup-links:hover {
    opacity: 1;
}

.popup-links.white {
    color: #fff;
}

.popup-links._28px {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 0.5;
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    font-size: 28px;
}

.popup-links._28px:hover {
    opacity: 1;
}

.popup-links._32px {
    font-size: 32px;
}

.popup-links.usd {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    font-size: 28px;
}

.popup-links.english {
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: 1;
    font-size: 28px;
}

.background-video-2 {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 130px;
}

.navbar-2 {
    background-color: #000;
}

.container-2 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.nav-link-2 {
    margin-top: 10px;
    background-color: #bd9761;
    line-height: 0px;
}

.nav-link-3 {
    color: #aa844d;
    text-transform: uppercase;
}

.nav-link-4 {
    color: #aa844d;
    text-transform: uppercase;
}

.nav-link-5 {
    color: #aa844d;
    text-transform: uppercase;
}

.nav-menu-2 {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
}

.navbar-3 {
    background-color: #000;
    line-height: 50px;
}

.image {
    margin-top: 25px;
    margin-bottom: auto;
}

.nav-link-6 {
    background-color: #fff;
    color: #9b7227;
    font-size: 15px;
}

.nav-link-6:hover {
    background-color: #b99451;
    color: #000;
}

.nav-link-7 {
    color: #b18c49;
    font-size: 15px;
}

.nav-link-8 {
    color: #b6914e;
    font-size: 15px;
}

.nav-link-9 {
    color: #b28e4b;
    font-size: 15px;
}

.nav-link-10 {
    color: #b18d4a;
    font-size: 15px;
}

.nav-link-11 {
    color: #b48f4c;
    font-size: 15px;
}

.section {
    height: 30px;
    background-color: #fff;
}

.grid-4 {
    padding-right: 0px;
    padding-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    color: #383838;
    font-size: 14px;
}

.div-block-2 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.features {
    margin-top: 38px;
    display: none;
}

.form-block {
    font-size: 16px;
    font-weight: 500;
}

.ft-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}



.subhead {
    color: #f9fcfc;
    font-size: 22px;
    font-weight: 300;
}

.subhead.np {
    margin-top: 0px;
    margin-bottom: 0px;
}


.paragraph {
    line-height: 140%;
    font-weight: 300;
}

.paragraph._4 {
    font-size: 13px;
}



.container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    min-width: auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.ico {
    margin-right: 15px;
}

.text-field {
    margin-bottom: 27px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-radius: 5px;
    background-color: #f9fcfc;
    font-weight: 400;
}

.text-field:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #eb312d;
}

.text-field::-webkit-input-placeholder {
    font-weight: 400;
}

.text-field:-ms-input-placeholder {
    font-weight: 400;
}

.text-field::-ms-input-placeholder {
    font-weight: 400;
}

.text-field::placeholder {
    font-weight: 400;
}


.image-3 {
    max-width: 50%;
    margin-top: 22px;
}

.logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-number {
    margin-right: 0px;
    padding-right: 10px;
    font-size: 10px;
}

.social-media-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 900;
}

.section-name {
    padding-left: 10px;
    font-size: 10px;
}

.heading-2 {
    margin-top: 8px;
    padding-top: 0px;
    padding-left: 25px;
    font-family: 'Clarkson 500', sans-serif;
    font-size: 42px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
}

.section-details {
    margin-left: 0px;
    padding-top: 12px;
    padding-right: 25px;
}

.nav-menu-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.container-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sections-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.social-media-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 33px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #000;
    font-size: 12px;
    text-decoration: none;
}

._01-number {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-right: 50px;
    margin-left: 0px;
    padding-top: 31px;
    color: #fff;
    font-weight: 500;
}

.container-5 {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1440px;
    min-height: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 0px 20px 20px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1.5fr 1.75fr 0.25fr;
    grid-template-columns: 1.5fr 1.75fr 0.25fr;
    -ms-grid-rows: 0.25fr 0.45fr 0.45fr 0.25fr;
    grid-template-rows: 0.25fr 0.45fr 0.45fr 0.25fr;
}

.content-text {
    padding-top: 31px;
    padding-left: 36px;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    font-weight: 300;
}

.content-text.mn {
    font-size: 21px;
}

.navbar-4 {
    background-color: transparent;
}

.main-content-video-feature {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 180px;
    background-color: #c9c0bc;
}

.section-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-heading {
    color: #333;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
}

.section-blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #bebcb7;
}

.text-block {
    margin-top: 0px;
    padding-top: 42px;
    padding-left: 25px;
    font-size: 11px;
    font-weight: 500;
}

.content-img {
    width: 200px;
    height: 180px;
    background-position: 50% 50%;
    background-size: cover;
}

.main-content-wrapper {
    display: block;
}

.line {
    height: 2px;
    background-color: #c9c0bc;
}

.main-background-div {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 0.25fr 0.75fr;
    grid-template-rows: 0.25fr 0.75fr;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-4 {
    margin-top: 18px;
    margin-left: 26px;
}

.hero-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 530px;
    margin: 12% 30% auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-field-2 {
    width: 300px;
    height: 50px;
    border-top: 1px solid #1600ff;
    border-bottom: 1px solid #1600ff;
    border-left: 1px solid #1600ff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.text-field-2::-webkit-input-placeholder {
    color: #000;
}

.text-field-2:-ms-input-placeholder {
    color: #000;
}

.text-field-2::-ms-input-placeholder {
    color: #000;
}

.text-field-2::placeholder {
    color: #000;
}

.paragraph-2 {
    width: 403px;
    margin-bottom: 30px;
    font-family: 'Clarkson 500', sans-serif;
    color: #b48f4c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.submit-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #1600ff;
}

.submit-button:hover {
    background-color: #1101db;
}

.highlight-heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Clarkson 500', sans-serif;
    color: #000;
    font-size: 24px;
    line-height: 20px;
    font-weight: 500;
}

.large-vector {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: -1;
    height: 60%;
    opacity: 0.36;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.features-2 {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.features-2.pad {
    width: 800px;
    height: 300px;
    margin-bottom: 150px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    background-color: transparent;
    font-family: 'Clarkson 500', sans-serif;
    font-weight: 500;
    text-align: center;
}

.text-block-2 {
    margin-bottom: 10px;
    font-family: 'Clarkson 500', sans-serif;
    font-weight: 300;
}

.highlight-paragraph {
    font-family: 'Clarkson 500', sans-serif;
    text-align: center;
}

.highlight-paragraph.edit {
    width: 200px;
    font-family: 'Clarkson 500', sans-serif;
    text-align: center;
}

.heading-3 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Clarkson 500', sans-serif;
    font-size: 48px;
    line-height: 50px;
}

.highlight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 19px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: dashed;
    border-width: 2px;
    border-color: #624435;
    border-radius: 5px;
    background-color: rgba(186, 149, 83, 0.28);
    line-height: 20px;
}

.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 200px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

.flex-container._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-container.flip {
    margin-top: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.flex-container._3 {
    margin-bottom: 115px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.description-2 {
    width: 640px;
}

.paragraphs {
    font-family: 'Clarkson 500', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.paragraph-3 {
    width: 340px;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}

.paragraph-3.center {
    text-align: center;
}

.right-vector {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 20%;
    z-index: -1;
    height: 300px;
}

.hero-image-mask {
    width: 100%;
    margin-right: 50px;
}

.hero-image-mask._2 {
    margin-right: 0px;
    margin-left: 50px;
}

.medium-vector {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    z-index: -1;
    height: 500px;
}

.hero-image {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0.5 auto;
    -ms-flex: 0 0.5 auto;
    flex: 0 0.5 auto;
    border-radius: 11px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.highlight-heading-2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #1600ff;
    font-size: 24px;
    line-height: 20px;
    font-weight: 400;
}

.content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 0px 250px 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.heading-4 {
    margin-top: 0px;
    margin-bottom: 30px;
    font-family: 'Clarkson 500', sans-serif;
    font-size: 48px;
    line-height: 50px;
}

.background-video-3 {
    height: 90vh;
}

.field {
    height: 52px;
    margin-bottom: 21px;
    padding-top: 13px;
    padding-bottom: 13px;
    border: 1px solid transparent;
    border-radius: 2px;
    background-color: #ffebc7;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-transition: background-color 250ms ease, box-shadow 250ms ease;
    transition: background-color 250ms ease, box-shadow 250ms ease;
    color: #fff;
    font-size: 16px;
}

.field:hover {
    background-color: #515357;
}

.field:focus {
    border-color: #0f8ad1;
    box-shadow: inset 0 0 0 2px #0f8ad1;
}

.field.right {
    width: 49%;
    float: left;
    background-color: #ffebc7;
}

.field.left {
    width: 49%;
    margin-right: 2%;
    float: left;
    background-color: #ffebc7;
}

.section-3 {
    position: relative;
    z-index: 10;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #1d1f21;
}

.section-3.black {
    background-color: #000;
}

.section-3.sign-up {
    background-color: #000;
    background-image: linear-gradient(312deg, #bb9654 6%, #815709);
    color: #ebedf2;
}

.button-2 {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 2px;
    background-color: #bb9654;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px rgba(0, 0, 0, 0.16), inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
    -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
    transition: background-color 200ms ease, box-shadow 200ms ease;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button-2:hover {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.11), inset 0 -34px 50px -25px transparent, inset 0 1px 0 0 hsla(0, 0%, 100%, 0.3);
}

.button-2:active {
    background-color: #272727;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.26), inset 0 2px 5px 0 transparent, inset 0 2px 2px 1px rgba(0, 0, 0, 0.16);
}

.button-2.contact {
    margin-bottom: 17px;
    padding: 18px 53px;
    border-radius: 5px;
    background-color: #bd9956;
    font-size: 18px;
}

.contact-text {
    font-family: 'Clarkson 500', sans-serif;
    color: #b9b9b9;
    font-size: 22px;
    font-weight: 300;
    text-transform: none;
}

.success-message {
    background-color: #5f6266;
}

.success-message.big {
    padding: 41px;
}

.subtitle-2 {
    margin-bottom: 40px;
    color: rgba(242, 246, 252, 0.63);
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.subtitle-2.pricing {
    margin-bottom: 0px;
    font-size: 18px;
}

.sign-up-title {
    margin-top: 0px;
    margin-bottom: 7px;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.sign-up-column {
    padding-top: 9px;
    text-align: center;
}

.text-span {
    font-size: 16px;
}

.text-span-2 {
    font-size: 17px;
}

.heading-5 {
    margin-bottom: 42px;
    font-family: 'Clarkson 500', sans-serif;
    color: #363636;
}

@media screen and (max-width: 1200px) {
    .w-col-4{
        width: 40%;
    }
    .sign-up-column.w-col-4{
        width: 33.33333333%;
    }
    .left-2, 
    .right-2 {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .div-block-3.new {
        margin: 0;
    }
    .div-block-3 {
        padding-right: 0;
        margin: 20px 0;
    }
    .text-field {
        padding-top: 24px;
        padding-bottom: 24px;
        margin-bottom: 15px;
    }
    .heading.lo {
        font-size: 16px;
    }
    .button.outline {
        padding: 10px;
        font-size: 14px;
    }
    .button {
        padding: 14px;
    }
    .label {
        font-size: 14px;
    }
    .features-2.pad {
        width: 100%;
        height: inherit;
        margin-bottom: 0;
        padding: 0 20px;
        display: flex;
        flex-wrap: wrap;
    }
    .highlight {
        margin: 0;
        padding: 10px;
        width: 100%;
        line-height: normal;
        flex: calc(50% - 20px);
    }
    .highlight-paragraph {
        margin: 0;
    }
    .left-content {
        display: block;
    }
    .large-title.pop {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .large-title.kl{
        font-size: 26px;
    }
    .image {
        margin-top: auto;
    }
    .nav-link-7 {
        background-color: transparent;
    }
    .menu-button-3 {
        background-color: #fff;
    }
    .nav-menu-3 {
        background-color: #000;
    }
    .featured-right{
        height: 600px;
    }
    .featured-sec .grid {
        display: block;
    }
    .description._22{
        margin-top: 30px;
        font-size: 16px;
        line-height: 30px;
    }
    .button-title{
        font-size: 14px;
    }
    .left-2 {
        display: block;
        padding-right: 25px;
        padding-left: 25px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .container-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .sections-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .container-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hero-content {
        width: 70%;
        margin-top: 50%;
        margin-right: 0%;
    }
    .hero {
        height: auto;
    }
    .paragraph-2 {
        width: auto;
        text-align: center;
    }
    .features-2 {
        grid-row-gap: 20px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 30px;
    }
    .heading-3 {
        text-align: center;
    }
    .flex-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 5%;
        padding-left: 5%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column !important;
        margin-bottom: 40px;
        padding: 0;
    }
    .description-2 {
        width: 100%;
    }
    .paragraphs {
        margin-bottom: 0px;
        text-align: center;
    }
    .paragraphs._2 {
        margin-bottom: 0px;
    }
    .paragraph-3 {
        width: auto;
        text-align: center;
    }
    .hero-image-mask {
        margin-right: 0px;
    }
    .hero-image-mask._2 {
        margin-left: 0px;
    }
    .content {
        margin-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .heading-4 {
        text-align: center;
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .subtitle-2 {
        font-size: 19px;
        line-height: 25px;
    }
    .splash.covered {
        height: 450px;
    }
    .covered-sec{
        height: inherit;
    }
    .main-background-div {
        height: 400px;
        margin-top: 20px;
    }
    #w-node-22a9ebec0fd2-8dca76a8 {
        width: 100%;
        text-align: center;
    }
    .text-block {
        padding-top: 0;
        padding-left: 0px;
    }
    .image-4 {
        margin-left: 0;
        margin-bottom: 30px;
        margin-top: 0;
    }
    .heading-2 {
        font-size: 26px;
        padding-left: 0px;
    }
    #w-node-22a9ebec0fe2-8dca76a8 {
        margin-top: 30px;
    }
    #w-node-22a9ebec0fe2-8dca76a8 {
        padding-left: 0;
    }
    .content-text.mn {
        font-size: 14px;
    }
    .container-5 {
        min-height: inherit;
    }
    .promo-sec{
        padding-top: 60px;
    }
    .promo-sec .content-wrapper{
        padding: 40px 15px 0 15px
    }
    .content-title.mnjl {
        font-size: 24px;
        line-height: normal;
    }
    .description {
        font-size: 14px;
        line-height: 20px;
    }
    .splash{
        height: 500px;
    }
}

@media screen and (max-width: 767px) {
    .sign-up-column.w-col-4{
        width: 100%;
    }
    .flex-container._3 {
        margin-bottom: 30px;
    }
    .section-blocks {
        flex-wrap: wrap;
    }
    .section-heading{
        font-size: 16px;
    }
  
    .main-background-div {
        height: 300px;
    }
    .footer-links{
        margin-bottom: 15px;
        margin-top: 30px;
    }
    a .footer-links{
        margin-top: 0px;
    }
    .section-grid {
        display: block;
    }
     .footer-grid{
        display: block;
    }
    .favicon{
        margin-bottom: 20px;
    }
    .footer-sec{
        padding-top: 60px;
        padding-bottom: 40px;
    }
    .splash.ecommerce {
        height: 450px;
    }
    .ecommerce-sec {
        height: inherit;
    }
    .demo {
        width: 80%;
    }
    .featured-right {
        height: 500px;
    }
    .demo.shrink {
        width: 130%;
        height: auto;
        margin-top: -498px;
    }
    .content-title {
        font-size: 42px;
        line-height: 49px;
    }
    .background-video-2 {
        padding-left: 44px;
    }
    .image {
        margin-top: auto;
    }
    .nav-link-7 {
        background-color: #000;
    }
    .nav-link-8 {
        background-color: #000;
    }
    .nav-link-9 {
        background-color: #000;
    }
    .nav-link-10 {
        background-color: #000;
    }
    .nav-link-11 {
        background-color: #000;
    }
    .menu-button-3 {
        background-color: #fff;
        color: #000;
    }
    .left-2 {
        width: 100%;
    }
    .image-2 {
        width: 170px;
    }
    .h1 {
        font-size: 40px;
        line-height: 120%;
    }
    .right-2 {
        padding-top: 82px;
        padding-bottom: 56px;
    }
    .down {
        margin-top: 71px;
    }
    .container-3 {
        display: block;
    }
    .hero-content {
        width: 90%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }
    .text-field-2 {
        width: 100%;
        border-right: 1px solid #00f;
        border-radius: 5px;
        text-align: center;
    }
    .paragraph-2 {
        width: 100%;
    }
    .submit-button {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        text-align: center;
    }
    .form {
        width: 90vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .flex-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .flex-container._2 {
        margin-bottom: 100px;
    }
    .flex-container.flip {
        margin-bottom: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .flex-container._3 {
        margin-bottom: 0px;
    }
    .paragraph-3 {
        width: 100%;
    }
    .hero-image-mask {
        margin-right: 0px;
        margin-left: 0px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }
    .highlight-heading-2 {
        font-size: 6vw;
    }
    .content {
        margin-bottom: 10%;
        padding: 40px 20px;
    }
    .field.right {
        width: 48%;
    }
    .field.left {
        width: 49%;
        margin-right: 3%;
    }
    .section-3 {
        padding: 40px 20px;
    }
    .section-3.sign-up {
        text-align: center;
    }
    .contact-text {
        clear: left;
    }
    .subtitle-2.pricing {
        margin-bottom: 16px;
    }
    .splash{
        height: 400px;
    }
    .demo {
        width: 60%;
        margin-top: -200px;
    }

}

@media screen and (max-width: 479px) {
    #terms_and_condition_popup .modal-dialog{
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }
    #terms_and_condition_popup .modal-title {
        font-size: 16px;
    }
    #terms_and_condition_popup .modal-header {
        padding: 10px;
    }
    #terms_and_condition_popup p {
        font-size: 14px;
    }
    #terms_and_condition_popup .inner_content h5 {
        font-size: 18px;
    }
    #terms_and_condition_popup b {
        display: block;
        margin-bottom: 5px;
    }
    #terms_and_condition_popup li {
        font-size: 14px;
        margin-bottom: 10px;
    }
    #terms_and_condition_popup ul {
        padding-left: 20px;
    }

    .image-2{
            width: 100px;
    }
    .heading.ml{
        font-size: 18px;
        line-height: normal;
        margin-top: 10px;
    }
    .heading-4{
        font-size: 24px;
        line-height: normal;
    }
    .flex-container._2 {
        margin-bottom: 20px;
    }
    .section-blocks{
        width: 100%;
    }
    .promo-sec {
        padding-top: 0;
    }
    .section-blocks {
        flex-direction: column;
    }
    .section-details {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .section-heading br {
        display: none;
    }
    .section-heading {
        margin-top: 5px;
    }
    .section-info{
        width: 100%;
        justify-content: center;
    }
    .main-background-div {
        height: 150px;
    }
    .featured{
        padding: 40px 0 20px;
    }

    .featured_logo {
        flex-wrap: wrap;
    }
    .featured_logo a{
        width: 50%;
    }
    .splash.covered {
        height: 350px;
    }
    .splash.marketing{
        margin-top: 200px;
    }
    .featured-sec {
        padding: 60px 0;
    }
    .buttons{
        margin-bottom: 60px;
    }
    .logo {
        height: 35px;
    }
    .featured-sec .title{
        font-size: 20px;
        line-height: normal;
    }
    .content-wrapper {
        width: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .title {
        font-size: 35px;
    }
    .title.white {
        max-width: 250px;
        font-size: 20px;
        line-height: 30px;
    }
    .description {
        font-size: 14px;
        line-height: 22px;
    }
    .description.large {
        width: auto;
    }
    .description.small {
        margin-left: 0px;
        font-size: 15px;
        line-height: 20px;
    }
    .splash {
        height: 300px;
    }
    .demo {
        width: 70%;
        margin-top: 0;
    }
    .demo.shrink {
        width: 140%;
        height: auto;
        max-width: none;
        margin-top: -450px;
    }
    .featured-left {
        font-size: 12px;
    }
    .cover-title-wrapper {
        margin-top: 50%;
    }
    .cover-title.gh {
        font-size: 38px;
        line-height: 40px;
    }
    .start {
        width: 220px;
        height: 60px;
        padding-right: 10px;
        padding-left: 10px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        font-size: 12px;
        line-height: 15px;
    }
    .cover-subtitle._6 {
        font-size: 13px;
        line-height: 17px;
    }
    .brand.w--current {
        margin-top: 12px;
        margin-left: -27px;
        padding-left: 0px;
    }
    .content-title {
        font-size: 25px;
        line-height: 36px;
    }
    .large-title {
        width: 300px;
        font-size: 46px;
    }
    .large-title.pad {
        font-size: 26px;
        line-height: 32px;
    }
    .large-title.kl {
        font-size: 20px;
    }
    .large-title.pop{
        font-size: 20px;
        line-height: normal;
    }
    .underline-button.pad {
        margin-top: 20px;
    }
    .description.large.jk{
        font-size: 16px;
        line-height: 26px;
    }
    .featured-right {
        height: 300px;
    }
    .button-title {
        font-size: 13px;
    }
    .button-title.mn {
        font-size: 13px;
    }
    .background-video-2 {
        padding-left: 25px;
        font-size: 14px;
    }
    .description._22{
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .splash.ecommerce {
        height: 300px;
    }
    .menu-button {
        position: relative;
        margin-right: -213px;
    }
    .icon {
        background-color: #a08662;
    }
    .div-block {
        width: auto;
    }
    .nav-menu-2 {
        background-color: #000;
    }
    .menu-button-2 {
        margin-right: 19px;
        background-color: #aa844d;
    }
    .menu-button-2.w--open {
        display: none;
        margin-top: 17px;
    }
    .image {
        margin-top: auto;
    }
    .nav-link-7 {
        background-color: #000;
    }
    .nav-link-8 {
        background-color: #000;
    }
    .nav-link-9 {
        background-color: #000;
    }
    .nav-link-10 {
        background-color: #000;
    }
    .nav-link-11 {
        background-color: #000;
    }
    .grid-4 {
        margin-bottom: 13px;
    }
    .menu-button-3 {
        background-color: #fff;
    }
    .menu-button-3.w--open {
        background-color: #fff;
        color: #000;
    }
    .w-nav-menu a {
        padding: 15px 15px;
        line-height: normal;
    }
    .left-2 {
        padding-right: 22px;
        padding-bottom: 40px;
        padding-left: 22px;
    }
    .div-block-3 {
        margin-bottom: 20px;
        padding-right: 0;
    }
    .right-2 {
        padding: 30px;
    }
    .h1{
        font-size: 26px;
        line-height: 120%;
        margin: 0;
    }
    .credits{
        font-size: 14px;
    }
    .down {
        margin-top: 20px;
    }
    .subhead{
        font-size: 14px;
        line-height: normal;
    }
    .sections-wrapper {
        margin-top: 48px;
    }
    .section-blocks {
        display: block;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hero-content {
        margin-left: 5%;
    }
    .large-vector {
        height: auto;
    }
    .heading-3 {
        font-size: 20px;
        line-height: 30px;
    }
    .paragraph-2 {
        font-size: 14px;
        margin: 0;
    }
    
    .highlight-heading-2 {
        font-size: 10vw;
    }
    .content {
        margin-bottom: 0px;
    }
    .field.right {
        width: 100%;
    }
    .field.left {
        width: 100%;
        margin-right: 0%;
    }
    .section-3 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .button-2 {
        display: block;
        margin-bottom: 14px;
    }
    .subtitle-2 {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .heading-5 {
        color: #b7934f;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 22px;
    }
    .features-2.pad {
        width: inherit; 
        height: inherit; 
        margin-bottom: 0px;
    }
    .main-content-video-feature {
        flex-direction: column;
    }
    .content-img {
        width: 100%;
    }
    .content-text {
        padding: 30px;
    }
    ._01-number {
        margin: 0px;
        padding: 15px;
    }
    .captcha_des{
        display: block !important;
    }
    .captcha_des .text-field{
        margin-bottom: 15px !important;
    }
}
#w-node-22a9ebec0fc8-8dca76a8 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-22a9ebec0fd0-8dca76a8 {
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column-align: center;
    justify-self: center;
}

#w-node-22a9ebec0fd2-8dca76a8 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
}

#w-node-22a9ebec0fd9-8dca76a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-22a9ebec0fe2-8dca76a8 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-245bc44eacf1-0522dbb5 {
    -ms-grid-column-align: center;
    justify-self: center;
}

@media screen and (max-width: 479px) {
    #w-node-4923fc92a081-64549b33 {
        -ms-grid-column-align: center;
        justify-self: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    #w-node-10ea551445cd-64549b33 {
        -ms-grid-row: span 2;
        grid-row-start: span 2;
        -ms-grid-row-span: 2;
        grid-row-end: span 2;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
    }
}

@font-face {
    font-family: 'Clarkson';
    src: url('../fonts/Clarkson.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Clarkson 500';
    src: url('../fonts/Clarkson-500.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



button span img{
    width: 16px;
    height: 16px;
    margin-left: .5rem;
    animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.captcha_des {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.captcha_des .text-field {
    margin: 0;
}

.captcha_des img {
    margin-left: 10px;
    padding: 10px 8px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.captcha_des .imgcaptcha {
    width: 120px;
}
.inner_content  .container {
    margin: 0 auto;
}

.inner_content {
    padding: 2rem 0;
    font-size: 1rem;
}

.inner_content h3 {
    border-bottom: 1px solid #b18c49;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.inner_content  h5 {
    font-size: 1.3rem;
    margin-top: 2rem;
    font-weight: 600;
    color: #b18c49;
}

#terms_and_condition_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.modal-dialog {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-height: calc(100% - 3.5rem);
    display: flex;
    margin: 1.75rem auto;
}

.modal-body {
    overflow-y: auto;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-content {
    overflow: hidden;
    max-height: calc(100vh - 3.5rem);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.25rem;
}

.modal-body .inner_content {
    padding: 0;
}


#terms_and_condition_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.modal-dialog {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    max-height: calc(100% - 3.5rem);
    display: flex;
    margin: 1.75rem auto;
}

.modal-body {
    overflow-y: auto;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    padding: 1rem;
    border-top: 1px solid #eee;
}

.modal-content {
    overflow: hidden;
    max-height: calc(100vh - 3.5rem);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin: 0;
    line-height: 1.5;
    font-size: 1.25rem;
}

.modal-body .inner_content {
    padding: 0;
}

.terms_link{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.terms_link input{
    margin-right: 5px;
}
.terms_link span{
    color: #b38f4c;
    cursor: pointer;
    text-decoration: underline;
}
.w-input{
    color:#000;
}
#contact_form .w-input {
    background-color: #ffebc7;
}
.featured_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured_logo img {
    max-width: 180px;
    width: 100%;
}

.featured_logo a {
    padding: 15px;
    transition: all 0.3s 0s;
}

.title_featured {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.featured {
    padding: 70px 0 40px;
    background-color: #fff;
}

.featured_logo a:hover {
    opacity: .7;
}

.justify-content-center{
    justify-content: center;
}
.footer-links{
    opacity: 1 !important;
}
@media screen and (max-width: 479px) {
    .inner_content .container{
        width: 90%;
        height: inherit;
    }
    .inner_content {
        padding: 1rem 0;
        font-size: 14px;
    }
    .inner_content h5{
        font-size: 1.2rem;
        margin-top: 1rem;
    }
}