*:not(title){
    font-family: "D-DIN";
    
    box-sizing: border-box;
    margin: 0;
    margin-block: 0;
    margin-inline: 0;
    padding: 0;
    position: relative;
    border: 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.preload * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

script {
    display: none;
}
style{
	display:none;
}
link{display:none}
html {
    height: 100vh;
    top: 0;
    left: 0;
}

body {
    width: 100%;
    min-width: 300px;
    height: 100vh;
    min-height: 500px;
    
    overflow-x: auto;
    overflow-y: auto;
    box-sizing: content-box;
}

a {
    text-decoration: none;
    cursor: pointer;
}

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

span,
p,
a {
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

hr.hr-thin {
    border-bottom: 1px solid #EDB41C;
}

hr.hr-thin-white {
    border-bottom: 1px solid #FFF;
}

.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.hide-scroll::-webkit-scrollbar {
    display: none;
}

.clickable {
    cursor: pointer;
}

.sticky {
    position: fixed;
    top: 0;
    background: transparent linear-gradient(180deg, #000, rgba(0, 0, 0, 0.80) 65%, rgba(0, 0, 0, 0.3) 90%, transparent) repeat scroll 0 0;
    z-index: 100;
    opacity: 1 !important;
}

.sticky+.after-sticky {
    padding-top: 100px;
}

.section-divider {
    margin: 0 2.5%;
}

.sub-section {
    margin-bottom: 10em;
}

.sub-section-lmt-width {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
    justify-content: center;
}

.sub-section-lmt-width>* {
    flex-grow: 1;
    max-width: 1920px;
}

.sub-section-wrapper {
	padding: 0;
	max-width: 1170px;
	margin: auto;
}

.sub-section-wrapper-slim {
    padding: 0 2.5%;
}

.pos-abs {
    position: absolute;
}

.flex-col-wrap {
    display: flex;
    flex-flow: column wrap;
    height: 100%;
}

.flex-col-nowrap {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
}

.flex-row-nowrap {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.flex-row-wrap {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-mid {
    justify-content: center;
}

.flex-justify-end {
    justify-content: flex-end;
}

.flex-justify-between {
    justify-content: space-between;
}

.flex-justify-evenly {
    justify-content: space-evenly;
}

.flex-align-start {
    align-items: flex-start;
}

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

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

.flex-align-str {
    align-items: stretch;
}

.row-item-1 {
    width: 100%;
}

.row-item-2 {
    width: 50%;
}

.row-item-3 {
    width: 33%;
}

.row-item-4 {
    width: 25%;
}

.section-header-font {
    font-size: 1rem;
    text-align: center;
}

.sub-section-mid-header {
    height: auto;
}

.sub-section-mid-header>h2 {
    margin: 0 1.5em;
    padding: 0 0.7em 0.5em;
    border-bottom: 3px solid #FFF;
    border-radius: 0.1px;
    text-align: center;
}

.sub-section-mid-header-line {
    width: 100%;
    border-bottom: 1.75px solid #FFF;
    border-radius: 0.1px;
    transform: translateY(-2.625px);
}

.section-fade-top::before {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #000, rgba(0, 0, 0, 0.80) 60%, rgba(0, 0, 0, 0.4) 80%, transparent) repeat scroll 0 0;
    height: 10%;
    width: 100%;
    top: 0;
    z-index: 0;
}

.section-fade-bot::after {
    content: "";
    position: absolute;
    background: transparent linear-gradient(0deg, #000, rgba(0, 0, 0, 0.80) 60%, rgba(0, 0, 0, 0.4) 80%, transparent) repeat scroll 0 0;
    height: 15%;
    width: 100%;
    bottom: 0;
    z-index: 0;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -5;
}

.overlay-25 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.overlay-35 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
}

.overlay-50 {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

::placeholder {
    color: #FFF;
}

::-moz-input-placeholder {
    color: #FFF;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-webkit-input-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFF;
}

::-ms-input-placeholder {
    opacity: 1;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/tringle.png") 100% / 1em no-repeat #FFF;
    background-size: 10px;
}

option:hover {
    background-color: #FFF;
    color: #000;
}

input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark-container {
    display: block;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    margin: 0.3em 0.8em 0.3em 0.3em;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1.5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
}

.checkmark {
    position: absolute;
    height: 1em;
    width: 1em;
    background-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 0.45em;
    top: 0.2em;
    width: 0.3em;
    height: 0.6em;
    border: inset #FFF;
    border-width: 0 0.2em 0.2em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=checkbox]:checked~.checkmark:after {
    display: block;
}

h1 {
    font-size: 6em;
    font-weight: bold;
  
}

h2 {
    font-size: 30px;
    
   
}

h3 {
    font-size: 3em;
    font-weight: bold;
}

h4 {
    font-size: 2.2em;
    font-weight: bold;
    
    
}

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

.tx-bold {
    font-weight: bold;
}

.tx-normal {
    font-weight: normal;
}

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

.tx-6 {
    font-size: 0.6em;
}

.tx-8 {
    font-size: 0.8em;
}

.tx-9 {
    font-size: 0.9em;
}

.tx-10 {
    font-size: 1em;
}

.tx-12 {
    font-size: 1.2em;
}

.tx-14 {
    font-size: 1.4em;
}

.tx-16 {
    font-size: 1.6em;
}

.tx-18 {
    font-size: 1.8em;
}

.tx-20 {
    font-size: 2em;
}

.tx-22 {
    font-size: 2.2em;
}

.tx-24 {
    font-size: 2.4em;
}

.tx-26 {
    font-size: 2.6em;
}

.tx-28 {
    font-size: 2.8em;
}

.tx-30 {
    font-size: 3em;
}

.tx-32 {
    font-size: 3.2em;
}

.tx-34 {
    font-size: 3.4em;
}

.tx-36 {
    font-size: 3.6em;
}

.tx-38 {
    font-size: 3.8em;
}

.tx-40 {
    font-size: 4em;
}
.tx-center{text-align: center;}

.btn {
    background-color: #000;
    border: 3px solid #FFF;
    border-radius: 1px;
}

.btn>.hover {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-color: #FFF;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
}

.btn:hover>.hover {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.btn:hover>.btn-text {
    color: #000;
}



@media only screen and (max-width: 1500px) {
    .section-header-font {
        font-size: 0.9rem;
    }
    .section-header-font>p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1370px) {
    .section-header-font {
        font-size: 0.8rem;
    }
    .section-header-font>p {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 1301px) {
    .dropbtn {
        display: none;
    }
}

@media only screen and (max-width: 1300px) {
    * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
    .row-item-2 {
        width: 100%;
    }
    .row-item-3 {
        width: 100%;
    }
    .row-item-4 {
        width: 100%;
    }
    .drop-parent-active {
        background: transparent linear-gradient(180deg, #000, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0.8) 95%, transparent) repeat scroll 0 0;
    }
    .dropbtn {
        width: 100%;
        height: 100px;
        cursor: pointer;
        transition: 0.3s;
    }
    .dropbtn>span {
        flex-grow: 1;
    }
    .dropbtn-sub {
        width: 1.5em;
        margin-right: 5%;
        transition: 0.3s;
    }
    .drop-content {
        display: none;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        z-index: 10;
        transition: 0.3s;
        padding-bottom: 50px;
    }
    .dropbtn.drop-active+.drop-content {
        display: flex;
    }
    .drop-content>li {
        width: 45%;
    }
    .embla__slide {
        min-width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .section-header-font {
        font-size: 0.7rem;
    }
    .section-header-font>p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 800px) {
    .section-header-font {
        font-size: 0.6rem;
    }
    .section-header-font>p {
        font-size: 0.9rem;
    }
}

@media only screen and (max-width: 500px) {
    .section-header-font {
        font-size: 0.5rem;
    }
    .section-header-font>p {
        font-size: 0.9rem;
    }
}