@font-face {
    font-family: 'SF';
    src: url('../fonts/SFProDisplay-Bold.eot');
    src: url('../fonts/SFProDisplay-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Bold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Bold.woff') format('woff'),
        url('../fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SFProDisplay-Heavy.eot');
    src: url('../fonts/SFProDisplay-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Heavy.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Heavy.woff') format('woff'),
        url('../fonts/SFProDisplay-Heavy.svg#SFProDisplay-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SFProDisplay-Semibold.eot');
    src: url('../fonts/SFProDisplay-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Semibold.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('../fonts/SFProDisplay-Semibold.svg#SFProDisplay-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SF';
    src: url('../fonts/SFProDisplay-RegularItalic.eot');
    src: url('../fonts/SFProDisplay-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-RegularItalic.woff2') format('woff2'),
        url('../fonts/SFProDisplay-RegularItalic.woff') format('woff'),
        url('../fonts/SFProDisplay-RegularItalic.svg#SFProDisplay-RegularItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}


html,
body {
    font-size: 17px;
    color: #262626; font-family: 'SF';
    overflow-x: hidden;height: 100%;
}

body {
 color: #262626;
    height: 100vh;
    overflow: hidden;
}

a {
    color: #2e2e2e;
}



.navbar-expand-md .navbar-collapse{
    display: none !important;
}
.navbar-expand-md .navbar-toggler{
    display: block !important;
}
h1 {
    text-align: center;
    margin: 40px 0;
    font-size: 32px;
    line-height: 36px;
    padding-top: 0;
    background: linear-gradient(90deg,#8e9ebc,#3f465a);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin: -12px auto 0 !important;
}
h1 strong {
    display: block;
    font-size: 1.2em;
}
.row.content {
    text-align: center;
    overflow: hidden;
}
.content .bg {
    background-size: auto 100%;
    text-align: right;
    height: 25.6vw;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
}
.row.content p {
       font-size: 18px;
       max-width: 250px;
       font-weight: 400;
       line-height: 21px;
       margin: 0 0 0 50px;
       color: #050505;
}
.row.content span.explorelink {
    font-weight: 500;
    font-size: 1.3em;
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 20px;
}
.row.content span.explorelink img {
    width: 16px;
    position: relative;
    top: -2px;
    margin-right: 2px;
}
.content .mock {
    width: 100%;
    max-width: 29vw;
    position: relative;
    top: -18px;
}
span.navbar-toggler-icon span {
    width: 100%;
    height: 2px;
    background: #000000;
    display: block;
    margin: 7px 0;
    transition: 0.5s;
}
.navbar-toggler-icon {
    width: 1.3em;
}
.navbar a {
    font-size: 1.3em;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.navbar {
    padding: 0.5rem 1.6rem;
}

.menuWrapper {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b3;
    z-index: 99;
    justify-content: end;
    visibility: hidden;
    overflow: hidden;
    transition: 0.5s;
    opacity: 0;
}
.menuWrapper.active {visibility: visible;opacity: 1;}
.menuInner {
    max-width: 369px;
    background: #fff;
    padding: 42px 0;
    width: 100%;
    position: relative;
    right: -400px;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.menuInner a {
    color: #000000;
    font-weight: 500;
    font-size: 1.2em;
    text-decoration: none;
    display: block;
    text-align: center;
}
.menuInner a img {
    width: 16px;
}
span.closeMenu {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 28px;
    color: #a3a3a3;
    border: 2px solid;
    display: block;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    margin: 14px 14px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    right: 4px;
    z-index: 99;
    top: 12px;
}

.menuWrapper.active .closeMenu {
    opacity: 1;
}
.menuWrapper.active .menuInner {
    right: 0;
}
.menuWrapper.active {
    visibility: visible;
    opacity: 1;
}
.content .col-6:last-child .mock {
    max-width: 25vw;
}
.row.content a {
    text-decoration: none;
    display: block;
}
.row.content .col-6 {
    transition: 0.5s;
    padding-top: 28px;
}
.row.content a:hover {
    color: #000;
}

.menuInner > .d-flex {
    position: absolute;
    top: 29px;
    left: 24px;
}
.menuInner .pb-2 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px !important;
    margin-bottom: 23px;
}
.col-6.kHud {
    border-right: 1px solid #ddd;
}
footer {
    background: #2C2C2C;
    padding: 18px 30px;
}
footer * {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}
footer li {
    display: inline-block;
    margin-left: 20px;
}






















/*Responsive*/


@media screen and (min-width: 1700px){
.content .bg {
    height: 29vw;
}

}

@media screen and (max-width: 1024px){
body {
 color: #262626;
    height: auto;
    overflow-y: auto ;
    overflow-x: hidden;
}

h1 {padding: 30px 19px 0;line-height: 34px;}
.content .bg {
    margin-top: 30px;
    height: 34.4vw;
}
    .row.content .col-6:last-child .bg{
    margin-left: -64px;
}
.row.content .col-6 .d-flex.text-left img {
    width: 133px !important;
}


}

@media screen and (max-width: 991px){
    .bg.desk{
    display: none;
}
    .bg.mobile{
    display: block !important;
}
    .row.content{
    display: block;
}
    .row.content .col-6 .d-flex.text-left img {
    width: 195px !important;
    margin-bottom: 13px;
}
.row.content p {
 line-height: 31px;
 max-width: 100%;
 padding: 0 0 !important;
 margin: 15px 0 0;
 font-size: 26px;
 }
 h1 {
    padding: 38px 20px 10px;
    line-height: 38px;
}
 .row.content .col-6 .d-flex.text-left {
    display: block !important;
    text-align: center !important;
}
.content .mock {
    max-width: 95vw !important;
    top: -108px;
      align-self: flex-end;
    margin: 0 auto;
}
    .content .col-6:last-child .mock{
    top: 213px;
}
.content .bg {
    height: 134vw;
    margin-top: 48px;
    background-position: left top;
    background-size: 120%;
}
    .row.content .col-6:last-child .bg{
    height: 124vw;
    background-size: 107%;
}
.row.content .col-6:last-child .bg:before{
    background: #406de8;
    height: 52%;
    left: 0;
}
    .row.content span.explorelink{
    font-size: 25px;
    bottom: 53px;
}
    .row.content span.explorelink img{
    width: 22px;
}
    .row.content .col-6 {
    padding-top: 48px;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
}

    hr{
        margin: 50px auto 0 !important;
    }
    .content .bg:before {
    content: "";
    background: #412987;
    height: 47%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 0;
}
    
}


@media screen and (max-width: 767px){
    .content .bg:before{
    height: 43%;
}
    .row.content .col-6:last-child .bg:before {
    height: 56%;
    left: 0;
}
     .row.content span.explorelink{
    font-size: 19px;
    bottom: 35px;
}
    .row.content span.explorelink img{
    width: 15px;
}
   
    .row.content .col-6 .d-flex.text-left img {
    width: 148px !important;
    margin-bottom: 6px;
}
    a.navbar-brand.nav-logo +p {
    top: 34px !important;
    padding-left: 47px !important;
    font-size: 12px !important;
    line-height: 14px !important;
}
.navbar a img.img-fluid {
    width: 132px;
}
.navbar {
    padding: 0.5rem 1.2rem;
}
.navbar a {
    font-size: 1.1em;
}
h1 {
   font-size: 1.4em;
   line-height: 28px;
   padding: 46px 20px 8px;    background: linear-gradient(90deg,#8a8f98,#000000);
   -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
    h1 + p{
        padding: 0 !important;
    }
hr {
    max-width: 262px !important;
}
.d-flex.row {
    width: 100%;
    margin: 0;
}
.row.content .col-6 .d-flex.text-left {
    display: block !important;
    padding: 0 20px !important;text-align: center !important;
}
.row.content p {
    font-size: 20px;
    line-height: 27px;
}
h1 strong {
    font-size: 1.1em;
}
.row.content .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.content .bg {
    height: 150vw;
    margin-top: 0;
    background-size: 130%;
}
.content .mock {
    max-width: 99vw !important;
    left: -7px;
    top: -72px;
}
    .content .col-6:last-child .mock {
    top: 164px;    left: 4px;
}
.row.content p {
       max-width: 69%;
       font-size: 17px;
       line-height: 23px;
       margin: 16px auto 0;
 }
.row.content .col-6:first-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}
.menuInner {
    max-width: 100%;
    padding-top: 74px;
}
span.closeMenu {
    position: absolute;
    color: #333;    z-index: 9;
}
footer {padding: 20px 0;}
footer .d-flex{
    display: block !important;
    text-align: center;
}

footer .d-flex p{margin-bottom: 6px !important;}
.row.content .col-6:last-child .bg {
    margin-left: 0;
    height: 151vw;
    margin-top: 26px;
}
footer li {
    display: inline-block;
    margin: 0 10px;
}

}