@charset "UTF-8";

@font-face {
    font-family: "Pressio TEST";
    src: url(../fonts/PressioTEST-No.35.woff2) format("woff2"), url(../fonts/PressioTEST-No.35.ttf) format("truetype"), url(../fonts/PressioTEST-No.35.otf) format("opentype");
    font-weight: 800;
    font-style: normal;
    font-stretch: 62.5%;
    font-display: block
}

@font-face {
    font-family: Valorant;
    src: url(../fonts/Valorant-Font.woff2) format("woff2"), url(../fonts/Valorant-Font.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
    all: unset;
    display: revert
}

*,
::after,
::before {
    box-sizing: border-box
}

a,
button {
    cursor: revert
}

menu,
ol,
ul {
    list-style: none
}

img {
    max-inline-size: 100%;
    max-block-size: 100%
}

table {
    border-collapse: collapse
}

input,
textarea {
    -webkit-user-select: auto
}

textarea {
    white-space: revert
}

meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert
}

:where(pre) {
    all: revert
}

::-moz-placeholder {
    color: unset
}

::placeholder {
    color: unset
}

::marker {
    content: initial
}

:where([hidden]) {
    display: none
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto
}

:where([draggable=true]) {
    -webkit-user-drag: element
}

:where(dialog:modal) {
    all: revert
}

body {
    margin: 0
}

* {
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

body,
html {
    min-height: 100vh;
    outline: 0;
    background: #1a1f2a;
    margin: 0;
    padding: 0;
    font-family: Rajdhani, sans-serif;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

.heading-first {
    color: #fff;
    font-size: 86.07px;
    font-family: "Pressio TEST", sans-serif;
    font-weight: 800;
    font-stretch: 62.5%;
    line-height: .8;
    text-transform: uppercase;
    font-feature-settings: "liga" 0, "clig" 0
}

@media only screen and (min-width:1100px) {
    .heading-first {
        font-size: 219.38px;
        line-height: 175.5px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }
}

@media only screen and (min-width:1370px) {
    .heading-first {
        font-size: 232.309px;
        font-stretch: 62.5%;
        line-height: .8
    }
}

.heading-first span {
    color: #ff4655;
    font-family: "Pressio TEST", sans-serif;
    font-weight: 800;
    font-stretch: 62.5%;
    line-height: .8;
    text-transform: uppercase;
    font-feature-settings: "liga" 0, "clig" 0
}

@media only screen and (min-width:1100px) {
    .heading-first span {
        font-size: 219.38px;
        line-height: 175.5px;
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25)
    }
}

@media only screen and (min-width:1370px) {
    .heading-first span {
        font-size: 232.309px;
        font-stretch: 62.5%;
        line-height: .8
    }
}

section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto
}

.first-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.btn-video {
    display: none;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin: 0 20px;
    height: 100%;
    cursor: pointer;
    font-family: Valorant, sans-serif;
    color: #0f1923;
    font-size: 23.33px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 23.33px;
    word-wrap: break-word;
    overflow: hidden
}

@media only screen and (min-width:1100px) {
    .btn-video {
        display: flex;
        max-width: 445px;
        min-width: 445px;
        padding-top: 22px
    }
}

@media only screen and (min-width:1370px) {
    .btn-video {
        justify-content: center;
        align-items: flex-start;
        position: relative;
        width: 100%;
        min-width: 700px;
        max-width: 700px;
        margin: 0 20px;
        height: 100%;
        padding-top: 37px;
        cursor: pointer;
        font-family: Valorant, sans-serif;
        color: #0f1923;
        font-size: 37.37px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 37.37px;
        word-wrap: break-word;
        overflow: hidden
    }
}

@media only screen and (min-width:1700px) {
    .btn-video {
        margin: 0 58px 0 67px
    }
}

.btn-video .btn-video-layer-bottom {
    position: absolute;
    top: 0;
    z-index: -1
}

@media only screen and (min-width:1100px) {
    .btn-video .btn-video-layer-bottom {
        height: 61px
    }
}

@media only screen and (min-width:1370px) {
    .btn-video .btn-video-layer-bottom {
        height: 102%
    }
}

.btn-video .btn-video-layer-bottom.static {
    opacity: 1
}

.btn-video .btn-video-layer-bottom.active {
    opacity: 0
}

.btn-video .btn-video-layer-top {
    top: 0;
    height: 100%;
    z-index: 0
}

.btn-video:hover .btn-video-layer-bottom.static {
    opacity: 0
}

.btn-video:hover .btn-video-layer-bottom.active {
    opacity: 1
}

.btn-main {
    display: flex;
    flex-direction: row;
    height: 32.89px;
    padding: 4.057px 10.6px;
    justify-content: center;
    align-items: center;
    background: #ff4655;
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani, sans-serif;
    font-size: 9.65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.158px;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 16.344px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: 1.961px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}

@media only screen and (min-width: 1100px) {
    .btn-main:hover {

        background: #ff6370
    }

}

@media only screen and (min-width:1100px) {
    .btn-main {
        margin-left: 0;
        height: 64px;
        padding: 16px 28px;
        font-size: 28.4px;
        line-height: 130%;
        letter-spacing: 3.408px
    }
}

.btn-main svg {
    margin-right: 6px
}

@media only screen and (min-width:1100px) {
    .btn-main svg {
        margin-right: 12px
    }
}

.btn-download-mob {
    display: flex;
    flex-direction: row;
    height: 18px;
    padding: 4.057px 10.6px;
    justify-content: center;
    align-items: center;
    background: #ff4655;
    color: #fff;
    font-feature-settings: "liga" off, "clig" off;
    font-size: 9.65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.158px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-left: 10px;
    max-width: 112px
}

@media only screen and (min-width:375px) {
    .btn-download-mob {
        margin-left: 33px
    }
}

@media only screen and (min-width:1100px) {
    .btn-download-mob {
        display: none
    }
}

@keyframes OpacityLinkAppear {
    0% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.header {
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    opacity: 1;
    z-index: 27;
    height: 70px;
    background: #1a1f2a;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25)
}

@media only screen and (min-width:1100px) {
    .header {
        height: 61.12px;
        border-bottom: 3px solid #f5f5f7;
        background: #1a1f2a;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .48)
    }
}

@media only screen and (min-width:1370px) {
    .header {
        height: 101px;
        border-bottom: 3px solid #f5f5f7;
        background: #1a1f2a;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .48)
    }
}

.header * {
    box-sizing: border-box
}

.header .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0
}

@media only screen and (min-width:1100px) {
    .header .content-wrapper {
        flex-direction: row;
        padding: 0 20px 0 16px;
        max-width: 1136px
    }
}

@media only screen and (min-width:1370px) {
    .header .content-wrapper {
        align-items: center;
        justify-content: center;
        max-width: 100%
    }
}

.header .logo-top {
    min-width: 213px;
    width: 228px
}

@media only screen and (min-width:1370px) {
    .header .logo-top {
        width: 213px
    }
}

@media only screen and (min-width:1700px) {
    .header .logo-top {
        width: unset;
        min-width: unset;
        max-width: 368px
    }
}

.header .logo-top.desktop {
    display: none;
    margin: 8px 0 3px
}

@media only screen and (min-width:1100px) {
    .header .logo-top.desktop {
        display: block
    }
}

.header .logo-top.mob {
    display: block;
    margin: 8px auto 3px
}

@media only screen and (min-width:1100px) {
    .header .logo-top.mob {
        display: none
    }
}

.header .additional-text-top {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 4px 4px 0 4px;
    color: #ff4655;
    font-size: 20.44px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 20.44px;
    background: #000;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
    gap: 2px
}

@media only screen and (min-width:375px) {
    .header .additional-text-top {
        padding: 4px 20px 0 18px
    }
}

@media only screen and (min-width:1100px) {
    .header .additional-text-top {
        justify-content: center;
        width: unset;
        height: unset;
        padding: 0;
        background: 0 0;
        box-shadow: none;
        gap: 9px;
        margin-top: 4px
    }
}

@media only screen and (min-width:1370px) {
    .header .additional-text-top {
        gap: 0;
        margin-top: 0
    }
}

.header .additional-text-item {
    margin: 3px 0 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-family: Rajdhani, sans-serif;
    text-transform: uppercase;
    word-wrap: break-word;
    font-size: 9.65px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .header .additional-text-item {
        margin: 0;
        font-size: 18px;
        line-height: 18px
    }
}

@media only screen and (min-width:1440px) {
    .header .additional-text-item {
        font-size: 20.44px;
        line-height: 20.44px
    }
}

.header .additional-text-item-img {
    display: flex;
    margin-right: 2px;
    color: #ff4655
}

.header .additional-text-item-img svg {
    width: 10.6px
}

@media only screen and (min-width:1100px) {
    .header .additional-text-item-img svg {
        width: 20.44px
    }
}

.header .additional-text-item-divider {
    display: inline-flex;
    margin: 0 7.5px;
    color: #f5f5f7;
    font-size: 9.65px;
    font-family: Rajdhani, sans-serif;
    font-weight: 700;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .header .additional-text-item-divider {
        font-size: 20.44px;
        line-height: 20.44px
    }
}

@media only screen and (min-width:1700px) {
    .header .additional-text-item-divider {
        margin: 0 15px
    }
}

.header .additional-text-item .text-color {
    color: #f5f5f7
}

@keyframes textSlideSpring {
    0% {
        opacity: 0;
        transform: translateX(-400px)
    }

    60% {
        opacity: 1;
        transform: translateX(8px)
    }

    78% {
        transform: translateX(-3px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.hero-slide-spring {
    opacity: 0;
    transform: translateX(-48px);
    animation: heroSlideSpring .9s cubic-bezier(.22, 1, .36, 1) forwards;
    will-change: transform, opacity;
    animation-fill-mode: both
}

.hero-slide-spring {
    opacity: 0;
    transform: translateX(-48px);
    animation: heroSlideSpring .9s cubic-bezier(.22, 1, .36, 1) forwards;
    will-change: transform, opacity;
    animation-fill-mode: both
}

.hero-slide-spring--delay-1 {
    animation-delay: .25s
}

.hero-slide-spring--delay-2 {
    animation-delay: .5s
}

@keyframes heroSlideSpring {
    0% {
        opacity: 0;
        transform: translateX(-400px)
    }

    60% {
        opacity: 1;
        transform: translateX(8px)
    }

    78% {
        transform: translateX(-3px)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.section-hero {
    position: relative;
    background: linear-gradient(180deg, rgba(24, 31, 41, 0) 8.22%, #171e28 21.15%);
    margin-top: 70px
}

@media only screen and (min-width:320px) and (max-width:1024px) {
    .section-hero::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../images/hero-mob-bottom-gradient.webp) no-repeat 100% 100%;
        background-size: 100%
    }
}

@media only screen and (min-width:1025px) and (max-width:1369px) {
    .section-hero {
        height: 916px;
        margin-top: 61px;
        background: url(../images/hero.webp) no-repeat 75% 0;
        background-size: cover
    }

    .section-hero::before {
        position: absolute;
        content: "";
        background: url(../images/FrameL.webp) no-repeat 50% 50%;
        background-size: 100%;
        top: 0;
        left: 0;
        width: 61px;
        height: 100%
    }

    .section-hero::after {
        position: absolute;
        content: "";
        background: url(../images/FrameR.webp) no-repeat 50% 50%;
        background-size: 100%;
        top: 0;
        right: 0;
        width: 61px;
        height: 100%
    }
}

@media only screen and (min-width:1370px) {
    .section-hero {
        margin-top: 101px;
        background: url(../images/hero.webp) no-repeat 0 0;
        background-size: cover
    }
}

.section-hero .hero-bg-mob {
    display: flex;
    margin-top: -227px;
    background: url(../images/hero-mobile.webp) no-repeat 50% 50%;
    width: 100%;
    z-index: 1
}



@media only screen and (min-width:1100px) {
    .section-hero .hero-bg-mob {
        display: none
    }
}

.section-hero .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1021px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:320px) and (max-width:1099px) {
    .section-hero .content-wrapper::before {
        display: flex;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 210px;
        z-index: -1
    }
}

@media only screen and (min-width:1100px) {
    .section-hero .content-wrapper {
        max-width: 1021px;
        align-items: flex-start;
        background: 0 0
    }
}

@media only screen and (min-width:1370px) {
    .section-hero .content-wrapper {
        max-width: 1710px;
        padding: 0 60px
    }
}

.section-hero .heading-first {
    margin: 16px auto 0;
    text-align: center
}

@media only screen and (min-width:1100px) {
    .section-hero .heading-first {
        margin: 96px 0 0;
        text-align: left;
        opacity: 0;
        transform: translateX(-48px)
    }
}

@media only screen and (min-width:1370px) {
    .section-hero .heading-first {
        margin: 68px 0 0
    }
}

.section-hero .btn-main {
    margin: 18px 0 24px
}

@media only screen and (min-width:320px) and (max-width:1099px) {
    .section-hero .btn-main {
        font-size: 13.915px;
        line-height: 130%;
        letter-spacing: 1.67px
    }

    .section-hero .btn-main svg {
        width: 6.923px;
        height: 9.23px
    }
}

@media only screen and (min-width:1100px) {
    .section-hero .btn-main {
        width: 420px;
        margin: 39px 0 366px;
        padding: 16px 20px;
        opacity: 0;
        transform: translateX(-48px)
    }
}

@media only screen and (min-width:1370px) {
    .section-hero .btn-main {
        margin: 54px 0 297px
    }
}

.section-features {
    position: relative;
    background: #fff;
    background-size: 100%;
    margin-top: -67px;
    z-index: 2
}

@media only screen and (min-width:1100px) {
    .section-features {
        position: relative;
        margin-top: 0;
        background-color: #fff;
        background: url(../images/union.webp) repeat-x -18px 8px, #fff;
        background-size: 160%
    }
}

@media only screen and (min-width:1440px) {
    .section-features {
        background-size: 100%
    }
}

.section-features .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1633px;
    margin: 0 auto;
    padding: 0
}

@media only screen and (min-width:1100px) {
    .section-features .content-wrapper {
        align-items: flex-start;
        max-width: 1010px;
        margin-top: 0;
        padding: 0 20px 63px
    }
}

@media only screen and (min-width:1370px) {
    .section-features .content-wrapper {
        max-width: 1710px;
        padding: 0 60px 63px
    }
}

.section-features .content-wrapper-inner {
    display: flex;
    width: 100%
}

@media only screen and (min-width:1100px) {
    .section-features .content-wrapper-inner {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:1440px) {
    .section-features .content-wrapper-inner {
        justify-content: space-between;
        padding: 0;
        flex-wrap: nowrap
    }
}

.section-features .first-layer {
    display: none
}

@media only screen and (min-width:1100px) {
    .section-features .first-layer {
        display: flex
    }
}

.section-features .layer-img.minimap {
    display: none;
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width:1440px) {
    .section-features .layer-img.minimap {
        display: flex;
        width: 779px;
        height: 779px
    }
}

.section-features .video-wrap {
    margin: 0 auto;
    margin: 0 20px;
    margin-top: -70px;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 68px), calc(100% - 54px) 100%, 0 100%);
    background: #0f1923;
    width: auto
}

@media only screen and (min-width:1100px) {
    .section-features .video-wrap {
        height: 400px;
        width: 705px;
        aspect-ratio: 16/9;
        position: relative;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), calc(100% - 130px) 100%, 0 100%);
        background: #0f1923;
        margin: 0 auto;
        margin-top: -264px;
        margin-bottom: 126px;
        left: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:1440px) {
    .section-features .video-wrap {
        margin-top: -240px;
        margin-bottom: 100px;
        height: 400px;
        width: 705px;
        aspect-ratio: 16/9;
        position: relative;
        overflow: hidden;
        left: unset;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), calc(100% - 130px) 100%, 0 100%);
        background: #0f1923
    }
}

.section-features .block-video {
    margin-top: 0;
    height: 170px;
    filter: drop-shadow(0 5.18px 3.788px rgba(0, 0, 0, .15))
}

@media only screen and (min-width:600px) {
    .section-features .block-video {
        margin-top: 0;
        height: 400px;
        box-shadow: 0 16px 11.7px 0 rgba(0, 0, 0, .15)
    }
}

.section-features .video-wrap video {
    width: 100%;
    height: 100%;
    display: block
}

.section-features .heading-first {
    margin: 68px 0 0
}

.section-features .btn-main {
    margin: 18px 0 24px
}

@media only screen and (min-width:1100px) {
    .section-features .btn-main {
        margin: 54px 0 61px
    }
}

.section-features .line-divider {
    display: none
}

@media only screen and (min-width:1100px) {
    .section-features .line-divider {
        display: flex;
        position: absolute;
        bottom: 167.5px;
        left: 0;
        min-width: 1920px;
        z-index: -1
    }
}

@media only screen and (min-width:1440px) {
    .section-features .line-divider {
        bottom: 48.5px;
        right: 0;
        left: unset;
        min-width: 1920px
    }
}

.section-features .heading-features {
    color: #0f1923;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Pressio TEST", sans-serif;
    font-size: 34.59px;
    font-style: normal;
    font-weight: 800;
    line-height: 80%;
    text-transform: uppercase
}

.section-features .heading-features br {
    display: none
}

@media only screen and (min-width:1100px) {
    .section-features .heading-features br {
        display: block
    }
}

@media only screen and (min-width:1100px) {
    .section-features .heading-features {
        font-size: 118.89px
    }
}

.section-features .features-text {
    align-self: stretch;
    max-width: 287px;
    margin-bottom: 18px;
    color: var(--Valorant-Tracker-Grey-3, #2d363f);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani, sans-serif;
    font-size: 16.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-features .features-text {
        max-width: 287px;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 100%
    }
}

.section-features .features-text.bold {
    margin: 14px 0 4px;
    color: var(--Valorant-Tracker-Grey-3, #2d363f);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani, sans-serif;
    font-size: 16.68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-features .features-text.bold {
        margin: 3px 0 3px 0;
        font-size: 24px
    }
}

@media only screen and (min-width:1440px) {
    .section-features .features-text.bold {
        margin: 21px 0 4px;
        font-size: 24px
    }
}

@media only screen and (min-width:1100px) {
    .section-features .features-text-wrapper {
        margin-left: 48px
    }
}

@media only screen and (min-width:1440px) {
    .section-features .features-text-wrapper {
        margin-left: 0
    }
}

.section-features .features-text-img.desktop {
    display: none;
    margin-top: 0;
    margin-bottom: 45.3px
}

@media only screen and (min-width:1440px) {
    .section-features .features-text-img.desktop {
        display: flex
    }
}

.section-features .features-text-img.mob {
    display: flex;
    margin-top: 0;
    margin-bottom: 71px
}

@media only screen and (min-width:1440px) {
    .section-features .features-text-img.mob {
        display: none
    }
}

.section-features .content-left {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin: 24px 19px 0
}

@media only screen and (min-width:1100px) {
    .section-features .content-left {
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 0
    }
}

@media only screen and (min-width:1440px) {
    .section-features .content-left {
        width: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: nowrap;
        margin: 0
    }
}

.section-features .content-left-img {
    display: none;
    position: absolute;
    min-width: 601px;
    top: 211px;
    left: 93px
}

@media only screen and (min-width:1440px) {
    .section-features .content-left-img {
        display: flex
    }
}

.section-features .content-right {
    display: none;
    position: relative;
    max-width: 894px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 20px;
    gap: 16px
}

@media only screen and (min-width:1100px) {
    .section-features .content-right {
        display: flex;
        margin-left: 4px;
        margin-top: 71px
    }
}

@media only screen and (min-width:1440px) {
    .section-features .content-right {
        display: flex;
        padding-top: 40px;
        gap: 24px;
        margin-left: 20px;
        margin-top: 0
    }
}

.section-features .content-right .desk.decor {
    display: none;
    top: 0;
    left: 0
}

@media only screen and (min-width:1100px) {
    .section-features .content-right .desk.decor {
        display: block;
        position: absolute;
        width: 33.04px
    }
}

@media only screen and (min-width:1100px) {
    .section-features .content-right .desk.decor {
        top: -47px;
        left: -4px
    }
}

@media only screen and (min-width:1440px) {
    .section-features .content-right .desk.decor {
        top: 0;
        left: 0
    }
}

.section-features .content-left-bottom {
    display: none;
    position: relative;
    width: 100%
}

@media only screen and (min-width:1100px) {
    .section-features .content-left-bottom {
        display: flex
    }
}

@media only screen and (min-width:1440px) {
    .section-features .content-left-bottom {
        display: none
    }
}

.section-features .content-left-bottom .features-text-img.mob {
    max-width: 228px;
    position: absolute;
    left: 49px;
    top: 75px;
    max-block-size: unset;
    width: 178px;
    height: -moz-fit-content;
    height: fit-content
}

.section-features .content-left-bottom .content-left-img {
    display: flex;
    position: relative;
    min-width: unset;
    max-width: 485px;
    top: unset;
    left: unset;
    margin-top: 39px;
    margin-left: 255px;
    margin-bottom: 0;
    z-index: 2
}

.section-features .features-container-items {
    display: flex;
    position: relative;
    margin-left: 20px;
    margin-bottom: 8px
}

@media only screen and (min-width:1100px) {
    .section-features .features-container-items {
        display: none
    }
}

.section-features .content-bottom-mob {
    position: relative;
    width: 100%;
    border-bottom: 21px solid #ff4656
}

@media only screen and (min-width:1100px) {
    .section-features .content-bottom-mob {
        display: none
    }
}

.section-features .content-bottom-mob-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 272px;
    margin: 18px auto -20px;
    position: relative;
    z-index: 1
}

.section-features .content-bottom-mob-img-text-tracker {
    position: absolute;
    width: 329px;
    top: 41px;
    left: 19px;
    width: auto;
    max-inline-size: unset;
    max-block-size: unset
}

.section-features .content-bottom-mob-img-divider-vertical {
    position: absolute;
    top: -30px;
    opacity: .88;
    left: 83.3vw;
    max-inline-size: unset;
    max-block-size: unset;
    height: 443px
}

.swiper-slide {
    align-items: flex-start !important;
}

.swiper-slide .title {
    display: flex;
    flex-flow: column;
    gap: 3px;
    text-align: left;
    padding: 0
}

.swiper-slide .title h3 {
    color: var(--Main-sceme-Full-White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani, sans-serif;
    font-size: 16.68px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.swiper-slide .title p {
    color: var(--Valorant-Tracker-Grey-5, #c6c9cc);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Lato, sans-serif;
    font-size: 9.279px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.swiper {
    touch-action: pan-y
}

.carousel-item-container {
    display: flex
}

.carousel-item-img {
    display: flex;
    position: relative;
    max-width: 100%
}

.carousel-item-img img {
    max-block-size: unset;
    width: 100%
}

.swiper-wrapper {
    display: flex
}

.swiper {
    position: relative
}

.carousel-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    background: var(--Valorant-Tracker-Grey-2, #1b2733);
    transition: .2s ease-in-out;
    display: flex;
    align-items: stretch;
    padding: 0;
    max-width: unset;
    min-width: unset;
    width: unset;
    height: auto;
    margin: 0 0 21px
}

.carousel-item-container {
    padding: 17px 20px 16px
}

.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    max-width: 295px
}

@media only screen and (min-width:769px) {
    .swiper-slide {
        max-width: 80%
    }
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 50%
}

.swiper-pagination {
    position: relative;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto 0;
    left: 50vw;
    width: 100%;
    bottom: 0;
    transform: translateX(-50vw)
}

.swiper-pagination-bullet {
    background: #4c545c;
    width: 6px;
    height: 6px;
    gap: 0;
    border-radius: 50%;
    opacity: 1
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    height: 9px;
    gap: 0;
    border-radius: 50%;
    border: 1.5px solid #000;
    background: #fff
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px
}

@keyframes featuresFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.section-features .features-text.bold,
.section-features .features-text:not(.bold),
.section-features .heading-features,
.section-steps .heading-steps {
    opacity: 0
}

.section-features.is-visible .heading-features {
    animation: featuresFadeIn 1.8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: .25s
}

.section-features.is-visible .features-text.bold {
    animation: featuresFadeIn 1.8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: .55s
}

.section-features.is-visible .features-text:not(.bold) {
    animation: featuresFadeIn 1.8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: .9s
}

.section-steps.is-visible .heading-steps {
    animation: featuresFadeIn 1.8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: .35s
}

.section-features .cards {
    display: flex;
    align-items: flex-start;
    position: relative;
    gap: 1.04vw;
    gap: 17px;
    height: 100%;
    max-height: 718px
}

.section-features .cards .card {
    background: var(--Valorant-Tracker-Grey-2, #1b2733);
    position: relative;
    height: 100%
}

.section-features .cards .card .wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    width: 510.379px;
    overflow: hidden;
    transition: all .5s ease;
    transition-delay: .2s
}

.section-features .cards .card .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .31vw
}

.section-features .cards .card .title * {
    white-space: nowrap
}

.section-features .cards .card .title h3 {
    font-family: Rajdhani, sans-serif;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1.67vw;
    text-transform: uppercase;
    color: var(--Main-sceme-Full-White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.section-features .cards .card .title p {
    font-family: Lato, sans-serif;
    font-size: .83vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.04vw;
    color: #c6c9cc;
    color: var(--Valorant-Tracker-Grey-5, #c6c9cc);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.section-features .cards .card .title.faded {
    transform: rotate(-90deg);
    position: absolute;
    bottom: 14vw;
    right: 0;
    opacity: 0;
    transition: all .3s ease
}

.section-features .cards .card .poster {
    width: 510.379px;
    height: auto
}

.section-features .cards .card .desc {
    padding: 36px;
    box-sizing: border-box
}

.section-features .cards .card.off {
    background: #fff;
    box-shadow: 4px 4px 10.2px 0 rgba(0, 0, 0, .14)
}

.section-features .cards .card.off .wrapper {
    width: 172px;
    opacity: 0;
    transition-delay: 0s
}

.section-features .cards .card.off .title h3 {
    color: var(--Valorant-Tracker-Grey-4, #4c545c);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.section-features .cards .card.off .title p {
    color: #4c545c
}

.section-features .cards .card.off .desc .title {
    color: var(--Valorant-Tracker-Grey-4, #4c545c);
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.section-features .cards .card.off .title.faded {
    transition-delay: .3s;
    bottom: 6.9vw;
    opacity: 1;
    transition-delay: .3s;
    bottom: 73px;
    opacity: 1;
    left: 5px
}

.bottom-general {
    background: #0d151e
}

@media only screen and (min-width:1100px) and (max-width:1339px) {
    .bottom-general {
        margin-top: -94px
    }
}

.section-steps {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #0b1219
}

@media only screen and (min-width:1100px) and (max-width:1399px) {
    .section-steps {
        background: url(../images/checkered-background-pattern-tablet.webp) no-repeat 0 -1px;
        background-size: 100%
    }
}

@media only screen and (min-width:1440px) {
    .section-steps {
        background: #1a1f2a
    }
}

.section-steps .first-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-steps .first-layer .bg-steps {
    position: absolute;
    top: 0;
    width: 50%;
    display: none
}

.section-steps .first-layer .bg-steps.left {
    left: 0
}

.section-steps .first-layer .bg-steps.right {
    right: 0
}

@media only screen and (min-width:1440px) {
    .section-steps .first-layer .bg-steps {
        display: flex;
        height: 100%
    }
}

.section-steps .content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 1677px;
    margin: 0 auto;
    padding: 71px 21px 0
}

@media only screen and (min-width:1100px) {
    .section-steps .content-wrapper {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 1049px;
        padding: 84px 17px 95px 40px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .content-wrapper {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: 1677px;
        padding: 123px 40px 95px
    }
}

.section-steps .heading-steps {
    position: relative;
    color: #f5f5f7;
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Pressio TEST";
    font-size: 34.59px;
    font-style: normal;
    font-weight: 800;
    line-height: 80%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-steps .heading-steps {
        min-width: 386px;
        font-size: 150px
    }
}

.section-steps .heading-steps br {
    display: none
}

@media only screen and (min-width:1100px) {
    .section-steps .heading-steps br {
        display: block
    }
}

.section-steps .triangles-decorated.three {
    display: none
}

@media only screen and (min-width:1100px) {
    .section-steps .triangles-decorated.three {
        display: flex;
        position: absolute;
        width: 26px;
        height: 96px;
        top: 326px;
        left: 0
    }
}

.section-steps .triangles-decorated.three.mob {
    position: absolute;
    display: flex;
    top: 14px;
    left: -11px;
    right: unset;
    width: 26px;
    height: 72px;
    aspect-ratio: 9/37
}

@media only screen and (min-width:1100px) {
    .section-steps .triangles-decorated.three.mob {
        display: none
    }
}

.section-steps .steps-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 24px;
    margin-top: 31px;
    align-items: center;
    position: relative
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-container {
        align-items: flex-start;
        gap: 32.928px;
        flex-direction: row;
        margin-top: 68px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .steps-container {
        margin-top: 4px;
        gap: 64px
    }
}

.section-steps .steps-container .squares-decorated.three {
    display: none;
    position: absolute;
    width: 22px;
    height: 90px
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-container .squares-decorated.three {
        display: flex;
        top: 196px;
        left: 1029px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .steps-container .squares-decorated.three {
        top: 100px;
        left: 1052px
    }
}

.section-steps .steps-container .squares-decorated.three.mob {
    display: flex;
    top: 170px;
    right: -11px;
    width: 18px;
    height: 74px;
    aspect-ratio: 9/37
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-container .squares-decorated.three.mob {
        display: none
    }
}

.section-steps .steps-item {
    display: flex;
    align-items: flex-end;
    position: relative;
    width: 272.4px;
    height: 300px;
    cursor: pointer
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item {
        width: 308.687px;
        height: 392.032px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .steps-item {
        width: 300px;
        height: 381px
    }
}

.section-steps .steps-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 272.4px;
    height: 100%;
    display: flex;
    content: "";
    background: url(../images/step-icon-mob.webp) no-repeat 50% 50%;
    background-size: 100%
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item::before {
        display: none
    }
}

.section-steps .steps-item-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 20px 7px 24px 25px;
    z-index: 4
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item-container {
        padding: 20px 30px 42px 41px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .steps-item-container {
        padding: 20px 34px 38px 37px
    }
}

.section-steps .steps-item-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../video/LP_Btn_BG_01.webp) no-repeat center center;
    background-size: 100%
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item-bg {
        display: flex
    }
}

.section-steps .steps-item-bg.static {
    z-index: 0;
    opacity: 1
}

.section-steps .steps-item-bg.active {
    z-index: 0;
    opacity: 0
}

.section-steps .steps-item-icon {
    width: 60px;
    margin-bottom: 12px
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item-icon {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:1440px) {
    .section-steps .steps-item-icon {
        margin-bottom: 14px
    }
}

.section-steps .steps-item-title {
    color: var(--Main-sceme-Darkest-Dark, #060708);
    font-feature-settings: "liga" off, "clig" off;
    font-size: 20.01px;
    font-family: Rajdhani, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item-title {
        font-size: 24px
    }
}

.section-steps .steps-item-desc {
    color: #1b2733;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Lato, sans-serif;
    font-size: 16.68px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media only screen and (min-width:1100px) {
    .section-steps .steps-item-desc {
        font-size: 16px
    }
}

.section-steps .steps-item:hover .steps-item-bg.static {
    z-index: 0;
    opacity: 0
}

.section-steps .steps-item:hover .steps-item-bg.active {
    z-index: 3;
    opacity: 1
}

.section-steps .heading-steps {
    opacity: 0
}

.section-steps.is-visible .heading-steps {
    animation: featuresFadeIn 1.8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: .3s
}

.section-bottom {
    position: relative;
    padding-top: 0;
    background: #0d151e;
    z-index: 2
}

@media only screen and (min-width:1100px) {
    .section-bottom {
        padding-top: 26px
    }
}

.section-bottom::after {
    content: "";
    background: radial-gradient(56.15% 56.15% at 50% 71.41%, rgba(13, 21, 30, .25) 0, rgba(13, 21, 30, .51) 100%), linear-gradient(180deg, #0d151e 0, rgba(13, 21, 30, 0) 17.26%), linear-gradient(180deg, #0d151e 0, rgba(13, 21, 30, 0) 100%), url(<path-to-image>) #d3d3d3 -5.2px -225.195px/100.861% 137.378% no-repeat, url(<path-to-image>) #d3d3d3 -143.159px -332.633px/118.914% 168.366% no-repeat;
    background-blend-mode: normal, normal, normal, lighten, normal
}

.section-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/bg-bottom-mob.webp) no-repeat 50% 0/cover
}

@media only screen and (min-width:1100px) {
    .section-bottom::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/bg-bottom.webp) no-repeat 50% 0/cover
    }
}

.section-bottom .bottom-character {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: auto;
    max-inline-size: unset;
    max-block-size: unset
}

@media only screen and (min-width:1400px) {
    .section-bottom .bottom-character {
        display: flex
    }
}

.section-bottom .content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1677px;
    margin: 0 auto;
    padding: 138px 20px 164px;
    z-index: 1
}

@media only screen and (min-width:1100px) {
    .section-bottom .content-wrapper {
        align-items: flex-end;
        max-width: 868px;
        padding: 110px 11px 218px
    }
}

@media only screen and (min-width:1440px) {
    .section-bottom .content-wrapper {
        max-width: 868px;
        padding: 165px 8px 289px 16px
    }
}

.section-bottom .bottom-title {
    display: flex;
    width: 100%;
    margin-bottom: 27px;
    flex-direction: column;
    align-items: center
}

@media only screen and (min-width:1100px) {
    .section-bottom .bottom-title {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 50px
    }
}

.section-bottom .bottom-title-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 87.157px;
    height: 87.157px;
    aspect-ratio: 1/1;
    margin-bottom: 30px
}

@media only screen and (min-width:1100px) {
    .section-bottom .bottom-title-logo {
        min-width: 206px;
        width: 206px;
        height: 206px;
        margin-right: 32px;
        margin-bottom: 0
    }
}

.section-bottom .heading-bottom {
    text-align: center;
    color: var(--Main-sceme-Full-White, #fff);
    font-feature-settings: "liga" off, "clig" off;
    font-family: "Pressio TEST";
    font-size: 71.73px;
    font-style: normal;
    font-weight: 800;
    line-height: 80%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-bottom .heading-bottom {
        text-align: left;
        margin-top: -3px;
        font-size: 132.895px
    }
}

.section-bottom .btn-main {
    padding: 19px 32px 13px
}

@media only screen and (min-width:320px) and (max-width:1099px) {
    .section-bottom .btn-main {
        display: flex;
        flex-direction: row-reverse;
        padding: 4.057px 18.6px
    }

    .section-bottom .btn-main svg {
        width: 6.923px;
        height: 9.23px
    }
}

.section-bottom .btn-main svg {
    margin-right: 6px
}

@media only screen and (min-width:1100px) {
    .section-bottom .btn-main svg {
        margin-left: 12px;
        margin-right: unset
    }
}

.section-bottom .btn-main+.text-under-btn {
    margin: 7px auto 0;
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Rajdhani, sans-serif;
    font-size: 13.9px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase
}

@media only screen and (min-width:1100px) {
    .section-bottom .btn-main+.text-under-btn {
        margin: 16px 35px 0 0;
        font-size: 22.238px;
        opacity: 0
    }
}

@media only screen and (min-width:1440px) {
    .section-bottom .btn-main+.text-under-btn {
        margin: 19px 32px 0 0
    }
}

@keyframes featuresFadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.section-bottom .btn-main,
.section-bottom .text-under-btn {
    opacity: 0;
    transform: translateX(-48px);
    will-change: transform, opacity
}

.section-bottom.is-visible .btn-main,
.section-bottom.is-visible .text-under-btn {
    animation: heroSlideSpring .9s cubic-bezier(.22, 1, .36, 1) forwards;
    animation-fill-mode: both
}

.section-bottom.is-visible .btn-main {
    animation-delay: .55s
}

.section-bottom.is-visible .text-under-btn {
    animation-delay: .85s
}

.footer {
    display: flex;
    justify-content: center;
    background: #000
}

.footer-logo {
    width: 207px
}

.footer-text {
    color: var(--Valorant-Tracker-Grey-5, #c6c9cc);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

@media only screen and (min-width:320px) and (max-width:1099px) {
    .footer-text {
        max-width: 280px;
        margin-top: 14px;
        font-size: 13px
    }
}

.footer .content-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1105px;
    margin: 0 auto;
    padding: 25px 20px 15px
}

@media only screen and (min-width:320px) and (max-width:1099px) {
    .footer .content-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 0 auto;
        padding: 25px 20px 15px
    }
}

@media only screen and (min-width:1100px) {
    .footer .content-wrapper {
        max-width: 1105px;
        padding: 18px 20px 15px
    }
}

@media only screen and (min-width:1440px) {
    .footer .content-wrapper {
        max-width: 1263px
    }
}