.xdebug-error.xe-warning {
    display: none;
}

/* ==========================================================================
   #ANIMATIONS-TRANSITIONS-VARIABLES
   ========================================================================== */
/* ==========================================================================
   #BREAKPOINTS-VARIABLES
   ========================================================================== */
/**
 * Breakpoints needed for sass-mq mixin
 */
/* ==========================================================================
   #COLOR-VARIABLES
   ========================================================================== */
/* ==========================================================================
   #SPACING-VARIABLES
   ========================================================================== */
/* ==========================================================================
   #TYPOGRAPHY-VARIABLES
   ========================================================================== */
body {
    font-stretch: normal;
    font-size: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    scroll-behavior: smooth;
}

* {
    scroll-padding-top: 100px;
}

h1 {
    font-size: 70px;
    font-weight: 900;
    line-height: 0.75;
    letter-spacing: -2.45px;
}

h1 span {
    display: block;
}

@media (min-width: 768px) {
    h1 {
        font-size: 100px;
    }
}

@media (min-width: 1350px) {
    h1 {
        font-size: 130px;
        font-weight: 900;
        line-height: 115px;
        letter-spacing: 1.2px;
    }

    h1 .line__wrapper {
        overflow: hidden;
        min-height: 124px;
    }

    h1.--mid {
        font-size: 157px;
    }
}

@media screen and (max-width: 1260px) {
    h1.--mid {
        font-size: 100px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    h1.--mid {
        font-size: 40px;
    }
}

@media screen and (max-width: 345px) {
    h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1260px) {
    h1.--stitle {
        font-size: 150px;
    }
}

@media screen and (max-width: 1200px) {
    h1.--stitle {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    h1.--stitle {
        font-size: 42px;
    }
}

h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 0.93;
    letter-spacing: normal;
    text-align: center;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 55px;
        font-weight: 900;
        line-height: 55px;
        letter-spacing: 0.51px;
        text-align: center;
    }
}

h2.t__left {
    text-align: left;
}

h3,
body .article-post .article__heading h3.mb__25 {
    font-size: 30px;
    font-weight: 900;
    line-height: 0.93;
    letter-spacing: normal;
}

@media (min-width: 1200px) {

    h3,
    body .article-post .article__heading h3.mb__25 {
        font-size: 44px;
        font-weight: 900;
        line-height: 1.14;
        letter-spacing: normal;
    }
}

h4 {
    font-size: 28px;
    font-weight: bold;
    line-height: 0.93;
    letter-spacing: normal;
}

@media (min-width: 1200px) {
    h4 {
        font-size: 37px;
        font-weight: bold;
        line-height: 1.08;
        letter-spacing: normal;
    }
}

h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: normal;
}

@media (min-width: 1200px) {
    h5 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.08;
        letter-spacing: normal;
    }
}

h6 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: normal;
    color: #ffffff;
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
}

ul,
ol {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
}

.p__0 {
    padding: 0;
}

.p__5 {
    padding: 5px;
}

.p__10 {
    padding: 10px;
}

.p__15 {
    padding: 15px;
}

.p__20 {
    padding: 20px;
}

.p__25 {
    padding: 25px;
}

.p__30 {
    padding: 30px;
}

.p__35 {
    padding: 35px;
}

.p__40 {
    padding: 40px;
}

.p__45 {
    padding: 45px;
}

.p__50 {
    padding: 50px;
}

.p__55 {
    padding: 55px;
}

.p__60 {
    padding: 60px;
}

.p__65 {
    padding: 65px;
}

.p__70 {
    padding: 70px;
}

.p__75 {
    padding: 75px;
}

.p__80 {
    padding: 80px;
}

.p__85 {
    padding: 85px;
}

.p__90 {
    padding: 90px;
}

.p__95 {
    padding: 95px;
}

.p__100 {
    padding: 100px;
}

.pt__0 {
    padding-top: 0;
}

.pt__5 {
    padding-top: 5px;
}

.pt__10 {
    padding-top: 10px;
}

.pt__15 {
    padding-top: 15px;
}

.pt__20 {
    padding-top: 20px;
}

.pt__25 {
    padding-top: 25px;
}

.pt__30 {
    padding-top: 30px;
}

.pt__35 {
    padding-top: 35px;
}

.pt__40 {
    padding-top: 40px;
}

.pt__45 {
    padding-top: 45px;
}

.pt__50 {
    padding-top: 50px;
}

.pt__55 {
    padding-top: 55px;
}

.pt__60 {
    padding-top: 60px;
}

.pt__65 {
    padding-top: 65px;
}

.pt__70 {
    padding-top: 70px;
}

.pt__75 {
    padding-top: 75px;
}

.pt__80 {
    padding-top: 80px;
}

.pt__85 {
    padding-top: 85px;
}

.pt__90 {
    padding-top: 90px;
}

.pt__95 {
    padding-top: 95px;
}

.pt__100 {
    padding-top: 100px;
}

.pb__0 {
    padding-bottom: 0;
}

.pb__5 {
    padding-bottom: 5px;
}

.pb__10 {
    padding-bottom: 10px;
}

.pb__15 {
    padding-bottom: 15px;
}

.pb__20 {
    padding-bottom: 20px;
}

.pb__25 {
    padding-bottom: 25px;
}

.pb__30 {
    padding-bottom: 30px;
}

.pb__35 {
    padding-bottom: 35px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pb__45 {
    padding-bottom: 45px;
}

.pb__50 {
    padding-bottom: 50px;
}

.pb__55 {
    padding-bottom: 55px;
}

.pb__60 {
    padding-bottom: 60px;
}

.pb__65 {
    padding-bottom: 65px;
}

.pb__70 {
    padding-bottom: 70px;
}

.pb__75 {
    padding-bottom: 75px;
}

.pb__80 {
    padding-bottom: 80px;
}

.pb__85 {
    padding-bottom: 85px;
}

.pb__90 {
    padding-bottom: 90px;
}

.pb__95 {
    padding-bottom: 95px;
}

.pb__100 {
    padding-bottom: 100px;
}

.pl__0 {
    padding-left: 0;
}

.pl__5 {
    padding-left: 5px;
}

.pl__10 {
    padding-left: 10px;
}

.pl__15 {
    padding-left: 15px;
}

.pl__20 {
    padding-left: 20px;
}

.pl__25 {
    padding-left: 25px;
}

.pl__30 {
    padding-left: 30px;
}

.pl__35 {
    padding-left: 35px;
}

.pl__40 {
    padding-left: 40px;
}

.pl__45 {
    padding-left: 45px;
}

.pl__50 {
    padding-left: 50px;
}

.pl__55 {
    padding-left: 55px;
}

.pl__60 {
    padding-left: 60px;
}

.pl__65 {
    padding-left: 65px;
}

.pl__70 {
    padding-left: 70px;
}

.pl__75 {
    padding-left: 75px;
}

.pl__80 {
    padding-left: 80px;
}

.pl__85 {
    padding-left: 85px;
}

.pl__90 {
    padding-left: 90px;
}

.pl__95 {
    padding-left: 95px;
}

.pl__100 {
    padding-left: 100px;
}

.pr__0 {
    padding-right: 0;
}

.pr__5 {
    padding-right: 5px;
}

.pr__10 {
    padding-right: 10px;
}

.pr__15 {
    padding-right: 15px;
}

.pr__20 {
    padding-right: 20px;
}

.pr__25 {
    padding-right: 25px;
}

.pr__30 {
    padding-right: 30px;
}

.pr__35 {
    padding: 35px;
}

.pr__40 {
    padding-right: 40px;
}

.pr__45 {
    padding-right: 45px;
}

.pr__50 {
    padding-right: 50px;
}

.pr__55 {
    padding-right: 55px;
}

.pr__60 {
    padding-right: 60px;
}

.pr__65 {
    padding-right: 65px;
}

.pr__70 {
    padding-right: 70px;
}

.pr__75 {
    padding-right: 75px;
}

.pr__80 {
    padding-right: 80px;
}

.pr__85 {
    padding-right: 85px;
}

.pr__90 {
    padding-right: 90px;
}

.pr__95 {
    padding-right: 95px;
}

.pr__100 {
    padding-right: 100px;
}

.m__0 {
    margin: 0;
}

.m__5 {
    margin: 5px;
}

.m__10 {
    margin: 10px;
}

.m__15 {
    margin: 15px;
}

.m__20 {
    margin: 20px;
}

.m__25 {
    margin: 25px;
}

.m__30 {
    margin: 30px;
}

.m__35 {
    margin: 35px;
}

.m__40 {
    margin: 40px;
}

.m__45 {
    margin: 45px;
}

.m__50 {
    margin: 50px;
}

.m__55 {
    margin: 55px;
}

.m__60 {
    margin: 60px;
}

.m__65 {
    margin: 65px;
}

.m__70 {
    margin: 70px;
}

.m__75 {
    margin: 75px;
}

.m__80 {
    margin: 80px;
}

.m__85 {
    margin: 85px;
}

.m__90 {
    margin: 90px;
}

.m__95 {
    margin: 95px;
}

.m__100 {
    margin: 100px;
}

.mt__0 {
    margin-top: 0;
}

.mt__5 {
    margin-top: 5px;
}

.mt__10 {
    margin-top: 10px;
}

.mt__15 {
    margin-top: 15px;
}

.mt__20 {
    margin-top: 20px;
}

.mt__25 {
    margin-top: 25px;
}

.mt__30 {
    margin-top: 30px;
}

.mt__35 {
    margin-top: 35px;
}

.mt__40 {
    margin-top: 40px;
}

.mt__45 {
    margin-top: 45px;
}

.mt__50 {
    margin-top: 50px;
}

.mt__55 {
    margin-top: 55px;
}

.mt__60 {
    margin-top: 60px;
}

.mt__65 {
    margin-top: 65px;
}

.mt__70 {
    margin-top: 70px;
}

.mt__75 {
    margin-top: 75px;
}

.mt__80 {
    margin-top: 80px;
}

.mt__85 {
    margin-top: 85px;
}

.mt__90 {
    margin-top: 90px;
}

.mt__95 {
    margin-top: 95px;
}

.mt__100 {
    margin-top: 100px;
}

.mb__0 {
    margin-bottom: 0;
}

.mb__5 {
    margin-bottom: 5px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__15 {
    margin-bottom: 15px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__25 {
    margin-bottom: 25px;
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__35 {
    margin-bottom: 35px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__45 {
    margin-bottom: 45px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__55 {
    margin-bottom: 55px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__65 {
    margin-bottom: 65px;
}

.mb__70 {
    margin-bottom: 70px;
}

.mb__75 {
    margin-bottom: 75px;
}

.mb__80 {
    margin-bottom: 80px;
}

.mb__85 {
    margin-bottom: 85px;
}

.mb__90 {
    margin-bottom: 90px;
}

.mb__95 {
    margin-bottom: 95px;
}

.mb__100 {
    margin-bottom: 100px;
}

.ml__0 {
    margin-left: 0;
}

.ml__5 {
    margin-left: 5px;
}

.ml__10 {
    margin-left: 10px;
}

.ml__15 {
    margin-left: 15px;
}

.ml__20 {
    margin-left: 20px;
}

.ml__25 {
    margin-left: 25px;
}

.ml__30 {
    margin-left: 30px;
}

.ml__35 {
    margin-left: 35px;
}

.ml__40 {
    margin-left: 40px;
}

.ml__45 {
    margin-left: 45px;
}

.ml__50 {
    margin-left: 50px;
}

.ml__55 {
    margin-left: 55px;
}

.ml__60 {
    margin-left: 60px;
}

.ml__65 {
    margin-left: 65px;
}

.ml__70 {
    margin-left: 70px;
}

.ml__75 {
    margin-left: 75px;
}

.ml__80 {
    margin-left: 80px;
}

.ml__85 {
    margin-left: 85px;
}

.ml__90 {
    margin-left: 90px;
}

.ml__95 {
    margin-left: 95px;
}

.ml__100 {
    margin-left: 100px;
}

.mr__0 {
    margin-top: 0;
}

.mr__5 {
    margin-right: 5px;
}

.mr__10 {
    margin-right: 10px;
}

.mr__15 {
    margin-right: 15px;
}

.mr__20 {
    margin-right: 20px;
}

.mr__25 {
    margin-right: 25px;
}

.mr__30 {
    margin-right: 30px;
}

.mr__35 {
    margin-right: 35px;
}

.mr__40 {
    margin-right: 40px;
}

.mr__45 {
    margin-right: 45px;
}

.mr__50 {
    margin-right: 50px;
}

.mr__55 {
    margin-right: 55px;
}

.mr__60 {
    margin-right: 60px;
}

.mr__65 {
    margin-right: 65px;
}

.mr__70 {
    margin-right: 70px;
}

.mr__75 {
    margin-right: 75px;
}

.mr__80 {
    margin-right: 80px;
}

.mr__85 {
    margin-right: 85px;
}

.mr__90 {
    margin-right: 90px;
}

.mr__95 {
    margin-right: 95px;
}

.mr__100 {
    margin-right: 100px;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

::-moz-selection {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.3);
}

::selection {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.3);
}

::-moz-selection {
    background: #ff0000;
    background: rgba(255, 0, 0, 0.3);
}

* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0.2);
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section {
    position: relative;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   #CONTAINER-OBJECT
   ========================================================================== */
@media screen and (min-width: 768px) {
    .container {
        max-width: 885px;
    }
}

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

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

@media screen and (min-width: 1250px) {
    .container {
        max-width: 1280px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

@media screen and (min-width: 995px) {
    .container.--small {
        max-width: 832px;
    }
}

.modal-dialog {
    max-width: 1000px;
    margin-top: 60px;
}

.modal-content {
    background: transparent;
}

.modal-body {
    padding: 0;
    background: transparent;
}

button.close {
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 50px;
    color: #fff !important;
    z-index: 11;
    outline: 0 !important;
}

button.close svg {
    width: 22px;
}

button.close svg g {
    fill: #ffffff;
}

.btn__primary {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background: transparent;
    text-decoration: none !important;
    border: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 1;
}

.btn__primary svg {
    margin-left: 10px;
    top: 0;
    pointer-events: none;
}

.btn__primary span{
    pointer-events: none;
}

.btn__primary::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}

.btn__primary span,
.btn__primary svg {
    position: relative;
    z-index: 1;
}

.btn__primary:hover {
    /* color: #ffffff; */
    color: #ff0000;
    border-color: #ff0000;
}

.btn__primary:hover svg g {
    fill: #ff0000;
}

.btn__primary:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.btn__primary.--red:hover {
    color: #ff0000 !important;
}

.btn__primary.--red:hover svg g {
    fill: #ff0000;
}

.btn__secondary {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    font-size: 17px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    background: transparent;
    text-decoration: none !important;
    border: 1px solid;
    border-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn__secondary svg {
    margin-left: 10px;
}

.btn__secondary::before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00003c;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn__secondary span,
.btn__secondary svg {
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

.btn__secondary:hover {
    color: #00003c;
    border-color: #00003c;
}

.btn__secondary:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.btn__secondary:hover svg g {
    fill: #00003c;
}

.btn__secondary.--white:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.btn__secondary.--white:hover::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
}

.btn__secondary.--white:hover svg g {
    fill: #ffffff;
}

.ourclients__slider--item--logo--less {
    margin-bottom: 0 !important;
}

.ourclients__slider.swiperOverflow {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.swiper-pagination>.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 8px !important;
    background: #ffffff;
    border: 0;
    outline: 0;
}

.grey .swiper-pagination-bullet {
    background: #e3e4e4;
}

.grey .swiper-pagination-bullet-active {
    background: #ff0000;
}

.--blue .swiper-pagination-bullet {
    background: #ffffff;
}

.--blue .swiper-pagination-bullet-active {
    background: #00003c;
}

.swiper-pagination-bullet-active {
    background: #ff0000 !important;
}

.dotCol--blue>.tab-content>.tab-pane>div>.swiper-pagination>.swiper-pagination-bullet {
    background: #00003c;
}

.dotCol--white>.tab-content>.tab-pane>div>.swiper-pagination>.swiper-pagination-bullet {
    background: #ffffff;
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.ourclients__tab>.tab-content>.partners__btn {
    order: 2;
}

.swiper-button-next {
    right: 100px;
    margin-top: -50px;
}

@media (max-width: 768px) {
    .swiper-button-next {
        display: none !important;
    }
}

.swiper-button-prev {
    left: 100px;
    margin-top: -50px;
}

@media (max-width: 768px) {
    .swiper-button-prev {
        display: none !important;
    }
}

.scrondary .swiper-button-next {
    right: -50px;
    margin-top: 0;
}

@media screen and (max-width: 1375px) {
    .scrondary .swiper-button-next {
        right: 0;
    }
}

@media (max-width: 768px) {
    .scrondary .swiper-button-next {
        display: none;
    }
}

.scrondary .swiper-button-prev {
    left: -50px;
    margin-top: 0;
}

@media screen and (max-width: 1375px) {
    .scrondary .swiper-button-prev {
        left: 0;
    }
}

@media (max-width: 768px) {
    .scrondary .swiper-button-prev {
        display: none;
    }
}

.swiper-button-next,
.swiper-button-prev {
    outline: 0;
    width: 33px;
    height: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff0000;
    color: #ffffff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.swiper-button-next.--blue,
.swiper-button-prev.--blue {
    background: #00003c;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    padding: 12px 15px;
    width: 33%;
    text-align: center;
    border-radius: 0;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    border: 1px solid #ff0000 !important;
    background: transparent;
}

@media (max-width: 768px) {
    .nav-tabs .nav-link {
        font-size: 14px;
        text-align: center;
        padding: 10px 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.nav-tabs .nav-link.--white {
    border: 0 !important;
    background: #ffffff;
    color: #00003c;
    width: 50%;
    text-align: left;
    font-size: 32px;
    font-weight: 700;
}

.nav-tabs .nav-link.--blue {
    background: transparent;
    border-color: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: #ff0000;
    border-color: #ff0000;
    color: #ffffff;
}

.nav-link.--blue.active {
    background: #00003c;
    border-color: transparent !important;
}

.mt__negative {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

ul.social {
    margin-bottom: 50px;
}

ul.social.--mb30 {
    margin-bottom: 30px;
}

ul.social li:not(:last-child) {
    margin-right: 20px;
}

ul.social li a {
    display: inline-block;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1),
        -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    width: 44px;
}

ul.social li a svg g,
ul.social li a svg path {
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
}

ul.social li a:hover {
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

ul.social li a:hover svg g,
ul.social li a:hover svg path {
    fill: #ff0000;
}

.header {
    position: relative;
    width: 100%;
    max-width: 100vw;
    padding: 30px 38px;
    z-index: 1111;

    margin-top: 0px !important;
    margin-left: 0px !important;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100vw;
    padding: 30px 38px;
    z-index: 1;
}

header.header.--blue:not(.page-template-case-study-archive-template .header) {
    background: #00003c !important;
}

@media screen and (max-width: 768px) {
    .header {
        padding: 30px 20px;
    }
}

.header>.header__wrapper>.header__logo>a>img {
    max-height: 43px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}

.header--scrolled>.header__wrapper>.header__logo>a>img {
    max-height: 42px;
    width: 100%;
}

body .header:not(.header--scrolled) {
    /* background: linear-gradient(to right, #111743, #0E122B 45%) !important; */
    background-color: #00003c;
}

.header__logo {
    width: -moz-available;
}

.header__logo>a>img {
    transition: all 0.2s;
    height: 100%;
}

@media screen and (max-width: 1350px) {
    .header>.header__wrapper>.header__logo>a>img {
        max-height: 35px;
        width: 100%;
    }

    .header--scrolled>.header__wrapper>.header__logo>a>img {
        max-height: 33px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .header>.header__wrapper>.header__logo>a>img {
        max-height: 35px;
        width: 100%;
    }

    .header--scrolled>.header__wrapper>.header__logo>a>img {
        max-height: 33px;
        width: 100%;
    }
}

.header__menuToggle {
    display: block;
    background: transparent;
    border: 0 !important;
    outline: 0 !important;
    position: absolute;
    right: 20px;
    top: 28px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.header__menuToggle span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 6px;
    background: #ffffff;
}

@media (min-width: 1220px) {
    .header__menuToggle {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header__menuToggle {
        top: 32px;
    }
}

@media (min-width: 1220px) {
    .header__menu {
        display: block;
    }
}

.header__menu--mobileLogo {
    display: none;
}

.header__menu--cancelToggle {
    display: none;
}

@media screen and (max-width: 1220px) {
    .header__menu {
        position: fixed;
        max-width: 420px;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        background: #00003c;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        z-index: 9999;
    }

    .header__menu.showMenu {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header__menu .header__menu--mobileLogo {
        display: block;
        padding: 20px;
    }

    .header__menu .header__menu--mobileLogo img {
        max-width: 120px;
    }

    .header__menu .header__menu--cancelToggle {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        background: transparent;
        border: 1px solid white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 50%;
        width: 25px;
        height: 25px;
    }

    .header__menu .header__menu--cancelToggle svg {
        width: 20px;
    }

    .header__menu--cancelToggle>svg {
        fill: white;
    }

    /* .menu-item:hover{
    background-color: white !important;
  } */
    /* .menu-item:hover > a{
    color: red;
  } */

    .menu-item>a>img {
        transform: rotate(0deg) !important;
    }

    #menu-main-menu>.menu-item.sr_menu_active>a>img,
    #menu-menu-us>.menu-item.sr_menu_active>a>img {
        /* filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8) !important; */
        transform: rotate(180deg) !important;
    }

    .has-dropdown.header__menu--list--item--dropdown--item>a {
        color: #00003c !important;
    }

    .has-dropdown.header__menu--list--item--dropdown--item.sr_menu_active>a {
        color: red !important;
    }

    .has-dropdown.header__menu--list--item--dropdown--item.sr_menu_active>a>img {
        filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
    }

    .has-dropdown.header__menu--list--item--dropdown--item>a>img {
        color: #00003c;
        mix-blend-mode: unset !important;
    }

    .menu-item:hover {
        background-color: transparent !important;
    }

    .has-dropdown.sr_menu_active>a {
        border-bottom: 1px solid #00003c;
    }

    .sr_menu_active>ul>.sr_menu_active>ul>li {
        background-color: #eaeaf3 !important;
    }

    .sr_menu_active>ul>.sr_menu_active>ul>.sr_menu_active>ul>li {
        background-color: rgb(227, 227, 227) !important;
    }
}

.menu-item:hover {
    background-color: red;
}

.header__menu--list--item>a>img {
    filter: none !important;
}

.menu-item>a>img {
    transition: all 0.2s;
    /* filter: grayscale(100%) brightness(30%) sepia(100%) hue-rotate(-180deg) saturate(700%) contrast(0.8); */
    filter: brightness(10%) invert(7%) sepia(40%) saturate(1465%) hue-rotate(199deg) brightness(95%) contrast(99%);
    transform: rotate(-90deg);
}

.menu-item:hover>a>img {
    transform: rotate(90deg);
}

.header__menu--list {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.header__menu--list--item {
    position: relative;
}

.header__menu--list--item a {
    position: relative;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 1350px) {
    .header__menu--list--item a {
        font-size: 14px;
    }
}

.header__menu--list--item--dropdown--item {
    /* background-color: rgba(255,255,255,.9); */
    background-color: #eaeaf3;
    transition: all 0.2s;
}

.menu-item>a {
    -webkit-text-stroke: 0.4px transparent;
}

@media screen and (min-width: 1220px) {
    .menu-item>.header__menu--list--item--dropdown {
        gap: 2px;
        display: flex !important;
        flex-direction: column;
    }

    #menu-menu-us>.has-dropdown>.header__menu--list--item--dropdown,
    #menu-main-menu>.has-dropdown>.header__menu--list--item--dropdown {
        margin-top: 2px !important;
    }
}

.header__menu--list--item--dropdown--item:hover {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 60, 0.52);
}

.menu-item:hover>a {
    -webkit-text-stroke: 0.4px #ff0000;
}

.header__menu--list>.menu-item:hover>a {
    -webkit-text-stroke: 0.4px #ffffff;
}

.header__menu--list--item--dropdown--item>a {
    color: #0e122b;
    font-weight: 500;
}

.header__menu--list--item--dropdown--item:hover>a {
    color: #ff0000;
}

.has-dropdown.header__menu--list--item--dropdown--item:hover>a {
    color: #ff0000;
}

.has-dropdown.header__menu--list--item--dropdown--item:hover>a>img {
    filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

.header__menu--list--item a svg {
    margin-left: 10px;
}

.header__menu--list--item a.active {
    background: #ff0000;
}

@media screen and (max-width: 1220px) {
    .header__menu--list--item a {
        color: #00003c;
        font-size: 20px;
        display: block;
        padding: 15px 15px !important;
        font-weight: 600;
    }

    .header__menu--list--item a svg {
        position: absolute;
        right: 30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .header__menu--list--item a svg g {
        fill: #00003c;
    }
}

.header__menu--list--item--dropdown {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (min-width: 1220px) {
    .header__menu--list--item--dropdown {
        position: absolute;
        left: 0;
        list-style: none;
        padding: 0;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    .header__menu--list--item--dropdown--item a {
        display: inline-block;
        padding: 12px 19px;
        gap: 10px;
    }

    .header__menu--list--item:not(:last-child) {
        margin-right: 50px;
    }
}

@media screen and (min-width: 1220px) and (max-width: 1355px) {
    .header__menu--list--item:not(:last-child) {
        margin-right: 25px;
    }
}

@media screen and (min-width: 1600px) {
    .header__menu--list--item:not(:last-child) {
        margin-right: 50px;
    }
}

.header__menu--list--item .custom__select-trigger {
    padding: 5px !important;
    padding-right: 20px !important;
    background: transparent !important;
    color: #ffffff;
    opacity: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
}

@media screen and (max-width: 1220px) {
    .header__menu--list--item .custom__select-trigger {
        color: #00003c;
        font-size: 20px;
        padding-left: 40px !important;
        font-weight: 700;
    }
}

.header__menu--list--item .custom__select-trigger::after {
    right: 0 !important;
    border-color: #ffffff;
}

@media screen and (max-width: 1220px) {
    .header__menu--list--item .custom__select-trigger::after {
        border-color: #00003c;
    }
}

.header__menu--list--item .custom-options {
    min-width: 180px;
    left: unset;
}

@media screen and (max-width: 1220px) {
    .header__menu--list--item .custom-options {
        left: 40px;
        right: unset;
    }
}

.header__menu--list--item .custom__select.opened .custom-options {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

@media screen and (max-width: 1220px) {
    .header__menu--list--item:not(:last-child) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .header__menu--list--item--dropdown {
        background: #ffffff !important;
        display: none;
    }

    .header__menu--list--item--dropdown li:not(:last-child) {
        border-bottom: 1px solid #00003c;
    }

    .header__menu--list--item--dropdown li a {
        font-size: 18px;
        color: #00003c !important;
    }
}

.header__lanSelect {
    position: absolute;
    top: 6px;
    right: 46px;
    width: 125px !important;
    z-index: 1000;
}

@media screen and (max-width: 1220px) {
    .header__lanSelect {
        position: absolute;
        top: 25px;
        right: 75px;
    }
}

@media screen and (max-width: 767px) {
    .header__lanSelect {
        top: 30px;
    }
}

.header__lanSelect .custom__select-trigger {
    padding: 5px !important;
    padding-right: 20px !important;
    background: transparent !important;
    color: #ffffff;
    opacity: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 0;
}

.header__lanSelect .custom__select-trigger::after {
    right: 0 !important;
    border-color: #ffffff;
}

.header__lanSelect .custom-options {
    min-width: 180px;
    left: unset;
}

.header__lanSelect .custom__select.opened .custom-options {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.homeBanner {
    position: relative;
    height: 100vh;
    padding-top: 200px;
    padding-bottom: 150px;
    margin-top: -142px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .homeBanner>.container {
        padding-left: 30px;
    }
}

.homeBanner.--custom {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .homeBanner {
        padding-top: 250px;
        min-height: 671px;
        padding-bottom: 100px;
    }
}

.homeBanner__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homeBanner__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    z-index: -1;
}

.homeBanner__img img.mobile {
    display: none;
}

.homeBanner__chat {
    position: fixed;
    bottom: 0;
    right: 45px;
    z-index: 1;
    max-width: 372px;
    width: 100%;
    background: #f7f7f7;
    z-index: 111;
}

@media (max-width: 768px) {

    .homeBanner__img img.desktop {
        display: none;
    }

    .homeBanner__img img.mobile {
        display: block;
    }
    
    .homeBanner__chat {
        left: 0;
        max-width: 100%;
    }

    body.home>div>.truendo_container .truendo_fab.mdc-fab--extended {
        margin-bottom: 10px !important;
    }
}

.homeBanner__chat span.icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 29px;
    height: 29px;
    border: 1px solid #00003c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    display: none;
    z-index: 11;
    cursor: pointer;
}

.homeBanner__chat span.icon-close svg {
    fill: #00003c;
    width: 13px;
    height: 11px;
}

.homeBanner__chat span.icon-close.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.homeBanner__chat--btn {
    position: relative;
    width: 100%;
    height: 39px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 27px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: normal;
    color: #00003c;
    -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.48);
    box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.48);
    background-color: #f7f7f7;
    text-decoration: none !important;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.homeBanner__chat--btn span.icon-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 39px;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ff0000;
    color: #ffffff;
    -webkit-transition: unset;
    transition: unset;
}

.homeBanner__chat--btn:hover {
    color: #00003c;
}

.homeBanner__chat--btn.active {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 30px;
}

.homeBanner__chat--btn.active span.icon-arrow {
    display: none;
}

.homeBanner__chat--chatbox {
    width: 100%;
    padding: 15px;
    display: none;
}

.homeBanner__chat--chatbox--list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.homeBanner__chat--chatbox--list--item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.homeBanner__chat--chatbox--list--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    border: 1px solid #00003c;
}

.homeBanner__chat--chatbox--list--item a span {
    display: inline-block;
    max-width: 273px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #00003c;
}

.homeBanner__chat--chatbox--list--item a svg g {
    fill: #00003c;
}

.homeBanner__chat--chatbox--list--item a:hover {
    text-decoration: none;
}

.homeBanner__chat--chatbox--list--item:hover {
    background: #00003c;
}

.homeBanner__chat--chatbox--list--item:hover a span {
    color: #ffffff;
}

.homeBanner__chat--chatbox--list--item:hover a svg g {
    fill: #ffffff;
}

.homeBanner__scrolldown {
    position: absolute;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33px;
    height: 33px;
    background: #ff0000;
    color: #00003c;
    z-index: 1;
    text-decoration: none !important;
    -webkit-animation: scroll 1.5s linear infinite;
    animation: scroll 1.5s linear infinite;
}

.homeBanner__scrolldown:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    50% {
        -webkit-transform: translateX(-50%) translateY(15px);
        transform: translateX(-50%) translateY(15px);
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(0px);
        transform: translateX(-50%) translateY(0px);
    }
}

.partners {
    padding: 100px 0;
}

@media (max-width: 768px) {
    .partners {
        padding: 70px 0;
    }
}

.partners__heading {
    margin-bottom: 120px;
}

@media (max-width: 768px) {
    .partners__heading {
        margin-bottom: 70px;
        max-width: 120px;
        text-align: left !important;
        padding-left: 30px;
    }
}

.partners__slider {
    max-width: 645px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.partners__slider--item {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.partners__slider--item--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 30%;
    flex: 0 30%;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .partners__slider--item--logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 50%;
        flex: 0 50%;
    }
}

.whatwedo {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .whatwedo {
        padding: 52px 0;
    }
}

.whatwedo--no-padding {
    padding: 0 !important;
    margin-top: -40px;
}

.whatwedo--no-padding .whatwedo__card--top,
.whatwedo--no-padding .whatwedo__card {
    padding-top: 0 !important;
}

.article-post>*:first-child.whatwedo,
.article-post>*:first-child + .whatwedo {
    padding-top: 0 !important;
}

.whatwedo__content_new>.d-flex.flex-wrap {
    flex-grow: 1;
    flex-basis: 0;
}

.whatwedo .row {
    margin-left: -5px;
    margin-right: -5px;
}

.whatwedo .row .col-md-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.whatwedo__heading {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .whatwedo__heading {
        margin-bottom: 40px;
        max-width: unset;
        padding-left: 0px;
        text-align: left !important;
    }
}

.whatwedo__card {
    margin-bottom: 10px;
    justify-content: center;
}

.whatwedo__card>.t__center {
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.whatwedo__card>.t__center>*:last-child {
    margin: auto 0 0 0;
}

.whatwedo__card>.t__center>.logo-image>img {
    width: 150px;
    max-width: unset !important;
}

@media (max-width: 1200px) {
    .whatwedo__card {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .whatwedo__card {
        margin-bottom: 25px;
    }
}

.whatwedo__card--top {
    padding: 50px 35px 35px 35px;
}

.whatwedo__card--top h3 {
    margin-bottom: 15px;
}

.whatwedo__card--top h3.sm__line {
    margin-top: 38px;
}

@media screen and (max-width: 1200px) {
    .whatwedo__card--top {
        padding: 0;
    }

    .whatwedo__card--top h3.sm__line {
        margin-top: 28px;
    }
}

.whatwedo__card--top P {
    margin-bottom: 25px;
    max-width: 270px;
    width: 100%;
}

.whatwedo__card--features {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

@media (min-width: 1200px) {
    .whatwedo__card--features {
        display: block;
    }
}

.whatwedo__card--features--item {
    position: relative;
}

.whatwedo__card--features--item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 35px;
    border-top: 1px solid #ff0000;
    text-decoration: none;
}

.whatwedo__card--features--item a span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.whatwedo__card--features--item a svg {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.whatwedo__card--features--item a:hover svg {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.ourclients {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .ourclients {
        padding: 50px 0 80px 0;
    }
}

.ourclients__heading {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .ourclients__heading {
        margin-bottom: 70px;
        max-width: unset;
        text-align: left !important;
    }
}

.ourclients__slider {
    max-width: 862px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.ourclients__slider.no-bullets {
    margin-bottom: 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .ourclients__slider {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .ourclients__slider {
        padding-bottom: 30px;
        margin-bottom: 35px;
    }
}

.ourclients__slider--item--logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 25%;
    flex: 0 25%;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .ourclients__slider--item--logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 100%;
        flex: 0 100%;
    }
}

.newsCard {
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.newsCard a.newsCard__wrapper {
    display: block;
    text-decoration: none;
    color: inherit;
}

.newsCard.--bmargin {
    margin-bottom: 30px;
}

.newsCard__top {
    position: relative;
}

.newsCard__top--img img {
    width: 100%;
    transition: transform 0.4s ease-out;
}

.newsCard__top--img {
    overflow: hidden;
}

.newsCard:hover .newsCard__top--img img {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
}

.newsCard__top--category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 15px;
    background-color: rgba(255, 255, 255, 0.83);
}

.newsCard__top--category p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 0;
    opacity: 0.5;
}

.newsCard__bottom {
    padding: 40px 35px 35px 35px;
}

.newsCard__bottom--date span {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .newsCard__bottom {
        padding: 20px 25px;
    }
}

.newsContent {
    padding: 60px 0;
    max-width: 100vw;
    overflow-x: hidden;
}

@media (max-width: 768px) {
    .newsContent {
        padding: 50px 0;
    }
}

.newsContent__heading {
    margin-bottom: 60px;
}

.newsContent__newsSlider {
    padding-bottom: 60px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.casestudy {
    padding: 60px 0;
}

.casestudy__heading {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .casestudy__heading {
        padding-left: 30px;
        max-width: 120px;
        margin-bottom: 35px;
    }
}

.casestudy__slider {
    padding-bottom: 60px;
    margin-bottom: 40px;
    padding-left: 5px;
}

.casestudy__slider--item {
    border-radius: 4px;
    -webkit-box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.17);
    box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.17);
}

.casestudy__left {
    padding: 55px 85px;
}

@media (max-width: 768px) {
    .casestudy__left {
        padding: 25px 30px;
    }
}

.casestudy__left h3 {
    max-width: 360px;
    margin-bottom: 25px;
}

.casestudy__left p {
    margin-bottom: 30px;
    max-width: 385px;
}

.casestudy__right img {
    min-height: 485px;
}

@media (max-width: 768px) {
    .casestudy__right img {
        width: 100%;
        min-height: 230px;
        height: 230px;
    }
}

.getintouch {
    width: 100%;
    height: 497px;
}

.getintouch__content {
    /* max-width: 598px; */
    width: 100%;
    margin: 0 auto;
}

.getintouch__content h4 {
    margin-bottom: 50px;
}

.footer__logo {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .footer__logo {
        margin-bottom: 30px;
    }
}

.footer__logo img {
    max-width: 260px;
}

.footer__top {
    padding-top: 55px;
    margin-bottom: 100px;
}

.footer__top--info p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
}

.footer__top--info p.signup__text {
    max-width: 200px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    letter-spacing: normal;
    margin-bottom: 25px;
}

.footer__bottom {
    padding: 15px 0;
}

.footer__bottom p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    display: block;
}

@media (min-width: 1200px) {
    .footer__bottom p {
        margin-right: 20px;
    }
}

.footer__bottom a {
    color: #ffffff;
    display: block;
    font-size: 14px;
}

@media (min-width: 1200px) {
    .footer__bottom a {
        margin-right: 20px;
    }
}

@media (max-width: 768px) {
    .footer__bottom {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .footer__bottom .container {
        display: block !important;
    }
}

.footer__bottom>.container {
    flex-wrap: wrap;
}

.innerTopbanner {
    position: relative;
    height: 511px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -142px;
    min-height: 660px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .innerTopbanner {
        min-height: 512px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.videoBanner {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .videoBanner {
        padding: 80px 0;
    }
}

.videoBanner__left.--mwidth {
    max-width: 500px;
}

.videoBanner__left h3 {
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .videoBanner__right {
        margin-top: 40px;
    }
}

.videoBanner__right {
    overflow: hidden;
}

.videoBanner__right--video{
    cursor: pointer;
}

.video__right--thumbnail {
    transition: transform 0.4s ease-out;
}

.videoBanner__right--playButton,
.videoBanner__right a img {
    transition: transform 0.4s ease-out;
}

.videoBanner__right--video:hover .video__right--thumbnail,
.videoBanner__right a:hover img {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
}

.videoBanner__right--video:hover .videoBanner__right--playButton {
    transform: scale(1.1);
    transition: transform 0.4s ease-out;
}

.videoBanner__right--playButton {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.videoBanner__right--playButton button {
    display: inline-block;
    background-color: transparent;
    border: none;
}

.ourMission {
    padding: 100px 0 150px 0;
    background: #f3f3f3;
}

@media (max-width: 768px) {
    .ourMission {
        padding: 70px 0;
    }
}

.ourMission__heading {
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .ourMission__heading {
        max-width: 150px;
        margin-bottom: 40px;
    }
}

.ourMission__content p {
    max-width: 504px;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.29;
    letter-spacing: normal;
    margin-bottom: 30px;
}

.ourValues {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .ourValues {
        padding: 70px 0;
    }
}

body .ourValues__heading {
    margin-bottom: 60px !important;
}

@media (max-width: 768px) {
    body .ourValues__heading {
        margin-bottom: 30px !important;
    }
}

.ourValues__content>.row {
    align-items: stretch;
}

.ourValues__content--item {
    padding: 28px;
    height: 100%;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    display: grid !important;
    grid-template-columns: auto 100%;
}

.ourValues__content--item--icon {
    width: 91px;
    /* height: 91px; */
    border-radius: 8px;
    background: #f6f6f6;
    margin-right: 30px;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .ourValues__content--item--icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.ourValues__content--item--text {
    max-width: 355px;
}

.ourValues__content--item--text p {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .ourValues__content>.row>.col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ourValues__content--item {
        padding-left: 0;
        grid-gap: 10%;
    }

    .ourValues__content--item--text {
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }

    .ourValues__content--item--icon {
        margin-bottom: 0;
    }
}

@media (max-width: 450px) {
    .ourValues__content--item {
        padding-left: 0;
        flex-direction: column;
        display: flex !important;
    }

    .ourValues__content--item--text {
        height: auto;
        display: block;
    }
}

.caseCard {
    display: block;
    position: relative;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
}

.ourpartners__card.caseCard {
    height: calc(100% - 30px);
}

.caseCard__banner {
    display: block;
    position: relative;
    width: 100%;
    height: 222px;
    background: #bcbec0;
}

.caseCard__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.caseCard__banner .partner__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.caseCard__banner .partner__logo img {
    max-width: 250px;
}

.caseCard__info {
    padding: 30px 35px;
}

.caseCard__info h3 {
    margin-bottom: 15px;
}

.caseCard__info p {
    max-width: 470px;
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .caseCard.largeCard {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .caseCard.largeCard .caseCard__banner {
        max-width: 45%;
        height: auto;
    }

    .caseCard.largeCard .caseCard__info {
        max-width: 55%;
        width: 55%;
    }
}

.filterContent {
    padding: 30px 0;
    z-index: 2;
}

.filterContent__heading {
    position: relative;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .filterContent__heading {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .filterContent__heading h5 {
        margin-bottom: 0;
    }
}

.filterContent__heading .mobile__filter {
    display: none;
}

@media (max-width: 768px) {
    .filterContent__heading .mobile__filter {
        display: block;
        position: relative;
        width: 25px;
        height: 25px;
        background: transparent;
        border: 1px solid #00003c;
        border-radius: 50%;
        outline: 0;
    }

    .filterContent__heading .mobile__filter::before {
        position: absolute;
        content: "";
        width: 12px;
        height: 1px;
        background: #00003c;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .filterContent__heading .mobile__filter::after {
        position: absolute;
        content: "";
        width: 12px;
        height: 1px;
        background: #00003c;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .filterContent__heading .mobile__filter.active::after {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@media (max-width: 768px) {
    .filterContent__form {
        display: none;
    }

    .filterContent__form .input__control {
        margin-top: 20px;
        width: 100%;
    }
}

.filterContent__searchInput {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (min-width: 1200px) {
    .filterContent__searchInput {
        padding-left: 45px;
    }
}

.filterContent__searchInput .input__control input {
    width: 282px;
}

@media (max-width: 768px) {
    .filterContent__searchInput .input__control input {
        width: 100%;
    }
}

.filterContent__searchInput button {
    width: 45px;
    height: 45px;
    background: #00003c;
    color: #ffffff;
    border: 0;
    outline: 0;
    margin-bottom: 5px;
}

.filterContent .btn__clearFilter {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    text-decoration: none;
}

@media (max-width: 768px) {
    .filterContent .btn__clearFilter {
        position: absolute;
        right: 20px;
        bottom: -25px;
    }
}

.filterContent.--bborder {
    border-bottom: solid 1px #dddddd;
}

.input__control input,
.input__control select {
    font-family: "Source Sans Pro", sans-serif;
    display: block;
}

.input__control label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
}

.input__control input,
.input__control textarea {
    display: block;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 5px;
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: 1px solid #00003c;
}

.input__control textarea {
    height: auto;
    resize: none;
}

.custom__select-wrapper {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.custom__select-wrapper select {
    display: none;
}

.custom__select {
    position: relative;
    display: block;
    width: 100%;
}

.custom__select-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 30px 15px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    letter-spacing: normal;
    background: #fff;
    color: #000000;
    opacity: 1;
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    border: 1px solid #00003c;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom__select-trigger:hover {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom__select-trigger:after {
    position: absolute;
    display: block;
    content: "";
    width: 9px;
    height: 9px;
    top: 50%;
    right: 25px;
    margin-top: -3px;
    border-bottom: 1px solid #00003c;
    border-right: 1px solid #00003c;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.custom__select.opened .custom__select-trigger:after {
    margin-top: 3px;
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #b5b5b5;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.07);
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    z-index: 999;
    text-align: left;
}

.custom__select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.option-hover:before {
    background: #f9f9f9;
}

.custom-option {
    position: relative;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.custom-option:first-of-type {
    border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
    background: #f2f0f0;
}

.portal__top {
    padding: 120px 0 100px 0;
}

@media (max-width: 768px) {
    .portal__top {
        padding: 40px 0;
    }
}

.portal__top h6.sm__heading {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 35px;
}

@media screen and (min-width: 995px) {
    .portal__top--right {
        margin-top: 240px;
    }
}

@media (max-width: 768px) {
    .portal__top--singleitem {
        margin-bottom: 40px;
    }
}

.portal__top--singleitem--info {
    margin-bottom: 20px;
}

.portal__top--singleitem--info h3 {
    font-size: 30px;
    font-weight: 900;
    line-height: 1.3;
    letter-spacing: normal;
    color: #ffffff;
}

@media (max-width: 768px) {
    .portal__top--singleitem--info h3 {
        font-size: 24px;
    }
}

.portal__top--singleitem--banner {
    width: 100%;
}

@media screen and (min-width: 995px) {
    .portal__top--singleitem--banner img {
        width: 100%;
        min-height: 388px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (min-width: 995px) {
    .portal__top--singleitem.--min {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .portal__top--singleitem.--min:not(:last-child) {
        margin-bottom: 30px;
    }

    .portal__top--singleitem.--min .portal__top--singleitem--info {
        width: 280px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 45%;
        flex: 0 45%;
        max-width: 45%;
        margin-bottom: 0;
    }

    .portal__top--singleitem.--min .portal__top--singleitem--info h3 {
        font-size: 24px;
        font-weight: 900;
        line-height: 1.17;
        letter-spacing: normal;
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 995px) and (max-width: 768px) {
    .portal__top--singleitem.--min .portal__top--singleitem--info h3 {
        font-size: 24px;
    }
}

@media screen and (min-width: 995px) {
    .portal__top--singleitem.--min .portal__top--singleitem--banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 55%;
        flex: 0 55%;
        max-width: 55%;
    }

    .portal__top--singleitem.--min .portal__top--singleitem--banner img {
        max-width: 295px;
        min-height: auto;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.portal__bottom {
    padding: 60px 0;
}

.filterContent+.portal .portal__bottom {
    padding-top: 0;
}

.portal+.portal__bottom {
    padding-top: 60px;
}

.portal__bottom--btn {
    margin-top: 30px;
}

.gallerySlider__heading {
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
}

@media (max-width: 768px) {
    .gallerySlider__heading {
        margin-top: 60px;
    }
}

.gallerySlider__heading h3 {
    margin-bottom: 30px;
}

.gallerySlider__wrapper {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .gallerySlider__wrapper {
        margin-top: 60px;
    }
}

.gallerySlider__subHeading {
    max-width: 605px;
    width: 100%;
}

.gallerySlider__innerWrapper {
    max-width: 1028px;
    width: 100%;
    margin: 0 auto;
}

.gallerySlider__slider {
    margin: 100px 0;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .gallerySlider__slider {
        margin: 40px 0;
    }
}

.careerBranch .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18.666667%;
    flex: 0 0 18.666667%;
    max-width: 18.666667%;
}

@media (max-width: 768px) {
    .careerBranch__location--map {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .careerBranch__location--singleLocation--title {
        margin-bottom: 10px;
    }
}

.careerBranch__location--singleLocation--info {
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .careerBranch__location--singleLocation--info {
        margin-top: 10px;
    }
}

.careerBranch__location--singleLocation--info p {
    color: #00003c;
    margin-bottom: 0;
}

@media screen and (min-width: 1230px) {
    .careerBranch .swiper__navigation .swiper-button-prev {
        left: -90px;
    }

    .careerBranch .swiper__navigation .swiper-button-next {
        right: -90px;
    }
}

.srGallery {
    margin-top: 150px;
    padding: 120px 0 140px 0;
    background: #e3e4e4;
}

@media (max-width: 768px) {
    .srGallery {
        margin-top: 60px;
        padding: 70px 0;
    }
}

.srGallery__card {
    margin-bottom: 30px;
}

.srGallery__content {
    max-width: 803px;
}

@media (max-width: 768px) {
    .w__100 {
        max-width: 100% !important;
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 100% !important;
        flex: 0 100% !important;
    }
}

.contact {
    padding: 120px 0;
}

@media (max-width: 768px) {
    .contact {
        padding: 50px 0;
    }
}

.contact__heading {
    max-width: 830px;
    margin-bottom: 40px;
}

.contact__form {
    max-width: 830px;
}

.contact__form .input__control {
    margin-bottom: 30px;
}

.contact__form .input__control .info {
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.14;
    margin-top: 10px;
}

.terms P {
    font-size: 14px;
}

.bottom__info {
    font-size: 14px;
}

label.checkbox__lebel {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.29;
    letter-spacing: normal;
    color: #000000;
    margin-left: 5px;
    margin-bottom: 0;
}

.globalOffice {
    padding: 110px 0;
}

@media (max-width: 768px) {
    .globalOffice {
        padding: 40px 0;
    }
}

.globalOffice__heading {
    max-width: 802px;
    width: 100%;
}

.globalOffice__tab>.tab-content>.tab-pane>.row>.col-md-3 {
    padding: 15px;
}

.globalOffice__locationCard {
    height: 100%;
}

@media (max-width: 768px) {
    .globalOffice__locationCard {
        margin-bottom: 30px;
    }
}

.globalOffice__locationCard img {
    width: 100%;
    max-height: 209px;
    -o-object-fit: cover;
    object-fit: cover;
}

.globalOffice .tab-content {
    padding-top: 0 !important;
    background: transparent;
}

.partnersClients {
    margin-top: -68px;
}

@media (max-width: 768px) {
    .partnersClients {
        margin-top: -62px;
    }
}

.partnersClients .tab-content {
    background: #ffffff;
}

@media (max-width: 768px) {
    .partnersClients .tab-content {
        padding-top: 50px;
    }
}

.ourpartners {
    margin-bottom: 150px;
}

.ourpartners__heading {
    max-width: 1030px;
}

.ourpartners__heading h2 {
    text-align: left;
}

.ourClients__singleClient {
    margin-bottom: 150px;
}

@media (max-width: 768px) {
    .ourClients__singleClient {
        margin-bottom: 50px;
    }
}

.ourClients__singleClient h4 {
    font-size: 32px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .ourClients__singleClient h4 {
        margin-bottom: 20px;
    }
}

.article {
    padding: 0px 0;
    padding-bottom: 0;
}

@media (max-width: 768px) {
    .article {
        padding: 0px 0;
    }
}

.container>.article__feature {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    padding-left: 0;
    gap: 15px;
}

.container>.article__feature>* {
    min-width: 0;
    display: flex;
}

.container.--small>.article__feature>* {
    /* flex-grow: unset;
  flex-basis: unset; */
    min-width: 0;
}

.bullet-list__subtitle {
    color: #00003c;
    margin-bottom: 1.5rem;
    width: 100%;
}

.bullet-list>.container.--leftalign>.ourclients__heading>h2 {
    text-align: left;
}

.bullet-list>.container:not(.--leftalign)>.article__feature {
    justify-content: center;
}

.bullet-list>.container.--leftalign>.ourclients__heading {
    margin-bottom: 30px;
}

.bullet__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

@media (max-width: 768px) {
    .container>.article__feature {
        flex-direction: column;
    }
}

.article__features li {
    position: relative;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.39;
    padding-left: 25px;
    padding-top: -10px;
    list-style: none;
}

.article__features li:not(:last-child) {
    margin-bottom: 10px;
}

.article__features li::before {
    position: absolute;
    content: "+";
    font-size: 150%;
    font-weight: 700;
    color: #ff0000;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article__features li span {
    display: block;
}

.article__features.--bottom li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00003c;
}

.article__form {
    padding: 38px 79px 45px 44px;
    -webkit-box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.16);
    box-shadow: 2px 2px 8px 2px rgba(0, 0, 0, 0.16);
    margin: 80px 0;
}

@media (max-width: 768px) {
    .article__form {
        padding: 20px;
    }
}

.quotes {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
}

.quotes__title {
    z-index: 2;
    position: relative;
}

.quotes__anchor {
    margin-top: 60px;
}

.article__quote {
    width: 100%;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
}

.article__quote--text {
    font-size: 28px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
}

@media (max-width: 768px) {
    .moreCasestudies {
        margin-top: 20px;
    }
}

.moreInfo {
    padding: 150px 0;
}

@media (max-width: 768px) {
    .moreInfo {
        padding: 50px 0;
    }
}

.moreInfo h6,
.moreInfo p {
    font-size: 14px;
}

.moreInfo__updateDate p {
    font-style: italic;
}

.moreInfo__wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.moreInfo__accordion {
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.26);
    background-color: #ffffff;
}

.moreInfo__accordion--title {
    position: relative;
    color: #00003c !important;
    font-size: 24px !important;
    font-weight: 700;
    padding: 22px 40px !important;
}

.moreInfo__accordion--title:first-child {
    border-top: 0;
}

@media (max-width: 768px) {
    .moreInfo__accordion--title {
        font-size: 16px !important;
    }
}

.moreInfo__accordion--title span.icon {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.moreInfo__accordion .ui-state-default,
.moreInfo__accordion .ui-widget-content .ui-state-default,
.moreInfo__accordion .ui-widget-header .ui-state-default,
.moreInfo__accordion .ui-button,
.moreInfo__accordion html .ui-button.ui-state-disabled:hover,
.moreInfo__accordion html .ui-button.ui-state-disabled:active {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    outline: 0;
    margin: 0;
    border-color: #00003c;
    background: transparent;
}

.moreInfo__accordion .ui-state-default:not(:last-child),
.moreInfo__accordion .ui-widget-content .ui-state-default:not(:last-child),
.moreInfo__accordion .ui-widget-header .ui-state-default:not(:last-child),
.moreInfo__accordion .ui-button:not(:last-child),
.moreInfo__accordion html .ui-button.ui-state-disabled:hover:not(:last-child),
.moreInfo__accordion html .ui-button.ui-state-disabled:active:not(:last-child) {
    border-bottom: 0;
}

.moreInfo__accordion .ui-accordion-header-active {
    background: #eaeaf3 !important;
    outline: 0;
    border-bottom-color: transparent !important;
}

.moreInfo__accordion .ui-accordion-header-active span.icon {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.ui-accordion-header {
    cursor: pointer;
    transition: all 0.3s;
}

.ui-accordion-header:hover {
    opacity: 0.6;
}

.moreInfo__accordion .ui-state-active,
.moreInfo__accordion .ui-widget-content .ui-state-active,
.moreInfo__accordion .ui-widget-header .ui-state-active,
.moreInfo__accordion a.ui-button:active,
.moreInfo__accordion .ui-button:active,
.moreInfo__accordion .ui-button.ui-state-active:hover {
    margin-top: 0;
}

.moreInfo__accordion .ui-icon {
    display: none;
}

.moreInfo__accordion .ui-widget-content {
    padding: 30px 40px;
    padding-top: 0;
    border: 0;
    background: #eaeaf3;
    color: #00003c;
    border-radius: 0;
}

.moreInfo__accordion .ui-widget-content h5 {
    margin-bottom: 15px;
}

.moreInfo__accordion .ui-accordion .ui-accordion-header {
    margin: 0 !important;
}

.moreInfo__table {
    position: relative;
    width: 100%;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    padding: 60px 0;
}

.moreInfo__table--center,
.moreInfo__table--center * {
    text-align: center;
}

.moreInfo__table table {
    position: relative;
    background: rgba(227, 228, 228, 0.43);
}

.moreInfo__table table td {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #00003c;
    padding: 35px 60px;
    border: solid 1px #ffffff;
}

.moreInfo__table table td.color__red {
    color: #ff0000;
}

.customPageContent__right {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customPageContent__right--quote {
    position: relative;
    max-width: 475px;
    width: 100%;
}

@media (min-width: 1200px) {
    .customPageContent__right--quote {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .customPageContent__right--quote::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: -130px;
        background: #ff0000;
    }
}

@media (max-width: 768px) {
    .customPageContent__right--quote {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #ff0000;
    }
}

.customPageContent__right--quote--text {
    font-size: 29px;
    font-weight: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: normal;
}

/* ==========================================================================
   #TEXT-UTILITIES
   ========================================================================== */
.color__red {
    color: #ff0000;
}

.color__blue {
    color: #00003c;
}

.color__black {
    color: #000000;
}

.color__white {
    color: #ffffff;
}

@media (max-width: 575px) {
    .color__white {
        /*font-size: 50px;*/
        /* text-align: center;*/
    }
}

.bg__red {
    background: #ff0000;
}

.bg__blue {
    background: #00003c;
}

.bg__white {
    background: #ffffff;
}

.bg__black {
    background: #000000;
}

.d__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.md__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 1200px) {
    .md__flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.d__none {
    display: none;
}

@media (max-width: 768px) {
    .md__block {
        display: inline-block;
    }
}

.p__relative {
    position: relative;
}

.d__block {
    display: block;
}

.d__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.f__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.d__iblock {
    display: inline-block;
}

@media (max-width: 768px) {
    .md__none {
        display: none;
    }
}

.jc__center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc__between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.t__center {
    text-align: center;
}

.img__banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.img__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}

img {
    max-width: 100%;
}

.list__none {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .mb__none {
        display: none;
    }
}

@media (max-width: 768px) {
    .morder1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width: 768px) {
    .morder2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.article__quote {
    text-align: center;
}

.ourclients__tab.tabCol--White>nav>div>.nav-item {
    border-color: white !important;
    color: white;
}

.ourclients__tab.tabCol--Blue>nav>div>.nav-item {
    border-color: #00003c !important;
    color: #00003c;
}

.ourclients__tab.tabCol--White>nav>div>.nav-item.active {
    background-color: white;
    color: #00003c;
}

.ourclients__tab.tabCol--Blue>nav>div>.nav-item.active {
    background-color: #00003c;
    color: white;
}

#menu-menu-us>.menu-item,
#menu-main-menu>.menu-item {
    display: flex;
    align-items: center;
}

#menu-menu-us>.menu-item.has-dropdown,
#menu-main-menu>.menu-item.has-dropdown {
    display: block;
}

#menu-menu-us>.menu-item:not(.has-dropdown),
#menu-main-menu>.menu-item:not(.has-dropdown) {
    display: flex;
    align-items: center;
}

.videoBanner--title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.27px;
}

body.page-template-contact-template>.page>.container>* {
    margin: 0 auto;
    max-width: 830px;
}

.getintouch_new>.container>.getintouch__content>.gform_wrapper {
    margin: 0 auto;
}

.desktop-image {
    display: block;
}

.mobile-featured-image {
    display: none;
}

@media (max-width: 768px) {
    .desktop-image {
        display: none;
    }

    .mobile-featured-image {
        display: block;
    }
}

/* .has-dropdown > ul > li{
  margin-top: 2px !important;
} */

/*# sourceMappingURL=main.css.map */

/* Region page */

.region,
.region * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.region::-webkit-scrollbar {
    display: none;
}

.header--inactive .header__menu {
    opacity: 0.7;
    pointer-events: none;
}

.region {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 11vh 30px;
    padding-top: 22vh;
    /* margin-top: -32px; */
}

.region::-webkit-scrollbar {
    display: none;
}

.header__logo--region {
    pointer-events: none;
    position: absolute !important;
    top: 20px;
    width: 180px;
}

.region__title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    position: relative;
    padding-left: 58px;
}

.region__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    width: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Cg clip-path='url(%23clip0_1342_98)'%3E%3Cpath d='M45 22.5C45 34.9312 34.9312 45 22.5 45C10.0688 45 0 34.9312 0 22.5C0 10.0688 10.0688 0 22.5 0C34.9312 0 45 10.0688 45 22.5ZM3.79518 28.309H12.0052C11.7728 26.4501 11.6179 24.5138 11.6179 22.5C11.6179 20.4862 11.7728 18.5499 12.0052 16.691H3.79518C3.21429 18.5112 2.90448 20.4862 2.90448 22.5C2.90448 24.5138 3.21429 26.4888 3.79518 28.309ZM4.9957 13.7866H12.4699C13.2831 9.75904 14.6773 6.31239 16.3812 3.87263C11.3855 5.53787 7.28055 9.13941 4.95697 13.7866H4.9957ZM16.42 41.1274C14.6773 38.6876 13.3219 35.241 12.5086 31.2134H5.03442C7.358 35.8606 11.463 39.4621 16.4587 41.1274H16.42ZM30.1291 16.691H14.9484C14.716 18.4725 14.5611 20.4088 14.5611 22.5C14.5611 24.5912 14.716 26.5275 14.9484 28.309H30.1291C30.3614 26.5275 30.5164 24.5912 30.5164 22.5C30.5164 20.4088 30.3614 18.4725 30.1291 16.691ZM15.4518 13.7866H29.6256C28.1153 6.89329 24.9785 2.90448 22.5387 2.90448C20.099 2.90448 16.9621 6.89329 15.4518 13.7866ZM29.6256 31.2134H15.4518C16.9621 38.1067 20.099 42.0955 22.5387 42.0955C24.9785 42.0955 28.1153 38.1067 29.6256 31.2134ZM28.6575 3.87263C30.4002 6.31239 31.7556 9.75904 32.5688 13.7866H40.043C37.7195 9.13941 33.6145 5.53787 28.6188 3.87263H28.6575ZM40.0818 31.2134H32.6076C31.7943 35.241 30.4002 38.6876 28.6962 41.1274C33.6919 39.4621 37.7969 35.8606 40.1205 31.2134H40.0818ZM41.2823 28.309C41.8632 26.4888 42.173 24.5138 42.173 22.5C42.173 20.4862 41.8632 18.5112 41.2823 16.691H33.0723C33.3046 18.5499 33.4596 20.4862 33.4596 22.5C33.4596 24.5138 33.3046 26.4501 33.0723 28.309H41.2823Z' fill='%23EA3323'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1342_98'%3E%3Crect width='45' height='45' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

@media (max-width:750px) {
    .region__title {
        padding-left: 0;
    }

    .region__title::before {
        display: none;
    }
}

@media (max-width: 1220px) {
    .region__title {
        font-size: 37px;
    }
}

.region__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

@media (max-width: 964px) {
    .region {
        height: auto;
        min-height: 100vh;
        overflow: unset;
        gap: 70px;
    }

    .region__bg {
        height: 100%;
    }
}

@media (max-width:535px) {
    .region {
        padding: 11vh 20px;
        padding-top: 22vh;
    }
}

.region__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    overflow: hidden;
    align-items: center;
    gap: 20px;
}

@media (max-width: 1375px) {
    .region__grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
}

@media (max-width: 964px) {
    .region__grid {
        grid-template-columns: 1fr;
    }
}

.region__grid__item {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    padding: 15px 20px;
    background-color: #2D327A;
    width: 100%;
    height: 100%;
}

@media (max-width:535px) {
    .region__grid__item {
        flex-direction: column;
        align-items: flex-start;
    }
}

.region__grid__item__img {
    width: 100px;
}

.region__grid__item__content {
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.region__grid__item__content h4 {
    max-width: 95%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    line-height: 115%;
}

.region__grid__item__content__links {
    display: grid;
    grid-gap: 2px 10px;
    grid-template-columns: auto auto;
}

.region__grid__item__content__links a {
    color: white;
    text-decoration: none !important;
    padding-right: 23px;
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: fit-content;
    white-space: nowrap;
}

.region__grid__item__content__links a::after {
    content: "";
    width: 16px;
    height: 9px;
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cg clip-path='url(%23clip0_1342_72)'%3E%3Cpath d='M9.25089 -0.876974L12.89 2.74065C13.0367 2.88695 13.0367 3.12635 12.89 3.27265L9.25089 6.89027C9.10426 7.03658 8.86432 7.03658 8.71769 6.89027L8.49107 6.66417C8.34444 6.51787 8.34444 6.27847 8.49107 6.13217L11.1171 3.52535H-0.626756C-0.840038 3.52535 -1 3.35245 -1 3.15295V2.84705C-1 2.63425 -0.826708 2.47465 -0.626756 2.47465H11.1171L8.49107 -0.13217C8.34444 -0.27847 8.34444 -0.517872 8.49107 -0.664173L8.71769 -0.890274C8.86432 -1.03658 9.10426 -1.03658 9.25089 -0.890274V-0.876974Z' fill='%23EA3323'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1342_72'%3E%3Crect width='16' height='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.2s ease;
}

.region__grid__item__content__links a:hover:after {
    transform: translateX(2px) translateY(-50%);
}

.custom-select-opener::before {
    display: none;
}

.header__lanSelect {
    text-decoration: none !important;
}

.header__lanSelect .custom-select-opener>span {
    padding-right: 0 !important;
}

.header__lanSelect--icon {
    position: absolute;
    left: 60px;
    height: 16px;
    width: 16px;
    top: 12%;
    z-index: -1;
}

.col-md-6.col-12.select.sport {
    display: none;
}

.cta-row {
    background-color: #000039;
    color: #fff;
    padding: 60px 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}

.cta-row.cta-row-bg--white {
    background-color: #ffffff;
}

.cta-row-bg--white .cta-row__title,
.cta-row.cta-row-bg--white>p {
    color: #000039;
}

.cta-row__title {
    text-transform: uppercase;
}

.cta-row__title,
.cta-row>p {
    max-width: 540px;
}

.cta-row>p {
    margin-bottom: 0;
}

.cta-row__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    max-width: 1440px;
    width: 100%;
}

@media (min-width: 1100px) {
    .cta-row__row--3 .cta-row__row__item__content {
        padding: 30px;
    }

    .cta-row__row--2 .cta-row__row__item__content {
        padding: 60px;
    }
}

@media (max-width: 750px) {
    .cta-row {
        padding: 80px 20px;
    }
}

.cta-row__row__item {
    position: relative;
    overflow: hidden;
    z-index: 2;
    text-align: left;
    aspect-ratio: 16/14;
}

.cta-row__row--2 .cta-row__row__item {
    flex: 0 0 calc(50% - 15px);
}

.cta-row__row--3 .cta-row__row__item {
    flex: 0 0 calc(33.3333% - 15px);
}

.cta-row__row--4 .cta-row__row__item {
    flex: 0 0 calc(25% - 15px);
}


@media (max-width: 1350px) {
    .cta-row__row--4 .cta-row__row__item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 1100px) {
    .cta-row__row--4 .cta-row__row__item,
    .cta-row__row--3 .cta-row__row__item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (max-width: 750px) {
    .cta-row__row--4 .cta-row__row__item,
    .cta-row__row--3 .cta-row__row__item,
    .cta-row__row--2 .cta-row__row__item {
        flex: 0 0 100%;
    }
}

.cta-row__row__item--white .cta-row__row__item__content {
    color: #23286A;
    background-color: #fff;
    overflow-y: auto;
}

.cta-row__row__item--white .cta-row__row__item__content>h5 {
    border-bottom-color: rgba(35, 40, 106, .12);
}

.cta-row__row__item--grey .cta-row__row__item__content {
    color: #000;
    background-color: #EAEAF3;
}

.cta-row__row__item--grey .cta-row__row__item__content>h5 {
    border-bottom-color: rgba(0, 0, 0, .12);
}

.cta-row__row__item__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cta-row__row__item__title {
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: -1;
}

.cta-row__row__item__content {
    opacity: 1;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    z-index: 5;
    background-color: #23286A;
    transform: translateX(-101%);
    height: 100%;
    width: 100%;
    overflow: auto;
    color: #fff;
}

.cta-row__row__item__content .sr_bullet_list{
    color: #fff !important;
}

.cta-row__row__item__content>h5 {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    padding-bottom: 20px;
}

.cta-row__row__item__content>p {
    font-size: 16px;
}

.cta-row__row__item__content>svg,
.cta-row__row__item__content>img {
    width: 65px;
}

.cta-row__row__item__title,
.cta-row__row__item__content,
.cta-row__row__item__bg,
.cta-row__row__item__content>a {
    transition: all 0.6s ease;
}

.cta-row__row__item__content>a {
    width: fit-content;
    transform: translateX(-70%);
    transition-delay: .15s;
    border-color: #ff0000;
}

@media (hover: hover) and (pointer: fine) {
    .cta-row__row__item:hover>h4 {
        opacity: 0;
    }

    .cta-row__row__item:hover .cta-row__row__item__content,
    .cta-row__row__item:hover .cta-row__row__item__content>a {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
    }

    .cta-row__row__item:hover .cta-row__row__item__bg {
        scale: 1.1;
        opacity: .4;
    }
}

@media (hover: none) {
    .cta-row__row__item.active>h4 {
        opacity: 0;
    }

    .cta-row__row__item.active .cta-row__row__item__content,
    .cta-row__row__item.active .cta-row__row__item__content>a {
        opacity: 1;
        pointer-events: all;
        transform: translateX(0);
    }

    .cta-row__row__item.active .cta-row__row__item__bg {
        scale: 1.1;
        opacity: .4;
    }
}

/* New Career page styles */
.CareerBanner {
    padding: 150px 0 50px;
    min-height: 100svh;
    height: auto;
    display: flex;
    align-items: flex-end;
}

.CareerBanner.innerTopbanner {
    margin-top: -131px;
}

.CareerBanner .main__title {
    font-size: 90px;
    font-weight: 900;
    line-height: 76px;
    text-align: left;
    text-transform: uppercase;
}

.CareerBanner .main__title .line__wrapper {
    min-height: unset;
}

.CareerBanner .innerTopbanner__heading p {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.CareerBanner .innerTopbanner__filter {
    position: relative;
    padding: 24px 30px;
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 933px;
    width: 100%;
}

.CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col {
    position: relative;
    max-width: 208px;
    width: 100%;
}

.CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col:not(:nth-child(3))::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    background: rgba(0, 0, 0, .12);
    top: 0;
    right: -25px;
}

.CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col input,
.CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col select {
    position: relative;
    width: 100%;
    border: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    outline: 0;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 1);
}

.careercontent {
    position: relative;
    padding: 85px 0 120px;
}

.careercontent__intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px auto 60px;
    gap: 20px;
    text-align: center;
}

.careercontent__intro h2 {
    color: #1C2271;
}

.careercontent__intro p {
    max-width: 950px;
}

.careercontent .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.careercontent__sidebar {
    position: relative;
    max-width: 304px;
    width: 100%;
}

.careercontent__sidebar h6 {
    margin-bottom: 30px;
}

.careercontent__sidebar--inner {
    position: relative;
    padding: 40px 30px;
    background: rgba(242, 242, 242, 1);
}

.careercontent__sidebar--block {
    position: relative;
}

.careercontent__sidebar--block {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.careercontent__sidebar--checkbox {
    margin-bottom: 50px;
}

.careercontent__sidebar--block input,
.careercontent__sidebar--block select {
    position: relative;
    width: 100%;
    border: 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;

    outline: 0;
    -webkit-appearance: none;
    color: rgba(0, 0, 0, 1);
    background: transparent;
}

.careercontent__sidebar--block .icon {
    position: absolute;
    right: 0;
    top: 0;
}

.checkcontainer {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(0, 0, 0, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 5px;
    right: 0;
    height: 13px;
    width: 13px;
    background-color: transparent;
    border: 1px solid rgba(234, 51, 35, 1);
}

.checkcontainer input:checked~.checkmark {
    background-color: rgba(234, 51, 35, 1);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkcontainer input:checked~.checkmark:after {
    display: block;
}

.checkcontainer .checkmark:after {
    left: 3.5px;
    top: -1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.careercontent__jobs {
    position: relative;
    max-width: 836px;
    width: 100%;
}

.careercontent__jobs--heading {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.careercontent__jobs--heading p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;


}

.careercontent__jobs--heading p span {
    font-weight: 700;
}

.careercontent__jobs--sorting {
    position: relative;
    display: flex;
    align-items: center;
    gap: 24px;
}

.careercontent__jobs--sorting p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;
}

select {
    display: flex;
    position: relative;
    -webkit-appearance: none;
    border: 0;
    outline: 0;
}

.careercontent__jobs--item {
    position: relative;
    padding: 30px 35px;
    border: 1px solid rgba(242, 242, 242, 1);
    display: flex;
    margin-bottom: 15px;
}

.jobheading {
    position: relative;
    max-width: 544px;
    width: 100%;
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid rgba(242, 242, 242, 1);
}


.jobheading p,
.jobinfo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 0;

}

.jobinfo a {
    margin-top: 12px;
}

.careercontent__jobs--footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}

@media screen and (max-width:1030px) {
    .CareerBanner .innerTopbanner__filter {
        flex-direction: column;
        align-items: flex-start;
    }

    .CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }

    .CareerBanner .innerTopbanner__filter .innerTopbanner__filter--col:not(:nth-child(3))::before {
        display: none;
    }

    .careercontent .container {
        flex-direction: column;
    }

    .careercontent__sidebar {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .careercontent__jobs--heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .careercontent__jobs--item {
        flex-direction: column;
        padding: 25px;
    }

    .jobheading {
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(242, 242, 242, 1);
    }

    .careercontent__jobs--footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .careercontent__jobs--footer a {
        order: 2;
    }
}

.innerTopbanner__heading--list {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 23px;
    align-items: center;
    color: #ffffff;
}

.CareerBanner .innerTopbanner__heading--list--item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.innerTopbanner__heading .goback {
    position: relative;
    display: inline-flex;
    margin-bottom: 13px;
    gap: 13px;
    align-items: center;
    text-decoration: none;
}

.cscontent {
    position: relative;
    padding: 60px 0 90px;
}

.cscontent .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.cscontent .cscontent__left {
    position: relative;
    max-width: 836px;
    width: 100%;
}

.cscontent__sidebar {
    position: relative;
    max-width: 304px;
    width: 100%;
    padding: 40px 30px;
    background: rgba(0, 0, 57, 1);
    height: max-content;
}

.cscontent__sidebar a {
    margin-bottom: 30px;
}

.cscontent__sidebar p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #ffffff;
    margin-bottom: 0;
}
.CareerBanner.innerTopbanner .innerTopbanner__heading h2{
    text-transform: uppercase;
}
@media screen and (min-width:1200px) {
    .CareerBanner.innerTopbanner .innerTopbanner__heading h2 {
        font-size: 80px;
        font-weight: 700;
        line-height: 63px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    
    }
    .cscontent__sidebar {
        position: sticky;
        top: 120px;
    }
}


.cscontent__sidebar--share {
    margin-top: 30px;
}

.cscontent__sidebar--share ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 10px;
    align-items: center;
}

.cscontent__block {
    position: relative;
    max-width: 686px;
    width: 100%;
    margin-bottom: 44px;
}

.cscontent__block h5 {
    margin-bottom: 10px;
}

.cscontent__block p,
.cscontent__block ul li {
    font-size: 16px;
    font-weight: 400;
    line-height: 20.11px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.cscontent__block ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.cscontent__block ul li {
    position: relative;
    padding-left: 15px;
}

.cscontent__block ul li:not(:last-child) {
    margin-bottom: 10px;
}

.cscontent__block ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background: rgba(234, 51, 35, 1);
}

.cscontent__similarjobs {
    margin-top: 70px;
}

.cscontent__similarjobs h6 {
    margin-bottom: 30px;
}

.cscontent__similarjobs .btn__primary {
    margin-top: 30px;
}



@media screen and (max-width:1030px) {
    .container {
        flex-direction: column;
    }
}


/* Convert careers cards to grid layout */
/* Delete the code below to get back to list layout (with description) */

.careercontent__jobs--list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.careercontent__jobs--item {
    width: calc(((100% - (10px * 2)) / 3));
    flex-direction: column;
    padding: 20px;
    margin-bottom: 0;
    background: white;
    border-radius: 4px;
    box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.26);
    border: 2px solid transparent;
    transition: all 0.6s ease;
    background-color: white;
}

@media screen and (max-width:1030px) {
    .careercontent__jobs--item {
        width: calc(((100% - (10px * 1)) / 2));
    }
}

@media screen and (max-width:768px) {
    .careercontent__jobs--item {
        width: 100%;
    }
}

.careercontent__jobs--footer {
    width: 100%;
    margin-top: 30px;
}

.jobheading {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #21252930; */
    padding-top: 40px;
    color: black;
    text-decoration: none !important;
    overflow-wrap: break-word;
}

.jobheading p {
    display: none;
}

.jobinfo {
    padding-top: 70px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.jobinfo__block {
    order: 2;
    color: black;
}

.jobinfo .btn__secondary {
    align-self: flex-start;
    order: 4;
    padding: 0;
    margin-top: 10px;
    color: black;
    font-weight: 700;
    border: none !important;
    padding-right: 7px;
    font-size: 15px;
}

.jobinfo .btn__secondary::before{
    position: absolute;
    display: block;
    content: "";
    right: 0;
    top: 50%;
    aspect-ratio: 16 / 9;
    height: 40%;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14"><g fill="none" fill-rule="evenodd"><g fill="%23FFF" fill-rule="nonzero"><g><g><g><path d="M6.496 0c-.401 0-.708.32-.708.736v11.956L1.162 8.568c-.307-.27-.755-.221-.991.074-.26.319-.213.785.07 1.03l5.783 5.156c.142.123.307.172.472.172.165 0 .33-.05.472-.172l5.783-5.155c.307-.27.33-.737.07-1.031-.26-.32-.708-.344-.99-.074l-4.627 4.124V.736C7.204.32 6.897 0 6.496 0z" transform="translate(-286 -1075) translate(0 621) translate(140 442.5) rotate(-90 85.5 -60.5)"></path></g></g></g></g></g></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: unset;
    -webkit-transform-origin: left;
    filter: invert(1);
    transform-origin: left;
    -webkit-transform: scaleX(1);
    transform: translateX(100%) translateY(-30%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.jobinfo__block:nth-of-type(2) {
    margin-bottom: 50px;
    margin-bottom: 0px;
    border-bottom: 1px solid #21252930;
    padding-bottom: 20px;
}

.jobinfo__block:last-of-type {
    margin-bottom: 20px;
    order: 1;
    /* background-color: rgba(234, 51, 35, 1); */
    align-self: flex-start;
    /* padding: 2px 8px; */
    color: rgba(234, 51, 35, 1);
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    font-weight: 700;
}

.jobinfo__block:last-of-type > b {
    display: none;
}

.careercontent__jobs--item:hover{
    background-color: rgba(242, 242, 242, 1);
    text-decoration: none !important;
}

.careercontent__jobs--item:hover .btn__secondary{
    color: rgba(234, 51, 35, 1);
}

.careercontent__jobs--item:hover .btn__secondary::before{
    transform: translateX(105%) translateY(-30%);
}

.newpartners {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 0;
    text-align: center;
    padding: 55px 0;
    color: #1C2271;
    background-color: #1C2271;
}

.newpartners--white{
    background-color: #fff;
}

.newpartners::before{
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFF 2.76%, rgba(255, 255, 255, 0.70) 128.34%);
    z-index: 0;
}

.newpartners > h2{
    margin-bottom: 55px;
}

.newpartners .swiper-container {
    min-width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    cursor: grab;
}


@media (max-width: 768px) {
    .newpartners .swiper-container {
        padding: 45px 30px;
    }
}

.newpartners__list.swiper-wrapper {
    min-width: 100%;
    min-height: 100%;
    transition-timing-function: linear !important;
}

.newpartners__item {
    height: 100px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.newpartners__item svg,
.newpartners__item img {
    width: auto;
    height: 100%; 
    object-fit: contain;
}

/* //////////////// slider-module Section //////////////// */
.slider-module {
    background-color: #1C2271;
    color: #fff;
    display: flex;
    gap: 60px;
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 110px 0 110px 65px;
}

.slider-module__intro {
    width: 100%;
    max-width: 970px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    text-align: center;
    margin: 0 auto;
    padding-right: 30px;
}


.slider-module__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slider-module__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slider-module__swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slider-module__swiper .swiper-slide {
    display: flex;
    flex-direction: column;
    border-radius: 24px;
    border: 1px solid #DADBF2;
    background: #FFF;
    color: #00003C;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    opacity: 1;
    padding: 8px;
    text-align: center;
    height: auto;
    transition: opacity 0.3s ease;
}

.slider-module__swiper .swiper-slide.partial {
    opacity: 0.4;
}

.slider-module__swiper .swiper-slide__img {
    width: 100%;
    height: auto;
    aspect-ratio: 350/230;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

.slider-module__swiper .swiper-slide__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-module__swiper .swiper-slide__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px 15px;
}

.slider-module__swiper .swiper-slide__content p {
    font-size: 20px;
    line-height: 110%;
}

.slider-module__swiper .swiper-button-next,
.slider-module__swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #f00;
    display: flex !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.slider-module__swiper .swiper-button-next:hover svg path,
.slider-module__swiper .swiper-button-prev:hover svg path {
    animation: arrow-anim-bottom 0.5s ease forwards;
}

.slider-module__swiper .swiper-button-prev {
    left: 110px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg);
}

.slider-module__swiper .swiper-button-prev.show {
    opacity: 1;
    visibility: visible;
}

.slider-module__swiper .swiper-button-next {
    right: 110px;
    opacity: 1;
    visibility: visible;
    transform: rotate(-90deg);
}

.slider-module__swiper .swiper-button-next.hide {
    opacity: 0;
    visibility: hidden;
}

.slider-module__swiper .swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}


@media (max-width: 1024px) {
    .slider-module {
        padding: 80px 0 80px 30px;
    }

    .slider-module__swiper .swiper-button-prev {
        left: 50px;
    }

    .slider-module__swiper .swiper-button-next {
        right: 50px;
    }
 
}

@media (max-width: 768px) {

    .slider-module__swiper .swiper-slide {
        border-radius: 14px;
    }

    .slider-module__swiper .swiper-slide__img {
        border-radius: 14px 14px 0 0;
    }

    .slider-module__swiper .swiper-slide__content {
        padding: 20px 0;
    }

    .slider-module__swiper .swiper-button-prev {
        left: 30px;
    }

    .slider-module__swiper .swiper-button-next {
        right: 30px;
    }
}


/* /////////////// */