/*!
Theme Name: comtrade
Theme URI: http://comtrade.com/
Author: CAN web team, Milos Mladenovic, Bogoljub Gojkovic
Author URI: http://comtrade.com/
*/

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;
}

html, body {
      font-family: "Manrope", sans-serif;
    color:#000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.space {
    margin-top: 120px
}

strong {
    font-weight: bold
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

a {
    text-decoration: none;
    color: #000;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/*BOOTSTRAP CLASSES*/
/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
    width: device-width;
}

html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-right {
    text-align: right
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1550px) {
    .container {
        max-width: 1440px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.col-15 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

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

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.d-flex {
    display: -webkit-flex;
    display: flex;

}
h1 {
    color: #FFF;
    font-size: 140px;
    font-style: normal;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2.8px;
}
h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 116.667%;
    letter-spacing: -0.6px;
}
h3 {
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}
.h2-title {
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 111.111%;
    letter-spacing: -0.9px;
}
p, li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: 0.18px;
}
/**************************************************************
    *HEADER
**************************************************************/
header {
    z-index: 9;
    width: 100%;
    position: absolute;
    /* -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1); */
}
header .top {
    padding: 0;
}
header ul {
    display: -webkit-flex;
    display: flex
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.main-header ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.main-header li {
    position: relative;
    padding: 32px 25px 34px;
}
.main-header ul a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    position: relative;
}
.main-header .menu > li > a:hover {
    top: -2px;
}
/* .main-header .sub-menu a {
    font-weight: 400;
    font-size: 18px;
}
.main-header ul a:hover {
    color:#648c1e;
} */
.mobile-menu {
    display: none;
}

.p-0 {
    padding: 0
}
.sticky-header {
    position: fixed;
    width: 100%;
    /* background: rgba(255, 255, 255, 0.26); */
    /* backdrop-filter: blur(14.350000381469727px); */
    background: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    border-bottom:1px solid rgba(229, 229, 229, 0.60);
}
.sticky-logo {
    display: none;
}
.sticky-header .sticky-logo {
    display: block;
}
.sticky-header  .white-logo {
    display: none;
}
.sticky-header .main-header ul a {
    color: #000;
}    
/***********************************************
   * MOBILE NAV 
***********************************************/
.close-nav-mob, .sidenav, .mobile-menu {
    display: none;
}

.logo-nav {
    display: block;
}

.mob-search-form {
    position: relative;
}

.mob-search-form input[type="text"] {
    border: 0;
    border-bottom: 1px solid #d2d6de;
    font-size: 16px;
    line-height: 2.5;
    padding: 0 10px;
    color: #B7BDCB;
    width: 100%;
}

.mob-search-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: transparent;
    background: url('images/search.svg');
    background-size: 40px;
    width: 40px;
    height: 40px;
}



@media screen and (max-width: 1199px) {
    #mySidenav {
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        -webkit-transition: transform .4s ease-in-out;
        -moz-transition: transform .4s ease-in-out;
        -o-transition: transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
        z-index: 9999;
        max-width: 375px;
    }

    .active-menu-mobile {
        transform: translate3d(0, 0, 0) !important;
        -webkit-transform: translate3d(0, 0, 0) !important;
        -ms-transform: translate3d(0, 0, 0) !important;
        -webkit-transition: transform .4s ease-in-out !important;
        -moz-transition: transform .4s ease-in-out !important;
        -o-transition: transform .4s ease-in-out !important;
        transition: transform .4s ease-in-out !important
    }

    .sidenav {
        background: #fff;
        height: 0;
        left: 0;
        overflow-x: hidden;
        position: fixed;
        top: 0px;
        transition: all .5s ease 0s;
        -webkit-transition: all .5s ease 0s;
        -ms-transition: all .5s ease 0s;
        width: 100%;
        z-index: 9998;
        transition-delay: 2.5s;
        min-height: 100vh;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
        display: block;
    }
    input[type="submit"], button, textarea {
        -webkit-appearance: none;
        appearance: none;
    }
    .menu-item-1449 {
        display: none;
    }

    .sidenav-inner {
        padding: 38px 30px 10px;
        background: #fff;
    }
    .sidenav-inner .sub-menu li:last-of-type {
        border-bottom: 0;
    }
    .sidenav-inner .sub-menu {
        display: none;
    }
    .close-nav-mob {
        cursor: pointer;
        display: block;
    }

    .mobile-menu {
        display: block;
    }
    .sticky-header .mobile-menu > svg {
        position: relative;
        top:3px;
    }
    .sidenav-inner .menu-menu-1-container li {
        font-size: 14px;
        line-height: 3.50;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
        border-bottom: 1px solid #e9ecef;
        padding: 0 10px;
    }

    /* .sidenav-inner .menu-menu-1-container li:last-of-type {
        border-bottom: 0;
    } */

    .sidenav-bottom ul {
        overflow: hidden;
        padding: 20px 20px 10px;
    }

    .sidenav-bottom nav li {
        display: block;
        padding: 0 10px;
    }

    /* .sidenav-bottom nav li a {
        font-size: 16px;
        line-height: 2.5;
        text-transform: uppercase;
        color: #000;
        font-weight: bold;
    } */

    .mobile-menu {
        cursor: pointer;
    }
    .main-header {
        display: none !important;
    }
    .banner-text {
        padding-right: 15px;
    }
    .menu-item-has-children > a::after {
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .sidenav-inner .menu-item-has-children > a::after {
        content: " ";
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url('images/arrow-mobile.svg');
        background-repeat: repeat;
        background-size: auto;
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 8px;
        margin-top: 5px;
    }
    .active-menu-item::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .sidenav-inner .menu li {
        margin-bottom: 15px;
    }
    .sidenav-inner .menu li a {
        display: block;
        display: flex;
        width: 100%;
        align-items: center;
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 128.571%;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }
    .sidenav-inner .menu li a.active-menu-item {
        color: #80F;
    } 
    .sidenav-inner .menu li a.active-menu-item::after {
        fill: #80F;
        filter: brightness(0) saturate(100%) invert(14%) sepia(65%) saturate(7204%) hue-rotate(269deg) brightness(96%) contrast(131%);
    }
    .sidenav-inner .sub-menu {
        padding-top: 10px;
    }
    .sidenav-inner .sub-menu li a {
        color: rgba(0, 0, 0, 0.80);
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 183.333%;
        padding: 5px 10px;
    }
    .sidenav-inner .sub-menu li {
        margin-bottom: 0;
    }
}
header .sub-menu {
    display: none;  
}
/*******************************************
    *FOOTER
*******************************************/
footer .menu {
    display: flex;
    margin-top: 11px;
}
footer .menu > li > a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 50px;
}
footer .sub-menu {
    margin-top: 7px;
}
footer .sub-menu > li > a {
    color: #B6B3BD;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 235.714%;
}
/**************************************************************
    * CONTENT
**************************************************************/
.home-banner {
    height: 100vh;
    min-height: 500px;
    position: relative;
    background: #000;
    /* background: linear-gradient(90deg, #000 17.07%, rgba(4, 4, 35, 0.00) 78.44%); */
}
.banner-text {
    position: absolute;
    top: 42%;
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    color: #fff;
}
.banner-text h2 {
    color: #B6B3BD;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.33;
    margin-top: 3px;
    margin-bottom: 44px;
}
.main-button, input[type="submit"] {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #FFF;
    border-radius: 83px;
    background: #80F;
    padding: 16px 32px;
    display: flex;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: fit-content;
    border: 0;
}
.main-button:hover, input[type="submit"]:hover {
    padding-right: 35px;
    background: #9349FD;
}
.main-button-invert:hover {
    padding-right: 35px;
}
.main-button img, .main-button svg, .main-button-invert img, .main-button-invert svg {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.main-button:hover img, .main-button:hover svg, .main-button-invert:hover img, .main-button-invert:hover svg {
    margin-left: 10px;
}
.main-button-invert {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border-radius: 83px;
    border: 1px solid #80F;
    background: transparent;
    padding: 16px 32px;
    display: flex;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: fit-content;
}
.main-button-invert img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(126deg) brightness(92%) contrast(105%);
    margin-left: 4px;
}
.main-button img {
    margin-left: 4px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.half-section {
    background: #090A17;
    padding: 145px 0;
}
.half-section h3 {
    color: #F70D4F;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    margin-bottom: 4px;
}
.half-section h2 {
    margin-bottom: 30px;
    color:#fff;
}
.half-section p {
    color: #B6B3BD;
}
.half-section .main-button {
    margin-top: 40px;
}
.half-text {
    max-width: 583px;
}
.half-section .row:nth-child(2n) {
    flex-direction: row-reverse;
}
.half-section .row {
    margin-bottom: 200px;
}
.half-section .row:last-of-type {
    margin-bottom: 0;
}
.insights-home {
    background: #090A17;
}
.insights-home h2 {
    color:#fff;
    margin-bottom: 86px;
    text-align: center;
}
.news-box {
    border: 0.75px solid #B6B3BD;
    padding: 27px 30px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.insights-home .single-item, .insights .single-item, .insights-home .single-item a, .insights .single-item a {
    display: flex;
}
.single-item h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.22px;
}
.single-item h4 {
    color: #ED1155;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
    margin-top: 36px;
}
.single-item span {
    margin-top: 58px;
}
.insights-home {
    padding-bottom: 100px;
}
.home-partnership {
    background: #090A17;
    padding: 100px 0;
    color:#fff;
}
.home-partnership p {
    color: #B6B3BD;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: 0.18px;
    max-width: 582px;
}
.home-partnership .row {
    align-items: center;
}
.contact-section {
    text-align: center;
    padding: 180px 0 110px;
    color: #fff;
    background: #090A17;
}
.contact-section p {
    color: #FFF;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.25px;
    margin-top: 20px;
}
.contact-section .main-button {
    margin: 40px auto 0;
}
.play-button {
    display: flex;
    align-items: center;
    color:#fff;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 280%;
    letter-spacing: -0.25px;
    justify-content: left;
    margin-top: 20px;
}
.play-button:hover svg path {
    fill: #8800FF;
}
.video-section {
    position: relative;
    padding: 140px 0;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(266deg, rgba(0, 6, 15, 0.00) 24.65%, #00060F 96.95%);
}
.overlay-culture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.57) 0.11%, rgba(4, 4, 35, 0.32) 62.97%);
}
.video-section h2 {
    color:#fff;
}
.video-section .container {
    position: relative;
    z-index: 1;
}
.video-section svg {
    margin-right: 14px;
}
.slider-container {
    height: 100px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider-container .slider {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
}
.slider-container .slider__slide {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* Slider CSS logic */
.slider {
    --slider-inner-width: 2100px;
    --slider-speed: 10s;
}
@keyframes scroll {
    0% {
        transform: translateX(-5%);
   }
    100% {
        transform: translateX(calc((0px - var(--slider-inner-width)) - 5%));
   }
}
.slider {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    animation: scroll linear infinite var(--slider-speed);
    width: calc(2 * var(--slider-inner-width));
    transition: animation-play-state ease 0.3s;
}
.slider:hover {
    animation-play-state: paused;
}
.partners {
    background: #090A17;
    padding: 100px 0 200px;
}
.partners h3 {
    margin-bottom: 80px;
    text-align: center;
}
footer {
    background: #090A17;
    border-top: 1px solid rgba(255, 255, 255, 0.50);
}
.down-footer .d-flex{
    justify-content: space-between;
    align-items: center;
}
.adress-footer a {
    margin-left: 35px;
}
.social-footer a {
    margin-left: 23px;
}
.footer-up {
    padding: 58px 0;
}
.footer-up li {
    color: #B6B3BD;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%;
}
.footer-up a:hover {
    color: #8800FF;
}
.footer-up li a {
    color: #ED1155; 
}
.footer-logo {
    margin-bottom: 40px;
    display: inline-block;
}
.down-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.50);
    padding: 30px 0;
}
.bottom-footer svg:hover path, .share svg:hover path, .social-footer svg:hover path {
    fill: #8800FF;
}
.social-footer {
    display: flex;
  align-items: center;
}
.adress-footer li, .adress-footer li a {
    color: #B6B3BD;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.news-banner {
    height: 568px;
    position: relative;
    background-size: cover !important;
}
.overlay-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.9;
    background: linear-gradient(90deg, #000 16.42%, rgba(4, 4, 35, 0.00) 60.07%, rgba(4, 4, 35, 0.00) 77.82%);
}
.news-banner-text {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    top: 50%;
    position: absolute;
}
.news-banner-text p, .jobs-banner p {
    color: #B6B3BD;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.3px;
}
.insights {
    padding: 140px 0 80px;
}
.insights h2 {
    text-align: center;
    margin-bottom: 26px;
}
.insights .single-item h3, .insights .single-item h4 {
    color:#000;
}
.insights .news-box {
    margin-bottom: 30px;
}
.news-box:hover {
    border: 0.75px solid #80F;
}
.overflow-hidden {
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.overflow-hidden > img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.overflow-hidden > img {
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    display: block;
}
.search-form input[type="search"], .jobs-form input[type="search"] {
    display: flex;
    width: 449px;
    height: 55px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 194.444%;
    border: 1px solid #80F;
    background: #FFF;
}
.search-form select, .jobs-form select {
    border: 1px solid #80F;
    background: #FFF;
    display: flex;
    width: 100px;
    height: 55px;
    padding: 10px;
    align-items: center;
    gap: 17px;
    flex-shrink: 0;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 194.444%;
    margin-left: 10px;
}
.search-form {
    justify-content: center;
    margin-bottom: 73px;
}
.insights-single-body h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.4px;
    margin-bottom: 40px;
}
.insights-single-body h4 {
    color: #F70D4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    margin-bottom: 10px;
}
.insights-single-body img {
    max-width: 100%;
    height: auto;
}
.insights-single-body p {
    margin-bottom: 35px
}
.insights-single-container {
    padding: 145px 0;
}
.insights-single-container ul {
    margin-bottom: 30px;
}
.insights-single-body strong, .insights-single-body strong p {
    font-weight: 600;
}
.insights-single-body iframe {
    width: 100%;
    height: 450px;
}
.related-news-sidebar .insights {
    padding-top: 0;
}
.share {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #80F;
    padding: 25px;
    margin: 43px 0;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
}
.share > div {
    display: flex;
    align-items: center;
}
.share > div a {
    display: inline-flex;
}
.share svg {
    margin-left: 28px;
}
.page-banner {
    position: relative;
}
.podcast-banner-text {
    position: absolute;
    bottom: 35px;
}
.podcast-banner-text-inner {
    display: flex;
}
.podcast-banner-text-inner a {
    margin-right: 18px;
}
.podcast h4 {
    color: #F70D4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    margin-bottom: 3px;
}
.podcast h2 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.25px;
    margin-bottom: 20px;
}
.text-podcast {
    max-width: 500px;
}
.text-podcast .main-button {
    margin-top: 23px;
}
.podcasts {
    padding-top: 120px;
}
.podcast .row {
    margin-bottom: 120px;
    align-items: center;
}
.podcast .row:nth-of-type(2n) {
    flex-direction: row-reverse;
}
.podcast-form {
    padding: 90px 0;
    background: rgba(229, 229, 229, 0.60);
}
.podcast-form h2 {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}    
.podcast-form p {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 910px;
    margin: 0 auto;
}
.podcast-form form {
    max-width: 715px;
    margin: 50px auto 0;
}
.podcast-form form label {
    font-size: 14px;
    line-height: 1.5;
}
.podcast-form form label a {
    color: #fff;
}
.podcast-form form .input {
    width: 100%;
}
.podcast-form form input[type="text"], .podcast-form form input[type="email"], .contact-form-section form input[type="text"], .contact-form-section form input[type="email"] {
    width: 100%;
    height: 50px;
    border: 0;
    outline: none;
    padding: 10px 22px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Manrope", sans-serif !important;
    max-width: 348px;
}
.contact-form-section form input[type="text"], .contact-form-section form input[type="email"] {
    border: 1px solid #80F;
    max-width: 100%;
}
.contact-form-section form input[type="submit"] {
    margin: 0;
}
.contact-form-section form textarea {
    border: 1px solid #80F;
    max-width: 100%;
    height: 240px;
    resize: none;
    padding: 10px 22px;
    color: #000;
    width: 100%;
    margin-bottom: 40px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-family: "Manrope", sans-serif !important;
}
.contact-form-section form .check {
    margin-bottom: 45px;
}
.contact-form-section form .input {
    margin-bottom: 12px;
}
.podcast-form input[type="checkbox"] {
    margin: 0;
    margin-right: 4px;
    font-family: "Manrope", sans-serif;
}
.form-row {
    display: flex;
}
.form-row div + div {
    margin-left: 20px;
}
.form-row + .form-row {
    margin-top: 20px;
}
.contact-form-section .check p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.check {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.form-row label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.wpcf7-not-valid-tip {
    color: #F70D4F;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
input[type="submit"] {
    border: 0;
    font-family: "Manrope", sans-serif;
    margin: 40px auto 0;
}
.podcast-single-banner {
    color:#000;
    padding-top: 120px;
}
.podcast-single-banner h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.5px;
    margin-bottom: 20px;
}
.podcast-single-banner .row {
    align-items: center;
}
.podcast-single-banner .d-flex {
    margin-top: 53px;
}
.podcast-single-banner .d-flex a {
    margin-right: 18px;
}
.podcast-single-banner .d-flex img {
    max-width: 100%;
}
.podcast-content h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}
.podcast-content p {
    margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
    .container-small {
        max-width: 1200px;
    }
}
.podcast-text {
    max-width: 960px;
}
.podcast-text h4 {
    color: #F70D4F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    margin-bottom: 3px;
}
.podcast-content {
    padding: 120px 0 60px
}
.podcast-video img {
    max-width: 100%;
}
.podcast-video {
    margin-bottom: 120px;
}
.podcast-popup::before {
    content: '';
    background: url('https://www.comtrade.com/wp-content/themes/comtrade-new/images/video-play-button2.png');
      background-size: auto;
    background-size: 92px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 92px;
    height: 92px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.video-popup {
    position: relative;
    display: block;
}
/* .leadership-banner #myVideo {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
} */
.leadership-banner {
    height: 100vh;
    overflow: hidden;
    max-height: 700px;
    min-height: 600px;
    position: relative;
}
.leadership-banner.contact-banner {
    height: 700px;
    max-height: none;
    min-height: 1px;
    background-size: cover !important
}
.leadership-banner #myVideo {
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
  }
.leadership-banner {
    position: relative
}
.leadership-banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.leadership-banner-text h1 {
    line-height: normal;
}
.leadership-banner-text p {
    color: #B6B3BD;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    line-height: 128.571%;
}
.leadership-block h2 {
    text-align: center;
    padding: 84px 0;
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    letter-spacing: -0.4px;
    max-width: 650px;
    margin: 0 auto;
}
.leadership-block {
    padding-bottom: 140px;
    padding-top: 150px;
}
.leadership-box {
    padding: 30px;
}
.leadership-box:hover {
    border: 0.75px solid #80F;
}
.leadership-box:hover img {
    transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.leadership-box h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.25px;
    margin-bottom: 9px;
    margin-top: 75px;
}
.leadership-box {
    border: 0.75px solid #B6B3BD;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
}
.leadership-box p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.16px;
    margin-bottom: 23px;
}
.leadership-block .row > div, .leadership-block .row > div > a {
    display: flex;
}
.leadership-block .row {
    justify-content: center;
}
.leadership-block span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}
.leadership-block a:hover svg {
    margin-left: 10px;
}
.leadership-block span svg {
    margin-left: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.leadership-info h2 {
    font-weight: 700;
    margin-bottom: 2px;
}
.leadership-info p {
    margin-bottom: 30px;
}
.leadership-info h4 p {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.25px;
    margin-bottom: 40px;
}
.leadership-info-text {
    max-width: 733px;
}
.leadership-info {
    padding: 140px 0 70px;
}
.contact-form-section {
    padding: 190px 0 155px;
}
.contact-form-section h2 {
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-form-section h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.25px;
    margin-bottom: 36px;
}
.contact-offices h2 {
    font-weight: 700;
    margin-bottom: 40px;
}
.offices-box {
    padding: 23px 30px 33px;
    border: 1px solid #B6B3BD;
    margin-bottom: 33px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.offices-box h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
}
.offices-box h4 {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 250%;
}
.contact-offices .row > div {
    display: flex;
}
.contact-offices ul {
    padding: 52px 0;
}
.contact-offices li {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.contact-offices li a {
    color: #80F;
}
.contact-offices .main-button-invert {
    color: #80F;
}
.contact-offices .main-button-invert svg {
    margin-left: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.contact-offices .main-button-invert:hover svg {
    margin-left: 10px;
}
.contact-offices {
    padding-bottom: 150px;
}
.text-section {
    padding: 140px 0;
    text-align: center;
}
.text-section p {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-top: 35px;
    margin-bottom: 35px;
}
.text-section .main-button {
    margin: 0 auto;
}
.jobs {
    border: 0.75px solid #80F;
    background: #FFF;
    min-height: 200px;
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.jobs:hover {
    border: 0.75px solid #B6B3BD;
}
.jobs > a {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    justify-content: center
}
.country {
    color: #80F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 218.75%;
}
.jobs h3 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.jobs-single-banner {
    background: rgba(229, 229, 229, 0.60);
    min-height: 500px;
    position: relative;
}
.jobs-single-banner h5 {
    color: #ED1155;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 155.556%;
}
.jobs-single-banner h1 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 87.5%;
    margin: 17px 0 18px;
    letter-spacing: normal;
}
.jobs-single-banner h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}
.container-jobs {
    max-width: 828px;
    margin: 0 auto;
}
.jobs-banner-text {
    padding-top: 200px;
}
.jobs-single-banner .main-button {
    min-width: 168px;
}
.jobs-single-banner .d-flex {
    align-items: center;
    justify-content: space-between;
}
.jobs-single-banner .share {
    border: 0;
}
.content-jobs {
    padding: 60px 0 100px
}
.content-jobs li {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    letter-spacing: 0.18px;
    list-style-type: disc;
}
.content-jobs ul {
    padding-left: 15px;
}
.content-jobs h3 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    margin-bottom: 16px;
}
.content-jobs p, .content-jobs ul {
    margin-bottom: 16px;
}
.join-button {
    margin-top: 37px;
}
.half-vision-section .half-text {
    max-width: 580px;
}
.half-vision-section {
    background: #090A17;
    color:#fff;
    padding: 140px 0;
}
.half-purpose-section p {
    color: #B6B3BD;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    letter-spacing: 0.3px;
    margin-top: 18px;
}
.half-values-section {
    background: #090A17;
}
.embed-responsive-custom::before {
    padding-top: 82%;
}
.half-values-section .half-text h2 {
    color: #80F;
}
.half-values-section .row {
    padding-bottom: 145px;
}
.half-values-section .row:nth-child(2n+1) {
    flex-direction: row-reverse;
}
.half-values-section .container > h2 {
    color:#fff;
    text-align: center;
    margin-bottom: 108px;
}
.half-values-section .row:last-of-type {
    padding-bottom: 0;
}
.half-about-section {
    padding-top: 145px;
}
.half-about-section .row {
    margin-bottom: 200px;
}
.half-text-about {
    max-width: 583px;
    margin: 0 auto;
}
.half-text-about h2 {
    margin-bottom: 25px;
}
.numbers-about-section h2 {
    margin-bottom: 10px;
    font-weight: 700;
}
.numbers-about-section h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    min-height: 55px;
}
.numbers-about-section p {
    color: #80F;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
.numbers-inner {
    padding: 35px;
    border-left: 1px solid #80F;
}
.numbers-about-section .row > div {
    display: flex;
} 
.numbers-about-section .container > h2 {
    margin-bottom: 75px;
    text-align: center;
}
.flip-box {
    background: #09c1e8;
    padding: 40px 35px;
    overflow: hidden;
    cursor: pointer;
    height: 676px;
    display: flex;

    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.flip-box-outher {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.flip-box-outher:hover .flip-box{
    filter: blur(75px);
    -webkit-filter: blur(75px);
    opacity: 1;
    transform: scale(1.5);
}
.flip-box .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.img-flip .flip-box-outher .up {
    top: auto;
}
.flip-box-outher .up {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.6s ease;
    /* transition-delay: 0.5s; */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    flex-direction: column;
    padding: 40px 35px;
    z-index: 2;
}
.flip-box-outher:hover .up {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.flip-box .inner h3 {
    position: absolute;
    bottom: 40px;
    padding: 0 35px;
    margin-bottom: 0;
    top: auto;
    color: #FFF;
}
.flip-box-outher h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 133.333%;
    letter-spacing: 0.3px;
}
.ach-purple .flip-box-outher .up {
    background: #80F;
    color:#fff;
}
.ach-black .flip-box-outher .up {
    background: #090A17;
    border: 1px solid #040423;
    color:#fff;
}
.ach-purple .flip-box-outher .up h3, .ach-black .flip-box-outher .up h3{
    color:#fff;
}
.flip-box-outher .up h3 {
    color: #000;
    margin-bottom: 25px;
}
.flip-box-outher .up p {
    margin-bottom: 25px;
}
.flip-box-outher .up p:last-of-type {
    margin-bottom: 0;
}
.overlay-ach {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.about-achievements {
    padding: 180px 0 0;
}
.about-achievements .container > h2 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.about-achievements .container > p {
    text-align: center;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.25px;
}
.about-achievements .row {
    padding-top: 150px;
}
.text-section .social-footer {
    justify-content: center;
}
.text-section .social-footer a {
    margin:0 20px;
}
.greatness-section h2, .greatness-section .container > p {
    text-align: center;
}
.greatness-section {
    padding-top: 130px;
}
.greatness-section h2 {
    margin-bottom: 10px;
}
.greatness-section .container > p {
    color: #000;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.greatness-section .row {
    margin-top: 145px;
}
.greatness-section h3 {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.4px;
    margin-bottom: 35px;
}
.culture-box {
    padding: 35px;
    border: 1px solid #80F;
    margin-bottom: 25px;
}
.greatness-section .row > div {
    display: flex;
}
.half-culture-section .row {
    margin-top: 145px;
}
.half-culture-section .row:nth-child(2n) {
    flex-direction: row-reverse;
}
.half-text-culture {
    max-width: 460px;
    margin: 0 auto;
}
.half-text-culture h3 {
    color: #000;
    font-weight: 600;
    line-height: 125%;
    letter-spacing: -0.4px;
    margin-bottom: 30px;
}
.half-culture-section {
    padding-bottom: 170px;
}
.home-banner #myVideo {
    position: relative;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}
.home-banner {
    height: 100vh;
    overflow: hidden;
    max-height: 1000px;
    position: relative;
}  
.home-videos {
    max-width: 583px;
    object-fit: cover;
}
@keyframes slides {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.logos {
    overflow: hidden;
    padding: 30px 0px;
    white-space: nowrap;
    position: relative;
    display: flex;
  align-items: center;
}

.logos:before, .logos:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.logos:before {
    left: 0;
    background: linear-gradient(90deg, #090A17 26.5%, rgba(9, 10, 23, 0.52) 100%);
}

.logos:after {
    right: 0;
    background: linear-gradient(90deg, rgba(9, 10, 23, 0.64) 26.5%, #090A17 100%);
}

.logo_items {
    display: inline-block;
    animation: 35s slides infinite linear;
    align-items: center;
  display: flex;
}

.logos:hover .logo_items {
    animation-play-state: paused;
}

.logo_items img{
    margin: 0 35px;
}
.jobs-banner {
    background: #000;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px;
    grid-auto-rows: auto;
    grid-auto-columns: auto;
    width: 100%;
    padding-bottom: 45px;
}
.grid-1 {
    justify-self: end;
}
.grid-2 {
    align-self: end;
}
.grid-3 {
    justify-self: end;
}
.image-grid > div {
    margin: 15px
}
.image-grid img {
    display: block;
}
.jobs-banner {
    padding-top: 85px;
}
.jobs-banner .row {
    align-items: center;
}
.jobs-form {
    margin-top: 30px;
}
.jobs-form select {
    width: 260px;
    color: #B6B3BD;
    border: 1px solid #80F;
    background: #000;
    font-weight: 400;
}

option:hover {
    box-shadow: 0 0 10px 100px #80F inset;
}
.jobs-form input[type="search"] {
    width: 360px;
    border: 1px solid #80F;
    background: #000;
    color: #B6B3BD;
    font-weight: 400;
}
.single-jobs .main-header ul a, .single-podcast .main-header ul a, .error404 .main-header ul a {
    color: #1C1B1F;
}
.single-podcast header {
    border-bottom: 1px solid rgba(229, 229, 229, 0.60);
}
.single-jobs header {
    background: #fff;
}
#load-more {
    margin: 45px auto 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.progress {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    
    border-radius: 16px;
    background: #D9D9D9;
    background-image: linear-gradient(to right, #8800FF, #8800FF);
    background-repeat: no-repeat;
    background-size: 0 100%;
    max-width: 397px;
    transition: background-size .4s ease-in-out;
}
.culture-slider-section {
    background: rgba(229, 229, 229, 0.65);
    padding: 140px 0 120px;
}
.culture-slider-section p {
    margin-top: 26px;
    margin-bottom: 52px;
    max-width: 724px;
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.culture-slider-section .d-flex {
    align-items: center;
}
.slider-arrows {
    display: flex;
}
.slider-arrows span {
    cursor: pointer;
    margin-right: 20px;
}
#culture-slider {
    margin-top: 53px;
}
#culture-slider .image {
    margin: 0 5px;
}
.vesa-text h3 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 116.667%;
    letter-spacing: -0.6px;
    margin-bottom: 29px;
    
}
.vesa-text p {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 148%;
    letter-spacing: -0.25px;
}
.vesa-text {
    max-width: 610px;
    margin: 0 auto;
}
.vesa-row {
    align-items: center;
}
.podcast-banner {
    height: 700px;
    background-size: cover !important;  
}
@media screen and (min-width: 1200px) {
    .menu > li:hover .sub-menu {
        display: block;
    }
}
.main-header .sub-menu {
    display: none;
    position: absolute;
    min-width: 190px;
    left: -25px;
    top: 70px;
    background: rgba(255, 255, 255, 0.70);
    backdrop-filter: blur(6.949999809265137px);
    padding: 13px 18px 13px 17px;
}
.sticky-header .main-header .sub-menu {
    top: 94px;
}
.main-header .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
}
.main-header .sub-menu li:last-child {
    border-bottom: 0;
}
.main-header .sub-menu li a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 235.714%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.main-header .sub-menu li a:hover {
    font-weight: 600;
}
.main-header .sub-menu li a::after {
    content: url('images/arrow_forward.svg');
    display: inline-block;
    left: 10px;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.main-header .sub-menu li a:hover:after {
    left: 15px;
}
.flip-box-bg {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition-delay: 0.15s;
    opacity: 0;
}
.flip-box-outher:hover .flip-box-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    z-index: 1;
}
.bg-white .up h3 {
    color:#000;
}
.bg-white .flip-box-bg  {
    background: #fff;
    border: 1px solid #80F;
}
.ach-purple .flip-box-bg  {
    background: #80F;
    border: 1px solid #80F;
}
.ach-black .flip-box-bg  {
    background: #090A17;
    border: 1px solid #040423;
}
.ach-purple .up, .ach-purple .up h3, .ach-black .up, .ach-black .up h3 {
    color:#fff;
}
.txt-banner {
    position: relative;
    height: 358px;
}
.txt-banner h1 {
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.small-cont {
    max-width: 830px;
}
.overlay-page {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(136, 0, 255, 0.00)  67%,  rgba(136, 0, 255, 0.85) 100%);
}
.txt-content ol {
    list-style: decimal;
    padding-left: 45px;
    font-weight: bold;
    margin-bottom: 30px;
}
.txt-content ol li {
    font-weight: bold;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.3px;
}
.txt-content ul {
    list-style: disc;
    padding-left: 15px;
}
.txt-content ul {
    margin-bottom: 30px;
}
.content h2 {
    font-size: 35px;
    color:#000;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}
.content h3 {
    font-size: 30px;
    color:#000;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-bottom: 30px;
}
.content p a, .content li a {
    color:#80F
}
.page-id-2388 tr, .page-id-2388 td {
    border: 0.75px solid #D9D9D9;
    padding: 10px 12px !important;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 19.5px */
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
    margin-bottom: 30px;
}
.table-responsive td b {
    font-weight: 600;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.google-anal-button.active, .banner-show-status.active, .video-show-status.active {
    width: auto !important;
    margin: 40px auto 40px auto;
    background: #80F !important;
    box-shadow: none !important;
    color: #fff;
    text-decoration: none;
    height: auto;
    line-height: normal;
    font-weight: 500;
    padding: 16px 32px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 83px;
    white-space: nowrap;
    box-sizing: border-box;
    text-shadow: none !important;
    font-size: 16px;
    border-color:#80F !important;
}
.google-anal-button, .banner-show-status, .video-show-status {
    width: auto !important;
    margin: 40px auto 40px auto;
    background: #fff !important;
    box-shadow: none !important;
    color: #000;
    text-decoration: none;
    height: auto;
    line-height: normal;
    font-weight: 500;
    padding: 16px 32px;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 83px;
    white-space: nowrap;
    box-sizing: border-box;
    text-shadow: none !important;
    color: #090A17;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-color:#80F !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
    border: 0 !important;
    text-align: center;
}
.our-culture-notice {
    border: 1px solid #80F;
    background: #F5F5F5;
    padding: 65px 35px;
    margin-bottom: 30px;
}
.our-culture-notice h4 {
    color: #000;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0.25px;
    margin-bottom: 31px;
}
.cookie-info-banner {
    display: flex;
    background: #FFF;
backdrop-filter: blur(7.349999904632568px);
align-items: center;
}
.cookie-info-banner p {
    color: #000;
    max-width: 70% !important;
    line-height: 1.5;
    text-align: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 155.556%;
    margin: 0 auto !important;
}
.buttonss {
    min-width: 430px;
    padding: 15px;
    display: flex;
}
.buttonss a {
    color:#000;
}
.close-button.st {
    margin-left: 20px;
}
.error {
    min-height: 800px;
    text-align: center;
}
.error-text {
    padding-top: 250px;
}
.error-text h1 {
    font-size: 200px;
    margin: 30px 0 50px;
}
.error-text .main-button {
    margin: 0 auto;
}
.error-text h1,.error-text h3 {
    color:#000;
}
.senka {
    position: absolute;
    top: 0;
    left: 0;
    bottom:0;
    right: 0;
    box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);
    -webkit-box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);
    -moz-box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);   
    max-width: 583px;
}
.senka2 {
    position: absolute;
    top: 0;
    left: 62px;
    bottom:0;
    right: 0;
    box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);
    -webkit-box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);
    -moz-box-shadow: 0px 0px 100px 0px rgba(147,73,253,0.35);   
    max-width: 565px;
}
/**************************************
    * RESPONSIVE
**************************************/
@media screen and (min-width: 1921px) {
    .podcast-banner {
        height: 930px;
    }    
}
@media screen and (max-width: 1600px) {
    h1 {
        font-size: 90px;
    }
    .banner-text h2 {
        font-size: 25px;
        margin-top: 15px;
    }
    .half-section {
        padding: 110px 0;
    }
    h2, .vesa-text h3 {
        font-size: 50px;
    }
    .half-section .main-button {
        margin-top: 25px;
    }
    .half-section .row {
        margin-bottom: 120px;
    }
    .half-section h2 {
        margin-bottom: 25px; 
    }    
    .h2-title {
        font-size: 65px;
    }   
    .insights-home h2 {
        margin-bottom: 60px;
    }
    .single-item span {
        margin-top: 45px;
    }
    .news-box {
        padding: 27px 25px 30px;
    }
    .home-partnership {
        padding: 60px 0;
    }
    .partners {
        padding: 80px 0 100px;
    }
    .play-button {
        font-size: 22px;
    }
    .video-section {
        padding: 120px 0;
    }
    .contact-section {
        padding: 100px 0 90px;
    }
    .leadership-banner-text p {
        font-size: 30px;
    }
    .half-culture-section .row {
        margin-top: 120px;
    }
    .half-culture-section {
        padding-bottom: 120px;
    }
    .numbers-about-section .container > h2 {
        margin-bottom: 70px;
    }    
    .numbers-about-section h3 {
        font-size: 32px;
    }
    .numbers-about-section p, .text-section p, .vesa-text p, .leadership-info h4 p, .share, .podcast-form p, .podcast-single-banner h3, .contact-form-section h4, .culture-slider-section p, .greatness-section .container > p {
        font-size: 22px;
    }
    .about-achievements {
        padding: 120px 0 0;
    }
    .about-achievements .row {
        padding-top: 90px;
    }
    .flip-box-outher .up {
        padding: 25px;
    }
    .flip-box-outher h3, .half-purpose-section p, .news-banner-text p, .jobs-banner p {
        font-size: 26px;
    }    
    .flip-box-outher .up p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .flip-box-outher .up h3 {
        margin-bottom: 15px;
    }
    .half-text-about {
        max-width: 500px;
    }    
    .text-section {
        padding: 100px 0;
    }    
    .leadership-box {
        padding: 20px;
    }
    .leadership-box h3 {
        margin-top: 50px;
    }
    .vesa-text {
        max-width: 510px; 
    }    
    .leadership-block h2 {
        padding: 75px 0;
    }   
    .leadership-block {
        padding-bottom: 100px;
        padding-top: 100px;
    } 
    .half-values-section .container > h2 {
        margin-bottom: 80px;
    }
    .half-vision-section {
        padding: 100px 0;
    }
    .half-values-section .row {
        padding-bottom: 100px;
    }
    .insights {
        padding: 100px 0 80px;
    }
    .insights-single-body p, .content p, .content li, .content h3, .content h2  {
        margin-bottom: 25px;
    }
    .insights-single-container {
        padding: 100px 0;
    }
    .podcasts {
        padding-top: 100px;
    }
    .podcast .row {
        margin-bottom: 90px;
    }
    .podcast h2 {
        font-size: 23px;
    }    
    .podcast-content {
        padding: 100px 0 20px;
    }
    .podcast-video {
        margin-bottom: 100px;
    }
    .jobs-form input[type="search"] {
        width: 100%;
    }    
    .jobs-form select {
        width: 40%;
    } 
    #job-search-form {
        width: 60%;
    }   
    .contact-form-section {
        padding: 100px 0;
    }
    .contact-form-section h2 {
        margin-bottom: 15px;
    }
    .contact-form-section h4 {
        margin-bottom: 20px;
    }
    .contact-form-section form .check {
        margin-bottom: 25px;
    }
    .contact-form-section form textarea {
        margin-bottom: 10px;
        height: 220px;
    }
    .offices-box {
        padding: 20px 25px 25px;
    }    
    .offices-box h3 {
        font-size: 34px;
    }
    .contact-offices li {
        font-size: 20px;
    }
    .contact-offices ul {
        padding: 40px 0;
    }
    .contact-offices {
        padding-bottom: 100px;
    }
    .leadership-info {
        padding: 110px 0 70px;
    }
    .podcast-content p {
        margin-bottom: 25px;
    }
    .culture-slider-section {
        padding-top: 110px;
    }
    .greatness-section h3 {
        font-size: 35px;
    }
    .greatness-section .row {
        margin-top: 100px;
    }
    .leadership-banner.contact-banner {
        height: 640px;
    }
    .podcast-banner {
        height: 600px;
        background-size: cover !important;  
    }
    .cookie-info-banner {
        padding-left: 40px;
    }
    .cookie-info-banner p {
        font-size: 16px;
    }
    .buttonss {
        min-width: 380px;
    }    
    .error {
        min-height: 650px;
    }   
    .error-text {
        padding-top: 150px;
    } 
    .senka2 {
        left: 50px;
        max-width: 440px;;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 70px;
    }
    .banner-text h2 {
        font-size: 22px;
    }
    h2, .vesa-text h3 {
        font-size: 42px;
    }
    .half-section {
        padding: 80px 0;
    }
    .half-section .row {
        margin-bottom: 80px;
    }
    .h2-title {
        font-size: 55px;
    }
    .news-box {
        padding: 22px 20px 25px;
    }
    .single-item h3 {
        font-size: 20px;
    }
    p, .content-jobs li, li {
        font-size: 17px;
    } 
    .insights-home {
        padding-bottom: 50px;
    }   
    .partners {
        padding: 50px 0 80px;
    }
    .partners h3 {
        margin-bottom: 40px;
    }    
    .logos::before, .logos::after {
        width: 150px;
    }
    .contact-section {
        padding: 80px 0;
    }
    .numbers-about-section .container > h2 {
        margin-bottom: 50px;
    }
    .numbers-about-section p, .text-section p, .vesa-text p, .leadership-info h4 p, .share, .podcast-form p, .podcast-single-banner h3, .contact-form-section h4 {
        font-size: 20px;
    }
    .numbers-inner {
        padding: 25px;
    }    
    .half-culture-section {
        padding-bottom: 80px;
    }
    .about-achievements .row {
        padding-top: 60px;
    }
    .leadership-block h2 {
        padding: 50px 0;
    }
    .leadership-block h2 {
        font-size: 36px;
    }
    .leadership-block {
        padding-bottom: 80px;
        padding-top: 80px;
    }
    .leadership-banner-text p {
        font-size: 26px;
    }
    .leadership-banner {
        max-height: 640px;
        min-height: 550px;
    }
    .leadership-info {
        padding: 80px 0 70px;
    }
    .contact-section p {
        font-size: 22px;
    }
    .news-banner {
        height: 530px; 
    }   
    .insights {
        padding: 80px 0 80px;
    } 
    .search-form {
        margin-bottom: 50px;
    }
    .search-form input[type="search"], .jobs-form input[type="search"], .insights-single-body h4, .podcast h4, .podcast-text h4, .jobs-form select, .jobs-single-banner h5 {
        font-size: 17px;
    }
    .single-item h3 {
        font-size: 19px;
    }
    .single-item h4 {
        font-size: 15px;
    }
    .main-button-invert, .main-button {
        font-size: 15px;
    }
    .insights-single-body h1, .podcast-content h1 {
        font-size: 32px;
    }
    .insights-single-body p, .podcast-content p, .content p, .content li, .content h3, .content h2 {
        margin-bottom: 20px;
    }
    .txt-content ol li, .content h3, .content h2 {
        font-size: 25px;
    }
    .txt-content ol {
        padding-left: 40px;
    }
    .share {
        padding: 20px;
    }
    .share svg {
        margin-left: 20px;
        max-width: 25px;
        height: auto;
    }
    .single-item h4 {
        margin-top: 20px;
    }
    .podcast-video {
        margin-bottom: 80px;
    }
    .podcast-form {
        padding: 80px 0;
    }   
    .flip-box-outher h3, .half-purpose-section p, .news-banner-text p, .jobs-banner p, .jobs h3, .about-achievements .container > p {
        font-size: 23px;
    } 
    .text-section {
        padding: 80px 0;
    }
    .jobs > a {
        min-height: 180px;
    }
    .jobs-banner-text {
        padding-top: 170px;
    }
    .jobs-single-banner h1 {
        font-size: 36px;
    }
    .jobs-single-banner h4 {
        font-size: 22px;
    }
    .content-jobs {
        padding: 80px 0;
    } 
    .contact-form-section {
        padding: 80px 0;
    }
    .contact-form-section form textarea {
        height: 180px;
    }
    .offices-box h3 {
        font-size: 27px;
    }
    .contact-offices li {
        font-size: 16px;
    }
    .offices-box h4 {
        font-size: 17px;
    }
    .contact-offices {
        padding-bottom: 50px;
    }
    .greatness-section .row {
        margin-top: 80px;
    }
    .greatness-section h3 {
        font-size: 32px;
    }
    .culture-box {
        padding: 25px;
    }    
    .half-culture-section .row {
        margin-top: 80px;
    }
    .greatness-section h3 {
        margin-bottom: 25px;
    }
    .social-footer svg {
        max-width: 40px;
        max-height: 35px;
    }
    .leadership-block span {
        font-size: 16px;
    }
    .podcast-banner-text-inner {
        max-width: 420px;

    }
    .podcast-banner-text img {
        max-height: 55px;
    }
    .half-vision-section {
        padding: 80px 0;
    }
    .insights-single-container {
        padding: 50px 0;
    }
    .podcasts {
        padding-top: 80px;
    }
    .culture-slider-section {
        padding: 80px 0;
    }
    .content-jobs h3 {
        font-size: 28px;
    }
    .leadership-banner.contact-banner {
        height: 500px;
    }
    .podcast-banner {
        height: 500px;
        background-size: cover !important;  
    }
    .single-podcast .mobile-menu svg path, .single-jobs .mobile-menu svg path, .error404 .mobile-menu svg path{
        fill: #000;
    }
    .sticky-header .mobile-menu svg path {
        fill: #000;
    }
    header .top {
        padding: 23px 0; 
    }
    .side-header {
        border-bottom: 1px solid #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 25px 23px 30px;
    }
    .insights-single-container ul {
        margin-bottom: 25px;
    }
    .greatness-section {
        padding-top: 80px;
    }
    .senka2 {
        left: 40px;
        max-width: 370px;
    }
}
@media screen and (max-width: 991px) {
    h1 {
        font-size: 55px;
    }
    .banner-text h2 {
        font-size: 20px;
    }
    .half-section .row > div {
        max-width: 583px;
        margin: 0 auto;
    } 
    .half-section {
        padding: 60px 0;
    }
    .half-text {
        margin-top: 30px;
    }
    h2, .vesa-text h3 {
        font-size: 38px;
    }
    .half-section h3 {
        font-size: 18px;
    }
    .h2-title {
        font-size: 40px;
    }
    .insights-home h2 {
        margin-bottom: 35px;
    }
    .insights-home .news-box {
        margin-bottom: 30px;
    }
    .home-partnership {
        padding: 0 0 40px;
    }
    .home-partnership h2 {
        margin-bottom: 25px;
    }
    h3 {
        font-size: 35px;
    }
    .logos::before, .logos::after {
        width: 100px;
    }
    .play-button svg {
        max-width: 60px;
        height: auto;
    }
    .play-button {
        font-size: 20px;
    }
    .video-section {
        padding: 90px 0;
    }
    footer .menu > li > a {
        font-size: 15px;
    }
    footer .menu {
        margin-top: 3px;
    }
    footer {
        overflow: hidden;
    }
    .footer-logo svg {
        max-width: 180px;
        height: auto;
    }
    .down-footer .d-flex {
        flex-wrap: wrap;
    }
    .social-footer {
        margin-bottom: 30px;
    }
    .bottom-footer {
        flex-direction: column-reverse;
    }
    .contact-section p {
        font-size: 20px;
    }
    .home-partnership p {
        font-size: 17px;
    }
    .main-button, .main-button-invert, input[type="submit"] {
        padding: 14px 27px;
    }
    .social-footer a {
        margin:0 12px;
    }
    .half-text-about {
        margin-top: 40px;
    }
    .half-culture-section .row {
        margin-top: 60px;
    }
    .numbers-about-section h3 {
        font-size: 25px;
    }
    .numbers-about-section p, .text-section p, .vesa-text p, .leadership-info h4 p, .share, .podcast-form p, .podcast-single-banner h3, .contact-form-section h4 {
        font-size: 17px;
    }
    .numbers-inner {
        padding: 20px;
    }
    .about-achievements {
        padding: 60px 0 0;
    }
    .flip-box-outher h3, .half-purpose-section p, .news-banner-text p, .jobs-banner p, .jobs h3, .about-achievements .container > p {
        font-size: 20px;
    }
    .flip-box {
        height: 600px;
    }
    .text-section {
        padding: 60px 0;
    }
    .leadership-block {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    .leadership-box h3 {
        margin-top: 35px;
    }
    .leadership-block h2 {
        font-size: 32px;
        max-width: 570px;
    }
    .leadership-info-text {
        padding-top: 30px;
    }
    .leadership-info h4 p {
        margin-bottom: 25px;
    }
    .leadership-info p {
        margin-bottom: 20px;
    }
    .leadership-info {
        padding: 60px 0 40px;
    }
    .leadership-banner-text p {
        font-size: 22px;
    }
    .half-vision-section {
        padding: 60px 0;
    }
    .half-vision-section .row {
        flex-direction: column-reverse;
    }
    .half-values-section .half-text {
        max-width: 570px;
        margin: 30px auto 0;
    }
    .half-values-section .row {
        padding-bottom: 60px;
    }
    .half-values-section .container > h2 {
        margin-bottom: 40px;
    }
    .half-vision-section .row {
        max-width: 570px;
        margin: 0 auto;
    }
    .news-banner {
        height: 500px;
    }
    .insights {
        padding: 60px 0;
    }
    .search-form select, .jobs-form select {
        font-size: 17px;
    }
    .main-button, .main-button-invert, input[type="submit"] {
        padding: 12px 23px;
    }
    #load-more {
        margin: 25px auto 0;
    }
    .insights-single-body h1, .podcast-content h1 {
        font-size: 28px;
    }
    .insights-single-container {
        padding: 60px 0;
    }
    .related-news {
        display: flex;
        justify-content: space-between;
    }
    .related-news .single-item {
        flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        max-width: 48%;
    }
    .insights-single-container {
        padding-bottom: 0;
    }
    .podcast-banner-text img {
        max-height: 46px;
    }
    .podcasts {
        padding-top: 60px;
    }
    .text-podcast {
        margin-top: 30px;
    }
    .podcast h2 {
        font-size: 22px;
    }
    .podcast .row {
        margin-bottom: 60px;
    }
    .podcast-single-banner .row {
        flex-direction: column-reverse;
    }
    .podcast-single-banner {
        padding-top: 110px;
    }
    .podcast-single-banner h2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .podcast-single-banner .d-flex {
        margin-top: 40px;
    }
    .podcast-single-banner .d-flex img {
        height: 50px;
    }
    .podcast-content {
        padding: 60px 0 20px;
    }
    .podcast-video {
        margin-bottom: 60px;
    }
    .podcast-form {
        padding: 60px 0 40px;
    }
    .leadership-banner.jobs-banner {
        max-height: none;
        min-height: 1px;
        height: auto;
    }
    .jobs-banner {
        padding-top: 100px;
    }
    .leadership-banner h1 {
        margin-bottom: 10px;
    }
    .jobs-text-section.text-section p {
        margin: 25px 0 0;
    }
    .jobs > a {
        min-height: 150px;
    }
    .jobs-single-banner h4 {
        font-size: 20px;
    }
    .jobs-single-banner .main-button {
        min-width: 150px;
    }
    .content-jobs {
        padding: 60px 0;
    }
    .leadership-banner.culture-banner {
        max-height: none;
        min-height: 1px;
        height: 460px;
    }
    .culture-slider-section {
        padding: 60px 0;
    }
    .greatness-section .row {
        margin-top: 50px;
    }
    .greatness-section h3 {
        font-size: 30px;
    }
    .social-footer svg {
        max-width: 40px;
        max-height: 33px;
    }
    .half-culture-section .row > div {
        max-width: 587px;
        margin: 0 auto;
    }
    .half-text-culture {
        margin-top: 30px;
    }
    .half-section .row {
        margin-bottom: 60px;
    }
    .contact-section {
        padding: 60px 0;
    }
    .content-jobs h3 {
        font-size: 25px;
    }
    .contact-form-section {
        padding: 60px 0;
    }
    .culture-slider-section p, .greatness-section .container > p {
        font-size: 20px;
    }
    .podcast-banner {
        height: 450px;
        background-size: cover !important;  
    }
    .greatness-section {
        padding-top: 60px;
    }
    .our-culture-notice {
        margin-bottom: 25px;
    }
    .our-culture-notice h4 {
        font-size: 22px;
    }
    .buttonss {
        min-width: 320px;
    }
    .error-text h1 {
        font-size: 160px;
    }   
    .error {
        min-height: 700px;
    }   
    .error-text {
        padding-top: 200px;
    }  
    .senka2 {
        left: 62px;
        max-width: 565px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
    .banner-text h2 {
        font-size: 20px;
        margin-top: 20px;
    }
    .banner-text h2 br,.contact-section p br, .about-achievements br, .text-section br, .leadership-banner-text br {
        display: none;
    }
    h2, .vesa-text h3 {
        font-size: 32px;
    }
    .half-section .row {
        margin-bottom: 50px;
    }
    .h2-title {
        font-size: 35px;
    }
    .insights-home {
        padding-bottom: 20px;
    }
    .home-partnership {
        padding: 0px;
    }
    .partners h3 {
        margin-bottom: 30px;
    }
    .logos::before, .logos::after {
        width: 30px;
    }
    .partners {
        padding: 50px 0;
    }
    .play-button svg {
        max-width: 50px;
        height: auto;
    }
    .play-button {
        font-size: 18px;
    }
    .contact-section {
        padding: 50px 0;
    }
    footer .menu {
        flex-wrap: wrap;
    }
    .footer-up .menu > li {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        line-height: 2.5;
    }
    footer .sub-menu {
        margin-top: 0px;
    }
    .footer-logo {
        margin-bottom: 25px;
    }    
    .footer-up {
        padding: 30px 0;
    }
    .footer-up .col-md-8 {
        margin-top: 20px;
    }
    .down-footer .d-flex > li {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        text-align: center;
        margin: 7px auto;
    }
    .adress-footer a {
        margin: 0;
        display: block;
    }
    .down-footer .d-flex {
        flex-direction: column-reverse;
    }
    .social-footer {
        margin-bottom: 20px;
    }
    .contact-section p {
        font-size: 17px;
    }
    .half-culture-section .row {
        margin-top: 50px;
    }
    .half-text-about {
        margin-top: 30px;
    }
    .half-text-about h2 {
        margin-bottom: 20px;
    }
    .half-culture-section .row {
        margin-top: 50px;
    }
    .half-culture-section {
        padding-bottom: 50px;
    }
    .numbers-inner {
        text-align: center;
        width: 100%;
        padding: 30px 20px;
        border-left: 0;
        border-bottom: 1px solid #80F;
    }
    .numbers-about-section h3 {
        font-size: 22px;
        min-height: 1px;
    }
    .numbers-about-section .container > h2 {
        margin-bottom: 10px;
    }
    .flip-box-outher h3 {
        font-size: 20px
    }
    .half-purpose-section p, .news-banner-text p, .jobs-banner p, .jobs h3, .about-achievements .container > p {
        font-size: 18px;
    }
    .about-achievements .container > h2, .vesa-text h3 {
        margin-bottom: 20px;
    }
    .about-achievements .row {
        padding-top: 40px;
    }
    .text-section {
        padding: 50px 0;
    }
    .text-section p {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leadership-box h3 {
        margin-top: 30px;
    }
    .leadership-block h2 {
        font-size: 30px;
    }  
    .leadership-block .leadership-box {
        width: 315px;
        margin: 0 auto 30px
    } 
    .leadership-block {
        padding-bottom: 20px;
        padding-top: 50px;
    } 
    .leadership-banner-text p {
        font-size: 20px;
    }
    .leadership-banner-text {
        max-width: 93%;
    }
    .half-purpose-section .embed-responsive-custom::before {
        padding-top: 100%;
    }
    .search-form {
        flex-wrap: wrap;
    }
    .search-form {
        flex-wrap: wrap;
    }
    .search-form select, .jobs-form select, .search-form input[type="search"], .jobs-form input[type="search"], #searchform {
        width: 100%;
    }
    .search-form select, .jobs-form select {
        margin-left: 0;
        margin-top: 20px;
    }
    .insights {
        padding: 50px 0 20px;
    }
    #load-more {
        margin: 10px auto 20px;
    }
    .insights-single-body iframe {
        height: 330px;
    }
    .related-news .single-item {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        max-width: 100%;
    }
    .related-news {
        flex-wrap: wrap;
    }
    .insights-single-body h1 {
        margin-bottom: 30px;
    }
    .share {
        margin: 30px 0;
    }
    .podcast-banner-text-inner a {
        margin-right: 10px;
    } 
    .podcast-banner-text {
        bottom: 20px;
    } 
    .podcasts {
        padding-top: 30px;
    }
    .podcast .row {
        margin-bottom: 50px;
    }
    .form-row {
        flex-wrap: wrap;
    }
    .form-row div + div {
        margin-left: 0px;
    }
    .form-row + .form-row {
        margin-top: 0px;
    }
    .form-row .input {
        margin-bottom: 20px;
    }
    .check {
        margin-top: 0;
    }
    input[type="submit"] {
        margin-top: 30px;
    }
    .podcast-form p {
        font-style: 17px;
    }
    .podcast-single-banner .d-flex img {
        height: auto;
    }
    .podcast-single-banner {
        padding-top: 90px;
    }
    .podcast-content {
        padding: 50px 0 20px;
    }
    .podcast-popup::before {
        background-size: 70px;
        width: 70px;
        height: 70px;
    }
    .podcast-form form input[type="text"], .podcast-form form input[type="email"], .contact-form-section form input[type="text"], .contact-form-section form input[type="email"] {
        max-width: 100%;
    }
    #job-search-form {
        width: 100%;
    } 
    .jobs-form {
        flex-wrap: wrap;
    }
    .search-form select, .jobs-form select {
        font-size: 16px;
    }
    .jobs h3 {
        font-size: 22px;
    }
    .jobs-single-banner .d-flex {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }
    .share {
        padding: 0px;
    }
    .jobs-single-banner h1 {
        font-size: 32px;
        line-height: 1.3;
    }
    .content-jobs h3 {
        font-size: 22px;
    }
    .leadership-banner.contact-banner {
        background-position: 73% center !important;
    }
    .contact-form-section {
        padding: 50px 0 20px;
    }
    .contact-offices h2 {
        margin-bottom: 20px;
    }
    .offices-box {
        padding: 16px 20px 25px;
    }
    .offices-box h3 {
        font-size: 25px;
    }
    .culture-slider-section {
        padding: 50px 0;
    }
    .culture-slider-section .flex-ai-slider {
        padding: 0 15px!important;
    }
    .culture-slider-section p, .greatness-section .container > p {
        font-size: 17px;
    }
    .leadership-banner.culture-banner {
        height: 380px;
    }
    .culture-slider .image img {
        max-width: 100%;
        height: auto;
    }
    h3 {
        font-size: 28px;
    }
    .greatness-section h3 {
        font-size: 27px;
    }
    .half-text-culture h3 {
        margin-bottom: 20px;
    }
    .social-footer svg {
        max-width: 30px;
        max-height: 25px;
    }
    .text-section .social-footer a {
        margin: 0 15px;
    }
    .half-text-culture {
        margin-top: 20px;
    }
    .podcast-banner {
        height: 300px;
        background-size: cover !important;
        background-position: 25% center !important;
    }
    .container-jobs {
        max-width: 540px;
    }
    .txt-content ol li, .content h3, .content h2 {
        font-size: 22px;
    }
    .txt-content ol {
        padding-left: 35px;
    }
    .txt-content p a {
        word-break: break-word;
    }
    .txt-banner {
        position: relative;
        height: 300px;
    }
    .txt-content .main-transition {
        font-size: 28px !important
    }
    .insights-single-container ul {
        margin-bottom: 20px;
    }
    .slider-arrows span > img {
        max-width: 50px;
    }
    #culture-slider {
        margin-top: 35px;
    }
    .greatness-section {
        padding-top: 50px;
    }
    .our-culture-notice {
        margin-bottom: 20px;
        padding: 25px 20px;
    }
    .our-culture-notice h4 {
        font-size: 20px;
    }
    .cookie-info-banner p {
        font-size: 15px;
    } 
    .cookie-info-banner {
        flex-wrap: wrap;
    }
    .cookie-info-banner p {
        max-width: 100% !important;
        text-align: center;
    }
    .cookie-info-banner {
        padding: 0 20px 30px;
    }
    .buttonss {
        min-width: 100%;
        justify-content: center;
    }
    .buttonss a {
        margin: 0 10px;
    }
    .close-button.st {
        margin: 0 10px;
    }
    .buttonss {
        padding: 0;
    }
    .error-text h1 {
        font-size: 110px; 
        margin: 20px 0 30px;
    }    
    .error {
        min-height: 500px;
    }   
    .error-text {
        padding-top: 120px;
    } 
    .banner-text h2, .leadership-banner-text p, .news-banner-text p, .jobs-banner p {
        color:#fff;
    }
    .home-banner, .leadership-banner {
        max-height: 500px;
        min-height: 500px;
    }
    .black-abs {
        background: linear-gradient(180deg, rgba(9, 10, 23, 0.99) 0%, rgba(9, 10, 23, 0.00) 40.19%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .numbers-inner .h2-title {
        font-size: 50px;
    }
    .jobs-banner .row {
        flex-direction: column-reverse;
    }
    .image-grid {
        padding-bottom: 20px;
    }
    .image-grid > div {
        margin: 8px;
    }
    .jobs-form {
        padding-bottom: 40px;
    }
    .related-news-sidebar .share {
        padding: 20px;
    }
    .insights-single-body li {
        margin-bottom: 0;
    }
    .vesa-row {
        flex-direction: column-reverse;
    }
    .vesa-text {
        padding-bottom: 30px;
    }
    .leadership-block .row > div, .leadership-block .row > div > a {
        justify-content: center;
    }
}

@media screen and (max-width: 575px) {
   
}

