/* Home page styles */
@font-face {
    font-family: 'cakefont';
    src: url('../font/cakedingbats-webfont.eot');
    src: url('../font/cakedingbats-webfont.eot?#iefix') format('embedded-opentype'),
    url('../font/cakedingbats-webfont.woff2') format('woff2'),
    url('../font/cakedingbats-webfont.woff') format('woff'),
    url('../font/cakedingbats-webfont.ttf') format('truetype'),
    url('../font/cakedingbats-webfont.svg#cake_dingbatsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

:root {
    --color-gold: #CEB073;
    --color-dark-gold: #837454;
    --color-light-grey: #F7F7F7;
    --color-dark-grey: #222222;
}

h1 {
    font-weight: bold;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #0071BC;
    text-decoration: underline;
}

hr {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
    margin-bottom: 35px;
}

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

.links a {
    margin-right: 10px;
}

.release-name {
    color: #D33C43;
    font-weight: 400;
    font-style: italic;
}

.bullet:before {
    font-family: 'cakefont', sans-serif;
    font-size: 18px;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -1px;
}

.success:before {
    color: #88c671;
    content: "\0056";
}

.problem:before {
    color: #d33d44;
    content: "\0057";
}

.cake-error {
    padding: 10px;
    margin: 10px 0;
}

#url-rewriting-warning {
    display: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.font-poppins {
    font-family: 'Poppins', sans-serif;
}

.font-poppins-light {
    font-family: 'Poppins Light', sans-serif;
}

.font-poppins-bold {
    font-family: 'Poppins Bold', sans-serif;
}

.font-poppins-extra-bold {
    font-family: 'Poppins ExtraBold', sans-serif;
}

.font-poppins-semi-bold {
    font-family: 'Poppins SemiBold', sans-serif;
}

.font-poppins-medium {
    font-family: 'Poppins Medium', sans-serif;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-44 {
    font-size: 44px;
}

.fs-50 {
    font-size: 50px;
}

.lh-25 {
    line-height: 25px;
}

.lh-30 {
    line-height: 30px;
}

.lh-36 {
    line-height: 36px;
}

.lh-38 {
    line-height: 38px;
}

.lh-40 {
    line-height: 40px;
}

.lh-60 {
    line-height: 60px;
}

.bg-F7F7F7 {
    background: #F7F7F7;
}

.bg-222222 {
    background: #222222;
}

.w-max-900 {
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-max-1090 {
    max-width: 1150px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-max-1640 {
    max-width: 1700px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-max-1364 {
    max-width: 1424px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-max-1286 {
    max-width: 1284px;
    padding-left: 30px;
    padding-right: 30px;
}

.w-max-1820 {
    max-width: 1880px;
    padding-left: 30px;
    padding-right: 30px;
}

/*.h-min-500 {*/
/*    min-height: 500px;*/
/*}*/

.pt-26 {
    padding-top: 26px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-108 {
    padding-top: 108px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-200 {
    padding-bottom: 200px;
}

.py-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-36 {
    padding-top: 36px;
    padding-bottom: 36px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.px-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-58 {
    margin-bottom: 58px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.-mb-40 {
    margin-bottom: -40px;
}

.mx-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.bg-gold {
    background: var(--color-gold);
}

.bg-dark-gold {
    background: var(--color-dark-gold);
}

.bg-dark-grey {
    background: var(--color-dark-grey);
}

.\!bg-dark-grey {
     background: var(--color-dark-grey) !important;
 }

.hover-bg-gold:hover {
    background: var(--color-gold);
}

.\!hover-bg-gold:hover {
    background: var(--color-gold) !important;
 }

.text-gold {
    color: var(--color-gold);
}

.text-dark-gold {
    color: var(--color-dark-gold);
}

.text-light-grey {
    color: var(--color-light-grey);
}

.text-dark-grey {
    color: var(--color-dark-grey);
}

.\!text-dark-grey {
    color: var(--color-dark-grey) !important;
}

.w-max-content {
    width: max-content;
}

.-z-1 {
    z-index: -1;
}


.block-shadow {
    box-shadow: 0px 20px 25px #00000036;
}

header {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;

    .top-nav {
        /*padding-right: 56px;*/
    }
}

header .menu-desktop .nav-items {
    display: flex;
    font-family: 'Poppins Bold', sans-serif;
    align-items: center;

    li {
        margin-left: 10px;
        margin-bottom: 0;

        a, button {
            color: #ffffff;
            text-decoration: none;
            font-family: 'Poppins', sans-serif;
            background: transparent;
            border: none;
        }

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

.main-banner {
    .content-wrapper {
        h1 {
            font-size: 70px;
            line-height: 80px;
        }

        p {
            font-size: 30px;
            line-height: 84px;
        }
    }
}

.link-button {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 50px;
    border: 1px solid var(--color-gold);
    color: #ffffff;
    font-family: 'Poppins Medium', sans-serif;
    text-decoration: none;
    transition: all 0.3s;
    background: transparent;
}

.link-button:hover {
    background: var(--color-gold);
    color: #ffffff;
}

.video-background {
    position: relative;
    width: 100%;
    height: calc(100vh - 80px);
    overflow: hidden;
}

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

.video-wrapper {
    aspect-ratio: 16/9;

    button {
        border: none;
    }
}

.banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text-block {
    padding-top: 140px;
    padding-bottom: 300px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
}

#heroVideo {
    width: 100%;
    height: auto;
    display: block;
}

#playBtn {
    font-size: 1.25rem;
    padding: 0.75rem 1.25rem;
    z-index: 2;
    cursor: pointer;
}

.banner-content-wrapper {
    margin-top: -250px;
}

.menu-desktop {
    display: none;
}

#hubspot-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1001;
    /*padding: 20px 24px;*/
    /*transform: translateX(100%);*/
    transition: transform .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

#hubspot-form-wrapper .content-wrapper {
    height: auto;
    width: 90vw;
    background: #fff;
    color: #000;
    position: relative;
    z-index: 10;
    max-width: 600px;
    max-height: 90vh;

}

#hubspot-form-wrapper .header {
    padding: 40px 80px 0 40px;
}


#hubspot-form-wrapper.open {
    /*transform: translateX(0);*/
    visibility: visible;
}

.mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1;
    opacity: 0;
    transition: opacity .3s ease;
}

.mask.open {
    opacity: 1;
}

.close.closePopup {
    top: 43px;
    right: 40px;
}

.close.closePopup span {
    background: #000000;
}

@media (max-width: 460px) {
    .main-banner {
        .banner-content {
            position: relative;
            z-index: 10;
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }
    }
}


@media (max-width: 768px) {
    .xs-pb-30 {
        padding-bottom: 30px;
    }

    .xs-pt-60 {
        padding-top: 60px !important;
    }

    #hubspot-form-wrapper .content-wrapper {
        overflow: auto;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
    }
}

@media (max-width: 1023px) {
    .main-banner {
        div.content-wrapper {
            h1 {
                font-size: 40px;
                line-height: 50px;
            }

            p {
                font-size: 20px;
                line-height: 30px;
            }
        }
    }

    .xs-fs-14 {
        font-size: 14px !important;
    }

    .xs-fs-24 {
        font-size: 24px !important;
    }

    .xs-fs-40 {
        font-size: 40px !important;
    }

    .xs-lh-50 {
        line-height: 50px !important;
    }

    .xs-fs-30 {
        font-size: 30px !important;
    }

    .xs-lh-40 {
        line-height: 40px !important;
    }

    .xs-fs-16 {
        font-size: 16px !important;
    }

    .xs-lh-24 {
        line-height: 24px !important;
    }

    .xs-lh-26 {
        line-height: 26px !important;
    }

    .xs-fs-20 {
        font-size: 20px !important;
    }

    .xs-lh-30 {
        line-height: 30px !important;
    }

    .xs-lh-34 {
        line-height: 34px !important;
    }

    .xs-lh-36 {
        line-height: 36px !important;
    }

    .text-block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .xs-py-60 {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .xs-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .xs-px-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .xs-py-30 {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .xs-mb-30 {
        margin-bottom: 30px !important;
    }
}

@media (max-width: 1023px) {
    .main-banner {
        .content-wrapper {
            h1 {
                font-size: 70px;
                line-height: 80px;
            }

            p {
                font-size: 30px;
                line-height: 84px;
            }
        }
    }
}

@media (max-width: 1219px) {
    .lg-fs-20 {
        font-size: 20px;
    }
}

@media (min-width: 767px) {
    .-md-mb-40 {
        margin-bottom: -40px;
    }

    .md-mb-60 {
        margin-bottom: 60px;
    }

    .md-block {
        display: block !important;
    }

    .md-w-50 {
        width: 50% !important;
    }

    .md-mt-80 {
        margin-top: 80px;
    }

    .md-w-auto {
        width: auto !important;
    }
}

@media (min-width: 1024px) {
    .move-top-160 {
        margin-top: -160px;
    }

    .move-top {
        transform: translateY(-160px);
    }

    .lg-pb-200 {
        padding-bottom: 200px;
    }

    .lg-h-min-500 {
        min-height: 500px;
    }

    .lg-mb-36 {
        margin-bottom: 36px !important;
    }

    .lg-mb-80 {
        margin-bottom: 80px;
    }

    .lg-mb-22 {
        margin-bottom: 22px;
    }

    .lg-block {
        display: block !important;
    }

    .lg-w-1\/3 {
        width: 33.333% !important;
    }

    .lg-mt-0 {
        margin-top: 0 !important;
    }

    .lg-pb-15 {
        padding-bottom: 15px !important;
    }

    .lg-w-90 {
        width: 90%;
    }

    .menu-desktop {
        display: block;
    }
    #burger
    {
        display:none
    }
}

@media (min-width: 1280px) {
    header .menu-desktop .nav-items {
        li {
            margin-left: 34px;
        }
    }
}



/* Burger */
.burger {
    display: inline-flex;
    flex-direction: column;
    gap: 6px;
    width: 40px;
    height: 32px;
    justify-content: center;
    background: transparent;
    border: 0;
    cursor: pointer;
}

.burger span {
    display: block;
    height: 2px;
    width: 28px;
    background: #fff;
}

/* Offcanvas panel */
.offcanvas {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 80vw;
    max-width: 360px;
    background: #111;
    color: #fff;
    z-index: 1001;
    padding: 20px 24px;
    transform: translateX(100%);
    transition: transform .3s ease;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.offcanvas.open {
    transform: translateX(0);
    visibility: visible;
}

.offcanvas .nav-items {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.offcanvas .nav-items li {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.offcanvas .nav-items a,
.offcanvas .nav-items button {
    display: block;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    background: transparent;
    border: none;
}

/* Backdrop */
.backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 1000;
    opacity: 0;
    transition: opacity .3s ease;
}

.backdrop.show {
    opacity: 1;
}

body.noscroll {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.close span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
    background: #fff;
}

.close span:first-child {
    transform: translateY(-50%) rotate(45deg);
}

.close span:last-child {
    transform: translateY(-50%) rotate(-45deg);
}


footer {
    button:hover {
        text-decoration: underline;
    }
    .social-link-item:hover svg path {
        fill: #ffffff;
    }
}




