@import url('./fonts.css');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    color: #fff;
    text-decoration: none;
}

body {
    background-color: #000;
}

.mdl {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}

.mdl-content {
    position: absolute;
    bottom: 40px;
    left: 20px;
    width: max-content;
    height: 70px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
    background-color: #2a2e39;
    text-align: center;
    border: 1px solid #2a2e39;
    border-radius: 5px;
    padding: 15px;
    cursor: default;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.mdl-content::after {
    content: '';
    position: absolute;
    bottom: -30px;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #2a2e39;
}

.mdl-content p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    line-height: 20px;
}

.header {
    width: 100%;
    height: 65px;
    padding: 0 40px;
    border-bottom: 1px solid #434651;
}

.header-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo a {
    color: #d1d4dc !important;
}

.header-logo svg {
    vertical-align: middle;
}

.header-link a {
    padding: 14px 16px;
    background-color: #2962ff;
    font-size: 16px;
    border-radius: 24px;
    font-weight: 500;
}

.header-title p {
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .5px;
    cursor: default;
    user-select: none;
    pointer-events: none;
    color: #d1d4dc;
}

.heading {
    width: 100%;
}

.heading-content {
    padding: 7em 0;
    text-align: center;
}

.heading-content-title h1 {
    font-size: 120px;
    font-weight: 600;
    letter-spacing: -.02em;
}

.heading-content-text {
    margin: 15px 0;
}

.heading-content-text p {
    font-size: 22px;
    font-weight: 400;
    color: #d1d4dc;
}

.heading-content-link {
    margin-top: 40px;
}

.heading-content-link {
    width: 100%;
    display: flex;
    justify-content: center;
    grid-gap: 15px;
}

.h1-special {
    padding-bottom: 1vw;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: linear-gradient(90deg,#1b2e61 -17.39%,#2962ff .11%,#726fff 20.4%,#c883ff 37.89%,#ab4df8 56.09%,#d1007e 75.68%,#dc132b 96.67%,#541c1c 116.96%);
}

.download-link {
    width: min-content;
    display: flex;
    align-items: center;
    padding: 10px 19px;
    border: 1px solid #5d606b;
    background-color: #000;
    border-radius: 4px;
    transition: border-color .35s cubic-bezier(.89,0,.67,1),background-color .35s cubic-bezier(.89,0,.67,1);
}

.download-link:hover {
    background-color: #2a2e39;
    border-color: #2a2e39;
}

.download-link-icon {
    margin-right: 15px;
}

.download-link-text {
    width: 100px;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.download-link-icon svg {
    position: relative;
    left: -3px;
    top: 2px;
}

.download-link-text span:first-child {
    text-transform: uppercase;
    color: #b2b5be;
    font-size: 11px;
    font-weight: 400;
    padding-bottom: 5px;
}

.download-link-text span:last-child {
    color: #d1d4dc;
    font-size: 16px;
}

.download-link-icon {
    vertical-align: middle;
}

.media {
    width: 100%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
}

.media-content {
    width: 100%;
}

.media-content video {
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

li {
    margin: 15px;
    display: inline;
    cursor: default;
}

.header-title a {
    padding: 10px 14px;
    border-radius: 24px;
    background-color: #000;
    font-weight: 400;
    font-size: 16px;
    color: #d1d4dc;
}

.header-title a:hover {
    background-color: #2a2e39;
}

.info {
    width: 100%;
    margin: 10em 0;
    margin-bottom: 5em;
    display: flex;
    justify-content: center;
    position: relative;
}

.info-content {
    width: 850px;
    text-align: center;
    padding: 0 50px;
}

.info-content img {
    width: 100%;
}

.info-heading h1, .info2-heading h1 {
    font-size: 60px;
    line-height: 54px;
}

.info-text, .info2-text {
    margin-top: 30px;
}

.info-text p, .info2-text p {
    font-size: 26px;
    line-height: 32px;
    color: #d1d4dc;
}

.info-image {
    width: 100%;
}

.info-image-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-image-content-img {
    width: 100%;
    display: flex;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.info-image-content-img img {
    width: 1000px;
    height: auto;
    user-select: none;
    pointer-events: none;
}

.info-image-content-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: #1e222d;
}

.info-image-content-text {
    margin-bottom: 15px;
    width: 1000px;
    display: flex;
    justify-content: space-around;
}

#info-text {
    font-size: 12px;
    color: #fff;
    background-color: #1e222d;
    color: #b2b5be;
    border-radius: 4px;
    padding: 4px 12px;
    cursor: default;
}

.about {
    width: 100%;
    margin: 5em 0;
    display: flex;
    justify-content: center;
}

.about-content {
    width: 1000px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border: 1px solid #2a2e39;
    border-radius: 24px;
}

.about-content .about-content-block:first-child {
    border-right: 1px solid #2a2e39;
}

.about-content-block {
    padding: 32px;
}

.about-content-block-svg {
    color: #fff;
    margin-bottom: 20px;
}

.about-content-block h3 {
    font-size: 36px;
    font-weight: 600;
}

.about-content-block p {
    margin: 12px 0;
    color: #787b86;
    font-weight: 400;
    font-size: 18px;
}

.about-content-block a {
    position: relative;
    color: #2962ff;
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
}

.about-content-block a:hover, .about-content-block a:hover svg {
    color: #1e53e5;
}

.about-content-block a svg {
    position: absolute;
    top: -5px;
    right: -35px;
}

.gallery {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.last-info-content {
    width: 500px;
}

.info2 {
    position: relative;
    width: 100%;
    padding-bottom: 15em;
    margin-top: 10em;
    overflow: hidden;
}

.info2-content {
    display: flex;
    justify-content: center;
}

.info2-block {
    width: 500px;
    text-align: center;
}

.info2-image {
    height: 100%;
}

.info2-image-1 {
    position: absolute;
    top: 0;
    left: -100px;
}

.info2-image-2 {
    position: absolute;
    top: 0;
    right: -100px;
}

.info2-image-3 {
    margin-top: 50px;
    height: 100px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.info2-image img {
    user-select: none;
    pointer-events: none;
    height: 600px;
}

.footer {
    border-top: 1px solid #5d606b;
    padding: 1.5em 0;
    padding-top: 1.7em;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-content {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.footer-rights {
    text-align: right;
}

.footer-links a {
    margin: 10px;
}

.footer-links a img {
    background-color: #2a2e39;
    border-radius: 6px;
}

.footer-links a img:hover {
    background-color: #434651;
}

.footer-rights p {
    font-size: 14px;
    font-weight: normal;
    line-height: 21px;
    color: #787b86;
}

.footer-rights a {
    color: #2962ff;
}

.footer-rights a:hover {
    color: #1e53e5;
}

@media screen and (min-width: 1920px) {
    .info2-image-1, .info2-image-2 {
        display: none;
    }
    .media-content {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1190px) {
    .info2 {
        padding-bottom: 0;
    }
    .info2-img_block {
        height: 400px;
        overflow: hidden;
        margin-top: 20px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .info2-image-1, .info2-image-2, .info2-image-3 {
        position: static;
        transform: unset;
        margin: 20px;
    }
    .info2-image img {
        width: 100%;
        object-fit: contain;
    }
}

@media screen and (max-width: 1050px) {
    .info-image-content-img img, .info-image-content-text {
        width: 100%;
    }
    .footer-content {
        display: inline-block;
        text-align: center;
    }
    .footer-rights {
        margin-top: 20px;
        text-align: center;
    }
}

@media screen and (max-width: 760px) {
    .heading-content-title h1 {
        font-size: 80px;
    }
    .header-title {
        display: none;
    }
    .about-content {
        display: inline;
    }
    .about-content {
        border: none;
        border-radius: 0;
    }
    .about-content .about-content-block:first-child {
        border: none;
        border-bottom: none !important;
    }
    .about-content-block {
        border: 1px solid #2a2e39 !important;
        border-left: none !important;
        border-right: none !important;
    }
    .info2-img_block {
        display: inline;
    }
    .info2-image-1, .info2-image-2 {
        display: none;
    }
    .info2-image-3 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 500px) {
    .heading-content {
        padding: 5em 1em;
    }
    .media {
        padding: 0;
    }
    .heading-content-title h1 {
        font-size: 40px;
    }
    .heading-content-text p {
        font-size: 16px;
    }
    .info-heading h1, .info2-heading h1 {
        font-size: 30px;
        line-height: normal;
    }
    .info-text p, .info2-text p {
        font-size: 18px;
    }
    .about-content-block h3 {
        font-size: 24px;
    }
    .about-content-block p {
        font-size: 16px;
    }
    .about-content-block-svg {
        width: 80px;
        margin: 0;
    }
}