@font-face {
    font-family: "Mosk";
    src: url("/static/assets/fonts/mosk-light-300.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Mosk";
    src: url("/static/assets/fonts/mosk-bold-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Mosk";
    src: url("/static/assets/fonts/mosk-extra-bold-800.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

html,
body {
    margin: 0;
    height: 100%;
    font-family: "Mosk", sans-serif;
    font-weight: 300;
    color: #000;
    line-height: 1.4em;
}

#content {
    transition: opacity 0.2s;
}

.landing .row {
    margin-right: -14px;
    margin-left: -15px;
}

div.wrapper {
    overflow: hidden;
}

h1 {
    font-size: 3.5em;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Mosk", sans-serif;
}

h2 {
    font-size: 2em;
    font-weight: 800;
    font-family: "Mosk", sans-serif;
    line-height: 1.3em;
}

h3 {
    font-size: 1.7em;
    font-weight: 800;
    font-family: "Mosk", sans-serif;
    line-height: 1.3em;
    margin: 0;
}

h4,
h5,
h6 {
    line-height: 1.4em;
}

p {
    font-size: 1.1em;
    font-family: "Mosk", sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 1.4em;
}

input,
textarea {
    font-size: 1em;
}

.checkbox-label {
    margin-left: 0.5em;
}

.form-spinner {
    margin-left: 1em;
}

ul li {
    font-size: 1.2em;
    font-family: "Mosk", sans-serif;
    font-weight: 300;
    color: #000;
    margin: 0;
    line-height: 1.7em;
    list-style: none;
}

a {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 0;
    transition: color 0.3s, border 0.3s;
}

a:hover,
a:active {
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.text-italic {
    font-style: italic;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-white {
    color: white;
}

.text-orange {
    color: #ed683c;
}

.text-red {
    color: #e93e3a;
}

.text-gray {
    color: #242424;
}

.bg-gray {
    background-color: #242424;
}

.bg-light-gray {
    background-color: #f0f0f0;
}

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: black;
}

.bg-red {
    background-color: #e93e3a;
}

.bg-orange {
    background-color: #ed683c;
}

.bg-transparent {
    background: transparent;
}

.top-5 {
    margin-top: 0.5em;
}

.top-10 {
    margin-top: 1em;
}

.top-20 {
    margin-top: 2em;
}

.top-30 {
    margin-top: 3em;
}

.top-40 {
    margin-top: 4em;
}

.top-50 {
    margin-top: 5em;
}

.top-60 {
    margin-top: 6em;
}

.top-70 {
    margin-top: 7em;
}

.top-80 {
    margin-top: 8em;
}

.top-90 {
    margin-top: 8em;
}

.bottom-5 {
    margin-bottom: 0.5em;
}

.bottom-10 {
    margin-bottom: 1em;
}

.bottom-20 {
    margin-bottom: 2em;
}

.bottom-30 {
    margin-bottom: 3em;
}

.bottom-40 {
    margin-bottom: 4em;
}

.bottom-50 {
    margin-bottom: 5em;
}

.bottom-60 {
    margin-bottom: 6em;
}

.bottom-70 {
    margin-bottom: 7em;
}

.bottom-80 {
    margin-bottom: 8em;
}

.bottom-90 {
    margin-bottom: 9em;
}

.btn:focus {
    outline: none;
    outline-offset: none;
}

.btn:active {
    box-shadow: none;
}

.d-flex {
    display: flex;
}


/* img.lazy {
	opacity: 1;
	transition: opacity 0.3s;
}

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

section.oblique:before {
    left: 0;
    top: -6.5em;
}

section.oblique:after {
    transform: scaleY(-1);
    bottom: -6.5em;
    left: 0;
}

section.oblique {
    margin: 6.5em 0;
    position: relative;
}

section.oblique:before,
section.oblique:after {
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 6.5em;
    position: absolute;
    width: 100%;
}


/* HAMBURGER */

@media (max-width: 767px) {
    button.hamburger {
        top: 30px;
        right: 2em;
    }
}

@media (min-width: 768px) {
    button.hamburger {
        top: 46px;
    }
}

button.hamburger {
    position: absolute;
    right: 0px;
    border: 0px;
    width: 54px;
    height: 44px;
    padding: 5px;
    text-align: center;
    z-index: 10;
    background: transparent;
    transition: position ease-in-out 1s;
}

#nav-icon {
    width: 48px;
    height: 36px;
    position: relative;
    /*margin: 50px auto;*/
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 6px;
    width: 90%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}

#nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 14px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 28px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

button.hamburger:not(.nav-closed) #nav-icon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
}

button.hamburger:not(.nav-closed) #nav-icon span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

button.hamburger:not(.nav-closed) #nav-icon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 31px;
    left: 8px;
}

button.hamburger {
    outline: 0;
}

.nav-hamburger {
    right: 2em;
}

.nav-hamburger:not(.navbar-fixed) {
    position: absolute;
}

.nav-hamburger.navbar-fixed {
    position: fixed;
    z-index: 5;
    top: 0.5em;
}

.logo-wrapper {
    position: absolute;
    z-index: 3;
    width: 60%;
    max-width: 50%;
}

.logo-wrapper img {
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .logo-wrapper img {
        max-width: 375px;
    }
}

@media only screen and (min-width: 1200px) {
    .logo-wrapper img {
        max-width: 630px;
    }
}

.section-title {
    position: relative;
    display: inline-block;
}

.section-title::after {
    display: inline-block;
    content: "";
    width: 2em;
    left: 1px;
    bottom: 1px;
    position: absolute;
}

.section-title.black-title::after {
    border-bottom: solid 3px #ed683c;
}

.section-title.white-title {
    color: #fff;
}

.section-title.white-title::after {
    border-bottom: solid 3px #fff;
}

.nav {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 4;
    top: 0;
}

.nav-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
}

.nav-logo {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.nav-ul {
    list-style: none;
    padding: 0;
}

.nav-btn {
    transition: transform ease-in-out 0.2s;
}

.nav-btn:hover {
    transform: scale(1.1);
}

.nav-btn a {
    color: #fff;
    font-weight: 800;
    font-size: 1.4em;
    line-height: 1.4em;
}

.nav-legal {
    color: white;
    font-weight: 700;
    font-size: 0.85em;
}

.nav-legal a {
    color: #ed683c;
}

.nav-legal a:hover {
    color: #e93e3a;
}

.nav-powered-by {
    font-size: 0.8em;
}

footer {
    background-color: #08151a;
    color: #fff;
    font-weight: 800;
    padding-top: 2.5em;
    padding-bottom: 2em;
    font-size: 0.8em;
}

footer a {
    color: #ed683c;
}

footer a:hover {
    color: #e93e3a;
}

.footer-logo {
    max-width: 6em;
    margin-bottom: 3px;
}

.pt2020-bar {
    max-width: 350px;
}

@media only screen and (max-width: 769px) {
    .pt2020-bar {
        max-width: 300px;
    }
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    body {
        font-size: 12px;
    }
    h1 {
        font-size: 3em;
    }
    .powered-by,
    .copyrights {
        text-align: center;
        margin-top: 0.5em;
    }
    .logo-wrapper {
        width: 100%;
        max-width: 100%;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 481px) {
    body {
        font-size: 14px;
    }
    .powered-by,
    .copyrights {
        text-align: center;
        margin-top: 0.5em;
    }
    .logo-wrapper {
        width: 100%;
        max-width: 100%;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
    .powered-by {
        text-align: right;
    }
    .copyrights {
        text-align: left;
    }
    .logo-wrapper {
        width: 100%;
        max-width: 100%;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1199px) {
    body {
        font-size: 16px;
    }
    .logo-wrapper {
        width: 60%;
        max-width: 50%;
    }
}