﻿/* ------------------------------------*\
    #RESET
\*------------------------------------ */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ------------------------------------*\
    #BOX-SIZING
\*------------------------------------ */
html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

@font-face {
    font-family: "KAUFMANN";
    src: url("../fonts/KAUFMANN.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
/* ------------------------------------*\
    #PAGE
\*------------------------------------ */
html {
    color: #fff;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    background-color: #081125;
}

    html.active {
        overflow: hidden;
    }

body {
    overflow-x: hidden;
}

address,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
ol,
ul,
figure,
hr,
table,
fieldset {
    margin-bottom: 20px;
}

img {
    max-width: 100%;
}

i {
    font-style: italic;
}

strong {
    font-weight: 700;
}

p,
.text-normal {
    font-size: 18px;
    line-height: 1.3;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
}

main {
    overflow: hidden;
    position: relative;
    z-index: 10;
}

i {
    font-style: italic;
}

.list-bullet {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 20px;
}

*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

*::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 50px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: #081125;
    width: 4.5px;
}

::-webkit-scrollbar-thumb:horizontal {
    background: #081125;
    border-radius: 50px;
}

* {
    scrollbar-color: #081125 #e2e2e2;
    scrollbar-width: thin;
}

.green-gradient-text {
    background: linear-gradient(90deg, #0BE2C3 48.08%, #86DC57 99.72%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ------------------------------------*\
    #HEADINGS
\*------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "REM", sans-serif;
    color: #fff;
}

    h1 > a,
    h2 > a,
    h3 > a,
    h4 > a,
    h5 > a,
    h6 > a {
        color: inherit;
    }

h1,
.h1 {
    font-size: 70px;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 45px;
    line-height: 1.2;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 1.2;
}

h4,
.h4 {
    font-size: 25px;
    line-height: 1.2;
}

h5,
.h5 {
    font-size: 20px;
    line-height: 1.2;
}

h6,
.h6 {
    font-size: 18px;
    line-height: 1.2;
}

/* ------------------------------------*\
    #link
\*------------------------------------ */
a {
    color: #fff;
    transition: color 0.3s ease;
    text-decoration: none;
}

    a:hover {
        color: #cccccc;
    }

    a:focus, a:active {
        outline: none;
        color: #cccccc;
    }

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}

    .row.reverse {
        flex-direction: row-reverse;
    }

.col.reverse {
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

.col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    flex-basis: 16.667%;
    max-width: 16.667%;
}

.col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    justify-content: center;
    text-align: center;
}

.end-xs {
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    align-items: flex-start;
}

.middle-xs {
    align-items: center;
}

.bottom-xs {
    align-items: flex-end;
}

.around-xs {
    justify-content: space-around;
}

.between-xs {
    justify-content: space-between;
}

.first-xs {
    order: -1;
}

.last-xs {
    order: 1;
}

@media only screen and (min-width: 48em) {
    .container {
        width: 46rem;
    }

    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-sm {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-sm-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-sm-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-sm-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-sm-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-sm-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-sm-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-sm-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-sm-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-sm-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-1 {
        margin-left: 8.333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.667%;
    }

    .start-sm {
        justify-content: flex-start;
        text-align: start;
    }

    .center-sm {
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        justify-content: flex-end;
        text-align: end;
    }

    .top-sm {
        align-items: flex-start;
    }

    .middle-sm {
        align-items: center;
    }

    .bottom-sm {
        align-items: flex-end;
    }

    .around-sm {
        justify-content: space-around;
    }

    .between-sm {
        justify-content: space-between;
    }

    .first-sm {
        order: -1;
    }

    .last-sm {
        order: 1;
    }
}

@media only screen and (min-width: 62em) {
    .container {
        width: 61rem;
    }

    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-md {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-md-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-md-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-md-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-md-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-md-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-md-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-1 {
        margin-left: 8.333%;
    }

    .col-md-offset-2 {
        margin-left: 16.667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.333%;
    }

    .col-md-offset-5 {
        margin-left: 41.667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.333%;
    }

    .col-md-offset-8 {
        margin-left: 66.667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.333%;
    }

    .col-md-offset-11 {
        margin-left: 91.667%;
    }

    .start-md {
        justify-content: flex-start;
        text-align: start;
    }

    .center-md {
        justify-content: center;
        text-align: center;
    }

    .end-md {
        justify-content: flex-end;
        text-align: end;
    }

    .top-md {
        align-items: flex-start;
    }

    .middle-md {
        align-items: center;
    }

    .bottom-md {
        align-items: flex-end;
    }

    .around-md {
        justify-content: space-around;
    }

    .between-md {
        justify-content: space-between;
    }

    .first-md {
        order: -1;
    }

    .last-md {
        order: 1;
    }
}

@media only screen and (min-width: 75em) {
    .container {
        width: 71rem;
    }

    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .col-lg {
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
    }

    .col-lg-1 {
        flex-basis: 8.333%;
        max-width: 8.333%;
    }

    .col-lg-2 {
        flex-basis: 16.667%;
        max-width: 16.667%;
    }

    .col-lg-3 {
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex-basis: 33.333%;
        max-width: 33.333%;
    }

    .col-lg-5 {
        flex-basis: 41.667%;
        max-width: 41.667%;
    }

    .col-lg-6 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex-basis: 58.333%;
        max-width: 58.333%;
    }

    .col-lg-8 {
        flex-basis: 66.667%;
        max-width: 66.667%;
    }

    .col-lg-9 {
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex-basis: 83.333%;
        max-width: 83.333%;
    }

    .col-lg-11 {
        flex-basis: 91.667%;
        max-width: 91.667%;
    }

    .col-lg-12 {
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-1 {
        margin-left: 8.333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.667%;
    }

    .start-lg {
        justify-content: flex-start;
        text-align: start;
    }

    .center-lg {
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        justify-content: flex-end;
        text-align: end;
    }

    .top-lg {
        align-items: flex-start;
    }

    .middle-lg {
        align-items: center;
    }

    .bottom-lg {
        align-items: flex-end;
    }

    .around-lg {
        justify-content: space-around;
    }

    .between-lg {
        justify-content: space-between;
    }

    .first-lg {
        order: -1;
    }

    .last-lg {
        order: 1;
    }
}
/*------------------------------------*\
    #FLEXBOX
\*------------------------------------*/
.o-flex {
    display: flex;
}

.o-flex--column {
    flex-direction: column;
}

.o-flex--wrap {
    flex-wrap: wrap;
}

.o-flex--no-wrap {
    flex-wrap: nowrap;
}

.o-flex--center {
    align-items: center;
}

.o-flex--baseline {
    align-items: baseline;
}

.o-flex--stretch {
    align-items: stretch;
}

.o-flex--start {
    align-items: flex-start;
}

.o-flex--end {
    align-items: flex-end;
}

.o-flex--justify {
    justify-content: space-between;
}

.o-flex--justify-center {
    justify-content: center;
}

.o-flex--justify-around {
    justify-content: space-around;
}

.o-flex--right {
    justify-content: flex-end;
}

.o-flex--auto {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
}

.o-flex--grow {
    flex: 1 0 auto;
}

.o-flex--none {
    flex: none;
}

.o-flex--first {
    order: -1;
}

.o-flex--last {
    order: 99999;
}

/* ------------------------------------*\
    #WRAPPER
\*------------------------------------ */
.o-container {
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 1216px) {
    .o-container {
        max-width: calc(1240px + 20px * 2);
        padding-right: 20px;
        padding-left: 20px;
    }
}

.flag {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-main {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) -0.21%, rgba(255, 255, 255, 0.04) 99.52%);
    box-shadow: 4px 6px 25.3px 0px rgba(0, 0, 0, 0.25);
    -webkit-backdrop-filter: blur(1.75px);
    backdrop-filter: blur(1.75px);
}

    .header-main .o-container {
        max-width: 1580px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }

    .header-main .logo {
        display: flex;
    }

.header-nav .bars {
    display: none;
}

.header-nav ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 35px;
}

    .header-nav ul a {
        color: #FFF;
        font-family: "Prompt", sans-serif;
        font-size: 18px;
        font-weight: 500;
    }

.header-nav .divider {
    background: #DFDFDF;
    width: 1px;
    height: 40px;
}

.header-main .close {
    display: none;
}

@media (max-width: 991px) {
    .header-nav .bars {
        display: block;
    }

    .close {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block !important;
    }

    .header-nav ul {
        position: fixed;
        top: 0;
        right: 0;
        width: 300px;
        height: 100dvh;
        background-color: #081125;
        padding: 60px 30px 20px;
        flex-direction: column;
        align-items: flex-start;
        transition: all 0.3s ease;
        /* visibility: hidden;
        opacity: 0; */
        transform: translate(100%, 0);
    }

        .header-nav ul:before {
            position: fixed;
            right: 0;
            top: 0;
            width: 100vw;
            z-index: -1;
            height: 100%;
            content: "";
            background-color: rgba(0, 0, 0, 0.5);
            transition: all .3s ease;
            visibility: hidden;
            opacity: 0;
        }

        .header-nav ul.active {
            transform: translate(0, 0);
        }

            .header-nav ul.active:before {
                visibility: visible;
                opacity: 1;
            }

        .header-nav ul .divider-wrapper {
            display: none;
        }
}

.footer-main {
    padding: 200px 0;
    background-image: url(../img/BLUE.png);
    background-position: 0 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

    .footer-main h5 {
        font-weight: 500;
        font-size: 26px;
    }

    .footer-main .social-list {
        gap: 20px;
    }

    .footer-main .footer-col .o-flex--column {
        gap: 10px;
    }

    .footer-main .footer-col-wrapper {
        margin-bottom: 100px;
    }

    .footer-main .footer-col a {
        line-height: 1.3;
    }

@media (max-width: 991px) {
    .footer-main {
        padding: 50px 0;
    }

    .footer-col-wrapper {
        margin-bottom: 80px;
        gap: 60px;
        flex-wrap: wrap;
    }

    .footer-main img {
        width: 100%;
        max-width: 350px;
    }

    .footer-col:first-child, .footer-col:last-child {
        width: 100%;
        text-align: center;
    }

    .footer-col:nth-child(2), .footer-col:nth-child(3), .footer-col:nth-child(4), .footer-col:nth-child(5) {
        flex: 1 1 calc(50% - 60px);
    }

    .social-list {
        justify-content: center;
    }
}
/**
* Reset input styles.
*/
.input {
    -webkit-appearance: none;
    /* removing inner shadow on iOS inputs */
    -webkit-font-smoothing: inherit;
    box-sizing: border-box;
    transition: all 0.5s ease;
    background: none;
    border: none;
    color: #fff;
    width: 100%;
    display: inline-block;
    font-family: "Prompt", sans-serif;
    font-size: 16px;
    padding: 0;
    /* remove browser defaults */
    vertical-align: middle;
    width: 100%;
}

    .input:invalid {
        box-shadow: none;
        /* fixes mozilla red outline (shadow) */
    }

    .input[readonly] {
        cursor: text;
    }

    .input::-ms-clear {
        display: none;
        /* remove IE clear icon */
    }

    .input:not(:disabled):focus {
        outline: none;
    }

.input--primary {
    height: 36px;
    color: #637083;
    display: flex;
    font-size: 16px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border: 1px solid #355B6E;
    border-radius: 8px;
    /**
   * @disabled
   */
}

    .input--primary:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--secondary {
    height: 20px;
    color: #637083;
    display: flex;
    font-size: 12px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border-bottom: 1px solid #D9D9D9;
    /**
   * @disabled
   */
}

    .input--secondary:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--third {
    height: 32px;
    color: #637083;
    display: flex;
    font-size: 12px;
    align-items: center;
    background-color: transparent;
    padding: 0 16px;
    border: 1px solid #E4E7EC;
    border-radius: 32px;
    /**
   * @disabled
   */
}

    .input--third:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

.input--textarea {
    height: 100px;
    resize: none;
    padding: 5px 6px;
}

.input-box {
    margin-bottom: 20px;
    position: relative;
}

.input-dropdown {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 6;
    transform: translate(-50%, -14px);
    width: 663px;
    max-width: 50%;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 136px 42px 40px 0px rgba(201, 201, 201, 0), 87px 27px 37px 0px rgba(201, 201, 201, 0.01), 49px 15px 31px 0px rgba(201, 201, 201, 0.05), 22px 7px 23px 0px rgba(201, 201, 201, 0.09), 5px 2px 13px 0px rgba(201, 201, 201, 0.1);
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

    .input-dropdown.active {
        visibility: visible;
        opacity: 1;
    }

    .input-dropdown .input {
        font-size: 12px;
        color: #637083;
    }

    .input-dropdown ul {
        margin-bottom: 0;
    }

        .input-dropdown ul a {
            font-size: 12px;
            color: #637083;
        }

        .input-dropdown ul li {
            margin-bottom: 10px;
        }

.check-box input, .radio-box input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.check-box label, .radio-box label {
    display: flex;
    align-items: center;
}

.radio-box {
    display: flex;
    margin-bottom: 15px;
}

    .radio-box .radio-icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #fff;
        background-color: transparent;
        margin-right: 5px;
        position: relative;
        transition: all 0.3s ease;
    }

        .radio-box .radio-icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            width: 10px;
            height: 10px;
            background-color: #20a0bc;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            transition: all 0.3s ease;
            visibility: hidden;
            opacity: 0;
        }

    .radio-box label {
        font-weight: 400;
        cursor: pointer;
    }

    .radio-box input:checked + label .radio-icon:before {
        visibility: visible;
        opacity: 1;
    }

    .radio-box input:disabled + label {
        pointer-events: none;
        opacity: 0.8;
        cursor: not-allowed;
    }

    .radio-box .radio-text {
        margin-bottom: 0;
        color: #fff;
        font-size: 18px;
    }

.check-box {
    vertical-align: middle;
    margin-bottom: 0;
}

    .check-box .check-icon {
        width: 20px;
        height: 20px;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: transparent;
        margin-right: 5px;
        position: relative;
        transition: all 0.3s ease;
    }

        .check-box .check-icon svg {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
            visibility: hidden;
            opacity: 0;
        }

    .check-box label {
        font-weight: 400;
        cursor: pointer;
    }

    .check-box input:checked + label .check-icon svg {
        visibility: visible;
        opacity: 1;
    }

    .check-box input:disabled + label {
        pointer-events: none;
        opacity: 0.8;
        cursor: not-allowed;
    }

    .check-box .check-text {
        margin-bottom: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 300;
    }

.button {
    -webkit-font-smoothing: inherit;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.2s ease, color 0.2s ease;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    transition: all 0.2s ease;
    background-color: transparent;
    cursor: pointer;
    font-family: "Prompt", sans-serif;
    text-decoration: none;
    line-height: 1;
}

    .button:not(:disabled):active {
        outline: none;
        box-shadow: none !important;
        text-decoration: none;
    }

    .button:disabled {
        opacity: 0.5;
        cursor: not-allowed !important;
    }

@media (max-width: 480px) {
    .button {
        min-width: 0 !important;
        width: 100%;
    }
}

.button--primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px;
    background: linear-gradient(270deg, #3FB3FF 0%, #2D74F8 100%);
}

    .button--primary:not(:disabled):hover, .button--primary:not(:disabled):focus, .button--primary:not(:disabled):active {
        color: #fff;
        background-color: #0e6ffa;
    }

.button--secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 60px;
    padding: 0 20px;
    color: #fff;
    border-radius: 50px;
    border: 2px solid #0BE2C3;
    background: rgba(134, 220, 87, 0);
    font-size: 20px;
    text-decoration: none;
    font-weight: 500;
}

    .button--secondary:not(:disabled):hover, .button--secondary:not(:disabled):focus, .button--secondary:not(:disabled):active {
        color: #ffffff;
    }

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    visibility: hidden;
    opacity: 0;
}

    .modal.active {
        visibility: visible;
        opacity: 1;
    }

.modal__overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.modal__content {
    border-radius: 8px;
    background: #FFF;
    position: relative;
    z-index: 2;
    width: 670px;
    padding: 24px;
}

    .modal__content .close {
        position: absolute;
        top: 24px;
        right: 24px;
    }

    .modal__content h2 {
        margin-bottom: 30px;
    }

.hero {
    background-image: url(../img/hero-bgr.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    padding: 235px 0 126px;
    position: relative;
}

@media (min-width: 1201px) {
    .hero .phone {
        position: absolute;
        left: 50%;
        transform: translate(230px, 0);
        top: 522px;
    }
}

.hero h1 {
    margin-bottom: 15px;
}

.hero h2 {
    margin-bottom: 30px;
}

.hero h3 {
    margin-bottom: 30px;
}

.hero .button-wrapper {
    gap: 20px;
}

.hero article {
    margin-top: 400px;
}

.hero p {
    max-width: 733px;
}

@media (max-width: 1200px) {
    .hero {
        padding: 110px 0 50px;
    }

        .hero h1 {
            font-size: 45px;
        }

        .hero h3 {
            font-size: 35px;
        }

        .hero p {
            font-size: 20px;
            max-width: 100%;
        }

        .hero .phone {
            position: relative;
            transform: translate(10%, 0);
        }

        .hero article {
            margin-top: 60px;
            text-align: center;
        }

            .hero article p {
                font-size: 18px;
                margin-bottom: 0;
            }
}

@media (max-width: 768px) {
    .hero .button-wrapper {
        flex-direction: column;
    }

        .hero .button-wrapper .button {
            width: 100%;
        }
}

.why {
    background-repeat: no-repeat;
    background-position: 50% 0;
    padding-top: 234px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #01030F 4.44%, rgba(2, 6, 19, 0.65) 21.28%, rgba(3, 8, 22, 0.7) 36.26%, rgba(6, 12, 28, 0.85) 56.85%, rgba(6, 14, 31, 0.69) 77.44%, #081123 98.03%), url(../img/stars1.png) lightgray 50%/cover no-repeat;
}

    .why h2 {
        margin-bottom: 130px;
    }

    .why .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 105px 50px;
    }

    .why .grid__item {
        border-radius: 15px;
        background: linear-gradient(97deg, rgba(255, 255, 255, 0.08) -4.85%, rgba(255, 255, 255, 0.03) 105.41%);
        box-shadow: 19px 16px 100.2px 0px rgba(0, 0, 0, 0.52);
        padding: 108px 50px;
        position: relative;
    }

        .why .grid__item .icon-wrapper {
            position: absolute;
            left: 50%;
            top: 0;
            transform: translate(-50%, -50%);
        }

        .why .grid__item p {
            margin-bottom: 0;
        }

@media (max-width: 991px) {
    .why {
        padding-top: 50px;
    }

        .why h2 {
            font-size: 35px;
        }

        .why h3 {
            font-size: 30px;
        }

        .why .grid {
            grid-template-columns: 1fr;
            gap: 80px;
        }

        .why .grid__item {
            padding: 86px 14px;
        }

        .why .icon-wrapper svg {
            width: 80px;
        }
}

.get-started {
    padding-top: 200px;
    padding-bottom: 115px;
}

    .get-started .o-container {
        display: flex;
        gap: 135px;
    }

        .get-started .o-container article {
            flex: 1 1 50%;
        }

        .get-started .o-container h2 {
            margin-bottom: 50px;
            text-align: center;
        }

        .get-started .o-container img {
            margin-bottom: 70px;
            width: 110%;
            max-width: initial;
        }

    .get-started .number {
        width: 54px;
        height: 54px;
        min-width: 54px;
        background-image: url(../img/border-number.svg);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        font-weight: 700;
    }

    .get-started ul {
        margin-bottom: 0;
    }

        .get-started ul li {
            border-radius: 15px;
            background: linear-gradient(97deg, rgba(255, 255, 255, 0.08) -4.85%, rgba(255, 255, 255, 0.03) 105.41%);
            box-shadow: 19px 16px 100.2px 0px rgba(0, 0, 0, 0.52);
            padding: 40px 24px;
            display: flex;
            align-items: flex-start;
            gap: 15px;
        }

            .get-started ul li:not(:last-child) {
                margin-bottom: 10px;
            }

        .get-started ul h3 {
            color: #86DC57;
            margin-bottom: 10px;
            margin-top: 12px;
        }

@media (max-width: 991px) {
    .get-started {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .get-started .o-container {
            flex-direction: column;
            gap: 50px;
        }

            .get-started .o-container h2 {
                font-size: 35px;
                margin-bottom: 35px;
            }

            .get-started .o-container article {
                flex: 1 1 100%;
            }

                .get-started .o-container article:first-child {
                    text-align: center;
                }

            .get-started .o-container img {
                margin-bottom: 50px;
                width: 100%;
                max-width: 500px;
            }

        .get-started ul li {
            padding: 30px 25px;
        }

        .get-started ul h3 {
            font-size: 20px;
            margin-bottom: 10px;
        }

        .get-started ul p {
            font-size: 16px;
        }
}

.locations {
    padding: 135px 0;
    overflow: hidden;
}

    .locations .heading-box {
        margin-bottom: 80px;
    }

    .locations .map-container {
        position: relative;
        min-width: 950px;
    }

.map-container-main-img {
    width: 950px;
    max-width: initial;
}

.locations .map-container .pin-type2 {
    display: none;
}

.locations .map-container .location-pin1,
.locations .map-container .location-pin2,
.locations .map-container .location-pin3,
.locations .map-container .location-pin4,
.locations .map-container .location-pin5,
.locations .map-container .location-pin6,
.locations .map-container .location-pin7 {
    position: absolute;
}

    .locations .map-container .location-pin1 img,
    .locations .map-container .location-pin2 img,
    .locations .map-container .location-pin3 img,
    .locations .map-container .location-pin4 img,
    .locations .map-container .location-pin5 img,
    .locations .map-container .location-pin6 img,
    .locations .map-container .location-pin7 img {
        width: 20px;
    }

    .locations .map-container .location-pin1.active .pin-type1,
    .locations .map-container .location-pin2.active .pin-type1,
    .locations .map-container .location-pin3.active .pin-type1,
    .locations .map-container .location-pin4.active .pin-type1,
    .locations .map-container .location-pin5.active .pin-type1,
    .locations .map-container .location-pin6.active .pin-type1,
    .locations .map-container .location-pin7.active .pin-type1 {
        display: none;
    }

    .locations .map-container .location-pin1.active .pin-type2,
    .locations .map-container .location-pin2.active .pin-type2,
    .locations .map-container .location-pin3.active .pin-type2,
    .locations .map-container .location-pin4.active .pin-type2,
    .locations .map-container .location-pin5.active .pin-type2,
    .locations .map-container .location-pin6.active .pin-type2,
    .locations .map-container .location-pin7.active .pin-type2 {
        display: block;
    }

.locations .map-container .location-pin1 {
    top: 50%;
    right: 50%;
    transform: translate(-247px, -99px);
}

.locations .map-container .location-pin2 {
    top: 50%;
    right: 50%;
    transform: translate(-222px, -88px);
}

.locations .map-container .location-pin3 {
    top: 50%;
    right: 50%;
    transform: translate(-245px, -74px);
}

.locations .map-container .location-pin4 {
    top: 50%;
    right: 50%;
    transform: translate(-247px, -50px);
}

.locations .map-container .location-pin5 {
    top: 50%;
    right: 50%;
    transform: translate(-223px, -50px);
}

.locations .map-container .location-pin6 {
    top: 50%;
    right: 50%;
    transform: translate(-203px, -65px);
}

.locations .map-container .location-pin7 {
    top: 50%;
    right: 50%;
    transform: translate(-257px, -16px);
}

.locations .popup {
    position: absolute;
    left: 50%;
    top: -20px;
    border-radius: 15px;
    background: linear-gradient(97deg, rgba(255, 255, 255, 0.08) -4.85%, rgba(255, 255, 255, 0.03) 105.41%);
    box-shadow: 21px 21px 100px 0px rgba(0, 0, 0, 0.66);
    -webkit-backdrop-filter: blur(9.9499998093px);
    backdrop-filter: blur(9.9499998093px);
    width: 630px;
    padding: 15px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

@media (max-width: 991px) {
    .locations .popup {
        position: fixed;
        left: 20px;
        width: calc(100% - 40px);
        top: 30px;
        height: calc(100dvh - 60px);
    }
}

.locations .popup.active {
    visibility: visible;
    opacity: 1;
}

.locations .popup .popup-logo {
    padding-right: 10px;
}

.locations .popup .popup__content {
    border-left: 1px solid #86dc57;
    padding-left: 15px;
    width: 100%;
    overflow: auto;
    height: 100%;
}

    .locations .popup .popup__content .img-wrapper {
        border-radius: 15px;
        border: 1px solid #0be2c3;
        background: lightgray 50%/cover no-repeat;
        box-shadow: 11px 19px 20.5px 0px rgba(0, 0, 0, 0.47);
        aspect-ratio: 1/0.6;
        margin-bottom: 20px;
    }

.locations .popup p {
    font-size: 16px;
}

@media (max-width: 991px) {
    .locations {
        padding: 50px 0;
    }

        .locations h2 {
            font-size: 35px;
            margin-bottom: 30px;
        }

        .locations p br {
            display: none;
        }

        .locations .heading-box {
            margin-bottom: 60px;
        }

        .locations .map-container {
            margin-left: -60px;
        }
}

.community {
    background-image: url(../img/StarBKG.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 170px 0;
}

    .community .o-container {
        display: flex;
        align-items: center;
    }

    .community img {
        margin-left: -150px;
        margin-bottom: -125px;
        margin-top: -50px;
    }

    .community p {
        margin-bottom: 40px;
    }

@media (max-width: 1200px) {
    .community {
        padding: 50px 0;
    }

        .community .o-container {
            flex-direction: column-reverse;
        }

        .community h2 {
            font-size: 35px;
            margin-bottom: 30px;
        }

        .community article {
            text-align: center;
            margin-bottom: 40px;
        }
}

@media (max-width: 768px) {
    .community {
        overflow: hidden;
        padding-bottom: 0;
    }

        .community .button {
            width: 100%;
        }

        .community img {
            width: 180%;
            max-width: initial;
            margin: 9px;
        }
}

.faq {
    padding: 160px 0 170px;
}

    .faq .accordion {
        border-radius: 15px;
        background: linear-gradient(97deg, rgba(255, 255, 255, 0.08) -4.85%, rgba(255, 255, 255, 0.03) 105.41%);
        box-shadow: 19px 16px 100.2px 0px rgba(0, 0, 0, 0.52);
        padding: 40px 24px;
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

        .faq .accordion .number {
            width: 54px;
            height: 54px;
            min-width: 54px;
            background-image: url(../img/border-number.svg);
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            font-weight: 700;
        }

        .faq .accordion:not(:last-child) {
            margin-bottom: 10px;
        }

        .faq .accordion h3 {
            color: #86DC57;
            margin-bottom: 0;
            margin-top: 12px;
        }

        .faq .accordion.active p {
            transition: all 0.3s cubic-bezier(1, 0, 1, 0);
            max-height: 99999px;
        }

        .faq .accordion.active .accordion-trigger .minus {
            display: block;
        }

        .faq .accordion.active .accordion-trigger .plus {
            display: none;
        }

    .faq .content {
        flex: 1;
    }

        .faq .content p {
            margin-bottom: 0;
            margin-top: 10px;
            height: auto;
            overflow: hidden;
            transition: all 0.3s cubic-bezier(0, 1, 0, 1);
            max-height: 0;
        }

    .faq .accordion-trigger {
        width: 54px;
        height: 54px;
        min-width: 54px;
        background-image: url(../img/border-number.svg);
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 15px;
    }

        .faq .accordion-trigger .minus {
            display: none;
        }

@media (max-width: 991px) {
    .faq {
        padding: 50px 0;
    }

        .faq .accordion {
            padding: 30px 45px 30px 25px;
            position: relative;
        }

            .faq .accordion h3 {
                font-size: 20px;
            }

            .faq .accordion p {
                font-size: 16px;
            }

        .faq .accordion-trigger {
            position: absolute;
            right: 10px;
            bottom: 10px;
            width: 22px;
            min-width: 22px;
            height: 22px;
        }

            .faq .accordion-trigger svg {
                width: 16px;
            }
}

.office {
    padding: 220px 0;
    background-image: url(../img/Planet.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

    .office h2 {
        margin-bottom: 30px;
    }

@media (max-width: 991px) {
    .office {
        padding: 50px 0;
    }

        .office h2 {
            font-size: 35px;
            margin-bottom: 10px;
        }
}

.prefooter {
    padding: 317px 0 54px;
    background-image: url(../img/chart-bgr.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

    .prefooter .o-container {
        display: flex;
        gap: 80px;
    }

        .prefooter .o-container article {
            flex: 1 1 50%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .prefooter .o-container p {
            margin-bottom: 40px;
        }

@media (max-width: 991px) {
    .prefooter {
        padding: 50px 0;
    }

        .prefooter h2 {
            font-size: 35px;
            margin-bottom: 10px;
        }

        .prefooter .o-container {
            flex-direction: column;
            gap: 100px;
        }

            .prefooter .o-container article {
                flex: 1 1 100%;
                text-align: center;
            }
}

@media (max-width: 768px) {
    .prefooter .button {
        width: 100%;
    }
}

/*------------------------------------*\
    #TRUMPS - HELPERS
\*------------------------------------*/
.is-hidden {
    display: none !important;
}

.is-invisible {
    visibility: hidden !important;
}

.is-scrollable-y {
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.is-scrollable-x {
    overflow-x: auto !important;
    overflow-y: hidden !important;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.u-no-transition,
.u-no-transition * {
    transition: none !important;
}

.u-full-heght {
    height: 100% !important;
}

.u-text-center {
    text-align: center !important;
}

.u-text-left {
    text-align: left !important;
}

.u-text-right {
    text-align: right !important;
}

.u-align-middle {
    vertical-align: middle !important;
}

.u-align-top {
    vertical-align: top !important;
}

.u-align-bottom {
    vertical-align: bottom !important;
}

.u-float-left {
    float: left !important;
}

.u-float-right {
    float: right !important;
}

.u-inline-block {
    display: inline-block !important;
}

.u-display-block {
    display: block !important;
}

.relative {
    position: relative !important;
}

.u-text-uppercase {
    text-transform: uppercase !important;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.max-h-100 {
    max-height: 100%;
}

.max-h-50 {
    max-height: 50%;
}

.min-w-auto {
    min-width: auto;
}

.u-font-500 {
    font-weight: 500 !important;
}

.u-font-300 {
    font-weight: 300 !important;
}

.u-font-400 {
    font-weight: 400 !important;
}

.u-font-700 {
    font-weight: 700 !important;
}

.u-font-800 {
    font-weight: 800 !important;
}

.clr-white {
    color: #fff !important;
}

.no-wrap {
    white-space: nowrap;
}

.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}

/* ------------------------------------*\
    #TRUMPS - SPACING
\*------------------------------------ */
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
      * Margin helper classes.
      *
      * Add margins.
      */
.m {
    margin: 20px !important;
}

.mt {
    margin-top: 20px !important;
}

.mr {
    margin-right: 20px !important;
}

.mb {
    margin-bottom: 20px !important;
}

.ml {
    margin-left: 20px !important;
}

.mh {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.mv {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

/**
      * Add extratiny margins.
      */
.m--- {
    margin: calc(20px / 8) !important;
}

.mt--- {
    margin-top: calc(20px / 8) !important;
}

.mr--- {
    margin-right: calc(20px / 8) !important;
}

.mb--- {
    margin-bottom: calc(20px / 8) !important;
}

.ml--- {
    margin-left: calc(20px / 8) !important;
}

.mh--- {
    margin-right: calc(20px / 8) !important;
    margin-left: calc(20px / 8) !important;
}

.mv--- {
    margin-top: calc(20px / 8) !important;
    margin-bottom: calc(20px / 8) !important;
}

/**
      * Add tiny margins.
      */
.m-- {
    margin: calc(20px / 4) !important;
}

.mt-- {
    margin-top: calc(20px / 4) !important;
}

.mr-- {
    margin-right: calc(20px / 4) !important;
}

.mb-- {
    margin-bottom: calc(20px / 4) !important;
}

.ml-- {
    margin-left: calc(20px / 4) !important;
}

.mh-- {
    margin-right: calc(20px / 4) !important;
    margin-left: calc(20px / 4) !important;
}

.mv-- {
    margin-top: calc(20px / 4) !important;
    margin-bottom: calc(20px / 4) !important;
}

/**
      * Add small margins.
      */
.m- {
    margin: calc(20px / 2) !important;
}

.mt- {
    margin-top: calc(20px / 2) !important;
}

.mr- {
    margin-right: calc(20px / 2) !important;
}

.mb- {
    margin-bottom: calc(20px / 2) !important;
}

.ml- {
    margin-left: calc(20px / 2) !important;
}

.mh- {
    margin-right: calc(20px / 2) !important;
    margin-left: calc(20px / 2) !important;
}

.mv- {
    margin-top: calc(20px / 2) !important;
    margin-bottom: calc(20px / 2) !important;
}

/**
      * Add large margins.
      */
.m\+ {
    margin: calc(20px * 2) !important;
}

.mt\+ {
    margin-top: calc(20px * 2) !important;
}

.mr\+ {
    margin-right: calc(20px * 2) !important;
}

.mb\+ {
    margin-bottom: calc(20px * 2) !important;
}

.ml\+ {
    margin-left: calc(20px * 2) !important;
}

.mh\+ {
    margin-right: calc(20px * 2) !important;
    margin-left: calc(20px * 2) !important;
}

.mv\+ {
    margin-top: calc(20px * 2) !important;
    margin-bottom: calc(20px * 2) !important;
}

/**
      * Add huge margins.
      */
.m\+\+ {
    margin: calc(20px * 4) !important;
}

.mt\+\+ {
    margin-top: calc(20px * 4) !important;
}

.mr\+\+ {
    margin-right: calc(20px * 4) !important;
}

.mb\+\+ {
    margin-bottom: calc(20px * 4) !important;
}

.ml\+\+ {
    margin-left: calc(20px * 4) !important;
}

.mh\+\+ {
    margin-right: calc(20px * 4) !important;
    margin-left: calc(20px * 4) !important;
}

.mv\+\+ {
    margin-top: calc(20px * 4) !important;
    margin-bottom: calc(20px * 4) !important;
}

/**
      * Remove margins.
      */
.m0 {
    margin: 0 !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.ml0 {
    margin-left: 0 !important;
}

.mh0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mv0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/**
      * Negative margins.
      */
.-m {
    margin: calc(20px * -1) !important;
}

.-mt {
    margin-top: calc(20px * -1) !important;
}

.-mr {
    margin-right: calc(20px * -1) !important;
}

.-mb {
    margin-bottom: calc(20px * -1) !important;
}

.-ml {
    margin-left: calc(20px * -1) !important;
}

.-mh {
    margin-right: calc(20px * -1) !important;
    margin-left: calc(20px * -1) !important;
}

.-mv {
    margin-top: calc(20px * -1) !important;
    margin-bottom: calc(20px * -1) !important;
}

/**
      * Tiny negative margins.
      */
.-m-- {
    margin: calc(calc(20px / 4) * -1) !important;
}

.-mt-- {
    margin-top: calc(calc(20px / 4) * -1) !important;
}

.-mr-- {
    margin-right: calc(calc(20px / 4) * -1) !important;
}

.-mb-- {
    margin-bottom: calc(calc(20px / 4) * -1) !important;
}

.-ml-- {
    margin-left: calc(calc(20px / 4) * -1) !important;
}

.-mh-- {
    margin-right: calc(calc(20px / 4) * -1) !important;
    margin-left: calc(calc(20px / 4) * -1) !important;
}

.-mv-- {
    margin-top: calc(calc(20px / 4) * -1) !important;
    margin-bottom: calc(calc(20px / 4) * -1) !important;
}

/**
      * Small negative margins.
      */
.-m- {
    margin: calc(calc(20px / 2) * -1) !important;
}

.-mt- {
    margin-top: calc(calc(20px / 2) * -1) !important;
}

.-mr- {
    margin-right: calc(calc(20px / 2) * -1) !important;
}

.-mb- {
    margin-bottom: calc(calc(20px / 2) * -1) !important;
}

.-ml- {
    margin-left: calc(calc(20px / 2) * -1) !important;
}

.-mh- {
    margin-right: calc(calc(20px / 2) * -1) !important;
    margin-left: calc(calc(20px / 2) * -1) !important;
}

.-mv- {
    margin-top: calc(calc(20px / 2) * -1) !important;
    margin-bottom: calc(calc(20px / 2) * -1) !important;
}

/**
      * Large negative margins.
      */
.-m\+ {
    margin: calc(calc(20px * 2) * -1) !important;
}

.-mt\+ {
    margin-top: calc(calc(20px * 2) * -1) !important;
}

.-mr\+ {
    margin-right: calc(calc(20px * 2) * -1) !important;
}

.-mb\+ {
    margin-bottom: calc(calc(20px * 2) * -1) !important;
}

.-ml\+ {
    margin-left: calc(calc(20px * 2) * -1) !important;
}

.-mh\+ {
    margin-right: calc(calc(20px * 2) * -1) !important;
    margin-left: calc(calc(20px * 2) * -1) !important;
}

.-mv\+ {
    margin-top: calc(calc(20px * 2) * -1) !important;
    margin-bottom: calc(calc(20px * 2) * -1) !important;
}

/**
      * Huge negative margins.
      */
.-m\+\+ {
    margin: calc(calc(20px * 4) * -1) !important;
}

.-mt\+\+ {
    margin-top: calc(calc(20px * 4) * -1) !important;
}

.-mr\+\+ {
    margin-right: calc(calc(20px * 4) * -1) !important;
}

.-mb\+\+ {
    margin-bottom: calc(calc(20px * 4) * -1) !important;
}

.-ml\+\+ {
    margin-left: calc(calc(20px * 4) * -1) !important;
}

.-mh\+\+ {
    margin-right: calc(calc(20px * 4) * -1) !important;
    margin-left: calc(calc(20px * 4) * -1) !important;
}

.-mv\+\+ {
    margin-top: calc(calc(20px * 4) * -1) !important;
    margin-bottom: calc(calc(20px * 4) * -1) !important;
}

/**
      * Padding helper classes.
      *
      * Add paddings.
      */
.p {
    padding: 20px !important;
}

.pt {
    padding-top: 20px !important;
}

.pr {
    padding-right: 20px !important;
}

.pb {
    padding-bottom: 20px !important;
}

.pl {
    padding-left: 20px !important;
}

.ph {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.pv {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

/**
      * Add tiny paddings.
      */
.p-- {
    padding: calc(20px / 4) !important;
}

.pt-- {
    padding-top: calc(20px / 4) !important;
}

.pr-- {
    padding-right: calc(20px / 4) !important;
}

.pb-- {
    padding-bottom: calc(20px / 4) !important;
}

.pl-- {
    padding-left: calc(20px / 4) !important;
}

.ph-- {
    padding-right: calc(20px / 4) !important;
    padding-left: calc(20px / 4) !important;
}

.pv-- {
    padding-top: calc(20px / 4) !important;
    padding-bottom: calc(20px / 4) !important;
}

/**
      * Add small paddings.
      */
.p- {
    padding: calc(20px / 2) !important;
}

.pt- {
    padding-top: calc(20px / 2) !important;
}

.pr- {
    padding-right: calc(20px / 2) !important;
}

.pb- {
    padding-bottom: calc(20px / 2) !important;
}

.pl- {
    padding-left: calc(20px / 2) !important;
}

.ph- {
    padding-right: calc(20px / 2) !important;
    padding-left: calc(20px / 2) !important;
}

.pv- {
    padding-top: calc(20px / 2) !important;
    padding-bottom: calc(20px / 2) !important;
}

/**
      * Add large paddings.
      */
.p\+ {
    padding: calc(20px * 2) !important;
}

.pt\+ {
    padding-top: calc(20px * 2) !important;
}

.pr\+ {
    padding-right: calc(20px * 2) !important;
}

.pb\+ {
    padding-bottom: calc(20px * 2) !important;
}

.pl\+ {
    padding-left: calc(20px * 2) !important;
}

.ph\+ {
    padding-right: calc(20px * 2) !important;
    padding-left: calc(20px * 2) !important;
}

.pv\+ {
    padding-top: calc(20px * 2) !important;
    padding-bottom: calc(20px * 2) !important;
}

/**
      * Add huge paddings.
      */
.p\+\+ {
    padding: calc(20px * 4) !important;
}

.pt\+\+ {
    padding-top: calc(20px * 4) !important;
}

.pr\+\+ {
    padding-right: calc(20px * 4) !important;
}

.pb\+\+ {
    padding-bottom: calc(20px * 4) !important;
}

.pl\+\+ {
    padding-left: calc(20px * 4) !important;
}

.ph\+\+ {
    padding-right: calc(20px * 4) !important;
    padding-left: calc(20px * 4) !important;
}

.pv\+\+ {
    padding-top: calc(20px * 4) !important;
    padding-bottom: calc(20px * 4) !important;
}

/**
      * Remove paddings.
      */
.p0 {
    padding: 0 !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pl0 {
    padding-left: 0 !important;
}

.ph0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.pv0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*# sourceMappingURL=app.css.map */



/*# NEW CSS */

.hero--register {
    min-height: calc(100vh - 100px);
    position: relative;
    height: auto;
    padding: 150px 0;
}

    .hero--register:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
    }

    .hero--register .o-container {
        position: relative;
        z-index: 2;
    }

    .hero--register h3 {
        text-align: center;
        color: #000;
    }

    .hero--register form {
        width: 500px;
        background-color: #fff;
        margin: 0 auto;
        padding: 50px;
    }

    .hero--register button.c-btn {
        display: block;
        margin: 20px auto 0 !important;
        width: 50%;
    }

    .hero--register .link {
        margin-bottom: 0;
    }

        .hero--register .link:hover {
            text-decoration: underline;
        }

    .hero--register .checkbox input {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: -2;
    }

    .hero--register .checkbox .checkbox-icon {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        border-radius: 4px;
        position: relative;
        border: 1px solid #002A40;
    }

        .hero--register .checkbox .checkbox-icon:before {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-family: "FontAwesome";
            content: "\f00c";
            color: #002A40;
            font-size: 14px;
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

    .hero--register .checkbox label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
    }

        .hero--register .checkbox label p {
            margin-bottom: 0;
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.25;
            pointer-events: none;
            color: #000;
        }

    .hero--register .checkbox input:checked + label .checkbox-icon:before {
        visibility: visible;
        opacity: 1;
    }

    .hero--register .forgot-password {
        color: #000;
    }

    .hero--register .reset-pass {
        width: max-content;
    }

.link {
    color: #383c5b;
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 30px;
    display: inline-block;
}

    .link:hover {
        color: #1a3b8b;
    }

.text-danger {
    color: #FF0000;
}

*:focus {
    outline-style: none;
}

.hero--register #progress {
    height: 25px;
    width: 100%;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}

.hero--register #progress-bar {
    width: 0%;
    height: 100%;
    color: #fff;
    line-height: 25px;
    border-radius: 6px;
    transition: width 500ms linear;
}

.hero--register .progress-text {
    margin: 0px 5px;
    width: 100%;
    font-size: 14px
}

.hero--register .progress-bar-danger {
    background: #C82333;
}

.hero--register .progress-bar-warning {
    background: #E0A800;
}

.hero--register .progress-bar-normal {
    background: #0069D9;
}

.hero--register .progress-bar-info {
    background: #32cd53;
}

.hero--register .progress-bar-success {
    background: #218838;
}

@media (max-width: 768px) {
    .hero--register {
        padding: 80px 0;
        min-height: auto;
    }

        .hero--register form {
            width: calc(100% - 20px);
            padding: 20px;
        }
}

@media (max-width: 768px) {
    .hero--register .checkbox {
        margin: 0 auto 20px;
        text-align: center;
    }

    .hero--register .o-flex {
        display: block !important;
        text-align: center;
    }
}



.about {
    padding: 100px 0;
    text-align: right;
    position: relative;
}

    .about .o-container {
        position: relative;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about:before {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fbfbfe;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
        clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }

    .about h2 {
        position: relative;
        color: #4f6ef7;
        font-weight: 500;
        margin-bottom: 80px;
    }

        .about h2:after {
            content: '';
            height: 3px;
            width: 4rem;
            background: #3354a8;
            position: absolute;
            right: 0;
            bottom: -1rem;
        }

    .about article {
        width: 48%;
    }

    .about img {
        width: 90%;
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    .about.about--section {
        text-align: left;
    }

        .about.about--section .o-container {
            display: block;
        }

        .about.about--section p {
            text-align: left;
            max-width: 100%;
        }

        .about.about--section:before {
            display: none;
        }

        .about.about--section h2:after {
            right: auto;
            left: 50%;
            margin-left: -2rem;
        }

        .about.about--section img {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .about.about--section article {
            text-align: center;
            width: 100%;
        }

@media (max-width: 991px) {
    .about {
        padding: 50px 0;
    }

        .about .o-container {
            display: block;
        }

        .about article {
            width: 100%;
            text-align: center;
        }

        .about h2 {
            margin-bottom: 50px;
        }

            .about h2:after {
                left: 50%;
                right: auto;
                margin-left: -2rem;
            }

        .about .big-img-wrapper {
            text-align: center !important;
        }
}

.rules {
    padding-top: 100px;
}

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}


/*------------------------------------*\
    #SELECT -BOX
\*------------------------------------*/

.select-box {
    position: relative;
    outline: none;
}

    .select-box button {
        outline: none;
        height: 40px;
        line-height: 48px;
        width: 100%;
        border-radius: 5px;
        font-weight: 500;
        border: 1px solid #fff;
        background-color: transparent;
        /*        padding-left: 20px;
*/ position: relative;
        text-align: left;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.11111;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        /*        padding-right: 40px;
*/ width: 90px;
    }

        .select-box button img {
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            vertical-align: top;
        }

        .select-box button .text {
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            text-overflow: ellipsis;
            pointer-events: none;
        }

        .select-box button span.fa {
            -webkit-transition: all .2s ease;
            transition: all .2s ease;
            position: absolute;
            right: 10px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
        }

    .select-box.active .dropdown-trigger {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

        .select-box.active .dropdown-trigger span.fa {
            -webkit-transform: rotate(180deg) translate(0, 50%);
            -ms-transform: rotate(180deg) translate(0, 50%);
            transform: rotate(180deg) translate(0, 50%);
        }

    .select-box.active .select_box-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translate(0, -1px);
        -ms-transform: translate(0, -1px);
        transform: translate(0, -1px);
    }

    .select-box.home button {
        outline: none;
        height: 34px;
        line-height: 48px;
        width: 100%;
        border-radius: 5px;
        color: #fff;
        font-weight: 500;
        border: 1px solid #383c5b;
        background-color: transparent;
        border-color: #253fff !important;
        padding-left: 20px;
        position: relative;
        text-align: left;
        font-size: 16px;
        line-height: 1.11111;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding-right: 40px;
        width: 90px;
        color: #fff;
    }


    .select-box.home .select-item {
        color: #000;
    }

        .select-box.home .select-item:hover {
            color: #5109B5 !important;
        }

.header-main.change .select-box.home button {
    border-color: #2540ff !important;
    background-color: #2540ff !important;
    color: #fff !important;
}

.select_box-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 1px;
    background-color: #383c5b;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translate(0, 5px);
    -ms-transform: translate(0, 5px);
    transform: translate(0, 5px);
    z-index: 100;
}

    .select_box-dropdown ul {
        padding-left: 0;
        margin-bottom: 0;
        padding: 3px;
        background-color: #ffffff;
        border-radius: 0px;
        display: block;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .select_box-dropdown li {
        display: block;
    }

        .select_box-dropdown li a, .select_box-dropdown li label {
            padding: 5px;
            cursor: pointer;
            display: block;
            color: #000;
            padding-left: 6px;
        }

            .select_box-dropdown li a:hover, .select_box-dropdown li label:hover {
                color: #5109B5;
            }

        .select_box-dropdown li + li {
            border-top: 1px solid #383c5b;
            margin-left: 0;
        }


#language-select .dropdown-trigger-text {
    color: #fff;
}

@media (max-width: 991px) {
    .select_box-dropdown li + li {
        margin-top: 0;
    }
}
