.page-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    /*! display: none; */
}

*:not(input) {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

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

body {
    font-family: var(--font);
    color: var(--color);
    /*background-color: #161D28;*/
    background-color: white;
    font-size: 18px;
    font-weight: 500;
    min-height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth
}

.c {
    width: 1466px;
    margin: auto
}

h2 {
    font-size: 60px;
    font-family: var(--font2);
    font-weight: 400;
    line-height: 61px;
}

h2 span {
    color: var(--color2)
}

ul.list li {
    font-size: 16px;
    font-weight: 400;
    padding-left: 54px;
    position: relative;
    margin-bottom: 23px;
    line-height: 28px
}

.btn {
    background: var(--color2);
    color: rgb(255, 255, 255);
    font-size: 16px;
    padding: 22px 44px;
    border-radius: 50px;
    background: var(--color2);
    background: linear-gradient(175deg, #0084FF 0, var(--color2) 50%, var(--color2) 100%);
    /*box-shadow: 10px 22px 32px 0 #003465;*/
    /*-webkit-box-shadow: 10px 22px 32px 0 #003465;*/
    /*-moz-box-shadow: 10px 22px 32px 0 #003465;*/
    box-shadow: 10px 22px 32px 0 rgba(0, 133, 255, 0.22);
    background: linear-gradient(178deg, #0084ff 0%, #0068c8 50%, #0068c8 100%);
    border: none;
    cursor: pointer;
    transform: scale(1);
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    white-space: nowrap;
}
.btn:hover {
    transform: scale(1.05);
}

/* [xl] */

@media all and (max-width: 1466px) {
    .page-layer {
    }
    *:not(input) {
    }
    body.preload * {
    }
    body {
    }
    .c {
        width: 1190px;
    }
    h2 {
    }
    h2 span {
    }
    ul.list li {
    }
    ul.list li:before {
    }
    .btn {
    }
    .btn:hover {
    }
}

/* [l] */

@media all and (max-width: 1200px) {
    .page-layer {
    }
    *:not(input) {
    }
    body.preload * {
    }
    body {
    }
    .c {
        width: 960px;
    }
    h2 {
    }
    h2 span {
    }
    ul.list li {
    }
    ul.list li:before {
    }
    .btn {
    }
    .btn:hover {
    }
}

/* [m] */

@media all and (max-width: 992px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
    .page-layer {
    }
    *:not(input) {
    }
    body.preload * {
    }
    body {
    }
    .c {
        padding: 0 20px;
        width: 100%;
    }
    h2 {
    }
    h2 span {
    }
    ul.list li {
        padding-left: 35px;
    }
    ul.list li:before {
    }
    .btn {
    }
    .btn:hover {
    }
}

/* [s] */

@media all and (max-width: 768px) {
    .page-layer {
    }
    *:not(input) {
    }
    body.preload * {
    }
    body {
    }
    .c {
    }
    h2 {
    }
    h2 span {
    }
    ul.list li {
    }
    ul.list li:before {
    }
    .btn {
    }
    .btn:hover {
    }
}

/* [xs] */

@media all and (max-width: 576px) {
    .page-layer {
    }
    *:not(input) {
    }
    body.preload * {
    }
    body {
    }
    .c {
    }
    h2 {
    }
    h2 span {
    }
    ul.list li {
        margin-bottom: 12px;
    }
    ul.list li:before {
    }
    .btn {
    }
    .btn:hover {
    }
}