
@font-face {
        font-family: "GeistMono"; 
        src: url("/GeistMonoVF.woff") format('woff');
}

@font-face {
        font-family: "Geist"; 
        src: url("/GeistVF.woff") format('woff');
}

body {
    font-family: "GeistMono", monospace;
    font-weight: 200;
    margin: 0px;
    background-color: #fff;
    font-size: 16px;
}

strong {
    font-weight: 500;
}

p,
ul li
{
    font-family: "Geist", sans-serif !important;
    /*
    */
}

header {
    background-color: #1E1E1E;
    color: #fff;
} 

nav {
    padding-top: 30px;
    padding-bottom: 100px;
}

nav a {
    font-family: "GeistMono", monospace;
    font-size: 14px;
}

nav a.logo {
    font-size: 16px;
    font-weight: 500;
}

header .banner {
    background-image: url(/bg3.svg);
    background-position: center;
    background-repeat: repeat-x;
    height: 210px;
    margin-bottom: 80px;
}

header .container div a {
    color: #fff;
    text-decoration: none;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 1rem;
}

nav a {
    padding: 5px;
    margin-right: 25px;
}

nav a.logo {
    padding: 0px;
    margin-right: 0px;
}

nav a.btn {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
}

a.btn {
    font-family: "GeistMono", monospace;
    font-weight: 200;
    color: #1E1E1E !important;
    background-color: #FFCD73;
    border-radius: 30px;
    padding-left: 30px;
    padding-right: 30px;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

a.btn:hover {
    background-color: #FF9D0C;
}

a.btn-black {
    color: #fff !important;
    background-color: #1E1E1E;
}

a.btn-orange,
section.white a.btn {
    background-color: #FF9D0C;
}

a.btn-orange:hover,
section.white a.btn:hover {
    background-color: #1E1E1E;
    color: #FFF !important;
}

section div.full-border {
    border-top: 1px solid #000;
}

section.gray {
    background-color: #E3E3E3
}

section.white-bg {
    background-image: url(/bg1.svg);
    background-position: top;
    background-repeat: repeat-y;
    /* background-repeat: no-repeat; */
    /* background-size: 110%; */
}

div.front-bg {
    background-image: url(/bg1.svg);
    background-position: -150px 160px;
    background-repeat: no-repeat;
    padding-bottom: 160px;
}

section {
    padding-bottom: 20px;
}

section a {
    color: #000;
}

footer {
    padding-top: 80px;
    background-color: #FF9D0C;
    padding-bottom: 50px;
    font-size: 14px;
}

footer a {
    color: #000;
}

.row {
    display: flex;
}

.col {
    display: inline-flex;
}

.gap-10 {
    gap: 10px;
}

.gap-20 {
    gap: 20px;
}

.align-items-end {
    align-items: end;
}

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

.col-50p {
    flex: 1 50%;
}

.col-r {
    margin-left: auto;
}

.mt-0 {
    margin-top: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

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

.col-r {
    margin-left: auto;
}

.border-top {
    border: 0;
    border-top: 1px solid green;
}

header .border-top {
    border-color: #fff;
}

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

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

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

.text-st {
    text-decoration: line-through
}

div.quote p {
    font-size: 40px;
    font-family: "GeistMono", monospace;
}

nav div.burger
{
    display: none;
}

.mt-0-first-para > *:first-child {
    margin-top: 0px;
}

div.menu ul {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0px;
}

div.menu ul li:last-child {
    margin-left: auto;
}

div.menu ul li a {
    display: inline-block;
}

section ul li,
section p {
    line-height: 1.4em;
}

h1 {
    font-size: 33px;
    font-weight: 500;
}

h2 {
    font-size: 27px;
    font-weight: 500;
}

h2.title {
    font-size: 70px;
    font-weight: 900;
}

h3 {
    font-size: 22px;
    font-weight: 500;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

h5 {
    font-size: 16px;
    font-weight: 500;
}


@media (max-width: 700px) {
    nav div.burger
    {
        display: block;
        position: absolute;
        right: 20px;
        top: 24px;
    }

    nav div.burger a.icon {
        font-size: 33px !important;
    }

    nav a {
        margin-right: 0px;
    }

    .row {
        display: block;
    }

    div.menu a {
        display: block;
    }

    div.menu ul {
        display: none;
    }

    h2.title {
        font-size: 50px;
        font-weight: 700;
    }

    div.quote p {
        font-size: 30px;
    }
}

@media (min-width: 700px) {
    .menu a {
        display: inline-block;
    }

    div.menu ul {
        display: flex !important;
    }
}