html {
    font-family: sans-serif;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #fff;
    overflow-wrap: break-word;
    hyphens: auto;
}

body {
    margin: 0;
}

.listreset {
    margin: 0;
    padding: 0;
    list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
    content: '';
    display: block;
    clear: both;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

* {
    max-height: 1000000px;
}

body {
    color: #000;
    background: #fff;
    font: 16px/1.2 "Inter";
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto;
}

.gm-style img {
    max-width: none;
}

.text-center {
    text-align: center;
}

@media (min-width: 768px) {

    html,
    body {
        height: 100%;
    }

    .page-holder {
        height: 100%;
        display: table;
        table-layout: fixed;
        overflow: hidden;
        width: 100%;
    }

    #wrapper {
        display: table-cell;
        margin: 0 auto;
    }

    #footer {
        overflow: hidden;
        display: table-footer-group;
        height: 1%;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
    font-family: inherit;
    font-weight: bold;
    margin: 0 0 0.5em;
    color: inherit;
}

h1,
.h1 {
    font-size: 30px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 21px;
}

h5,
.h5 {
    font-size: 17px;
}

h6,
.h6 {
    font-size: 15px;
}

p {
    margin: 0 0 1em;
}

a {
    color: #39f;
}

a:hover,
a:focus {
    text-decoration: none;
}


header {
    display: flex;
    background-color: #191d20;
    --grid-color: rgba(255, 255, 255, 0.08);
}

header .container {
    flex-direction: column;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin: 0;
    width: 100%;
    padding: 0 0 20px 0;
}

header .logo-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: unset;
    order: 2;
}

header .logo-link span {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 900;
}

header nav {
    display: flex;
    order: 3;
    gap: 20px;
    align-items: center;
    justify-content: space-around;
}

header nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

header nav a.active {
    color: #f79e1b;
}

header .nav-info {
    order: 1;
    background-color: #1c85fb;
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    width: 100%;
}

.contact-page header,
.about-page .header-about {
    background: unset;
}

.copyright-page header,
.other-page header {
    background-image: none;
    padding-bottom: 20px;
}

.header-about .left h2 {
    font-size: 26px;
}

.header-about .left p {
    font-size: 26px;
    text-align: center;
}

@media (min-width: 769px) {
    .index-page header .container {
        flex-direction: row;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
    }

    .index-page header .logo-link,
    .index-page header nav,
    .index-page header .nav-info {
        order: unset;
    }

    .index-page header .nav-info {
        width: auto;
        border-radius: 6px;
    }
}

.site-footer {
    background: #2A2C34;
    color: #cbd5e1;
}

.site-footer .container {
    padding-top: 28px;
    padding-bottom: 28px;
}

.footer-top {
    flex-direction: column;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-logo {
    width: 44px;
    height: 44px;
}

.footer-tagline {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
}

.footer-nav {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.footer-nav a {
    color: #e2e8f0;
    text-align: center;
    text-decoration: none;
}

.footer-disclaimer {
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
    font-weight: 400;
    padding-top: 16px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 32px;
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 16px 0;
}

.footer-bottom p a {
    color: #ffffff;
    display: inline-block;
}

#floatingButton {
    position: fixed;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    cursor: pointer;
}

.floatingButton {
    --tw-text-opacity: 1;
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    background-color: #f79e1b;
    position: relative;
    z-index: auto;
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}

@media only screen and (min-width: 1024px) {
    .footer-top {
        flex-direction: row;
        gap: 20px;
    }

    .footer-nav {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 20px;
    }

    .footer-disclaimer {
        text-align: left;
    }
}

@media only screen and (min-width: 1280px) {
    .footer-nav {
        display: flex;
        flex-direction: row;
        gap: 40px;
    }
}

#wrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.btn {
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 16px 42px;
    background: #FFCA1D;
    border-radius: 10px;
}

.btn span {
    color: #2C2C2C;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.btn:hover {
    background: #FFDF77;
}

@media only screen and (min-width: 1280px) {
    .btn {
        min-width: 235px;
    }
}

.resize-active * {
    transition: none !important;
}

body {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #fff;
}

#wrapper {
    display: block;
}

.noscrool {
    overflow: hidden;
}

.container:after {
    content: unset;
}

@media (max-width: 768px) {
    .container {
        padding: 16px 16px;
    }
}

.orange-text {
    font-weight: 800;
    font-size: 26px;
    color: #ff5f00;
    margin-bottom: 10px;
}

.step-title {
    color: #0d1210;
    margin: 8px 0 0 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
}

.step-desc {
    font-weight: 400;
    font-size: 18px;
    color: #546880;
    line-height: 1.8;
}

.step-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    margin-bottom: 24px;
}

.step {
    display: block;
    color: #546880;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 14px;
}

@media (max-width: 1023px) {
    .step-head {
        flex-direction: column;
        gap: 20px;
    }
}

@media (min-width: 769px) {
    .container {
        padding: 20px 20px;
    }
}

@media (min-width: 1024px) {
    .step-head {
        flex-direction: row;
        gap: 60px;
    }

    .orange-text {
        font-size: 36px;
    }
}

.cta-secondary {
    background: linear-gradient(180deg, #FFA51E 0%, #F39C12 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 8px;
    padding: 16px 24px;
    cursor: pointer;
}