@charset "UTF-8";

:root {
    --app-height: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

[role="button"],
button {
    outline: 0 !important;
}

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

.jobs-list-empty:not(.active) {
    display: none;
}

.screen-reader-response {
    display: none;
}

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

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

button,
input[type="button"],
input[type="email"],
input[type="password"],
input[type="reset"],
input[type="submit"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

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

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a[href],
input[type="checkbox"],
input[type="radio"],
label[for],
select {
    cursor: pointer;
}

button,
input[type="button"],
input[type="image"],
input[type="reset"],
input[type="submit"] {
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="image"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
}

.hide,
.hide2 {
    position: absolute !important;
    left: -9999em !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    /* font-weight: 600; */
}

strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

td,
th {
    vertical-align: top;
}

th {
    font-weight: 400;
    text-align: left;
}

address,
cite,
dfn {
    font-style: normal;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

textarea {
    overflow: auto;
}

article,
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

button,
input,
select,
textarea {
    outline: 0;
    font-family: SuisseIntl, sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    -webkit-tap-highlight-color: transparent;
}

button {
    background: 0 0;
    padding: 0;
    border: 0;
    outline: 0;
}

img {
    max-width: 100%;
}

svg {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    fill: currentColor;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: inherit;
}

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

.row > * {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

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

.row.no-gutters > div {
    padding-left: 0;
    padding-right: 0;
}

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

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

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

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

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

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

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

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

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

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

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

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

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(
        linear,
        right top,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
        right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
        left,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
        bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.5)),
        to(rgba(0, 0, 0, 0))
    );
    background-image: -o-linear-gradient(
        top,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
    background-image: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0)
    );
}

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal
    > .swiper-wrapper
    > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

@font-face {
    font-family: SuisseIntl;
    src: url(../fonts/SuisseIntl-Regular.woff) format("woff"),
        url(../fonts/SuisseIntl-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: SuisseIntl;
    src: url(../fonts/SuisseIntl-Medium.woff) format("woff"),
        url(../fonts/SuisseIntl-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: SuisseIntl;
    src: url(../fonts/SuisseIntl-Light.woff) format("woff"),
        url(../fonts/SuisseIntl-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.select2-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 50;
    outline: 0;
}

.select2-container * {
    outline: 0;
}

.select2-container .select2-search.select2-search--inline {
    display: none;
}

.select2-container .select2-selection__choice__remove,
.select2-container .select2-selection__clear {
    display: none;
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir="rtl"]
    .select2-selection--single
    .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container
    .select2-search--inline
    .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown .select2-results__message {
    pointer-events: none;
    padding-left: 0;
    padding-right: 0;
    line-height: normal;
}

.select2-dropdown {
    border-radius: 6px;
    display: block;
    position: absolute;
    color: #060707;
    padding: 0 16px;
    padding-left: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    background: #f7f7f7;
    overflow: hidden;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    margin-top: 7px;
}

.select2-dropdown .lg {
    min-width: 160px;
}

.select2-dropdown:before {
    content: "";
    background: #f7f7f7;
    position: absolute;
    top: 0;
    width: 25px;
    right: 0;
    height: 16px;
}

.select2-dropdown:after {
    content: "";
    background: #f7f7f7;
    position: absolute;
    bottom: 0;
    width: 25px;
    right: 0;
    height: 16px;
}

.select2-dropdown.select2-dropdown--above {
    margin-top: -4px;
}

.select2-dropdown ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
}

.select2-dropdown ::-webkit-scrollbar-track {
    background: #e5e5e5;
}

.select2-dropdown ::-webkit-scrollbar-thumb {
    background: #060707;
    -webkit-box-shadow: 0 10px #060707, 0 -10px #060707, 0 20px #060707,
        0 -20px #060707;
    box-shadow: 0 10px #060707, 0 -10px #060707, 0 20px #060707, 0 -20px #060707;
}

.select2-selection__placeholder {
    color: #bdbdbd;
}

.select2-results {
    display: block;
    overflow: auto;
    margin: 0;
    padding: 24px 8px;
    max-height: 261px;
}

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

.select2-results__option {
    padding: 4px 16px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: -4px 8px;
    -webkit-user-select: none;
}

.select2-results__option:empty {
    display: none;
}

.select2-results__option:empty + li {
    border-top: 0;
}

.select2-results__option.select2-results__option--highlighted,
.select2-results__option:hover {
    background: #060707;
    color: #fff;
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 0;
    margin-bottom: 8px;
}

.select2-search--dropdown .select2-search__field {
    padding: 0 24px;
    width: 100%;
    border-radius: 0;
    height: 52px;
    border: 0;
    border-bottom: 2px solid rgba(165, 170, 173, 0.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.form-group .select2-container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

.select2-selection {
    background: #f7f7f7;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 56px;
    height: 56px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 0 24px;
    padding-right: 44px;
    color: #060707;
}

.select2-container--open .select2-selection:after {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 1px;
    background: #060707;
    left: 0;
    right: 0;
}

.select2-container--open .select2-selection:before {
    content: "";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-selection:before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='13' height='6'><path d='m6.5 5.5-6.3-4L1 .2l5.5 3.5L12 .2l.8 1.3z' fill='%23060707'/></svg>")
        no-repeat 50% 50%;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 24px;
}

.select2-selection.error,
.wpcf7-not-valid + .select2-container .select2-selection {
    border-radius: 6px 6px 0 0;
    border-bottom-color: #de720f;
}

html {
    height: 100%;
}

body {
    font: 16px/1.1875 SuisseIntl, sans-serif;
    background: #fff;
    -webkit-text-size-adjust: none;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    color: #221f20;
}

.container {
    width: 100%;
    margin: auto;
    max-width: 1392px;
    padding: 0 40px;
    position: relative;
    z-index: 20;
    margin: 0 auto;
}

.extra-m-link {
    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;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    color: #27565c;
    border-top: 1px solid #bbbeef;
    margin: 0 -20px;
    padding: 15px 20px;
}

.active-menu .extra-m-link {
    display: none;
}

.menu-trigger {
    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;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    color: #27565c;
    margin-top: -49px;
    margin-right: -20px;
    padding: 15px 20px;
    float: right;
}

.main-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -13px;
}

.main-nav > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.main-nav > ul li ul {
    position: absolute;
    top: 100%;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    left: 0;
    pointer-events: none;
    padding-top: 2px;
    opacity: 0;
    padding-bottom: 15px;
}

.main-nav > ul li ul a {
    padding: 5px 14px;
    padding-right: 0;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
}

.main-nav > ul li ul br {
    display: none;
}

.main-nav > ul li ul:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 -100vw;
    background: #fff;
    border-bottom: 1px solid #bbbeef;
}

.main-nav > ul li a {
    display: block;
    font-size: 18px;
    line-height: 21px;
    white-space: nowrap;
    padding: 15px 14px;
    color: #27565c;
}

.main-nav > ul li .sub-trigger {
    display: block;
    padding: 10px;
    margin: -10px;
    cursor: pointer;
}

.main-nav > ul li.with-sub svg {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: -7px;
    margin-right: 10px;
}

.scroll-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px 13px 13px;
    cursor: pointer;
    color: #fff;
    margin: 50px -660px;
    position: absolute;
    bottom: 0;
    z-index: 4;
    border: 1px solid #fff;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    right: 50%;
}

.full-image {
    position: relative;
}

.intership .full-image + .container {
    padding-top: 54px;
}

.full-image .over-title {
    position: absolute;
    bottom: 46px;
    left: 0;
    right: 0;
}

.full-image .over-title h1 {
    color: #fff;
}

.full-image .over-title h1:not(.v2) {
    font-weight: 500;
    padding-right: 90px;
    font-size: 64px;
    line-height: 74px;
}

.full-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.header {
    background: #fff;
    background: transparent;
    position: fixed;
    top: 0;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    left: 0;
    z-index: 500;
    right: 0;
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
    transition: 0.3s;
}
.header:after {
    /* content: ''; */
    position: absolute;
    position: fixed;
    left: 0;
    right: 0;
    /* bottom: 0; */
    top: 80px;
    z-index: 501;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 197px;
    height: 27px;
    display: block; */
}

.header .right-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .right-holder > * {
    margin-left: 25px;
}

.body {
    overflow: hidden;
    /* padding-top: 80px; */
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #27565c;
    border-radius: 70px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    font-size: 24px;
    line-height: 25px;
    color: #fff;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.btn.btn-block {
    width: 100%;
}

.btn.btn-sm {
    font-size: 14px;
    padding: 10px 30px;
    font-size: 16px;
}

.btn.btn-outline {
    background: #fff;
    color: #27565c;
    -webkit-box-shadow: inset 0 0 0 1px #27565c;
    box-shadow: inset 0 0 0 1px #27565c;
}

.btn.btn-secondary {
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    border: 1px solid #bbbeef;
    text-align: center;
    padding: 12px 28px;
    color: #27565c;
}

.btn-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #bbbeef;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    color: #27565c;
    padding: 10px;
    cursor: pointer;
}

.btn-icon.btn-lg {
    width: 58px;
    height: 58px;
}

.btn-icon.btn-lg svg {
    width: 20px;
    height: 20px;
}

.btn-icon.reverse {
    border-color: #27565c;
}

.btn-icon.swiper-button-disabled {
    border-color: #bbbeef;
    color: #bbbeef;
    pointer-events: none;
}

.swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.langs-dropdown {
    position: relative;
}

.langs-dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -8px;
    border: 1px solid #bbbeef;
    border: 1px solid #221F20;
    /* border-top: 0; */
    opacity: 0;
    pointer-events: none;
    padding: 0 0 6px;
    padding: 0 0 0px;
    background: #fff;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.langs-dropdown ul a {
    display: block;
    padding: 5px 18px;
    padding: 5px 2px;
    text-align: center;
    font-size: 16px;
    font-size: 14px;
    line-height: 19px;
    color: #27565c;
    color: #221F20;
}

.langs-dropdown ul a:hover {
    color: #bbbeef;
}

.langs-dropdown .current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
    /* border: 1px solid #bbbeef; */
    /* padding: 0 16px 0 18px; */
    height: 45px;
    width: 40px;
    height: 40px;
    border-radius: 22px;
    color: #27565c;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.langs-dropdown .current svg {
    color: #bbbeef;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 17px;
    height: 13px;
    margin-left: 9px;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -26px;
}

.social li {
    margin-right: 26px;
}

.social li a {
    display: block;
    color: #27565c;
}

.social li svg {
    display: block;
    width: 30px;
    height: 30px;
}

.social li .big svg {
    width: 36px;
}

.btn-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    color: #27565c;
}

.btn-more.disabled {
    color: #d0d0d0;
}

.btn-more.disabled:after {
    content: "";
    opacity: 0;
}

.btn-more:after {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23' height='13'><path d='m1 1 10.607 10.607L22.213 1' stroke='%2327565C'/></svg>")
        no-repeat;
    margin-left: 19px;
    display: inline-block;
    border: 1px solid #27565c;
    width: 55px;
    height: 55px;
}

.btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    color: #27565c;
}

.btn-link.more {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
}

.btn-link.more svg {
    margin-left: 19px;
}

.btn-link svg {
    width: 54px;
    display: inline-block;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    height: 58px;
}

.section-img {
    padding: 26px 0 50px;
    text-align: center;
}

/* .h1,
h1 {
    font-weight: 500;
    font-size: 54px;
    line-height: 63px;
    color: #27565c;
}

.h2,
h2 {
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    color: #221f20;
}

.h2 strong,
h2 strong {
    font-weight: inherit;
    color: #bbbeef;
}

.h3,
h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #27565c;
} */

.gallery-item {
    margin-bottom: 19px;
}

.section-services {
    padding: 30px 0;
}

.section-services .h2,
.section-services h2 {
    margin-bottom: 51px;
}

.report-item + .report-item {
    margin-top: -1px;
}

.report-item {
    margin-top: 45px;
    padding: 20px 0 28px;
    border-top: 1px solid #bbbeef;
    margin-bottom: -1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.report-item:last-child {
    margin-bottom: -35px;
}

.section-services-2 {
    padding: 30px 0 50px;
}

.section-img + .section-heading + .section-services-2:not(.v2) {
    margin-top: -50px;
    position: relative;
}

.section-img + .section-heading + .section-services-2:not(.v2) .row {
    position: relative;
}

.section-img + .section-heading + .section-services-2:not(.v2) .row:before {
    content: "";
    position: absolute;
    top: 0;
    background: 0 0;
    height: auto;
    pointer-events: none;
    border-bottom: 1px solid #bbbeef;
    border-top: 1px solid #bbbeef;
    margin: 0 10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-services-2.v2 {
    margin-top: -50px;
}

.section-services-2.v3 .row {
    position: relative;
}

.section-services-2.v3 .row:before {
    content: "";
    position: absolute;
    top: 0;
    background: 0 0;
    height: auto;
    pointer-events: none;
    border-bottom: 1px solid #bbbeef;
    border-top: 1px solid #bbbeef;
    margin: 0 10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-heading + .section-services-2.v3 {
    margin-top: -50px;
}

.section-heading + .section-services-2.v3 .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-services-2 .h2,
.section-services-2 h2 {
    border-bottom: 1px solid #bbbeef;
    padding-bottom: 20px;
    margin-bottom: -1px;
}

.service-icon-item + .service-icon-item {
    border-top: 1px solid #bbbeef;
}

.service-icon-item {
    position: relative;
    min-height: 381px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px;
}

.service-icon-item .btn {
    margin: 10px 0 -2px;
}

.service-icon-item .h1 {
    margin-top: auto;
    margin-bottom: 9px;
    color: #221f20;
}

.service-icon-item p {
    max-width: 569px;
}

.service-icon-item .icon {
    height: 85px;
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.service-icon-item .icon img {
    max-height: 100%;
}

.service-item {
    position: relative;
    min-height: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.v3 .service-item {
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.v3 .service-item .img-h {
    min-height: 100%;
}

.v3 .service-item .img-h:before {
    display: none;
}

.service-item .over {
    position: relative;
    padding: 32px 28px;
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 5;
    right: 0;
}

.service-item .btn {
    margin: 10px 0 -2px;
}

.v2 .service-item {
    min-height: 600px;
}

.service-item .img-h {
    padding-bottom: 0;
    padding-bottom: 0;
    position: static;
    height: 100%;
    padding-bottom: 0;
}

.service-item .img-h:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.service-item .h1 {
    margin-bottom: 9px;
    color: #fff;
}

.section-services-2.v2.v5 .row {
    display: flex;
    flex-wrap: wrap;
}
.section-services-2.v2.v5 .service-icon-item .h1 {
    line-height: 70px;
}
.section-services-2.v2.v5 .service-icon-item p {
    line-height: 20.5px;
}

.v5 .service-item .over {
    color: #221f20;
}
.v5 .service-item .h1 {
    color: #221f20;
}

.services-list {
    max-width: 605px;
    padding-bottom: 26px;
}

.services-list li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 13px;
    max-width: 426px;
}

.services-list h3 {
    margin-bottom: 20px;
    padding: 18px 0;
    padding-right: 50px;
    color: #221f20;
    border-bottom: 1px solid #bbbeef;
}

.services-list .icon {
    float: right;
}

.section-form {
    padding: 40px 0;
}

.section-form.v2 {
    padding-bottom: 84px;
}

.section-form.v2 h2 {
    margin-bottom: 48px;
}

.single + .section-form.v2 {
    margin-top: -70px;
}

.section-form.v2 .col-lg-6 .form-submit {
    max-width: none;
    margin-top: 0;
    padding-top: 12px;
}

.section-form.v2 .form-group {
    max-width: none;
}

.section-form.v2 .form-group:first-child {
    margin-top: -14px;
}

.section-heading + .section-form {
    padding-top: 0;
    margin-top: -33px;
}

.section-certificates {
    margin-top: -16px;
}

.section-certificates .entry {
    max-width: 605px;
    margin-bottom: 50px;
}

.section-heading {
    padding: 50px 0;
}

.section-heading + .section-heading {
    margin-top: -19px;
}

.section-heading.border {
    margin-bottom: 30px;
}

.section-heading.border .row {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

.section-heading.border .row:before {
    content: "";
    border-top: 1px solid #bbbeef;
    border-bottom: 1px solid #bbbeef;
    position: absolute;
    pointer-events: none;
    margin: 0 10px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-heading .image {
    text-align: right;
}

.section-heading .h1,
.section-heading h1 {
    color: #221f20;
    margin-bottom: 17px;
}

.wpcf7-response-output {
    display: none;
}

.form .col-lg-6,
.form .col-md-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form .col-lg-6 .form-submit,
.form .col-md-6 .form-submit {
    margin-top: auto;
}

.form label {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    display: block;
    color: #27565c;
}

.form .form-group + .form-group textarea {
    margin-top: 20px;
    margin-bottom: 6px;
}

.form .form-group + .form-group label {
    margin-top: 20px;
    margin-bottom: 10px;
}

.form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form .input-group .country {
    min-width: 190px;
    padding-left: 20px;
}

.form .checkbox {
    position: relative;
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    min-height: 30px;
}

.form .checkbox input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.form .checkbox input:checked ~ .check-label:after,
.form .checkbox.checked .check-label:after {
    opacity: 1;
}

.form .checkbox .check-label {
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #27565c;
}

.form .checkbox .check-label a {
    text-decoration: underline;
}

.form .checkbox .check-label:after {
    content: "";
    background: #bbbeef;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    border-radius: 50%;
    opacity: 0;
}

.form .checkbox .check-label:before {
    content: "";
    border: 1px solid #27565c;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
}

.form .wpcf7-not-valid-tip {
    display: block;
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px;
    color: #E21C1C;
    background: url(../images/icon-form-error.svg) no-repeat left center;
    padding-left: 22px;
}

.form input,
.form select,
.form textarea {
    border: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: #27565c;
    display: block;
    height: 56px;
    width: 100%;
    background: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    padding: 0;
    border-bottom: 1px solid #27565c;
}

.form textarea {
    padding: 14px 16px;
    border: 1px solid #27565c;
    min-height: 172px;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    resize: vertical;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='27' height='26'><path d='m.646 25.646 25-25M11.646 25.646l14-14M23.646 25.646l3-3' stroke='%2327565C'/></svg>")
        no-repeat right 12px bottom 12px;
}

::-webkit-resizer {
    opacity: 0;
}

.crf-s {
    padding: 7px 20px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 45px;
    cursor: pointer;
    line-height: 29px;
    color: #27565c;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #27565c;
}

.crf-s.opened {
    border-radius: 22px 22px 0 0;
}

.crf-s:after {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16'><path d='M14.7 3.9 8 10.7 1.3 3.9l-.7.7L8 12.1l7.4-7.5z' fill='%2327565C'/></svg>")
        no-repeat 100% 50%;
    content: "";
    min-width: 43px;
    width: 41px;
    height: 22px;
    display: block;
    background-size: auto 100%;
    margin-right: -4px;
    margin-left: auto;
}

.crf-sm {
    position: absolute;
    min-width: 150px;
    display: none;
    overflow: auto;
    max-height: 300px;
    z-index: 9999;
    border: 1px solid #27565c;
    border-top: 0;
    margin-top: -1px;
    background-color: #fff;
}

.crf-sm li {
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #27565c;
    padding: 5px 19px;
    padding-right: 63px;
    position: relative;
}

.crf-sm li.selected:before {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    background: #bbbeef;
}

.crf-sm li:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 17px;
    border: 1px solid #27565c;
}

.codedropz-upload-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

/* .wpcf7-form-control-wrap:not(.uploaded) .codedropz-upload-handler { */
.wpcf7-form-control-wrap .codedropz-upload-handler {
    border: 1px solid #27565c;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    max-width: 315px;
    max-width: 100%;
    border-radius: 60px;
    border-radius: 0px;
    text-align: center;
    color: #27565c;
    height: 45px;
    height: 93px;
    overflow: hidden;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */


}

.codedropz-upload-container {
    /* display: none; */
    opacity: 0;
}

.dnd-upload-counter {
    display: none;
}

.wpcf7-form-control-wrap:not(.uploaded)
    .codedropz-upload-handler
    .cd-upload-btn {
    display: block;
    padding: 500px;
    margin: -500px;
}

.wpcf7-form-control-wrap:not(.uploaded)
    .codedropz-upload-handler
    .dnd-upload-counter,
.wpcf7-form-control-wrap:not(.uploaded) .codedropz-upload-handler h3,
.wpcf7-form-control-wrap:not(.uploaded) .codedropz-upload-handler span {
    /* display: none; */
}

.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler {
    display: block;
    position: relative;
}

.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border: 1px solid #bbbeef;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25'><path d='M13 12V0h-1v12H0v1h12v11h1V13h11v-1z' fill='%2327565C'/></svg>")
        no-repeat 50% 50%;
    background-size: 15px;
    width: 30px;
    height: 30px;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler h3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    right: 0;
    font-weight: 400;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    line-height: 19px;
    min-height: 30px;
    color: #6874ba;
    padding-left: 45px;
}

.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler .cd-upload-btn {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler .dnd-upload-counter,
.wpcf7-form-control-wrap.uploaded .codedropz-upload-handler span {
    display: none;
}

.wpcf7-drag-n-drop-file.d-none {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.dnd-upload-status {
    position: relative;
    min-height: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #27565c;
    color: #221F20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-bottom: 0px;
}
.dnd-upload-status.complete {
    padding-left: 22px;
    background: url(../images/icon-checkmark-green.svg) no-repeat left top 7px;
}

.dnd-upload-status .dnd-icon-remove {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
}

.dnd-upload-status .remove-file {
    opacity: 0;
    border: 1px solid #27565c;
    border: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    /* left: 0; */
    right: 0;
    top: 0;
    background: url(../images/x-purple.svg) no-repeat center center;
    background-size: 15px;
    width: 30px;
    z-index: 9;
    cursor: pointer;
    height: 30px;
    top: 7px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    border-radius: 50%;
}

.dnd-upload-status .has-error {
    font-size: 12px;
    line-height: 18px;
    color: #E21C1C;
}

.dnd-upload-status:hover .remove-file {
    opacity: 1;
}

.dnd-upload-status .name em {
    display: none;
}

.dnd-upload-status:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #bbbeef;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><path d='M23.5 7V5.4l-.3-1.2-.2-.3c-.2-.3-.4-.7-.6-1l-.2-.2c-.3-.3-.5-.6-.9-.9l-.2-.2c-.3-.2-.7-.4-1-.6l-.3-.1c-.4-.1-.8-.3-1.2-.3H16.7l-1.2.3-.3.1c-.4.2-.7.4-1 .6l-.2.2c-.2.1-.3.3-.4.4L2.9 12.8c-.4.3-.7.7-1.1 1.1l-.2.2c-.2.3-.4.7-.6 1l-.1.3c-.1.4-.3.8-.3 1.2V18.5l.3 1.2.1.3c.2.3.4.7.6 1l.2.2c.3.3.5.6.9.9l.2.2c.3.2.7.4 1 .6l.3.1 1.2.3h1.8l1.2-.3h.4c.3-.2.7-.4 1-.6l.3-.2.9-.9 6-6 .5-.5.2-.3c.1-.1.1-.2.2-.3v-.1l.1-.1c0-.1.1-.2.1-.4v-.9c0-.1-.1-.2-.1-.4l-.1-.3c-.1-.1-.1-.2-.2-.3l-.2-.3-.2-.2-.3-.1c-.1-.1-.2-.1-.3-.2l-.3-.1c-.1 0-.2-.1-.4-.1H15.1c-.1 0-.2.1-.4.1l-.3.1c-.1.1-.2.1-.3.2l-.3.2-.6.6-6 6.1.7.7 5.9-5.9.3-.3.6-.6c.1-.1.2-.1.4-.2.1 0 .3-.1.4-.1h.4c.1 0 .3.1.4.1.1.1.2.1.4.2l.3.3c.1.1.1.2.2.4 0 .1.1.3.1.4v.4c0 .1-.1.3-.1.4-.1.1-.1.3-.2.4l-.5.5-6 6-.9.9c-.6.1-.9.4-1.3.5-.4.2-.8.3-1.2.3H5.8l-1.2-.3c-.4-.2-.8-.4-1.1-.6-.3-.3-.6-.5-.9-.9-.3-.3-.5-.7-.6-1.1-.2-.4-.3-.8-.3-1.3v-1.3l.3-1.2c0-.4.3-.7.5-1.1.3-.4.7-.7 1-1.1L14.2 2.9c.1-.1.3-.3.5-.4.3-.2.6-.5 1-.6.4-.2.8-.3 1.3-.3h1.3c.4.1.8.2 1.3.3.4.2.8.4 1.1.6.3.3.6.5.9.9.3.3.5.7.6 1.1.2.4.3.8.3 1.2V7l-.3 1.2c-.2.5-.5.8-.7 1.2-.1.2-.3.3-.4.4l.7.7.4-.4.2-.2v-.1c.2-.3.4-.7.6-1l.1-.3.3-1.2.1-.3z' fill='%2327565C'/></svg>")
        no-repeat 50% 50%;
    background-size: 15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 0 !important;
}

.dnd-upload-status .dnd-progress-bar {
    display: none;
}
.dnd-upload-status .dnd-upload-image {
    opacity: 0;
}
.dnd-upload-status.in-progress .remove-file {
    display: none;
}

.dnd-upload-status.in-progress:after {
    display: none;
}

.dnd-upload-status.in-progress:before {
    content: "Uploading...";
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
    background: #fff;
    color: #6874ba;
}

[lang="lt-LT"] .dnd-upload-status.in-progress:before {
    content: "Įkeliama...";
}

[lang="de-DE"] .dnd-upload-status.in-progress:before {
    content: "Hochladen...";
}

.form-group,
.form-submit {
    max-width: 605px;
    margin-bottom: 6px;
}

.apply-modal {
    position: fixed;
    z-index: 99;
    bottom: 0;
    z-index: 2222;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}

.apply-modal .container {
    position: relative;
}

.apply-modal .date {
    margin-bottom: 106px;
}

.apply-modal .h2 {
    color: #bbbeef;
    margin-bottom: 10px;
    padding-right: 120px;
}

.apply-modal .h2 strong {
    font-weight: inherit;
    color: #221f20;
}

.apply-modal .close {
    position: absolute;
    top: 0;
    right: 85px;
    top: 20px;
    right: 20px;
    border: none;
}

.apply-modal.active {
    overflow: auto;
    max-height: 100%;
}

.apply-modal .modal-content {
    /* overflow: hidden; */
    background: #fff;
    padding: 20px 0 43px;
    padding: 80px 0 80px;
    /* border-top: 1px solid #bbbeef; */
}

.message-output {
    display: none;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    text-align-last: left;
    color: #27565c;
    color: #6874BA;
    padding-top: 15px;
}

.message-output.error {
    color: #ff9877;
    color: #E21C1C;
}

.message-output.active {
    display: block;
}

.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 42px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-submit .set-r {
    width: 52%;
    width: 100%;
    text-align: center;
    margin-left: auto;
}

.form-submit .note {
    font-size: 16px;
    padding: 14px 0;
    line-height: 19px;
    color: #27565c;
}

.home-s-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -5px;
    border-bottom: 1px solid #bbbeef;
}

.home-s-item .text {
    width: 35.5%;
    padding: 35px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-s-item .text .h2 {
    margin-bottom: 55px;
}

.home-s-item .text .btn-link {
    margin: -8px 14px;
    margin-top: auto;
    margin-left: auto;
}

.home-s-item .img-h {
    margin-bottom: -1px;
    padding-bottom: 74.2%;
    min-height: 100%;
}

.home-s-item .image {
    width: 64.5%;
}

.f-service-item {
    margin-bottom: 50px;
}

.f-service-item .img-h {
    margin-bottom: 30px;
    min-height: 342px;
    padding-bottom: 52.6%;
}

.f-service-item h2 {
    margin-bottom: 8px;
}

.f-service-item p {
    max-width: 569px;
    margin-bottom: 30px;
}

.section-more + .section-more {
    margin-top: -14px;
}

.section-more {
    margin: 50px 0 81px;
}

.section-more .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.section-more .head-filter {
    margin-top: 0;
}

.section-more .head p {
    margin-bottom: 25px;
}

.r-posts-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    margin-left: -20px;
}

.r-posts-list .r-post-item {
    padding-left: 20px;
    width: 50%;
}

.r-posts-list .r-post-item.featured {
    width: 100%;
}

.job + .section-more .r-posts-list .r-post-item .h3 {
    min-height: 100px;
}

.img-h {
    padding-bottom: 94.92%;
    position: relative;
}

.img-h img,
.img-h video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.search-form.form .form-group {
    margin: 0;
    max-width: none;
}

.search-form.form .form-group input {
    padding: 2px 20px;
    position: relative;
    z-index: 9;
    width: 300px;
    max-width: 100%;
    height: 45px;
    font-weight: 400;
    font-size: 24px;
    line-height: 19px;
    color: #27565c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #27565c;
}

.multi-select {
    position: relative;
    z-index: 20;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.multi-select ul {
    background: #fff;
    z-index: 10;
    border: 1px solid #27565c;
    border-radius: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
    top: 100%;
    padding-top: 16px;
    margin-top: -10px;
    display: block;
    border-top: 0;
    display: none;
}

.multi-select ul label {
    display: block;
    position: relative;
}

.multi-select ul li {
    padding: 0;
    max-width: 350px;
    margin: 0;
    display: block;
    position: relative;
}

.multi-select ul li input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.multi-select ul input:checked ~ .check-label:before {
    opacity: 1;
    -webkit-box-shadow: inset 0 0 0 3px #fff;
    box-shadow: inset 0 0 0 3px #fff;
    background: #bbbeef;
}

.multi-select ul .check-label {
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #27565c;
    padding: 5px 19px;
    padding-right: 63px;
    position: relative;
}

.multi-select ul .check-label:before {
    content: "";
    background: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    right: 17px;
    border: 1px solid #27565c;
}

.multi-select.active {
    z-index: 25;
}

.multi-select.active ul {
    display: block;
}

.multi-select.active .current {
    width: 100%;
    border-radius: 22px 22px 0 0;
}

.multi-select.active .current svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.multi-select.selected:not(.active) .current {
    color: #fff;
    background: #27565c;
}

.multi-select .current {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 7px 20px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #27565c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 22px;
    border: 1px solid #27565c;
}

.multi-select .current .icon {
    min-width: 43px;
    width: 41px;
    height: 22px;
    margin-right: -4px;
    margin-left: auto;
    padding-left: 21px;
}

.multi-select .current svg {
    width: 22px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 22px;
}

.job-item {
    color: #27565c;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #bbbeef;
}

.job-item .row {
    min-height: 104px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.job-item .btn-link {
    margin-left: auto;
    float: right;
}

.job-item .btn-link:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -1900px;
}

.section-jobs {
    padding: 10px 0 23px;
}

.head-filter + .head-filter {
    margin-top: 0;
}

.head-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px 0 0;
    margin-right: -15px;
}

.head-filter .label {
    font-weight: 400;
    color: #27565c;
    font-size: 16px;
    padding-top: 12px;
    padding-right: 20px;
    line-height: 19px;
}

.head-filter > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    padding-bottom: 10px;
}

.head-filter > ul > li {
    margin-bottom: 10px;
    margin-right: 20px;
}

.head-filter a {
    display: block;
    padding: 7px 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    color: #bbbeef;
    border-radius: 50px;
    border: 1px solid transparent;
}

.head-filter a:hover {
    color: #27565c;
}

.head-filter a.current {
    color: #27565c;
    padding: 7px 30px;
    border-color: #27565c;
}

.r-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.r-post-item:nth-child(odd) {
    z-index: 2;
}

.section-inter .r-post-item {
    margin-bottom: 100px;
}

.section-inter .r-post-item .text {
    padding: 30px 40px 90px;
}

.section-inter .r-post-item .text .btn-link {
    margin: 28px 14px;
}

.section-inter .r-post-item .text .h2 {
    margin-bottom: 20px;
}

.r-post-item.contact .text {
    padding-bottom: 20px;
}

.r-post-item .info {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 32px;
    padding-top: 10px;
    line-height: 19px;
    color: #27565c;
}

.r-post-item .h3.name {
    color: #221f20;
}

.r-post-item .h3.name + .h3,
.r-post-item .h3.name + p {
    padding-top: 10px;
}

.r-post-item:before {
    content: "";
    border-top: 1px solid #bbbeef;
    position: absolute;
    top: 0;
    pointer-events: none;
    bottom: 0;
    z-index: 2;
    left: 20px;
    right: 0;
    margin-right: -20px;
}

.r-post-item .image {
    width: 50%;
    position: relative;
    padding-right: 10px;
}

.r-post-item .image img {
    width: 100%;
}

.r-post-item .tags {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 16px;
}

.r-post-item .h3 + .date {
    padding-top: 10px;
}

.r-post-item .date {
    color: #27565c;
    margin-bottom: 10px;
}

.r-post-item .text {
    padding: 16px 10px;
    padding-bottom: 90px;
    width: 50%;
    position: relative;
}

.r-post-item .text .btn-link {
    position: absolute;
    bottom: 0;
    margin: 16px;
    right: 0;
}

.r-post-item .text .btn-link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: -240px -40px -20px -432px;
    z-index: 9;
}

.r-post-item.featured .text .btn-link:before {
    margin: -340px -40px -20px -1350px;
}

.post-author {
    padding: 50px 0;
    margin: 12px 0 50px;
    border-bottom: 1px solid #bbbeef;
    border-top: 1px solid #bbbeef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.post-author.mobile {
    border: 0;
    margin: 0 0 20px;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
}

.post-author.mobile .info .name {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

.post-author.mobile .info {
    width: calc(100% - 50px - 20px);
}

.post-author.mobile .image {
    width: 50px;
    min-width: 50px;
}

.post-author.mobile .image img {
    border-radius: 50%;
}

.post-author .image {
    width: 120px;
    margin-right: 20px;
}

.post-author .info {
    max-width: 438px;
}

.post-author .info .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px;
}

.dis {
    pointer-events: none;
}

.sections-list {
    padding: 20px 0;
    z-index: 9;
    position: relative;
}

.sections-list .h2 {
    margin-bottom: 47px;
    color: #27565c;
}

.sections-list li.current a {
    color: #27565c;
}

.sections-list li {
    padding-bottom: 29px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #6874ba;
}

.sections-list li br {
    display: none;
}

.sections-list li strong {
    font-weight: inherit;
    padding-right: 4px;
}

.post-head {
    padding: 36px 0 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.project .post-head {
    padding-bottom: 50px;
    border-bottom: 1px solid #bbbeef;
}

.post-head .date {
    color: #221f20;
}

.post-head .left {
    max-width: 75%;
}

.post-head h1 + .date {
    padding-top: 7px;
}

.post-head h1 {
    color: #221f20;
}

.post-head h1:first-child:last-child {
    margin: 15px 0 -61px;
}

.post-head .right {
    text-align: right;
}

.post-head .right ul {
    padding-top: 17px;
}

.post-head .right ul a {
    color: #bbbeef;
    display: block;
}

.post-head .right ul a svg {
    height: 30px;
    width: 35px;
}

.full-specs-list {
    border-left: 1px solid #bbbeef;
    margin-bottom: 100px;
}

.full-specs-list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #bbbeef;
    margin-top: -1px;
}

.full-specs-list dl dd,
.full-specs-list dl dt {
    padding: 24px 18px 22px;
}

.full-specs-list dl dd {
    width: 81.5%;
}

.full-specs-list dl dt {
    width: 18.5%;
    padding-right: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.col-lg-6 .ass-logos,
.col-lg-6 .entry .quetes,
.col-lg-6 .entry > .wp-block-image,
.col-lg-6 .entry > hr,
.col-lg-6 .full-specs-list,
.col-lg-6 .number-set,
.col-lg-6 .wp-block-gallery,
.col-lg-6 .wp-block-video {
    width: 168.8%;
}

.active-gallery:before {
    content: "";
    position: fixed;
    z-index: 99997;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.wp-block-gallery {
    overflow: visible;
}

.wp-block-gallery .js-enlarge {
    position: absolute;
    right: 0;
}

.wp-block-gallery .img-h {
    padding-bottom: 57.42%;
}

.wp-block-gallery figure > picture:last-child .img-h {
    margin-bottom: 59px;
}

.wp-block-gallery .blocks-gallery-item__caption {
    position: relative;
    z-index: 1;
}

.wp-block-gallery figcaption {
    height: 19px;
}

.wp-block-gallery .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -86px 0 123px;
    position: relative;
    z-index: 4;
}

.wp-block-gallery .controls div {
    margin-right: 20px;
}

.wp-block-gallery .swiper-slide {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.wp-block-gallery .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.28;
}

.stage-swiper {
    padding-bottom: 30px;
    margin-bottom: -30px;
}

.stage-swiper img {
    width: 100%;
}

.wp-block-image.size-large .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -30px 0;
    position: relative;
    z-index: 4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wp-block-image.size-large .controls div {
    margin-right: 20px;
}

.entry .quetes {
    padding: 50px 0 0;
    margin: 80px 0 127px;
    border-bottom: 1px solid #bbbeef;
    border-top: 1px solid #bbbeef;
}

.entry .quetes .swiper-slide {
    width: 60%;
}

.entry .quetes .swiper {
    overflow: visible;
}

.entry .quetes .controls {
    margin-top: 47px;
    margin-bottom: -20px;
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry .quetes .controls div {
    margin-right: 20px;
    position: relative;
}

.entry .quetes .swiper-slide {
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #bbbeef;
}

.entry .quetes .swiper-slide:last-child:first-child {
    color: #000;
}

.entry .quetes .swiper-slide-active {
    color: #000;
}

.section-page.ass-sec + .section-more {
    margin-top: 0;
}

.section-page.ass-sec + .section-heading {
    margin-top: -50px;
}

.ass-logos ul {
    padding: 0;
    margin: 25px -6% -34px -5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ass-logos ul li {
    width: 16.6%;
    padding: 0;
    margin: 0;
    margin-bottom: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ass-logos ul li img {
    max-width: 100%;
    max-height: 100px;
}

.number-set {
    border-top: 1px solid #bbbeef;
    margin-top: 50px;
    padding-top: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.number-set + .number-set,
.number-set + .wp-block-image + .number-set {
    margin-top: 0;
    border-top: 0;
    padding-top: 60px;
}

.number-set .icon {
    margin-bottom: 50px;
}

.number-set .l-text {
    width: 59.2%;
}

.number-set .r-side {
    padding-left: 20px;
    width: 40.8%;
    margin-left: auto;
}

.number-set h2 strong {
    color: #bbbeef;
    font-weight: inherit;
}

hr {
    background: #bbbeef;
    border: 0;
    height: 1px;
    display: block;
}

figcaption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #27565c;
    display: block;
    max-width: 650px;
    margin-left: auto;
    text-align: right;
}

.section-map {
    padding: 30px 0 50px;
}

.section-map h2 {
    margin-bottom: 18px;
}

.section-map .map-holder {
    border-top: 1px solid #bbbeef;
    border-bottom: 1px solid #bbbeef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #221f20;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-map .map-holder .right {
    margin-left: -99%;
    text-align: right;
}

.section-map .map-holder .left {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section-map .map-holder .markets {
    margin-top: auto;
    padding: 19px 0;
}

.section-map .map-holder .markets .label {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 12px;
    line-height: 19px;
}

.section-map .map-holder .markets li {
    font-size: 24px;
    line-height: 28px;
}

.section-map .map-holder .legend {
    font-size: 16px;
    line-height: 19px;
    color: #221f20;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-map .map-holder .legend li {
    margin-right: 20px;
}

.section-map .map-holder .legend img {
    margin-right: 12px;
    width: 30px;
}

.video-h-a {
    padding-bottom: 57.5%;
    position: relative;
    overflow: hidden;
}

.video-h-a.active .play {
    display: none;
}

.video-h-a .play.btn {
    width: 55px;
    height: 55px;
    padding: 16px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    border-color: #27565c;
    right: 0;
}

.video-h-a .play.btn:before {
    content: "";
    margin: -950px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.video-h-a .play.btn svg {
    position: relative;
    left: 3px;
}

.video-h-a video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    right: 0;
}

.wp-block-video {
    margin-bottom: 40px;
    display: block;
    position: relative;
    margin-top: 60px;
}

.wp-block-video .video-h {
    padding-bottom: 57.48%;
    position: relative;
}

.wp-block-video video {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    right: 0;
}

.section-page:last-child {
    /* margin-bottom: 84px; */
}

.btns-row {
    margin-bottom: -20px;
}

.btns-row .btn {
    margin-bottom: 20px;
}

.section-page.job {
    margin-bottom: 100px;
}

.section-page.job .post-head {
    padding: 50px 0 40px;
}

.section-page.job .left {
    width: 50%;
}

.section-page.job .left h1 {
    margin-bottom: 8px;
}

.section-page.single {
    margin-bottom: 90px;
}

.section-page.single .post-head {
    margin-bottom: 10px;
}

.entry {
    font-size: 18px;
    line-height: 24px;
}

.entry p strong {
    font-weight: 500;
}

.intership .entry h2 {
    margin-bottom: 20px;
}

.entry hr {
    margin-bottom: 32px;
}

.entry p + h2 {
    margin-top: 50px;
}

.entry h3 strong {
    font-weight: 500;
    color: #221f20;
}

.entry > ol,
.entry > ul {
    margin-bottom: 48px;
}

.entry > ul > li {
    margin-left: 29px;
    position: relative;
}

.entry > ul > li:before {
    content: "";
    background: currentColor;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: -18px;
    top: 9px;
}

.entry hr + h3,
.entry hr + h3 + h3,
.entry hr + h3 + h3 + h3,
.entry hr + h3 + h3 + h3 + h3 {
    margin-bottom: 27px;
    font-weight: 400;
    color: #27565c;
}

.entry hr + h3 + h3 + h3 + h3 + hr,
.entry hr + h3 + h3 + h3 + hr,
.entry hr + h3 + h3 + hr,
.entry hr + h3 + hr {
    margin-bottom: 50px;
}

.entry hr + h3 + h3,
.entry hr + h3 + h3 + h3,
.entry hr + h3 + h3 + h3 + h3 {
    margin-top: -17px;
}

.entry > .wp-block-image {
    margin: 37px 0;
}

.entry blockquote cite {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    color: inherit;
    display: block;
}

.entry blockquote cite strong {
    display: block;
    font-weight: inherit;
}

.entry blockquote p {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: inherit;
    margin: 0 0 20px;
}

.entry h2 {
    margin-bottom: 51px;
}

.entry p {
    margin-bottom: 13px;
}

.entry h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #221f20;
}

.entry a:not(.btn-link):not(.btn) {
    color: #27565c;
    text-decoration: underline;
}

.entry a:not(.btn-link):not(.btn).no-underline {
    text-decoration: none;
}

.entry table {
    width: 100%;
    margin: 20px 0;
}

.entry table th {
    padding: 0 0 30px;
    font-weight: 500;
    font-size: 18px;
    padding-right: 20px;
    min-width: 190px;
    line-height: 21px;
}

.entry table th:first-child {
    min-width: 220px;
}

.entry table th:last-child {
    padding-right: 0;
}

.entry table td {
    padding: 7px 0 11px;
    border-top: 1px solid #bbbeef;
    padding-right: 20px;
}

.entry table td:last-child {
    padding-right: 0;
}

.entry .wp-block-table {
    overflow: auto;
    margin: 0 -40px;
}

.entry .wp-block-table table {
    display: inline-table;
    vertical-align: top;
    margin-left: 40px;
    margin-right: 40px;
    min-width: 900px;
    width: calc(100% - 80px);
}

.entry.entry-sm {
    font-size: 16px;
    line-height: 19px;
}

.entry.entry-sm h2 {
    margin-bottom: 20px;
}

.entry.entry-sm p + h3 {
    margin-top: 50px;
}

.entry.entry-sm h3 + p {
    margin-top: 14px;
}

.entry.entry-sm > img,
.entry.entry-sm > p > img {
    margin: 50px 0;
}

.entry.entry-sm > ul {
    margin-bottom: 20px;
    margin-left: -6px;
}

.entry.entry-sm > ul > li:before {
    content: "";
    margin: -2px 3px;
}

.entry.entry-sm p {
    margin-bottom: 19px;
}

.logo-single {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.logo-single img {
    max-height: 100%;
    max-width: 180px;
}

.side-entry-b {
    border-bottom: 1px solid #bbbeef;
    padding: 30px 30px 32px;
    margin: -3px 0;
    border-top: 1px solid #bbbeef;
    text-align: right;
}

.side-entry-b .btn-link {
    margin-top: 21px;
}

.side-entry-b p {
    margin-bottom: 28px;
    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #27565c;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.footer-nav a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: block;
    margin-right: 20px;
    color: #6874ba;
}

.load-more {
    padding: 30px 0 0;
    text-align: center;
}

.section-search {
    padding: 36px 0;
}

.section-search .section {
    padding-bottom: 60px;
}

.section-search .section > .h3 {
    color: #221f20;
    margin-bottom: 20px;
}

.loading-state {
    display: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 200px;
    color: #bbbeef;
}

.loading-state.active {
    display: block;
}

.search-form {
    margin-bottom: 200px;
}

.multi .search-form {
    margin: 0;
}

.section-search .search-form input {
    padding-right: 60px;
}

.search-form button {
    margin-left: auto;
    position: relative;
    z-index: 4;
    color: #27565c;
    display: block;
    padding: 0;
    width: 32px;
    margin-top: -58px;
    height: 58px;
}

.search-form button svg {
    width: 32px;
}

.footer {
    /* border-top: 1px solid #bbbeef; */
    overflow: hidden;
    background: #221F20;
    color: #fff;
    padding: 64px 0 24px;
}

.footer .footer-nav,
.footer .newsletter-form,
.footer .social-widget {
    padding: 20px 0;
}

.footer .foot .row > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .foot .row > div > * {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer .label,
.footer label {
    margin-bottom: 18px;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #27565c;
}

.footer .newsletter-form button {
    margin-left: auto;
    position: relative;
    z-index: 4;
    color: #27565c;
    display: block;
    width: 32px;
    margin-top: -40px;
    height: 40px;
}

.footer .newsletter-form .ml-field-group {
    position: relative;
}

.footer .newsletter-form .error-text {
    position: absolute;
    top: 0;
    background: #fff;
    font-size: 16px;
    line-height: 19px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 1px;
    display: none;
    pointer-events: none;
    left: 0;
    right: 0;
    color: #ff9877;
}

.footer .newsletter-form .ml-error input:focus ~ .error-text {
    display: none;
}

.footer .newsletter-form .ml-error .error-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer .newsletter-form .loading {
    position: absolute;
    cursor: default;
    bottom: 1px;
    left: 0;
    right: 0;
    color: transparent;
    background: #fff;
    z-index: 99;
}

.footer .newsletter-form input {
    width: 100%;
    border: 0;
    background: 0 0;
    height: 40px;
    display: block;
    margin: 0;
    padding: 0 50px 0 0;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 1px solid #27565c;
    color: #27565c;
}

.footer .newsletter-form input.sent {
    color: #6874ba;
    pointer-events: none;
}

.footer .newsletter-form input.error {
    color: #ff9877;
}

.footer .newsletter-form input.error ~ button {
    color: #bbbeef;
}

.footer .newsletter-form input:focus ~ button {
    color: #bbbeef;
}

.footer .footer-nav,
.footer .social-widget {
    position: relative;
}

.footer .footer-nav:before,
.footer .social-widget:before {
    content: "";
    background: #bbbeef;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
}

.footer .footer-nav {
    padding: 18px 0;
}

.footer .copy {
    border-top: 1px solid #bbbeef;
    font-size: 16px;
    line-height: 19px;
    padding: 13px 0 45px;
    color: #6874ba;
}

.footer .head {
    border-bottom: 1px solid #bbbeef;
}

.footer .head .container {
    padding-top: 22px;
    padding-bottom: 13px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='218' height='207'><path d='M0 207h35.4L186.858 6.97V207H218V0h-61.815L0 207Z' fill='%23BBBEEF'/></svg>")
        no-repeat right 40px center;
    background-size: auto 100%;
}

.footer-head-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-head-nav > ul > li {
    padding-right: 40px;
}

.footer-head-nav a {
    margin-bottom: 15px;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #27565c;
}

.footer-head-nav ul ul {
    display: inline-block;
}

.footer-head-nav ul ul li {
    margin-bottom: 10px;
}

.footer-head-nav ul ul a {
    margin: 0;
    max-width: 150px;
    font-size: 16px;
    line-height: 19px;
    padding-right: 0;
}

.cookie-bar {
    background: #fff;
    position: fixed;
    z-index: 999;
    padding: 14px 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    border-top: 1px solid #bbbeef;
}

.cookie-bar.active {
    display: block;
}

.cookie-bar p a {
    color: #27565c;
    text-decoration: underline;
}

.cookie-bar .text-right {
    text-align: right;
}

.cookie-bar .text-right .btn {
    margin: 10px 0;
}

.cookie-bar .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.customize-support .header {
    top: 32px;
}

.js-c-filter:not(.active) {
    display: none;
}

.hero-single-section {
    /* padding-bottom: 44.444%; */
    min-height: 640px;
    padding: 120px 0 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.has-header-bg:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 58%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(71, 71, 71, 0) 100%);

}
.hero-single-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 58%;
    z-index: 3;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.langs-mob {
    margin-top: 64px;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 8px;
}
.langs-mob .current {
    margin-right: 16px;
    position: relative;
}
.langs-mob .current:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -8px;
    height: 1px;
    background: #BBBEEF;
}

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

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

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

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

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

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .menu-trigger {
        position: absolute;
        top: 0;
        right: 0;
        margin: 15px 20px;
    }

    .active-menu .menu-trigger {
        margin: 30px 0;
    }

    .mobile-only,
    .only-mobile {
        display: none !important;
    }

    .full-image img {
        height: calc(27vw);
    }

    .sm .full-image img {
        height: calc(20.85vw);
    }

    .r-post-item.featured {
        margin-bottom: 33px;
    }

    .r-post-item.featured .tags {
        padding-top: 5px;
    }

    .r-post-item.featured .img-h {
        padding-bottom: 52%;
        min-height: 338px;
    }

    .r-post-item.featured .text .btn-link {
        margin: 0;
    }

    .r-post-item.featured .date {
        font-size: 16px;
        line-height: 19px;
        padding-top: 5px;
    }

    .r-post-item.featured .h3 {
        font-size: 36px;
        line-height: 42px;
    }

    .number-set:first-child {
        border-top: 0;
        padding-top: 20px;
        margin-top: 0;
    }
}

@media (max-height: 870px) and (min-width: 768px) {
    .section-page .full-image img {
        min-height: 200px;
        height: calc(100vh - 200px);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

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

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

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .main-nav > ul li a:hover {
        color: #bbbeef;
    }

    .btn:hover {
        background: #fff;
        color: #27565c;
        -webkit-box-shadow: inset 0 0 0 1px #27565c;
        box-shadow: inset 0 0 0 1px #27565c;
    }

    .btn.btn-outline:hover {
        -webkit-box-shadow: inset 0 0 0 1px #bbbeef;
        box-shadow: inset 0 0 0 1px #bbbeef;
    }

    .btn.btn-secondary:hover {
        border-color: #27565c;
    }

    .btn-icon:hover {
        border-color: #27565c;
    }

    .btn-icon.reverse:hover {
        border-color: #bbbeef;
    }

    .social li a:hover {
        color: #bbbeef;
    }

    .btn-link:hover svg {
        color: #bbbeef;
    }

    .section-services-2.v2 .row {
        position: relative;
    }

    .section-services-2.v2 .row:before {
        content: "";
        background: #bbbeef;
        position: absolute;
        height: 1px;
        margin: 0 10px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .section-services-2.v2 .row .col-lg-6 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-services-2.v2 .row .col-lg-6:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .section-services-2.v2 .row .col-lg-6:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .section-services-2.v2 .row .col-lg-6:nth-child(n + 5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .section-services-2.v2 .row .col-lg-6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .section-services-2.v2 .row .col-lg-6 .service-icon-item {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .section-services-2:not(.v2):not(.v3) .row {
        display: block;
        position: relative;
    }

    .section-services-2:not(.v2):not(.v3) .row:after {
        content: "";
        clear: both;
        display: block;
    }

    .section-services-2:not(.v2):not(.v3) .row:before {
        content: "";
        background: #bbbeef;
        position: absolute;
        height: 1px;
        margin: 0 10px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .section-services-2:not(.v2):not(.v3) .row .col-lg-6 {
        float: left;
    }

    .section-services-2:not(.v2):not(.v3) .row .col-lg-6:nth-child(4n + 4) {
        clear: left;
    }

    .section-services-2:not(.v2):not(.v3) .row .col-lg-6:nth-child(4n + 5) {
        clear: left;
    }

    .section-services-2:not(.v2):not(.v3) .row .col-lg-6:nth-child(4n + 3) {
        float: right;
    }

    .form .checkbox .check-label a:hover {
        color: #bbbeef;
    }

    .crf-sm li:hover:before {
        opacity: 1;
    }

    .wpcf7-form-control-wrap:not(.uploaded) .codedropz-upload-handler:hover {
        border-color: #bbbeef;
    }

    .wpcf7-form-control-wrap.uploaded .codedropz-upload-handler:hover:after {
        content: "";
        border-color: #27565c;
    }

    .multi-select ul .check-label:hover:before {
        opacity: 1;
    }

    .head-filter > ul > li a.current:not(.all):after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .head-filter a:hover {
        border-color: #27565c;
        padding-left: 20px;
        padding-right: 20px;
    }

    .head-filter.v3 > ul > li a:not(.all).current {
        padding-left: 30px;
        padding-right: 30px;
    }

    .head-filter.v3 > ul > li a:not(.all):after {
        content: "";
        display: none;
    }

    .head-filter > ul:not(.no-cross) > li a:not(.all):after {
        content: "";
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25'><path d='M13 12V0h-1v12H0v1h12v11h1V13h11v-1z' fill='%2327565C'/></svg>")
            no-repeat;
        display: inline-block;
        width: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        vertical-align: top;
        height: 25px;
        margin-top: 2px;
    }

    .head-filter > ul > li a.current:not(.all),
    .head-filter > ul > li a:not(.all):hover {
        border-color: #27565c;
        color: #27565c;
        padding-left: 20px;
        padding-right: 20px;
    }

    .head-filter > ul > li a.current:not(.all):after,
    .head-filter > ul > li a:not(.all):hover:after {
        width: 25px;
        margin-left: 19px;
        margin-right: -5px;
    }

    .r-post-item .info a:hover {
        color: #bbbeef;
    }

    .sections-list:before {
        content: "";
        margin: 0 -10px -10px;
        margin-left: -50vw;
        background: rgba(255, 255, 255, 0.9);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        right: 0;
    }

    .sections-list li a:hover {
        color: #27565c;
    }

    .post-head .right ul a:hover {
        color: #27565c;
    }

    .controls .js-enlarge {
        display: none;
    }

    .wp-block-gallery .js-enlarge {
        display: none;
    }

    .entry a:not(.btn-link):not(.btn):hover {
        color: #bbbeef;
    }

    .footer-nav a:hover {
        color: #27565c;
    }

    .search-form button:hover {
        color: #bbbeef;
    }

    .footer-head-nav a:hover {
        color: #bbbeef;
    }

    .cookie-bar p a:hover {
        color: #bbbeef;
    }
}

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

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

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .extra-m-link,
    .menu-trigger {
        display: none;
    }

    .main-nav > ul li.with-sub:hover svg,
    .main-nav > ul li.with-sub:hover > a {
        color: #bbbeef;
    }

    .main-nav > ul li.with-sub:hover ul {
        opacity: 1;
        pointer-events: auto;
    }

    .main-nav > ul li.with-sub:hover svg {
        content: "";
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .langs-dropdown:hover .current {
        border-radius: 22px 22px 0 0;
        border-bottom-color: transparent;
    }

    .langs-dropdown:hover .current svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .langs-dropdown:hover ul {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }

    .head-filter > ul {
        margin-right: -40px;
    }
}

@media (max-width: 1399.98px) {
    .menu-trigger svg {
        display: none;
    }

    .active-menu .menu-trigger {
        margin-top: 1px;
        border: 1px solid #bbbeef;
        width: 45px;
        border-radius: 50%;
        padding: 12px;
        margin: 15px 0 -64px;
        height: 45px;
    }

    .active-menu .menu-trigger svg {
        display: block;
    }

    .active-menu .menu-trigger .label {
        display: none;
    }

    .active-menu .menu-trigger:before {
        content: "";
        position: absolute;
        top: 110px;
        width: 150vw;
        background: #bbbeef;
        height: 1px;
        right: 0;
    }

    .header .right-holder {
        display: none;
        width: 100%;
        padding-top: 16px;
    }

    .active-menu .header .right-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .right-holder .langs-dropdown {
        margin: 0;
    }

    .header .right-holder .btn-icon {
        margin: 0 0 0 10px;
    }

    .header .right-holder .main-nav {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
    }

    .main-nav > ul {
        display: block;
        padding-bottom: 16px;
        margin: 0;
        overflow: auto;
        max-height: calc(100vh - 170px);
        padding-top: 16px;
    }

    .main-nav > ul li ul:before {
        display: none;
    }

    .main-nav > ul li a {
        padding: 15px 20px;
        margin: 0 -20px;
        white-space: normal;
        font-size: 24px;
        line-height: 28px;
    }

    .main-nav > ul li.with-sub.active svg,
    .main-nav > ul li.with-sub.active > a {
        color: #bbbeef;
    }

    .main-nav > ul li.with-sub ul {
        position: static;
        width: 100%;
        display: none;
    }

    .main-nav > ul li.with-sub ul a {
        font-size: 24px;
        line-height: 28px;
    }

    .main-nav > ul li.with-sub ul a br {
        display: none;
    }

    .main-nav > ul li.with-sub.active ul {
        opacity: 1;
        display: block;
        pointer-events: auto;
    }

    .main-nav > ul li.with-sub.active svg {
        content: "";
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .main-nav > ul li.with-sub svg {
        width: 20px;
        margin-left: 14px;
        top: 0;
        height: 20px;
    }

    .scroll-down {
        margin: 30px 26px;
        padding: 10px;
        right: 0;
    }

    .header {
        /* height: 80px; */
    }

    .active-menu .header {
        height: auto;
    }

    .header .extra-m-link {
        display: none;
    }

    .header .container {
        /* display: block; */
        /* height: auto; */
    }

    .header .container .logo {
        /* width: 197px;
        margin-top: 27px;
        margin-bottom: 14px;
        height: 25px;
        max-width: 100%; */
    }

    .header .container .logo svg {
        /* width: 100%;
        height: 100%; */
    }

    .body {
        /* padding-top: 80px; */
    }

    .langs-dropdown ul a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .langs-dropdown .current {
        cursor: pointer;
    }

    .langs-dropdown.active .current {
        border-radius: 22px 22px 0 0;
        border-bottom-color: transparent;
    }

    .langs-dropdown.active .current svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .langs-dropdown.active ul {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        pointer-events: auto;
    }

    .form-group,
    .form-submit {
        max-width: none;
    }

    .apply-modal .h2 {
        padding-right: 80px;
    }

    .apply-modal .close {
        /* right: 40px; */
    }

    .r-post-item .text .btn-link:before {
        margin-left: -122%;
    }

    .sections-list {
        padding-top: 34px;
        padding-bottom: 29px;
    }

    .sections-list .h2 {
        margin-bottom: 18px;
    }

    .sections-list li {
        padding-bottom: 21px;
    }

    .project .post-head {
        border-bottom: 0;
    }

    .full-specs-list {
        margin-bottom: 48px;
        border-left: 0;
        border-top: 1px solid #bbbeef;
    }

    .full-specs-list dl dd,
    .full-specs-list dl dt {
        padding: 15px 0 2px;
    }

    .full-specs-list dl dd {
        width: 47.5%;
    }

    .full-specs-list dl dt {
        width: 52.5%;
        padding-right: 20px;
        font-size: 16px;
        line-height: 18px;
    }

    .section-map .map-holder .right {
        margin-right: -20%;
    }
}

@media screen and (max-width: 1100px) {
    .r-post-item .text .btn-link:before {
        margin-top: -96%;
        margin-left: -100%;
    }
}

@media (max-width: 1023.98px) {
    .sus-acc-section .section-top .col-lg-6:first-child:not(:last-child) {
        margin-bottom: 24px;
    }
    .full-image .over-title h1 {
        margin-bottom: -25px;
        padding-right: 90px;
    }

    .full-image .over-title h1:not(.v2) {
        margin-bottom: -20px;
        font-size: 46px;
        line-height: 53px;
    }

    .section-services-2 .row > div:nth-child(4n + 1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-services-2 .row > div:nth-child(4n + 2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .section-services-2 .row > div:nth-child(4n + 4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        position: relative;
    }

    .section-services-2 .row > div:nth-child(4n + 4) .service-icon-item {
        margin-top: 0;
        padding-top: 20px;
        border-top: 1px solid #bbbeef;
    }

    .section-services-2 .row > div:nth-child(4n + 3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .section-services-2 .row > div:nth-child(4n + 5) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .section-services-2 .row > div:nth-child(4n + 6) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .section-services-2 .row > div:nth-child(4n + 7) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .section-services-2 .row > div:nth-child(4n + 8) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .section-services-2 .row > div:nth-child(4n + 9) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .section-services-2 .h2,
    .section-services-2 h2 {
        border-bottom: 0;
        margin-bottom: 2px;
    }

    .service-icon-item {
        padding: 48px 10px 20px;
        min-height: 0;
        font-size: 16px;
        line-height: 19px;
    }

    .service-icon-item .icon {
        margin-bottom: 55px;
    }

    .services-list {
        max-width: none;
        padding-bottom: 50px;
    }

    .services-list li {
        max-width: none;
    }

    .section-certificates .entry {
        max-width: none;
        margin-bottom: 64px;
    }

    .section-heading .image {
        text-align: center;
        padding: 16px 0 0;
    }

    .form-submit {
        display: block;
    }

    .form-submit .set-r {
        width: 100%;
    }

    .home-s-item {
        display: block;
    }

    .home-s-item .text {
        width: 100%;
        padding-left: 0;
    }

    .home-s-item .image {
        width: 100%;
    }

    .r-posts-list .r-post-item {
        width: 100%;
    }

    .multi-select {
        margin-right: 20px;
    }

    .job-item .row {
        min-height: 200px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .job-item .row > div:last-child {
        margin-top: auto;
    }

    .job-item .date {
        padding-top: 10px;
    }

    .head-filter {
        display: block;
    }

    .head-filter .label {
        padding: 5px 0 15px;
    }

    .head-filter .label {
        padding-bottom: 10px;
        font-size: 14px;
    }

    .head-filter > ul {
        margin-right: 0;
    }

    .head-filter > ul > li {
        margin-right: 0;
    }

    .head-filter > ul > li a,
    .head-filter > ul > li a.current {
        border: 1px solid #27565c;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 1px;
        padding: 12px 29px;
        color: #27565c;
        margin-right: 10px;
        background: 0 0;
        border-radius: 60px;
    }

    .head-filter > ul > li a.current {
        background: #27565c;
        color: #fff;
    }

    .r-post-item .text .btn-link:before {
        margin-left: -200%;
    }

    .col-lg-6 .ass-logos,
    .col-lg-6 .entry .quetes,
    .col-lg-6 .entry > .wp-block-image,
    .col-lg-6 .entry > hr,
    .col-lg-6 .full-specs-list,
    .col-lg-6 .number-set,
    .col-lg-6 .wp-block-gallery,
    .col-lg-6 .wp-block-video {
        width: auto;
    }

    .stage-swiper.active-full,
    .wp-block-gallery.active-full {
        position: fixed;
        top: 50%;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 99999;
        background: #fff;
    }

    .stage-swiper.active-full img,
    .wp-block-gallery.active-full img {
        max-height: calc(100vh - 50px);
        -o-object-fit: contain;
        object-fit: contain;
    }

    .stage-swiper.active-full .blocks-gallery-item__caption,
    .wp-block-gallery.active-full .blocks-gallery-item__caption {
        padding-right: 40px;
    }

    .stage-swiper.active-full .controls,
    .wp-block-gallery.active-full .controls {
        position: absolute;
        top: auto;
        bottom: 0;
        margin: 32px 10px;
        left: 0;
        margin-right: 0;
        right: 0;
    }

    .stage-swiper.active-full .controls {
        position: absolute;
        top: auto;
        bottom: 0;
        margin: 0 10px;
        left: 0;
        right: 0;
    }

    .wp-block-gallery .img-h {
        margin-bottom: 40px;
        padding-bottom: 42px;
        height: calc(100vh - 60px);
    }

    .wp-block-gallery figure > picture:last-child .img-h {
        margin-bottom: 40px;
    }

    .wp-block-gallery .controls {
        margin-top: -70px;
        margin-bottom: 113px;
    }

    .ass-logos ul li {
        width: 20%;
    }

    .number-set .l-text {
        width: 100%;
    }

    .number-set .r-side {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

    .section-map .map-holder .right {
        margin-right: -10%;
        margin-left: -50%;
        width: 100%;
    }

    .section-page.job .left {
        width: 100%;
    }

    .footer .footer-nav {
        border-top: 1px solid #bbbeef;
        margin: 0 -40px;
        padding: 18px 40px;
    }

    .footer .head .container {
        background: 0 0;
    }

    .footer-head-nav > ul {
        margin-bottom: -20px;
    }

    .footer-head-nav > ul > li {
        width: 25%;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1023.98px) and (max-width: 1023.98px) {
    .stage-swiper.active-full .controls,
    .wp-block-gallery.active-full .controls {
        margin-bottom: 12px;
    }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
    .stage-swiper.active-full .controls {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 782px) {
    .customize-support .header {
        top: 0;
    }

    html #wpadminbar {
        display: none;
    }

    .customize-support {
        margin-top: -46px;
    }
}

@media (max-width: 767.98px) {
    .select2-results {
        padding-left: 0;
        padding-right: 0;
    }

    .select2-results__option {
        padding-left: 8px;
        padding-right: 8px;
    }

    .select2-selection {
        padding-right: 20px;
    }

    .select2-selection:before {
        right: 12px;
    }

    body {
        font-size: 14px;
        line-height: 1.29;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .active-menu .menu-trigger:before {
        top: 110px;
    }

    .mobile-none,
    .none-mobile {
        display: none !important;
    }

    .active-menu .body,
    .active-menu .footer {
        display: none;
    }

    .main-nav > ul {
        display: block;
        margin: 0;
        overflow: hidden;
        padding-top: 16px;
        max-height: none;
    }

    .full-image img {
        height: 418px;
    }

    .header {
        /* height: 160px; */
    }

    .active-menu .header {
        height: auto;
    }

    .header .extra-m-link {
        display: block;
    }

    .header .container {
        /* display: block;
        height: auto; */
        height: 64px;
    }

    .header .container .logo {
        /* width: 373px;
        margin-top: 46px;
        margin-bottom: 14px;
        height: 50px;
        max-width: 100%; */
    }

    .header .container .logo svg {
        /* width: 100%;
        height: 100%; */
    }

    .header {
        /* position: absolute;
        border-bottom: 0; */
    }

    .scrolled-down .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .hide-header .header {
        -webkit-transition: -webkit-transform 0.3s ease, background 0.3s;
        transition: -webkit-transform 0.3s ease, background 0.3s;
        -o-transition: transform 0.3s ease, background 0.3s;
        transition: transform 0.3s ease, background 0.3s;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, background 0.3s;
    }

    .show-header .header {
        -webkit-transition: -webkit-transform 0.3s ease, background 0.3s;
        transition: -webkit-transform 0.3s ease, background 0.3s;
        -o-transition: transform 0.3s ease, background 0.3s;
        transition: transform 0.3s ease, background 0.3s;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, background 0.3s;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .active-menu .header,
    .show-header.active-menu .header {
        height: auto;
        border-bottom: 0;
        position: static;
    }

    .body {
        /* padding-top: 160px; */
    }

    .btn.btn-secondary {
        font-size: 14px;
    }

    .btn-link {
        font-size: 14px;
        line-height: 18px;
    }

    .section-img {
        padding: 0;
        margin-top: -20px;
    }

    /* .h1,
    h1 {
        font-size: 46px;
        line-height: 53px;
    }

    .h2,
    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .h3,
    h3 {
        font-size: 24px;
        line-height: 28px;
    } */

    .section-img + .section-heading + .section-services-2:not(.v2) {
        margin-bottom: -40px;
    }

    .section-img + .section-heading + .section-services-2:not(.v2) .row:before {
        display: none;
    }

    .section-services-2.v2 {
        margin-top: -32px;
    }

    .section-services-2.v3 .row:before {
        border-top: 0;
    }

    .section-heading + .section-services-2.v3 {
        margin-top: 9px;
    }

    .v2 .service-icon-item {
        min-height: 541px;
        padding-top: 20px;
    }

    .v3 .service-item {
        min-height: 437px;
    }

    .service-item {
        margin: 2px -20px;
    }

    .service-item {
        min-height: 438px;
    }

    .v2 .service-item {
        min-height: 498px;
    }

    .services-list li {
        font-size: 16px;
        line-height: 22px;
    }

    .services-list h3 {
        min-height: 93px;
        padding-right: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: -30px;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        color: #27565c;
    }

    .services-list .icon {
        margin-bottom: -100px;
        height: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 26px;
    }

    .single + .section-form.v2 {
        margin-top: -40px;
    }

    .section-form:last-child {
        padding-bottom: 90px;
    }

    .section-heading + .section-form {
        margin-top: -64px;
    }

    .section-certificates {
        margin-bottom: -32px;
    }

    .section-heading {
        padding-bottom: 61px;
    }

    .section-heading .no-underline {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #27565c;
        background: #fff;
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        border: 1px solid #bbbeef;
        padding: 12px 30px;
        border-radius: 60px;
    }

    .section-heading .h2,
    .section-heading h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 18px;
    }

    .section-heading.m-big {
        padding-bottom: 32px;
    }

    .section-heading.m-big p {
        padding-bottom: 9px;
        font-size: 16px;
        line-height: 19px;
    }

    .section-heading.m-big h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-heading.smaller-h2 h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .section-heading.border {
        margin-bottom: 5px;
    }

    .section-heading + .section-heading.border {
        margin-top: -95px;
    }

    .section-heading.border h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .form .form-group + .form-group textarea {
        margin: 14px 0 0;
    }

    .form .form-group + .form-group label {
        margin: 15px 0;
    }

    .form .input-group {
        display: block;
    }

    .form .input-group .country {
        width: 100%;
        padding: 8px 0 0;
    }

    .form .checkbox .check-label {
        font-size: 14px;
        line-height: 18px;
    }

    .form textarea {
        margin-top: 15px;
        font-size: 14px;
        line-height: 18px;
        padding: 12px 14px;
    }

    .wpcf7-form-control-wrap:not(.uploaded) .codedropz-upload-handler {
        max-width: none;
    }

    .apply-modal .date {
        margin-bottom: 52px;
    }

    .apply-modal .close {
        /* right: 20px; */
    }

    .active-modal {
        overflow: hidden;
    }

    .form-submit {
        padding-top: 0;
    }

    .form-submit .note {
        padding: 0 0 20px;
        font-size: 14px;
    }

    .home-s-item {
        margin-bottom: 100px;
    }

    .home-s-item .text {
        padding: 24px 0;
    }

    .home-s-item .text .btn-link {
        margin-right: 4px;
    }

    .home-s-item .img-h {
        padding-bottom: 100%;
    }

    .section-f-services {
        margin-bottom: -28px;
    }

    .f-service-item .img-h {
        margin-bottom: 20px;
    }

    .f-service-item p {
        margin-bottom: 22px;
    }

    .section-more.gallery .head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-bottom: 10px;
    }

    .section-more.gallery .head .btn {
        margin-left: auto;
    }

    .section-more.gallery .head .h2 {
        width: 50%;
    }

    .section-more {
        margin: 80px 0;
        margin-top: 60px;
    }

    .section-more .head {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .section-more .h2 {
        padding-top: 10px;
    }

    .section-more .head p {
        margin-top: 20px;
    }

    .r-posts-list {
        margin-bottom: 82px;
    }

    .multi-select {
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .multi-select .current {
        width: 100%;
    }

    .multi-select ul {
        position: relative;
        margin-top: -1px;
        top: 0;
        padding-top: 7px;
    }

    .section-jobs {
        margin-top: 48px;
        padding-bottom: 10px;
    }

    .section-jobs .head-filter .label {
        font-size: 16px;
    }

    .head-filter + .head-filter {
        margin-top: -8px;
    }

    .head-filter {
        margin-top: -76px;
    }

    .head-filter > ul.multi {
        display: block;
        margin: 0;
    }

    .head-filter > ul.multi > li {
        margin: 0 0 10px;
    }

    .section-inter .r-post-item {
        margin: 0 -20px;
    }

    .section-inter .r-post-item .img-h {
        padding-bottom: 88%;
    }

    .section-inter .r-post-item .text {
        margin: 20px;
        margin-bottom: 30px;
        padding: 0 0 16px;
        border-bottom: 1px solid #bbbeef;
        color: #27565c;
    }

    .section-inter .r-post-item .text .btn-link {
        margin: 40px 5px 0;
    }

    .section-inter .r-post-item .text .h2,
    .section-inter .r-post-item .text h2 {
        color: #27565c;
    }

    .r-post-item {
        margin-bottom: 18px;
    }

    .r-post-item.contact .text {
        padding-bottom: 0;
    }

    .r-post-item .info {
        padding-top: 0;
        padding-bottom: 0;
    }

    .r-post-item .info + * {
        padding-top: 30px;
    }

    .r-post-item .info a {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        color: #27565c;
        background: #fff;
        display: inline-block;
        margin-top: 10px;
        vertical-align: top;
        border: 1px solid #bbbeef;
        padding: 12px 30px;
        border-radius: 60px;
    }

    .r-post-item .h3.name + .h3 {
        padding-top: 0;
    }

    .r-post-item .image {
        width: 100%;
        padding-right: 0;
    }

    .r-post-item .text {
        width: 100%;
        padding: 20px 4px 0 0;
    }

    .r-post-item .text:after {
        content: "";
        clear: both;
        display: block;
    }

    .r-post-item .text .btn-link {
        position: static;
        margin: 40px 0 0;
        margin-left: auto;
        float: right;
    }

    .post-author:not(.mobile) {
        margin: 12px 0 20px;
        padding: 20px 0;
    }

    .post-author:not(.mobile) .info {
        width: calc(100% - 140px);
    }

    .post-author:not(.mobile) .info .name {
        font-size: 16px;
        line-height: 18px;
    }

    .sections-list li {
        color: #27565c;
    }

    .post-head {
        padding-top: 50px;
        display: block;
    }

    .post-head .date {
        margin-bottom: 12px;
    }

    .post-head .left {
        max-width: none;
    }

    .post-head h1 + .date {
        padding-top: 14px;
        margin-bottom: -3px;
    }

    .post-head h1:first-child:last-child {
        margin: 2px 0 -11px;
    }

    .post-head .right {
        text-align: left;
        padding-top: 14px;
    }

    .post-head .right ul a {
        margin-right: -5px;
    }

    .full-specs-list dl {
        font-size: 14px;
        border-top: 0;
        line-height: 18px;
    }

    .wp-block-gallery figcaption {
        height: 36px;
        max-width: 50%;
    }

    .wp-block-gallery .controls div {
        margin-right: 10px;
    }

    .wp-block-image.size-large .controls div {
        margin-right: 10px;
    }

    .entry .quetes {
        margin-top: 50px;
        margin-bottom: 80px;
        padding: 32px 0 0 20px;
    }

    .entry .quetes .swiper-slide {
        width: 100%;
    }

    .entry .quetes .controls {
        margin-top: 30px;
        margin-left: -20px;
    }

    .entry .quetes .controls div {
        margin-right: 10px;
    }

    .section-page.ass-sec + .section-more {
        margin-top: 40px;
    }

    .section-page.ass-sec + .section-heading {
        margin-top: 0;
    }

    .ass-logos ul {
        margin: -20px -4% -50px;
    }

    .ass-logos ul li {
        width: 50%;
    }

    .number-set:first-child {
        padding-top: 50px;
        margin-top: -30px;
    }

    .number-set + .wp-block-image {
        padding-top: 30px;
    }

    .number-set {
        display: block;
    }

    .number-set .l-text {
        width: auto;
    }

    .number-set .r-side {
        width: auto;
        padding-top: 0;
        padding-left: 0;
    }

    .number-set h2 {
        margin-bottom: 20px;
    }

    figcaption {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }

    .section-map {
        padding-bottom: 29px;
    }

    .section-map .map-holder {
        display: block;
    }

    .section-map .map-holder .right {
        margin-left: -15%;
        margin-right: -18px;
        width: 120%;
    }

    .section-map .map-holder .left {
        width: 100%;
        position: absolute;
        padding-top: 4px;
    }

    .section-map .map-holder .markets {
        display: none;
    }

    .section-map .map-holder .legend {
        font-size: 14px;
        line-height: 18px;
    }

    .wp-block-video {
        margin: 20px 0;
    }

    .btns-row {
        margin-top: 50px;
        margin-bottom: -30px;
    }

    .section-page.job .left {
        margin-bottom: 12px;
    }

    .section-page.job .left h1 {
        margin-bottom: 0;
    }

    .section-page.single {
        margin-bottom: 50px;
    }

    .section-page.single .post-head {
        margin-bottom: -40px;
    }

    .entry > ul > li {
        margin-left: 24px;
    }

    .entry > ul > li:before {
        left: -15px;
        top: 8px;
    }

    .entry > .wp-block-image {
        margin: 20px 0 38px;
    }

    .entry blockquote cite {
        font-size: 14px;
        line-height: 18px;
    }

    .entry hr + h2,
    .entry p + h2 {
        margin-bottom: 20px;
    }

    .entry .wp-block-table {
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
    }

    .entry .wp-block-table table th {
        display: none;
    }

    .entry .wp-block-table table tr:last-child td {
        border: 0;
    }

    .entry .wp-block-table table td {
        padding-left: 52.5%;
        position: relative;
        border-top: 0;
        padding-bottom: 9px;
    }

    .entry .wp-block-table table td:first-child {
        border-top: 1px solid #bbbeef;
        padding-top: 15px;
    }

    .entry .wp-block-table table td:last-child {
        padding-bottom: 30px;
        margin-bottom: -1px;
        border-bottom: 1px solid #bbbeef;
    }

    .entry .wp-block-table table td[data-label]:before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        font-weight: 500;
        width: 50%;
        top: 0;
        padding-top: inherit;
        font-size: 16px;
        line-height: 18px;
    }

    .entry .wp-block-table table {
        margin: 22px 0;
        min-width: 0;
        display: block;
    }

    .entry .wp-block-table table tbody,
    .entry .wp-block-table table td,
    .entry .wp-block-table table thead,
    .entry .wp-block-table table tr {
        display: block;
    }

    .entry .wp-block-table table th,
    .entry .wp-block-table table thead,
    .entry .wp-block-table table thead td {
        display: none;
    }

    .entry.entry-sm > ul {
        margin-bottom: 7px;
    }

    .entry.entry-sm > ul > li:before {
        width: 5px;
        height: 5px;
        margin-top: -1px;
    }

    .entry.entry-sm {
        font-size: 14px;
        line-height: 18px;
    }

    .entry.entry-sm p {
        margin-bottom: 10px;
    }

    .entry {
        font-size: 16px;
        line-height: 22px;
    }

    .side-entry-b {
        margin: 44px 0 50px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 28px;
    }

    .footer-nav {
        display: block;
        border-top: 0;
        border-bottom: 1px solid #bbbeef;
        margin: 0;
        padding: 0;
    }

    .footer-nav:before {
        content: "";
        display: none;
    }

    .footer-nav a {
        font-size: 14px;
        line-height: 18px;
        display: block;
        padding: 5px 0;
        margin: 10px 0 11px;
    }

    .load-more {
        padding-top: 0;
        margin-top: -50px;
        padding-bottom: 45px;
    }

    .section-search .section {
        padding-bottom: 30px;
    }

    .loading-state {
        padding-bottom: 100px;
    }

    .search-form {
        margin-bottom: 100px;
    }

    .multi .search-form {
        margin: 0;
    }

    .footer {
        /* margin: 0 20px; */
    }

    .footer .container {
        /* padding: 0; */
    }

    .footer label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .footer .newsletter-form {
        border-bottom: 1px solid #bbbeef;
        border-top: 1px solid #bbbeef;
    }

    .footer .newsletter-form input {
        font-size: 14px;
    }

    .footer .footer-nav:before,
    .footer .social-widget:before {
        display: none;
    }

    .footer .social-widget .label {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .footer .social-widget .social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer .social-widget .social svg {
        height: 40px;
        width: 40px;
    }

    .footer .footer-nav {
        padding: 5px 0;
        border-top: 0;
        margin: 0;
    }

    .footer .copy {
        border-top: 0;
        padding-top: 19px;
        padding-bottom: 19px;
        font-size: 14px;
    }

    .footer-head-nav > ul {
        display: block;
        margin: -3px 0 -12px;
    }

    .footer-head-nav > ul > li {
        padding-right: 0;
        width: auto;
        padding-bottom: 0;
    }

    .footer-head-nav a {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 20px;
    }

    .footer-head-nav ul ul {
        display: block;
        margin: 0;
        padding: 0 0 12px;
    }

    .footer-head-nav ul ul li {
        margin-bottom: 9px;
    }

    .footer-head-nav ul ul a {
        max-width: none;
        font-size: 14px;
        line-height: 20px;
        padding-left: 10px;
    }

    .footer-head-nav ul ul a br {
        display: none;
    }
}

@media (max-width: 767.98px) and (max-width: 413.98px) {
    .section-more.gallery .head .h2 {
        width: 100%;
    }

    .section-more .h2 {
        width: 100%;
        max-width: none;
        padding-bottom: 10px;
        padding-top: 0;
    }

    .footer .social-widget .social svg {
        width: 32px;
        height: 32px;
    }
}

@media (max-height: 870px) and (max-width: 767px) {
    .section-page .full-image img {
        min-height: 200px;
        height: calc(100vh - 300px);
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media (max-width: 413.98px) {
    /* .h1,
    h1 {
        font-size: 40px;
        line-height: 53px;
    }

    .h1.v2,
    h1.v2 {
        font-size: 32px;
        line-height: 1.3;
    } */

    .services-list h3 {
        padding-right: 60px;
    }
}

@media (max-width: 1399.98px) and (min-width: 768px) {
    .active-menu .menu-trigger {
        margin: 30px;
    }

    .active-menu .menu-trigger:before {
        content: "";
        margin-right: -50px;
    }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
    .r-posts-list .r-post-item {
        width: 50%;
    }
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: none;
}

@media (min-width: 1024px) {
    .section-heading + .section-services-2:not(.v2):not(.v3) .row:before {
        height: auto;
        top: 0;
        pointer-events: none;
        background: 0 0;
        border-top: 1px solid #bbbeef;
        border-bottom: 1px solid #bbbeef;
    }
}

.section-page.job .rjobs-head {
    padding-bottom: 18px;
    padding-top: 100px;
}

.section-page.job .entry hr:first-child {
    margin-top: 0;
}

.section-page.job .entry h3 {
    color: #27565c;
    font-weight: 400;
}

.section-page.job .entry hr {
    margin-top: 50px;
    margin-left: -34%;
    width: 203%;
}

.section-page.job .alignleft {
    position: absolute;
    width: calc(33.135% - 40px);
    right: 100%;
    margin: 0 30px 0 0;
}

@media (max-width: 1023px) {
    .section-page.job .alignleft {
        width: 182px;
        margin: 0 0 40px;
        position: relative;
        right: 0;
    }
}

@media (max-width: 767px) {
    .section-page.job .alignleft {
        margin-bottom: -10px;
    }
}

.post-head-related-post {
    padding: 87px 0 18px;
}

.text-right {
    text-align: right;
}

.wpcf7-radio {
    display: block;
}

@media (min-width: 1024px) {
    .form .col-lg-6 .form-submit,
    .form .col-md-6 .form-submit {
        margin-top: -10px;
    }
}

.wpcf7-radio .wpcf7-list-item label {
    position: relative;
    margin: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    min-height: 30px;
}

.apply-modal .note {
    margin: 24px 0 80px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #27565c;
}

.wpcf7-radio .wpcf7-list-item input {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none;
}

.wpcf7-radio .wpcf7-list-item .checked .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
    opacity: 1;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 45px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
    cursor: pointer;
    -webkit-box-align: center;
    display: block;
    -ms-flex-align: center;
    align-items: center;
    color: #27565c;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label a {
    text-decoration: underline;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after {
    content: "";
    background: #bbbeef;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    margin: auto 5px;
    border-radius: 50%;
    opacity: 0;
}

.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before {
    content: "";
    border: 1px solid #27565c;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    margin: auto 0;
    border-radius: 50%;
}

.submitting .btn {
    pointer-events: none;
    opacity: 0.3;
}

@media (min-width: 768px) {
    .spec-cols {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .spec-cols .service-icon-item {
        width: 50%;
        border: 0;
        border-bottom: 1px solid #bbbeef;
    }
}

.section-services-2.v3 .service-item .img-h img {
    object-position: 50% 74%;
}

@media (min-width: 1023.99px) {
    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(1) {
        order: 2;
    }

    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(2) {
        order: 1;
    }
    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(3) {
        order: 3;
    }
    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(4) {
        order: 4;
    }
    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(5) {
        order: 6;
    }
    html .section-services-2.v2.v5 .row > .col-lg-6:nth-child(6) {
        order: 5;
    }
}

.hide-to-many {
    display: none !important;
}

@media (max-width: 1023.98px) {
    html .section-services-2.v2.v5 .service-item .img-h {
        min-height: 500px;
    }
    html .section-services-2.v2.v5 .service-item {
        min-height: 0;
    }
}

.load-more-js {
    margin-top: 40px;
    text-align: center;
}

.load-more-js svg {
    margin-left: 8px;
}

.youtube-video {
    position: relative;
    width: 100%;
    height: 0px;
    padding-bottom: 56.25%;
}
.youtube-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* design upgrades  */


.dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

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

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

.dflex-cbetween {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.home .header {
    background: transparent;
}


.object-fit {
	position: relative;
}

.object-fit > picture {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.object-fit > picture > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.title-64 {
    color: #221F20;
    font-size: 64px;
    line-height: 1;
}
.title-56 {
    color: #221F20;
    font-size: 56px;
    line-height: 1;
}

.title-44 {
    color: #221F20;
    font-size: 44px;
    line-height: 1.2;
}
.title-40 {
    color: #221F20;
    font-size: 40px;
    line-height: 1.2;
}
.title-40:not(:last-child) {
    margin-bottom: 24px;
}

.title-36 {
    color: #221F20;
    font-size: 36px;
    line-height: 1.2;
}
.title-36 strong {
    font-weight: 400;
    color: #BBBEEF;
}

.title-28 {
    font-size: 28px;
    line-height: 1.2;
}

.title-24 {
    font-size: 24px;
    line-height: 1.2;
}

.title-20 {
    font-size: 20px;
    line-height: 1.2;
}

.text-18 {
    font-size: 18px;
    line-height: 1.5;
}
.text-18 p:not(:last-child) {
    margin-bottom: 1.5em;
}

.text-18 a {
    color: #6874BA;
    text-decoration: underline;
}

.text-16 {
    font-size: 16px;
    line-height: 1.5;
}

.text-16 p:not(:last-child) {
    margin-bottom: 1.5em;
}

.text-16 a {
    color: #27565c;
}

.text-14 {
    font-size: 14px;
    line-height: 1.5;
}
.text-14 a {
    color: #27565c;
}

.text-white {
    color: #fff;
}

.text-white .title-64,
.text-white .title-44,
.text-white .title-40,
.text-white .title-36 {
    color: #fff;
}

.hero-home-section {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 120px;
    padding-bottom: 54px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero-home-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    opacity: 0.3;
}
.hero-home-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 434px;
    background: linear-gradient(360deg, #000000 0%, rgba(71, 71, 71, 0) 100%);
    z-index: 2;
    opacity: 0.3;
}

.hero-home-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.hero-home-content-left {
    width: 65%;
    padding-right: 7%;
}
.hero-home-content-right {
    width: 35%;
    text-align: right;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BBBEEF;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
    padding: 13px 23px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-primary.btn-primary-white,
.btn-primary.btn-primary-white:focus,
.btn-primary.btn-primary-white:active {
    color: #fff;
}
.btn-primary:hover {
    background: #BBBEEF;
}
.btn-primary.btn-primary-white:hover{
    color: #221F20;
}

.link-black,
.link-black:focus,
.link-black:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    cursor: pointer;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
}
.link-black:hover {
    color: #221F20;
}

.has-dropdown:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
}

.section-top.has-border {
    border-bottom: 1px solid #BBBEEF;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.projects-archive-section .section-top.has-border {
    padding-bottom: 32px;
    margin-bottom: 64px;
}

.mt-144 {
    margin-top: 144px;
}
.mt-104 {
    margin-top: 104px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-64 {
    margin-top: 64px;
}

.mb-144 {
    margin-bottom: 144px;
}
.mb-104 {
    margin-bottom: 104px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-104 {
    padding-top: 104px;
}
.pb-104 {
    padding-bottom: 104px;
}

.section-top.has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.featured-carousel-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    min-height: 463px;
    color: #fff;
}

.colleagues-carousel .featured-carousel-item a {
    min-height: 1px;
    padding-bottom: 127%;
}
.featured-carousel-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 2;
    background: linear-gradient(360deg, #000000 4.5%, rgba(71, 71, 71, 0) 100%);

}

.featured-carousel-item-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 24px 24px;
    color: #fff;
    z-index: 5;
}

.featured-carousel-item-title {
    margin-bottom: 6px;
    max-width: 233px;
}

.featured-carousel-item-info {
    font-size: 14px;
    color: rgba(255,255,255,0.7);
    position: relative;
    padding-right: 30px;
}
.featured-carousel-item-info:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 17px;
    height: 16px;
    background: url(../images/arrow-right-white-07.svg) no-repeat center center;
    background: url(../images/arrow-right-white-24px.svg) no-repeat center center / 100% 100%;
    opacity: 0.7;
}

.post-carousel-item {
    position: relative;
    height: 100%;
}
.post-carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    width: 1px;
    height: 100%;
    background: #BBBEEF;
}

.post-carousel-item a {
    display: block;
    color: #221F20;
}

.post-carousel-item-image {
    min-height: 376px;
    margin-bottom: 16px;
}

.post-carousel-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 1.2;
    color: #27565C;
    margin-bottom: 12px;
}
.post-carousel-item-info span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.post-carousel-item-info span:not(:last-child):after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #BBBEEF;
    margin-left: 8px;
    margin-right: 8px;
}


.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-has-dots.owl-carousel button.owl-dot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #221F20;
    opacity: 0.1;
    margin: 3px;
}

.owl-has-dots.owl-carousel button.owl-dot.active span {
    background: #BBBEEF;
    opacity: 1;
}
.owl-has-dots.owl-carousel button span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.owl-has-dots .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 21px;
}


.post-carousel-item-title {
    transition: 0.2s;
}
a:hover .post-carousel-item-title {
    color: #6874BA;
}

.two-links-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.two-links-block:hover .two-links-block-item a {
    background: #d0d0d0;
}
.two-links-block:hover .two-links-block-item a:before {
    opacity: 0;
}

.two-links-block-item {
    width: 50%;
    margin-right: 24px;
    transition: 0.5s;
}
.two-links-block-item:hover {
    width: 74%;
}

.two-links-block-item:last-child {
    margin-right: 0px;
}
.two-links-block-item a {
    display: block;
    min-height: 365px;
    position: relative;
    background: #BBBEEF;
    padding: 32px 32px;
}

.two-links-block-item a:after {
    content: '';
    position: absolute;
    top: 42px;
    right: 32px;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-right-40px.svg) no-repeat center center / 100% 100%;
}
.two-links-block-item:hover a {
    background: #BBBEEF !important;
}
.two-links-block-item:first-child a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: url(../images/link-block-1.svg) no-repeat right center / auto 100%;
    transition: 0.4s;
}
.two-links-block-item a:hover:before {
    opacity: 1 !important;
}

.two-links-block-item-title {
    font-size: 48px;
    padding-right: 56px;
    line-height: 1.2;
}

.two-links-block-item-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    padding: 0 32px 32px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.1s;
}

.two-links-block-item:hover .two-links-block-item-content {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s 0.1s;
}

.two-links-block-item-text {
    border-top: 1px solid #221F20;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
}

.two-links-block-item-text-width {
    max-width: 580px;
}

.posts-carousel.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.oh {
    position: relative;
    overflow: hidden;
}

.footer-top-left {
    max-width: 313px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-top-grid-item {
    width: 202px;
    margin-right: 20px;
}
.footer-top-grid-item:last-child {
    margin-right: 0px;
}

.footer-navi > ul > li:not(:last-child) {
    margin-bottom: 32px;
}
.footer-navi > ul > li > a {
    color: #BBBEEF;
    display: inline-block;
    line-height: 1.2;
    font-size: 16px;
    position: relative;
    transition: 0.2s;
}
.footer-navi > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #BBBEEF;
    opacity: 0;
    /* transition: 0.1s; */
}
.footer-navi > ul > li > a:hover:after {
    opacity: 1;
}
.footer-navi > ul > li > a:hover {
    color: #BBBEEF;
    /* text-decoration: underline; */
}

.footer-navi > ul > li > ul  {
    margin-top: 14px;
}
.footer-navi > ul > li > ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 17px;

}
.footer-navi > ul > li > ul li:not(:last-child) {
    margin-bottom: 6px;
}
.footer-navi > ul > li > ul li a {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    display: inline-block;
    line-height: 17px;
    position: relative;
}
.footer-navi > ul > li > ul li a:hover {
    text-decoration: underline;
}
.footer-navi > ul > li > ul li a:after {
    /* content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.8); */
}

.footer-bottom {
    margin-top: 104px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 24px;
}

.footer-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials ul li:not(:last-child) {
    margin-right: 16px;
}
.socials ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.socials ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.socials ul li a svg path {
    fill-opacity: 0.7;
    transition: 0.2s;
}
.socials ul li a:hover svg path {
    fill-opacity: 1;
    fill: #BBBEEF;
}

.footer-dev {
    margin-left: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-dev a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-dev a svg path {
    fill-opacity: 0.7;
    transition: 0.2s;
}
.footer-dev a:hover svg path {
    fill-opacity: 1;
    fill: #BBBEEF;
}

.copyrights {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    line-height: 1;
}

.footer-nav-bottom {
    margin-left: 20px;
}

.footer-nav-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.footer-nav-bottom ul li:not(:last-child) {
    margin-right: 20px;
}
.footer-nav-bottom ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-nav-bottom ul li a {
    color: rgba(255,255,255,0.7);
    line-height: 14px;
    font-size: 14px;
    transition: 0.2s;
}
.footer-nav-bottom ul li a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}

.footer-newsletter-title {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    line-height: 1.2;
    margin-bottom: 8px;
}

.footer-newsletter-form input[type="email"],
.footer-newsletter-form input[type="email"]:focus {
    outline: none;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    width: 100%;
    background: transparent;
    height: 48px;
    padding: 2px 0;
    padding-right: 24px;
    font-size: 16px;
    color: #fff;
    padding-right: 24px;
    transition: 0.2s;
}
.footer-newsletter-form input[type="email"]:hover,
.footer-newsletter-form input[type="email"]:focus {
    border-bottom: 1px solid #fff;
}

.footer-newsletter-form input::-webkit-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
.footer-newsletter-form input::-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}
.footer-newsletter-form input:-ms-input-placeholder {
	color: #fff;
	opacity: 0.7;
}
.footer-newsletter-form input:-moz-placeholder {
	color: #fff;
	opacity: 0.7;
}

.ml-block-form {
    position: relative;
}
.ml-block-form button[type="submit"] {
    position: absolute;
    right: 0;
    top: 13px;
    width: 20px;
    height: 20px;
    border: none;
    outline: none;
    background: url(../images/arrow-submit.svg) no-repeat center center;
}

.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.header-left,
.header-right {
    position: relative;
    z-index: 5;
}

.header-middle {
    position: relative;
    z-index: 4;
}

.header-left {
    width: 200px;
}
.header-middle {
    width: calc(100% - 200px - 200px);
}
.header-right {
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.nav {
    position: relative;
    z-index: 10;
}

.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav > ul > li:not(:last-child) {
    margin-right: 24px;
}
.nav > ul > li > a {
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    position: relative;
    display: inline-block;
    z-index: 10;
}
.nav > ul > li:hover > a {
    color: #BBBEEF;
}
.nav > ul > li.has-subnav > a {
    padding-right: 21px;
    position: relative;
}
.nav > ul > li.has-subnav > a:after {
    content: '';
    position: absolute;
    right: 0;
    width: 17px;
    height: 16px;
    background: url(../images/dropdown-subnav.svg) no-repeat center center;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    filter: grayscale(1) brightness(2);
    transition: 0.3s;
}
.nav > ul > li.has-subnav:hover > a:after {
    transform: translateY(-50%) rotate(180deg);
    filter: grayscale(0) brightness(1);
}

.main-trigger {
    color: #fff;
    margin-left: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity 0.2s;
}
.main-trigger:hover {
    opacity: 0.6;
}
.main-trigger span {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    position: relative;
}
.main-trigger span:before,
.main-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    top: 12px;
    transition: 0.05s;
}
.main-trigger span:before {
    transform: translateY(-3px) rotate(0deg);
}
.main-trigger span:after {
    transform: translateY(4px) rotate(0deg);
}
.main-trigger.active span:before {
    transform: translateY(0px) rotate(45deg);
}
.main-trigger.active span:after {
    transform: translateY(0px) rotate(-45deg);
}

.main-menu-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 400;
    background: #221F20;
    padding: 104px 0 24px;
    height: 100%;
    width: 100%;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.main-menu-hold.active {
    opacity: 1;
    visibility: visible;
}

.main-menu-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 104px - 24px);
}

.main-menu-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 33.333%;
    margin-right: 8px;
}
.main-menu-col:last-child {
    margin-right: 0px;
}

.main-menu-box {
    padding: 24px;
    height: 100%;
    background: #343132;
    margin-bottom: 8px;
    position: relative;
}
.main-menu-box:last-child {
    margin-bottom: 0px;
}

.main-menu-nav > ul > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    line-height: 29px;
}
.main-menu-nav > ul > li > a {
    font-size: 24px;
    color: #fff;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 29px;
    transition: 0.2s;
}
.main-menu-nav > ul > li > a:hover {
    color: #BBBEEF;
}
.main-menu-nav > ul > li > a svg {
    margin-left: 12px;
}
.main-menu-nav > ul > li > a svg path {
    transition: 0.2s;
}
.main-menu-nav > ul > li > a:hover svg path {
    stroke: #BBBEEF;
}
.main-menu-nav > ul > li ul {
    margin-top: 24px;
}
.main-menu-nav > ul > li ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 19px;
    margin-bottom: 12px;
}
.main-menu-nav > ul > li ul li:last-child {
    margin-bottom: 0px;
}
.main-menu-nav > ul > li ul li a {
    color: rgba(255,255,255,0.7);
    font-size: 16px;
    display: inline-block;
    line-height: 19px;
    position: relative;
    transition: 0.2s;
}
.main-menu-nav > ul > li ul li a:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 17px;
    background: url(../images/arrow-nav.svg) no-repeat center center;
    left: 0;
    top: 50%;
    transform: translate(-22px, -50%);
    opacity: 0;
    transition: 0.2s;
}
.main-menu-nav > ul > li ul li a:hover:before {
    transform: translate(0px, -50%);
    opacity: 1;
}
.main-menu-nav > ul > li ul li a:hover {
    color: #fff;
    padding-left: 22px;
}

.main-menu-nav-link,
.main-menu-nav-link:focus,
.main-menu-nav-link:active {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 24px;
    transition: 0.2s;
}
.main-menu-nav-link:hover {
    background: #BBBEEF;
    color: #221F20;
}
.main-menu-nav-link svg {
    margin-left: 12px;
}
.main-menu-nav-link svg path {
    transition: 0.2s;
}
.main-menu-nav-link:hover svg path {
    stroke: #221F20;
}

.subnav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 104px 0 24px;
    background: #221F20;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 100vh 0px 100vh rgba(34,31,32,0.8);
    -moz-box-shadow: 0px 100vh 0px 100vh rgba(34,31,32,0.8);
    box-shadow: 0px 100vh 0px 100vh rgba(34,31,32,0.8);
    transition: 0.3s;
    /* transition: 0.2s 0.1s; */
}
.subnav-hold:before {
    /* content: ''; */
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 79px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}
.nav > ul > li:hover .subnav-hold {
    opacity: 1;
    visibility: visible;
}

.subnav-type-1 ul li {
    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
}
.subnav-type-2 ul li {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
}

.subnav-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.subnav-links ul li {
    margin-right: 8px;
    margin-bottom: 8px;
}
.subnav-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    background: #343132;
    color: #fff;
    min-height: 222px;
    padding: 24px;
    transition: 0.2s;
}

.subnav-links-title span {
    font-size: 24px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 29px;
    transition: 0.2s;
}
.subnav-links-title span svg {
    margin-left: 12px;
}
.subnav-links-title span svg path {
    transition: 0.2s;
}

.subnav-links-text {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    transition: 0.2s;
}
.header .subnav-hold .container {
    height: auto;
}

.subnav-links ul li a:hover {
    background: #BBBEEF;
    color: #221F20;
}
.subnav-links ul li a:hover .subnav-links-title span svg path {
    stroke: #221F20;
}
.subnav-links ul li a:hover .subnav-links-text {
    color: #221F20;
}

.subnav-type-2 .subnav-links-text {
    max-width: 300px;
}

.trigger-search {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s;
}
.trigger-search:hover {
    opacity: 0.6;
}

.mob-nav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 400;
    background: #221F20;
    padding: 104px 0 24px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    overflow: auto;
    display: none;
}
.mob-nav-hold.active {
    opacity: 1;
    visibility: visible;
}

.mob-nav > ul > li {
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.mob-nav > ul > li:last-child {
    margin-bottom: 0;
}
.mob-nav > ul > li > a {
    font-size: 20px;
    line-height: 24px;
}
.mob-nav > ul > li > ul {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -24px;
    width: calc(100% + 48px);
    min-width: calc(100% + 48px);
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    width: 100%;
    display: none;
    background: #343132;
}
/* .mob-nav > ul > li > ul:before {
    content: '';
    position: absolute;
    left: -24px;
    right: -24px;
    top: 20px;
    bottom: 0;
} */
.mob-nav > ul > li > ul li {
    line-height: 19px;
    margin-bottom: 12px;
    position: relative;
    z-index: 5;
}
.mob-nav > ul > li > ul li:last-child {
    margin-bottom: 0;
}
.mob-nav > ul > li > ul li a {
    font-size: 16px;
    line-height: 19px;
}
.mob-nav ul li a {
    color: #fff;
}

.mob-nav .menu-item-has-children > span {
    width: 24px;
    height: 24px;
    background: url(../images/dropdown-subnav.svg) no-repeat center center;
    filter: grayscale(1) brightness(2);
    margin-left: 4px;
}
.mob-nav .menu-item-has-children.active > span {
    transform: rotate(180deg);
}

.scrolled-down header.nav-active {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.grecaptcha-badge {
    display: none !important;
}

.hero-secondary-top {
    min-height: 100vh;
    min-height: 100svh;
    padding-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;   
}

.hero-secondary-top:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: 266px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.66) 0%, rgba(71, 71, 71, 0) 100%);
    z-index: 2;
}

.hero-secondary-bottom {
    padding-bottom: 64px;
}

.hero-secondary-content > div {
    max-width: 50%;
}

.hero-secondary:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.hero-secondary:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 90%;
    background: linear-gradient(360deg, #0B0B0B 0%, rgba(71, 71, 71, 0) 100%);
    z-index: 2;
}

.hero-secondary .text-18 {
    color: rgba(255,255,255,0.8);
}
.hero-secondary .text-18 a {
    color: rgba(255,255,255,0.8);
}

.hero-secondary .hero-secondary-content .title-64 {
    max-width: 100%;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 32px;
}
.hero-secondary .hero-secondary-content .title-64 h1 {
    max-width: 77%;
}
.hero-secondary .hero-secondary-content .title-64:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background: #fff;
    transition: 1s cubic-bezier(0.33, 1, 0.68, 1);;
}
.hero-secondary.active .hero-secondary-content .title-64:before {
    width: 100%;
}

.max-w-400 {
    max-width: 400px;
}
.max-w-420 {
    max-width: 420px;
}
.max-w-535 {
    max-width: 535px;
}



.section-item {
    /* min-height: 100vh; */
}

.overlaping-cards-section {
    background: #221F20;
}

.overlaping-card-hold {
    min-height: 100vh;
    min-height: 100svh;

    min-height: 130vh;
    min-height: 130svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.top-reached .overlaping-card-holder {
    position: fixed !important;
}

.overlaping-card-holder {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100svh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */

    padding: 80px 0;
}
.overlaping-card-holder:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 77%;
    background: linear-gradient(360deg, #000000 0%, rgba(71, 71, 71, 0) 100%);

    z-index: 2;
}
.overlaping-card-holder:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    top: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.overlaping-card-item {
    transform-origin: top center;
    position: relative;
}

.overlaping-card-grid {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.overlaping-card-left {
    width: 50%;
}
.overlaping-card-right {
    width: 50%;
}
.overlaping-card-right .title-44 {
    max-width: 525px;
}
.overlaping-card-right .title-44 {
    max-width: 525px;
    margin-bottom: 16px;
}

.text-07 {
    opacity: 0.7;
}
.text-08 {
    opacity: 0.8;
}

.overlaping-card-button {
    margin-top: 24px;
}

.overlaping-card-counter {
    font-size: 44px;
    line-height: 1.2;
}

.overlaping-card-indicator {
    position: absolute;
    z-index: 20;
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.overlaping-card-indicator span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    margin-right: 6px;
    opacity: 0.5;
}
.overlaping-card-indicator span:last-child {
    margin-right: 0px;
}
.overlaping-card-indicator span.active {
    opacity: 1;
}

.heading-three-items-section .section-top {
    max-width: 536px;
    margin-bottom: 64px;
}
.heading-three-items-section .section-top .title-36 {
    margin-bottom: 16px;
}

.heading-three-items ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.heading-three-items ul li {
    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    background: #BBBEEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 288px;
    padding: 32px 32px;
}

.heading-three-items-icon  {
    margin-bottom: 32px;
}

.heading-three-items-icon img {
    max-height: 50px;
}

.annual-reports-section .section-top {
    margin-bottom: 32px;
}

.report-item.report-item-v2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 32px 0 24px;
    border-top: 1px solid #000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.report-item.report-item-v2:first-child {
    padding-top: 0;
    border-top: none;
}
.report-item.report-item-v2:last-child {
    padding-bottom: 0;
}

.btn-link-download,
.btn-link-download:focus,
.btn-link-download:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    padding-bottom: 7px;
    color: #221F20;
    border-bottom: 1px solid #BBBEEF;
    transition: 0.2s;
}
.btn-link-download:hover {
    color: #221F20;
    border-bottom: 1px solid #221F20;
}
.btn-link-download:after {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/icon-download.svg) no-repeat center center;
    margin-left: 8px;
}
.report-item.report-item-v2 a {
    margin-left: 16px;
}

.section-map-v2 {
    background: #221F20;
    padding: 72px 0 0;
}

.section-map-v2 .section-top {
    margin-bottom: 64px;
}

.map-holder-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.map-holder-v2-left {
    width: 21%;
}
.map-holder-v2-right {
    width: 79%;
    margin-top: -78px;
}

.map-holder-v2-image {
    position: relative;
    text-align: right;
    width: calc(100% + (100vw - 1392px + 80px) / 2);
}

.map-holder-v2-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 125px;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(360deg, #221F20 0%, rgba(34, 31, 32, 0) 100%);
}

.map-holder-v2 .markets ul li {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.map-holder-v2 .markets ul li:last-child {
    margin-bottom: 0px;
}
.map-holder-v2 .markets .label {
    margin-bottom: 10px;
}

.map-holder-v2 .legend {
    margin-bottom: 64px;
    max-width: 170px;
}
.map-holder-v2 .legend li {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.31;
    padding-left: 34px;
    position: relative;
}
.map-holder-v2 .legend li img  {
    margin-right: 10px;
    max-width: 24px;
    min-height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

.r-posts-list-v2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: -20px;
}
.r-posts-list-v2 ul li {
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
    margin-bottom: 20px;
}
.r-posts-list-v2 ul li a {
    display: block;
    padding-bottom: 55.573%;
    color: #fff;
}
.r-posts-list-v2 ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.8) 4.5%, rgba(71, 71, 71, 0) 100%);

}

.r-posts-list-v2-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 24px 24px;
    z-index: 2;
}
.r-posts-list-v2-content .title-28 {
    position: relative;
    padding-right: 40px;
}
.r-posts-list-v2-content .title-28:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-right-white-24px.svg) no-repeat center center / 100% 100%
}
.r-posts-list-v2-content .text-16 {
    color: rgba(255,255,255,0.8);
    margin-top: 16px;
    max-width: 512px;
}

.title-text-section.reverse .col-lg-6:first-child {
    order: 2;
}

.value-description-section .title-36 {
    margin-bottom: 16px;
}
.value-description-section .image {
    max-width: 555px;
    text-align: center;
}
.value-description-section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.stages-acc-section .section-top {
    margin-bottom: 40px;
}

.stages-acc-item {
    border-top: 1px solid #BBBEEF;
}
.stages-acc-item:last-child {
    border-bottom: 1px solid #BBBEEF;
}

.stages-acc-item-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.stages-acc-item-left {
    width: 50%;
    padding-right: 8.46%;
}
.stages-acc-item-right {
    width: 50%;
    padding-left: 8.46%;
}

.stages-acc-item-image {
    padding-bottom: 67.7%;
}

.stages-acc-item-content {
    display: none;
    padding-top: 7px;
    padding-bottom: 32px;
}

.stages-acc-item-title {
    padding: 27px 50px 27px 56px;
    position: relative;
    cursor: pointer;
}
.stages-acc-item-title:before,
.stages-acc-item-title:after {
    content: '';
    position: absolute;
    right: 0;
    width: 40px;
    height: 41px;
    top: 50%;
    transform: translateY(-50%);
}
.stages-acc-item-title:before {
    background: url(../images/acc-plus.svg) no-repeat center center;
}
.stages-acc-item-title:after {
    background: url(../images/acc-minus.svg) no-repeat center center;
    opacity: 0;
}
.stages-acc-item.active .stages-acc-item-title:before {
    opacity: 0;
}
.stages-acc-item.active .stages-acc-item-title:after {
    opacity: 1;
}
.stages-acc-item-title span {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: inherit;
}

.entry-1 p {
    font-size: 16px !important;
    color: #221F20 !important;
    line-height: 1.5;
    margin-bottom: 24px;
}

.entry-1 a {
    text-decoration: underline;
}
.entry-1 ul {
    margin-bottom: 24px;
}
.entry-1 ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
    padding-left: 23px;
    position: relative;
}
.entry-1 ul li:last-child {
    margin-bottom: 0px;
}
.entry-1 ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.entry-1 h2:not(:first-child),
.entry-1 h3:not(:first-child) {
    margin-top: 40px;
}
.entry-1 h3 + h3:not(:first-child) {
    margin-top: 16px;
}
.entry-1 h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}
.entry-1 h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 16px;
}

.entry-1 strong {
    font-weight: 500;
}

.entry-1 hr {
    background: #221F20;
    margin-top: 44px;
    margin-bottom: 44px;
}

.entry-1 figcaption {
    max-width: 100%;
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
}

.entry-1 > *:last-child {
    margin-bottom: 0;
}


.entry-2 p {
    font-size: 16px !important;
    color: #221F20 !important;
    line-height: 1.5;
    margin-bottom: 16px;
}
.entry-2 a {
    text-decoration: underline;
}
.entry-2 ul {
    margin-bottom: 24px;
}
.entry-2 ul li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-left: 23px;
    position: relative;
}
.entry-2 ul li:last-child {
    margin-bottom: 0px;
}
.entry-2 ul li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0;
}

.entry-2 h2:not(:first-child),
.entry-2 h3:not(:first-child) {
    margin-top: 44px;
}
.entry-2 h3 + h3:not(:first-child) {
    margin-top: 16px;
}
.entry-2 h2 {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 24px;
}
.entry-2 h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 16px;
}
.entry-2 h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 12px;
}

.entry-2 strong {
    font-weight: 500;
}

.entry-2 hr {
    background: #221F20;
    margin-top: 44px;
    margin-bottom: 44px;
}

.entry-2 > *:last-child {
    margin-bottom: 0;
}

.entry-2 figcaption {
    max-width: 100%;
    text-align: left;
    margin-top: 8px;
    font-size: 14px;
}
.entry-2 figure {
    margin-top: 44px;
    margin-bottom: 44px;
}

.entry-2 ol {
    counter-reset: item;
}
.entry-2 ol li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 4px;
    padding-left: 21px;
    position: relative;
}
.entry-2 ol li:last-child {
    margin-bottom: 0;
}
.entry-2 ol li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 0;
}

.entry-2 table tr th {
    padding: 20px 10px;   
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}
.entry-2 table tr:first-child th {
    padding-top: 0;
}
.entry-2 table tr td {
    padding: 20px 10px;  
    border-top: 1px solid #BBBEEF; 
    font-size: 16px;
    line-height: 1.5;
}
.entry-2 table tr td:first-child,
.entry-2 table tr th:first-child {
    padding-left: 0;
}
.entry-2 table tr td:last-child,
.entry-2 table tr th:last-child {
    padding-right: 0;
}
.entry-2 table tr:last-child td {
    padding-bottom: 0;
}
.entry-2 table tr td p {
    margin-bottom: 8px
}
.entry-2 table tr td p:last-child {
    margin-bottom: 0;
}

.certs-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.certs-list ul li {
    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    background: rgba(200,201,201,0.2);
    padding: 24px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 378px;
}

.certs-list-logo {
    margin-bottom: 24px;
}


.certs-list-logo img {
    mix-blend-mode: multiply;
    max-height: 66px;
    width: auto;
    max-width: 168px;
}

.certs-list-content .title-20 {
    font-weight: 500;
}
.certs-list-content .text-14 {
    font-weight: 500;
    margin-top: 16px;
    opacity: 0.6;
    /* color: rgba(34,31,32,0.6); */
}

.text-center {
    text-align: center;
}

.certs-list-button {
    margin-top: 44px;
}

.report-items-button {
    text-align: right;
    margin-top: 24px;
}

.projects-archive-section {
    padding: 184px 0 0px;
    position: relative;
    z-index: 30;
}

.projects-archive-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.projects-archive-grid-left {
    width: 23%;
    /* min-height: 730px; */
    position: sticky;
    top: 140px;
}
.projects-archive-grid-right {
    width: 77%;
    padding-left: 40px;
}
.projects-archive-grid-right.filtring-active {
    min-height: 100vh;
}

.page-template-page-projects .body {
    overflow: visible;
}

.projects-archive-grid-left .head-filter {
    margin: 0;
    display: block;
}
.projects-archive-grid-left .head-filter > ul {
    display: block;
    margin-right: 0;
    padding-bottom: 0;
}
.projects-archive-grid-left .head-filter > ul > li {
    margin-right: 0;
    margin-bottom: 18px;
}
.head-filter > ul > li.filter-label {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 48px;
    position: relative;
}
.head-filter > ul > li.filter-label .filter-clear {
    position: absolute;
    right: 0;
    font-weight: 400;
    color: #6874BA;
    padding-left: 22px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}
.head-filter > ul > li.filter-label .filter-clear.active {
    opacity: 1;
    visibility: visible;
}
.head-filter > ul > li.filter-label .filter-clear:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/icon-close-purple.svg) no-repeat center center;
}

.projects-archive-grid-left .search-form.form .form-group input {
    padding: 2px 0px;
    padding-right: 24px;
    width: 100%;
    height: 52px;
    font-size: 16px;
    color: #221F20;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    background: url(../images/icon-search.svg) no-repeat center right;
    transition: 0.2s;
}
.projects-archive-grid-left .search-form.form .form-group input:focus {
    border-bottom: 1px solid #221F20;
}
.projects-archive-grid-left .multi-select {
    height: 48px;
    margin-right: 0;
}

.projects-archive-grid-left .multi-select .current {
    padding: 12px 0px;
    font-size: 16px;
    line-height: 23px;
    color: #221F20;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    position: relative;
    transition: 0.1s;
}
.projects-archive-grid-left .multi-select.active .current {
    border-bottom: 1px solid #221F20;
}
.projects-archive-grid-left .multi-select .current:after {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
    z-index: 5;
}

.current-selected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    padding: 12px 0px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 23px;
    color: #221F20;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
}
.current-selected.active {
    opacity: 1;
}

.projects-archive-grid-left .multi-select.active .current:after {
    transform: rotate(180deg);
}

.projects-archive-grid-left .multi-select.selected:not(.active) .current {
    color: #221F20;
    background: #fff;
}

.projects-archive-grid-left .multi-select ul {
    border: 1px solid #E3E3E3;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
    border-top: 0;
}
.projects-archive-grid-left .multi-select ul li {
    max-width: 100%;
}

.projects-archive-grid-left .multi-select ul .check-label {
    font-size: 16px;
    line-height: 24px;
    color: #221F20;
    padding: 14px 12px;
    padding-right: 48px;
    transition: 0.2s;
}
.projects-archive-grid-left .multi-select ul .check-label:hover {
    background: rgba(187,190,239,0.2);
}

.projects-archive-grid-left .multi-select ul input:checked ~ .check-label:before {
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: url(../images/icon-chekmark.svg) no-repeat center center;
}
.projects-archive-grid-left .multi-select ul input:checked ~ .check-label {
    background: rgba(187,190,239,0.4);
}
.projects-archive-grid-left .multi-select ul .check-label:before {
    content: "";
    background: url(../images/icon-chekmark.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    border-radius: 0%;
    position: absolute;
    top: 14px;
    right: 12px;
    border: none;
}

.projects-archive-grid-right .r-posts-list {
    margin-left: 0;
    width: calc(100% + 20px);
    margin-bottom: -20px;
}
.projects-archive-grid-right .r-post-item {
    display: block;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 0px;
    width: calc(33.333% - 20px);
    min-width: calc(33.333% - 20px);
}
.projects-archive-grid-right .r-post-item a {
    display: block;
    padding-bottom: 149.35%;
}
.projects-archive-grid-right .r-post-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(34, 31, 32, 0) 32%, rgba(0, 0, 0, 0.9) 100%);
}
.projects-archive-grid-right .r-post-item:before {
    display: none;
}
.projects-archive-grid-right .r-post-item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 24px 24px;
    color: #fff;
    z-index: 10;
}
.projects-archive-grid-right .r-post-item .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 24px 24px;
    color: #fff;
    z-index: 10;
}
.projects-archive-grid-right .r-post-item .text .text-14 {
    margin-top: 6px;
    position: relative;
    padding-right: 20px;
}
.projects-archive-grid-right .r-post-item .text .text-14:after {
    content: '';
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    bottom: 3px;
    background: url(../images/arrow-right-white-16px.svg) no-repeat center center;
    background: url(../images/arrow-right-white-24px.svg) no-repeat center center / 100% 100%;
}

.projects-archive-section .load-more  {
    padding-top: 40px;
}
.projects-archive-section .load-more .btn-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BBBEEF;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
    padding: 13px 23px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}
.projects-archive-section .load-more .btn-link:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
    color: #221F20;
}
.projects-archive-section .load-more .btn-link:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
}

.hero-single-content-left .text-18 {
    margin-top: 12px;
}

.hero-single-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
}

.hero-single-content-left {
    width: 760px;
    max-width: calc(100% - 150px);
}

.share-label {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.share-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share-list ul li:not(:last-child) {
    margin-right: 12px;
}
.share-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.share-list ul li a svg path {
    transition: 0.2s;
}
.share-list ul li a:hover svg path {
    fill: #BBBEEF;
}

.single-share-block .share-list ul {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.content-single-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content-single-hold .full-specs-list {
    width: 50%;
    max-width: 313px;
    border: none;
    margin-bottom: 0;
}
.content-single-hold .full-specs-list + .entry {
    width: 50%;
    font-size: 16px;
    line-height: 1.5;
}
.content-single-hold .full-specs-list + .entry p {
    margin-bottom: 1.5em;
}
.content-single-hold .full-specs-list + .entry p:last-child {
    margin-bottom: 0;
}

.content-single-hold .wtf {
    width: 100%;
}

.content-single-hold .full-specs-list dl {
    display: block;
    border-top: none;
    margin-top: 0;
    margin-bottom: 24px;
}
.content-single-hold .full-specs-list dl:last-child {
    margin-bottom: 0px;
}

.content-single-hold .full-specs-list dl dd, 
.content-single-hold .full-specs-list dl dt {
    padding: 0;
}
.content-single-hold .full-specs-list dl dt {
    width: 100%;
    padding-right: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #6874BA;
    margin-bottom: 4px;
}
.content-single-hold .full-specs-list dl dd {
    width: 100%;
    font-size: 18px;
    color: #221F20;
    line-height: 1.5;
}

.content-single-hold:first-child .entry figure {
    display: none;
}
.content-single-hold + .content-single-hold .full-specs-list,
.content-single-hold + .content-single-hold .entry > *:not(figure) {
    display: none;
}

.content-single-hold + .content-single-hold .entry {
    width: 100%;
}
.content-single-hold + .content-single-hold .entry > figure {
    padding: 0 100px;
    margin: 0;
}
.content-single-hold + .content-single-hold .entry > figure + figure {
    margin-top: 64px;
}
.content-single-hold .wp-block-gallery .controls {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    background: white;
}
.content-single-hold .wp-block-gallery .controls .btn-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #BBBEEF;
    transition: background 0.2s;
}
.content-single-hold .wp-block-gallery .controls .btn-icon:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
}
.content-single-hold .wp-block-gallery .controls .btn-icon svg {
    display: none;
}
.content-single-hold .wp-block-gallery .controls div {
    margin-right: 10px;
}
.content-single-hold .wp-block-gallery .controls div.swiper-button-next {
    margin-right: 0px;
}
.content-single-hold .wp-block-gallery .controls div.swiper-button-prev:after,
.content-single-hold .wp-block-gallery .controls div.swiper-button-next:after {
    content: '';
    width: 16px;
    height: 16px;
}
.content-single-hold .wp-block-gallery .controls div.swiper-button-prev:after {
    background: url(../images/arrow-left-16px.svg) no-repeat center center;
}
.content-single-hold .wp-block-gallery .controls div.swiper-button-next:after {
    background: url(../images/arrow-right-16px.svg) no-repeat center center;
}
.content-single-hold figure figcaption {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    text-align: left;
    max-width: calc(100% - 100px);

    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    transition: opacity 0.3s;
}
.content-single-hold .entry > figure > figcaption {
    position: relative;
}
.content-single-hold .wp-block-gallery .img-h {
    margin-bottom: 41px;
}
.content-single-hold .wp-block-gallery .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
}
.content-single-hold .wp-block-gallery .swiper-slide .img-h:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #221F20;
    opacity: 0;
    transition: 0.3s;
}
.content-single-hold .wp-block-gallery .swiper-slide:not(.swiper-slide-active) .img-h:after {
    opacity: 0.6;
}
.content-single-hold .wp-block-gallery .swiper-slide:not(.swiper-slide-active) figcaption {
    opacity: 0;
}
.content-single-hold .wp-block-gallery figcaption {
    height: 31px;
}
.content-single-hold .wp-block-gallery .js-enlarge {
    display: none;
}

.careers-about-boxes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-bottom: -20px;
}
.careers-about-boxes ul li {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
}
.careers-about-boxes ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #fff;
    padding: 32px 32px;
    min-height: 326px;
    overflow: hidden;
    transition: 0.3s;
}
.careers-about-boxes ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 2;
}
.careers-about-boxes ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #BBBEEF;
    opacity: 1;
    z-index: 3;
    transition: 0.3s;
}
.careers-about-boxes ul li a:hover:after {
    opacity: 0;
}

.careers-about-boxes ul li a > div {
    position: relative;
    z-index: 5;
}

.careers-about-boxes-text {
    border-top: 1px solid #fff;
    padding-top: 16px;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(40px);
    margin-top: 24px;
    transition: 0.1s;
}

.careers-about-boxes ul li a:hover .careers-about-boxes-text {
    opacity: 1;
    transform: translateY(0);
    transition: 0.4s;
}

.careers-about-boxes ul li a .title-36 {
    transition: 0.3s;
}
.careers-about-boxes ul li a:hover .title-36 {
    color: #fff;
}
.careers-about-boxes ul li a .title-36:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/arrow-right-40px.svg) no-repeat center center / 100% 100%;
    transition: 0.3s;
}
.careers-about-boxes ul li a:hover .title-36:after {
    filter: grayscale(0) invert(1);
}

.careers-about-boxes-text-width {
    max-width: 493px;
}

.numbers-section {
    padding: 64px 0;
}
.numbers-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.numbers-section.no-overlay:after {
    display: none;
}

.numbers-section-grid-left {
    width: 42%;
    padding-right: 5%;
}
.numbers-section-grid-left .title-36 {
    max-width: 273px;
}
.numbers-section-grid-right {
    width: 58%;
    padding-left: 5px;
}

.numbers-section-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 40px);
    margin-bottom: -118px;
}
.numbers-section-list ul li {
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    margin-right: 40px;
    margin-bottom: 118px;
}

.numbers-section-list-title {
    font-size: 56px;
    line-height: 1;
}

.numbers-section-list-text {
    margin-top: 12px;
    border-top: 1px solid #fff;
    padding-top: 12px;
}

.short-gallery-section .section-top {
    margin-bottom: 32px;
}

.short-gallery-section .socials ul li:not(:last-child) {
    margin-right: 8px;
}

.short-gallery-socials-label {
    font-size: 16px;
    line-height: 1.5;
    margin-right: 14px;
}

.short-gallery-section .gallery-item a {
    display: block;
    padding-bottom: 73.113%;
}

.jobs-listing-section {
    position: relative;
    z-index: 30;
}

.jobs-listing-grid-left {
    width: 41.66667%;
    max-width: 333px;
    padding-right: 8px;
    margin-right: auto;
    padding-top: 20px;
}
.jobs-listing-grid-right {
    width: 58.33333%;
    margin-left: auto;
}

.head-filter.jobs-filter-hold {
    display: block;
    position: relative;
    margin: 0;
    margin-bottom: 18px;
}
.head-filter.jobs-filter-hold:last-child {
    margin-bottom: 0px;
}

.head-filter.jobs-filter-hold .label {
    padding: 12px 0px;
    font-size: 16px;
    line-height: 23px;
    color: #221F20;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    background: #fff;
    position: relative;
    transition: 0.1s;
}

.labels-selected {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding: 12px 0px;
    padding-right: 24px;
    font-size: 16px;
    line-height: 23px;
    color: #221F20;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.labels-selected.active {
    opacity: 1;
    visibility: visible;
}
.head-filter.jobs-filter-hold.active .label {
    border-bottom: 1px solid #221F20;
}
.head-filter.jobs-filter-hold .label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
    z-index: 6;
}
.head-filter.jobs-filter-hold.active .label:after {
    transform: rotate(180deg);
}

.head-filter.jobs-filter-hold ul {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
    top: 100%;
    border: 1px solid #E3E3E3;
    background: #fff;
    border-top: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 400px;
    overflow: auto;
}

.head-filter.jobs-filter-hold.active {
    z-index: 10;
}
.head-filter.jobs-filter-hold.active ul {
    visibility: visible;
    opacity: 1;
}
.head-filter.jobs-filter-hold ul li {
    margin-right: 0;
    margin-bottom: 0;
}
.head-filter.jobs-filter-hold ul li a {
    display: block;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #221F20 !important;
    padding: 14px 12px !important;
    padding-right: 48px !important;
    border-radius: 0;
    position: relative;
    transition: 0.2s;
}
.head-filter.jobs-filter-hold ul li a:hover {
    background: rgba(187,190,239,0.2);
}
.head-filter.jobs-filter-hold ul li a:before {
    content: "";
    background: url(../images/icon-chekmark.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    border-radius: 0%;
    position: absolute;
    top: 14px;
    right: 12px;
    border: none;
}
.head-filter.jobs-filter-hold ul li a.current {
    background: rgba(187,190,239,0.4);
}
.head-filter.jobs-filter-hold ul li a.current:before {
    opacity: 1;
}

.head-filter.jobs-filter-hold ul li a:after {
    display: none !important;
}

.jobs-listing-grid-right .job-item {
    overflow: visible;
    border-top: none;
    border-bottom: 1px solid #BBBEEF;
}

.jobs-listing-grid-right .job-item a {
    display: block;
    padding: 20px 100px 20px 0;
    color: #221F20;
    position: relative;
}
.jobs-listing-grid-right .job-item a:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-12px, -50%);
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-right-24px.svg) no-repeat center center;
    transition: 0.2s;
}
.jobs-listing-grid-right .job-item a:hover:before {
    transform: translate(0px, -50%);
}

.jobs-listing-grid-right .job-item:after {
    content: '';
    position: absolute;
    bottom: -1px;
    z-index: 5;
    height: 1px;
    left: 0;
    width: 0;
    background: #27565C;
    transition: 0.6s;
}
.jobs-listing-grid-right .job-item:hover:after {
    width: 100%;
}

.job-item-details {
    margin-top: 10px;
    color: #27565C;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.job-item-details span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.job-item-details span:after {
    content: '•';
    margin: 0 8px;
    color: #BBBEEF;
}
.job-item-details span:last-child:after {
    display: none;
}


.jobs-listing-grid-right .load-more-js .btn-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BBBEEF;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
    padding: 13px 23px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}
.jobs-listing-grid-right .load-more-js .btn-link:hover {
    background: #BBBEEF;
}
.jobs-listing-grid-right .load-more-js .btn-link:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
}
.jobs-listing-grid-right .load-more-js {
    /* margin-top: 28px; */
    text-align: left;
}

.jobs-listing-section.section-jobs {
    padding: 0;
}

.job-listting-colleagues-section .section-top {
    /* padding-bottom: 20px;
    border-bottom: 1px solid #BBBEEF;
    margin-bottom: 24px; */
}

.job-listting-colleague-content {
    width: 41.66667%;
}
.job-listting-colleague-content .title-36 {
    margin-bottom: 20px;
}

.colleagues-carousel .featured-carousel-item-info {
    margin-top: 20px;
}

.colleagues-carousel .featured-carousel-item a:after {
    background: linear-gradient(180deg, rgba(34, 31, 32, 0) 16%, rgba(0, 0, 0, 0.9) 100%);
}

.colleagues-carousel .owl-dots {
    display: none;
}

.owl-has-nav .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-next, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #BBBEEF;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: 0.2s;
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next:hover, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
}

.colleagues-carousel.owl-has-nav .owl-nav {
    position: absolute;
    right: 0;
    top: -84px;
}

.hero-secondary .title-64.has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;

}
.hero-secondary .title-64.has-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.hero-secondary-button {
    display: none;
    margin-top: 40px;
}

.short-gallery-mob-bottom {
    display: none;
}

.jobs-listing-grid-right .jobs-list-empty .job-item {
    border: none;
}
.jobs-listing-grid-right .jobs-list-empty .job-item:after {
    display: none;
}
.jobs-listing-grid-right .jobs-list-empty .job-item .row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.jobs-listing-grid-right.in-single-job {
    width: 100%;
    margin-left: 0;
}
.jobs-listing-grid-right.in-single-job .job-item a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.single-job .section-top.has-button,
.single-intership .section-top.has-button {
    /* margin-bottom: 8px; */
}

.single-job-related-button {
    margin-top: 40px;
}

.job-single-main-section {
    padding-top: 140px;
}

.job-single-main-left {
    width: 41.66667%;
    padding-right: 7.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: calc(100vh - 140px - 48px - 44px - 19px);

}
.job-single-main-right {
    width: 58.33333%;
}

.single-share {
    margin-top: 32px;
}
.single-share span {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}
.single-share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-share ul li:not(:last-child) {
    margin-right: 12px;
}
.single-share ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.single-share ul li a svg path {
    transition: 0.2s;
}
.single-share ul li:not(:last-child) a:hover svg path {
    fill: #BBBEEF;
}
.single-share ul li:last-child a:hover svg path {
    stroke: #BBBEEF;
}

.job-single-main-hold {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-job .body,
.single-intership .body {
    position: static;
    overflow: visible;
}
.single-job .container,
.single-intership .container {
    position: static;
    overflow: visible;
}

.job-single-main-left {
    position: sticky;
    top: 205px;
}

.job-single-main-section .job-single-main-left-button a {
    background: #BBBEEF;
    text-align: left;
    font-size: 24px;
    line-height: 1.2;
    color: #221F20;
    padding: 24px 24px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    transition: 0.2s;
}
.job-single-main-section .job-single-main-left-button a:hover {
    background: #BBBEEF;
    color: #221F20;
    border: none;
    box-shadow: none;
    background: rgba(187,190,239,0.4)
}
.job-single-main-section .job-single-main-left-button a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    width: 24px;
    height: 24px;
    background: 
    url(../images/arrow-right-24px.svg) no-repeat center center;
}

.job-single-main-left-button {
    margin-top: 40px;
}

.job-single-main-back {
    margin-bottom: 44px;
}

.link-back,
.link-back:focus,
.link-back:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: #000;
    transition: 0.2s;
}
.link-back:hover {
    color: #6874BA;
}
.link-back:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/arrow-left-purple-16px.svg) no-repeat center center;
    margin-right: 8px;
    filter: grayscale(1) brightness(0);
    transition: 0.2s;
}
.link-back:hover:before {
    filter: grayscale(0) brightness(1);
}

.job-single-main-left-button-mob {
    display: none;
}

.apply-modal-grid {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.apply-modal-grid-left {
    width: 50%;
    padding-right: 7.8%;
    position: sticky;
    top: 80px;
}
.apply-modal-grid-right{
    width: 50%;
}

.apply-modal-form .row > div {
    margin-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.apply-modal-grid-right .title-28 {
    margin-bottom: 40px;
}

.apply-modal-form .form-group {
    position: relative;
    margin-bottom: 18px;
}
.apply-modal-form .form-group.form-group-file {
    margin-bottom: 56px;
}
.apply-modal-form .form-group.form-group-checkboxes {
    margin-top: 38px;
}

.form-element-label {
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 16px;
    line-height: 1.5;
    pointer-events: none;
    transition: 0.2s;
}
.form-group.focused .form-element-label {
    font-size: 12px;
    transform: translateY(-20px);
}

.form.apply-modal-form input[type="text"],
.form.apply-modal-form input[type="text"]:focus,
.form.apply-modal-form input[type="email"],
.form.apply-modal-form input[type="email"]:focus {
    height: 48px;
    border-bottom: 1px solid #BBBEEF;
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 0;
    font-size: 16px;
    color: #000;
}
.form.apply-modal-form input[type="text"]:focus,
.form.apply-modal-form input[type="email"]:focus {
    border-bottom: 1px solid #221F20;
}
.form.apply-modal-form input.wpcf7-not-valid,
.form.apply-modal-form input.wpcf7-not-valid:focus {
    border-bottom: 1px solid #E21C1C;
}

.form.apply-modal-form textarea,
.form.apply-modal-form textarea:focus {
    height: 158px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 0;
    font-size: 16px;
    background: url(../images/icon-resize-textarea.svg) no-repeat right bottom 12px;
    color: #000;
}
.form.apply-modal-form textarea:focus {
    border-bottom: 1px solid #221F20;
}

.form.apply-modal-form select,
.form.apply-modal-form select:focus {
    height: 48px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 0;
    padding-right: 24px;
    -webkit-appearance: none;
    appearance: none;
    background: url(../images/dropdown-black.svg) no-repeat center right;
    font-size: 16px;
    color: #000;
}
.form.apply-modal-form select:focus {
    border-bottom: 1px solid #221F20;
}

.form-group-label {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #221F20;
    margin-bottom: 14px;
}

.form.apply-modal-form textarea::-webkit-input-placeholder,
.form.appl-form input::-webkit-input-placeholder {
	color: #221F20;
	opacity: 1;
}
.form.apply-modal-form textarea::-moz-placeholder,
.form.appl-form input::-moz-placeholder {
	color: #221F20;
	opacity: 1;
}
.form.apply-modal-form textarea:-ms-input-placeholder,
.form.appl-form input:-ms-input-placeholder {
	color: #221F20;
	opacity: 1;
}
.form.apply-modal-form textarea:-moz-placeholder,
.form.appl-form input:-moz-placeholder {
	color: #221F20;
	opacity: 1;
}

.form.apply-modal-form .crf-s {
    border-radius: 0px;
    border: none;

    height: 48px;
    border-bottom: 1px solid #BBBEEF;
    font-size: 16px;
    line-height: 1.5;
    padding: 2px 0;
    font-size: 16px;
    color: #000;
}
.form.apply-modal-form .crf-s:after {
    background: url(../images/dropdown-black.svg) no-repeat center right;
}
.form.apply-modal-form label {
    font-size: 16px;
    color: #221F20;
    line-height: 1.5;
}

.drag-drop-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 93px;
    width: 100%;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.drag-drop-box-title {
    font-size: 16px;
    line-height: 1.2;
    color: #221F20;
}

.drag-drop-box-text {
    font-size: 16px;
    line-height: 1.5;
    color: #221F20;
    opacity: 0.5;
}

.form.apply-modal-form .checkbox .check-label {
    font-size: 14px;
    color: #221F20;
    padding-left: 30px;
    line-height: 1.2;
}
.form.apply-modal-form .checkbox .check-label:before {
    border: 1px solid #BBBEEF;
    width: 18px;
    height: 18px;
    border-radius: 0;
}
.form.apply-modal-form .checkbox.checked .check-label:before {
    background: #BBBEEF;
    
}
.form.apply-modal-form .checkbox .check-label:after {
    width: 18px;
    height: 18px;
    background: url(../images/icon-chekmark.svg) no-repeat center center;
    margin: auto 0;
}

.form.apply-modal-form .form-submit .set-r {
    margin-left: 0;
    text-align: left;
}

.form-checkbox label input {
    display: none;
}
.form-checkbox label span {
    display: block;
    cursor: pointer;
    font-size: 14px;
    color: #221F20;
    padding-left: 30px;
    line-height: 1.2;
    position: relative;
}
.form-checkbox label span:before,
.form-checkbox label span:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    width: 18px;
    height: 18px;
}
.form-checkbox label span:before {
    border: 1px solid #BBBEEF;
}
.form-checkbox .wpcf7-not-valid label span {
    color: #E21C1C;
}
.form-checkbox .wpcf7-not-valid label span a {
    color: #E21C1C;
}
.form-checkbox .wpcf7-not-valid label span:before {
    border: 1px solid #E21C1C;
}
.form-checkbox label span:after {
    background: url(../images/checkmark-form.svg) no-repeat center center;
    opacity: 0;
}
.form-checkbox label input:checked + span:after {
    opacity: 1;
}

.form-checkbox:not(:last-child) {
    margin-bottom: 15px;
}
.form-group.form-group-checkboxes .form-checkbox label {
    margin: 0 !important;
}
.form-checkbox label span a {
    color: #221F20;
    text-decoration: underline;
}

.form-checkbox .wpcf7-not-valid-tip {
    display: none !important; 
}

.form.apply-modal-form .form-group-file .wpcf7-not-valid-tip {
    position: absolute;
    left: 0;
    top: 100%;
}

.submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}


.form.apply-modal-form .form-group + .form-group textarea {
    margin-top: 0px;
    margin-bottom: 38px;
}

.jobs-list.jobs-listing-grid-right {
    width: 100%;
    margin: 0;
}

.interns-section .head-filter .label {
    font-size: 16px;
    line-height: 1.2;
    padding-top: 0;
    padding-bottom: 8px;
    color: #221F20;
}
.interns-section .head-filter > ul > li > a {
    font-size: 16px;
    margin-right: 0;
    line-height: 1.2;
    padding: 0 0 8px;
    color: rgba(31,31,32,0.6);
    background: transparent;
    border: none;
    position: relative;
}
.interns-section .head-filter > ul {
    margin-bottom: -10px;
    padding: 0;
}
.interns-section .head-filter > ul > li {
    margin-right: 24px;
    margin-bottom: 10px;
}
.interns-section .head-filter > ul > li a.current:not(.all), 
.interns-section .head-filter > ul > li a:not(.all):hover {
    border: none;
    color: rgba(31,31,32,1);
    padding: 0 0 8px;
}
.interns-section .head-filter > ul > li a.current {
    color: rgba(31,31,32,1);
}
.interns-section .head-filter > ul > li a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #BBBEEF;
    opacity: 0;
}
.interns-section .head-filter > ul > li a.current:before {
    opacity: 1;
}
.interns-section .head-filter a:after {
    display: none !important;
}

.interns-section .jobs-listing-grid-right .job-item a {
    padding-top: 24px;
    padding-bottom: 24px;
}

.interns-section .head-filter {
    margin: 0;
    margin-bottom: 8px;
}
.interns-section .jobs-list-empty .job-item {
    color: #27565c;
    border-top: none;
    font-size: 24px;
}
.interns-section .job-item .row {
    min-height: 1px;
    padding-top: 24px;
    padding-bottom: 24px;
    line-height: 1.2;
} 

.section-jobs.interns-section {
    padding: 0;
}

.jobs-listing-section .job-item .row > div:last-child {
    font-size: 24px;
}

.r-posts-list.r-posts-list-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: -64px;
    position: relative;
}
.r-posts-list.r-posts-list-people:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    height: 5px;
    width: 100%;
    background: #fff;
    z-index: 55;
}
.r-posts-list.r-posts-list-people .r-post-item {
    width: calc(25% - 48px);
    min-width: calc(25% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 64px;
    padding: 0;
    position: relative;
}
.r-posts-list.r-posts-list-people .r-post-item:before {
    /* display: none; */
    left: auto;
    right: -25px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #BBBEEF;
    margin: 0;
    border: none;
    opacity: 0.5;
}
/* .r-posts-list.r-posts-list-people .r-post-item:nth-child(4n):before {
    display: none;
} */

.r-posts-list.r-posts-list-people .r-post-item:after {
    content: '';
    position: absolute;
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
    height: 1px;
    bottom: -33px;
    background: #BBBEEF;
    opacity: 0.5;
}
/* .r-posts-list.r-posts-list-people .r-post-item:nth-child(4n):after {
    right: 0px;
    width: calc(100% + 0px);
} */

.r-posts-list.r-posts-list-people .r-post-item a {
    display: block;
    color: #221F20;
    width: 100%;

}
/* .r-posts-list.r-posts-list-people .r-post-item a:before,
.r-posts-list.r-posts-list-people .r-post-item a:after {
    display: none;
} */

.r-post-item-people-image {
    padding-bottom: 128.8%;
    margin-bottom: 16px;
    background: rgba(187,190,239,0.2);
}

.r-post-item-people-title {
    margin-top: 6px;
    position: relative;
    padding-right: 24px;
    opacity: 0.6;
}
.r-post-item-people-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../images/arrow-right-16px.svg) no-repeat center center;
}

.r-posts-list-people-wrapper {
    position: relative;
    overflow: hidden;
}

.interns-section .head-filter.mb-lg {
    margin-bottom: 48px;
}

.single-colleague-section {
    padding: 184px 0 0;
}
.single-colleague-hold {
    max-width: 976px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-colleague-left {
    width: 25%;
    padding-right: 42px;
    position: sticky;
    top: 140px;
}
.single-colleague-right {
    padding-left: 22px;
    width: 75%;
}

.single-colleague-image {
    padding-bottom: 117%;
    margin-bottom: 16px;
}

.single-colleague-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #221F20;
}

.single-colleague-position {
    font-size: 16px;
    line-height: 1.5;
    color: #221F20;
}

.single-colleague-back {
    margin-bottom: 24px;
}

.single-colleaugue .body {
    overflow: visible;
    position: static;
}
.single-colleaugue .container {
    position: static;
}

.single-colleague-related-section .jobs-listing-grid-right {
    width: 100%;
    padding: 0;
}

.overlaping-card-item-bottom {
    height: calc(100vh - 240px);
    height: calc(100svh - 240px);
}


.values-section .overlaping-card-holder {
    display: block;
    background: #fff;
    box-shadow: 0px -8px 50px 16px #221F201A;

}
.values-section .overlaping-card-holder:before,
.values-section .overlaping-card-holder:after {
    display: none;
}
.values-section .overlaping-card-holder {
    padding: 0;
}
.values-section .overlaping-card-item {
    min-height: 240px;
    padding: 40px 0 20px;

}

.overlaping-card-item-top {
}

.overlaping-card-item-top-left {
    width: 50%;
    padding-right: 0%;
}
.overlaping-card-item-top-right {
    width: 50%;
    padding-left: 9%;
}

.r-posts-list.resources-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-left: -24px;
    width: calc(100% + 48px);
    margin-bottom: -64px;
    position: relative;
}
.r-posts-list.resources-list .r-post-item {
    width: calc(25% - 48px);
    min-width: calc(25% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 64px;
    padding: 0;
    position: relative;
}
.r-posts-list.resources-list .r-post-item:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 29px;
    height: 5px;
    width: 100%;
    background: #fff;
    z-index: 55;
}
.r-posts-list.resources-list .r-post-item:before {
    left: auto;
    right: -25px;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    background: #BBBEEF;
    margin: 0;
    border: none;
    opacity: 0.5;
}
.r-posts-list.resources-list .r-post-item:after {
    content: '';
    position: absolute;
    left: -24px;
    right: -24px;
    width: calc(100% + 48px);
    height: 1px;
    bottom: -33px;
    background: #BBBEEF;
    opacity: 0.5;
}
.r-posts-list.resources-list .r-post-item a {
    display: block;
    color: #221F20;
    width: 100%;
}

.r-posts-list.resources-list .r-post-item .image {
    width: 100%;
    position: relative;
    padding-right: 0px;
    margin-bottom: 16px;
}
.r-posts-list.resources-list .r-post-item .image .img-h {
    padding-bottom: 128.8%;
}

.r-posts-list.resources-list .r-post-item .text {
    padding: 0px;
    width: 100%;
}

.resources-list-wrapper {
    position: relative;
    overflow: hidden;
}

.r-posts-list.resources-list .r-post-item.featured {
    width: calc(100% - 48px);
    min-width: calc(100% - 48px);
}
.r-posts-list.resources-list .r-post-item.featured a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}

.r-posts-list.resources-list .r-post-item.featured a .image {
    width: 50%;
    margin-bottom: 0;
    padding-right: 24px;
}
.r-posts-list.resources-list .r-post-item.featured a .image .img-h {
    padding-bottom: 59.5%;
    min-height: 100%;
}
.r-posts-list.resources-list .r-post-item.featured a .text {
    width: 50%;
}

.r-posts-list.resources-list .job-item-details {
    color: #221F20;
    margin-bottom: 12px;
}
.r-posts-list.resources-list .r-post-item.featured .title-20 {
    font-size: 28px;
}

.resources-more-button .btn-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BBBEEF;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
    padding: 13px 23px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}
.resources-more-button .btn-link:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
    color: #221F20;
}
.resources-more-button .btn-link:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
}

.load-more.resources-more-button {
    padding-top: 48px;
    padding-bottom: 0;
}

.resources-archive-section.interns-section .head-filter.mb-lg {
    margin-bottom: 24px;
}

section.section.resources-archive-section {
    padding-top: 184px;
    margin-bottom: 64px;
}

.resources-archive-section .post-head h1:first-child:last-child {
    margin: 0;
}

.section-page.single.resources-archive-section .post-head {
    margin-bottom: 44px;
    padding: 0;
}

.single-post .body {
    overflow: visible;
    position: static;
}
.single-post .single-post-content-section .container {
    position: static;
}

.single-post-content-hold {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1090px;
}

.single-post-content-left {
    width: 30%;
    padding-right: 14px;
    position: sticky;
    top: 140px;
}
.single-post-content-right {
    width: 70%;
    padding-left: 50px;
    padding-right: 0px;
}

.entry-2.v3 ul li:before {
    content: '•';
    left: 6px;
}
.entry-2.v3 h2 {
    font-size: 36px;
}
.entry-2.v3 h3 {
    font-size: 28px;
    line-height: 1.2;
}

.entry-2 .wp-block-gallery .controls {
    position: relative;
    margin: 0;
    right: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
}
.entry-2 .wp-block-gallery .controls .btn-icon {
    width: 40px;
    height: 40px;
    border: 1px solid #BBBEEF;
    transition: background 0.2s;
}
.entry-2 .wp-block-gallery .controls .btn-icon:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
}
.entry-2 .wp-block-gallery .controls .btn-icon svg {
    display: none;
}
.entry-2 .wp-block-gallery .controls div {
    margin-right: 10px;
}
.entry-2 .wp-block-gallery .controls div.swiper-button-next {
    margin-right: 0px;
}
.entry-2 .wp-block-gallery .controls div.swiper-button-prev:after,
.entry-2 .wp-block-gallery .controls div.swiper-button-next:after {
    content: '';
    width: 16px;
    height: 16px;
}
.entry-2 .wp-block-gallery .controls div.swiper-button-prev:after {
    background: url(../images/arrow-left-16px.svg) no-repeat center center;
}
.entry-2 .wp-block-gallery .controls div.swiper-button-next:after {
    background: url(../images/arrow-right-16px.svg) no-repeat center center;
}

.entry-2 figure.wp-block-gallery figure.wp-block-image {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 67%;
    position: relative;
}
.entry-2 figure.wp-block-gallery figure.wp-block-image .img-h {
    padding-bottom: 67%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
}
.entry-2 figure.wp-block-gallery figure.wp-block-image > img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.entry-2 figure figcaption {
    transition: opacity 0.3s;
}

.entry-2 .wp-block-gallery .swiper-slide:not(.swiper-slide-active) {
    opacity: 1;
}

.entry-2 .wp-block-gallery .swiper-slide:not(.swiper-slide-active) figcaption {
    opacity: 0;
}

.entry-2 .wp-block-gallery .swiper-slide:not(.swiper-slide-active) .img-h:after {
    opacity: 0.6;
}
.entry-2 .wp-block-gallery .swiper-slide .img-h:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #221F20;
    opacity: 0;
    transition: 0.3s;
}

.entry-2 .swiper-wrapper figure figcaption {
    position: absolute;
    top: 100%;
    left: 0;
    max-width: calc(100% - 120px);
}

.single-post-content-right-width {
    position: relative;
    overflow: hidden;
    width: calc(100% + (100vw - 1392px - 80px) / 2 + (1392px - 1090px) - 9px)
}
.single-post-content-right-width .entry-2 {
    max-width: 710px;
}

.side-links ul li:not(:last-child) {
    margin-bottom: 16px;
}
.side-links ul li a {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #221F20;
    padding-left: 16px;
    position: relative;
    transition: 0.2s;
}
.side-links ul li a:hover {
    color: #6874BA;
}
.side-links ul li.act a {
    color: #6874BA;
}
.side-links ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: #6874BA;
    opacity: 0;
    transition: 0.2s;
}
.side-links ul li.act a:before {
    opacity: 1;
}

.side-links-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}

.entry-2 .quetes {
    border-left: 2px solid #BBBEEF;
    padding-left: 22px;
    margin-top: 44px;
    margin-bottom: 44px;
}
.entry-2 .quetes blockquote p {
    font-size: 20px !important;
}
.entry-2 .quetes blockquote cite {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5;
}
.entry-2 .quetes blockquote cite strong {
    display: block;
    font-weight: 500;
}

.hero-single-content-left .text-16 {
    margin-bottom: 12px;
}



.featured-carousel-item.featured-carousel-item-post a {
    display: block;
    color: #221F20;
    width: 100%;
    min-height: 1px;
}
.featured-carousel-item.featured-carousel-item-post a:after {
    display: none;
}
.featured-carousel-item.featured-carousel-item-post .image {
    width: 100%;
    position: relative;
    padding-right: 0px;
    margin-bottom: 16px;
}

.featured-carousel-item.featured-carousel-item-post .image .img-h {
    padding-bottom: 128.8%;
}
.featured-carousel-item.featured-carousel-item-post .text {
    padding: 0px;
    width: 100%;
}
.featured-carousel-item.featured-carousel-item-post .job-item-details {
    color: #221F20;
    margin-bottom: 12px;
}

.hero-single-section.no-image {
    color: #221F20;
}
.hero-single-section.no-image:before,
.hero-single-section.no-image:after {
    display: none;
}
.hero-single-section.no-image .hero-single-content {
    border-color: #221F20;
}

.hero-single-section.no-image {
    min-height: 375px;
    padding-bottom: 0;
}
.hero-single-section.no-image .text-08 {
    opacity: 1;
}
.hero-single-section.no-image .share-list ul li a svg path {
    fill: #0A080A;
}
.hero-single-section.no-image .share-list ul li a:hover svg path {
    fill: #6874BA;
}

.services-grid-section .section-top {
    margin-bottom: 32px;
}

.services-grid > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.services-grid > ul > li {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;

    padding: 40px 40px;
    min-height: 347px;
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.services-grid-item-icon {
    height: 40px;
    margin-bottom: 32px;
}
.services-grid-item-icon img {
    max-height: 40px;
    max-width: 40px;
}

.services-grid-item-features {
    margin-top: 12px;
}
.services-grid-item-features.entry-1 ul li {
    margin-bottom: 4px;
    padding-left: 15px;
}
.services-grid-item-features.entry-1 ul li:last-child {
    margin-bottom: 0px;
}

.services-ensures-section {
    padding: 64px 0;
}
.services-ensures-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.services-ensures-left {
    width: 50%;
    padding-right: 6%;
}
.services-ensures-right {
    width: 50%;
    padding-left: 10px;
}

.services-ensures-list ul li:not(:last-child) {
    margin-bottom: 104px;
}
.services-ensures-list ul li .title-28 {
    padding-bottom: 12px;
    border-bottom: 1px solid #fff;
    margin-bottom: 12px;
    padding-left: 47px;
    position: relative;
}
.services-ensures-list ul li .title-28 span {
    position: absolute;
    top: 0;
    left: 0;
}

.form-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form-grid .form-group-half {
    width: calc(50% - 10px);
}
.form-grid .form-group-full {
    width: 100%;
}
.apply-modal-form .form-group.form-group-checkboxes.v2 {
    margin-bottom: 0;
}
.form.apply-modal-form .form-group + .form-group.v2 {
    margin-bottom: 0;
}
.form.apply-modal-form .form-group + .form-group.v2 textarea {
    margin-bottom: 0;
}

.warranty-form-section .title-44 {
    margin-bottom: 40px;
}

.form-grid .form-group-label {
    margin-top: 38px;
}
#side-links span {
    display: none;
}

.entry-2 .js-enlarge {
    display: none !important;
}

.hero-title-section {
    padding: 184px 0 0;
}

.main-contacts-label {
    padding-bottom: 16px;
    border-bottom: 1px solid #BBBEEF;
    margin-bottom: 32px;
}

.main-contacts-list-grid {
    width: calc(100% + 64px);
    margin-bottom: -64px;
}
.main-contacts-list-grid-col {
    width: calc(33.333% - 64px);
    min-width: calc(33.333% - 64px);
    margin-right: 64px;
    margin-bottom: 64px;
}

.main-contacts-list-grid-label {
    color: #6874BA;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 24px;
}

.main-contacts-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.main-contacts-list-item:last-child {
    margin-bottom: 0px;
}

.main-contacts-list-item-image {
    width: 88px;
    height: 115px;
    margin-right: 20px;
}

.main-contacts-list-item-content {
    width: calc(100% - 88px - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.main-contacts-list-item-name {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 24px;
}
.main-contacts-list-item-name span {
    display: block;
    font-size: 16px;
    margin-top: 2px;
}

.main-contacts-list-item-text {
    font-size: 16px;
    line-height: 1.5;
}

.main-contacts-list-item-text a {
    color: #221F20;
}
.main-contacts-list-item-text a:hover {
    color: #221F20;
    text-decoration: underline;
}
.main-contacts-list-grid + .main-contacts-list-grid {
    margin-top: 80px;
}

.contacts-offices-section {
    padding: 56px 0 0;
    background: #221F20;
}

.contacts-offices-section .section-top.has-border {
    margin-bottom: 48px;
    border-color: rgba(187,190,239,0.2);
}

.contacts-offices-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin-bottom: -40px;
}
.contacts-offices-list ul li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 24px;
    margin-bottom: 40px;
}

.contacts-offices-list-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
}

.contacts-offices-list-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
}
.contacts-offices-list-text a {
    color: rgba(255,255,255,0.7);
    text-decoration: underline;
}
.contacts-offices-list-text a:hover {
    color: rgba(255,255,255,1);
    text-decoration: underline;
}
.contacts-offices-list-text p:not(:last-child) {
    margin-bottom: 12px;
}

.contacts-offices-list-link {
    margin-top: 6px;
}

.link-purple-arrow,
.link-purple-arrow:focus,
.link-purple-arrow:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #BBBEEF;
    transition: 0.2s;
}
.link-purple-arrow:hover {
    color: #fff;
}
.link-purple-arrow:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/arrow-right-purple-16px.svg) no-repeat center center;
    transition: 0.2s;
}
.link-purple-arrow:hover:after {
    filter: grayscale(1) brightness(5);
}

.contacts-offices-section .map-holder-v2 {
    margin-top: 56px;
    padding-top: 56px;
    border-top: 1px solid rgba(187,190,239,0.2);
}
.contacts-offices-section .map-holder-v2-right {
    margin-top: 0;
}
.contact-form-section .title-24 {
    margin-bottom: 16px;
}
.contact-form-section .apply-modal-grid-left > div {
    max-width: 424px;
}

.error-content {
    max-width: 535px;
    margin-left: auto;
    margin-right: auto;
}

.error-title {
    color: #BBBEEF;
    font-size: 112px;
    line-height: 1;
    margin-bottom: 24px;
}

section.error-section {
    padding: 164px 0 80px;
    min-height: 100vh;
    min-height: 100svh;
}

.error-content .title-36 {
    margin-bottom: 16px;
}

.error-button {
    margin-top: 44px;
}

section.reg-page-section {
    padding: 164px 0 0;
}

.reg-page-section .section-top {
    margin-bottom: 64px;
}
.reg-page-section .entry-2 {
    max-width: 757px;
}
.reg-page-section .entry-2.v3 ul li:before {
    content: '-';
    left: 0px;
}

.tf-left {
    width: 50%;
    padding-right: 5%;
}
.tf-right {
    width: 50%;
    padding-left: 10px;
}

.tf-list-item:not(:last-child) {
    padding-bottom: 32px;
    border-bottom: 1px solid #BBBEEF;
    margin-bottom: 32px;
}
.tf-list-item .title-28 {
    margin-bottom: 16px;
}

.content-3-purple-boxes-section .section-top {
    max-width: 535px;
    margin-bottom: 64px; 
}
.content-3-purple-boxes-section .section-top .title-36 {
    margin-bottom: 16px;
}

.content-3-purple-boxes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.content-3-purple-boxes ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    
    background: #BBBEEF;
    padding: 32px 32px;
    min-height: 300px;
}
.content-3-purple-boxes ul li .text-16 {
    margin-top: 80px;
    border-top: 1px solid #221F20;
    padding-top: 12px;
}

.numbers-section-grid-left.v2 .title-36 {
    max-width: 425px;
}

.oci-numbers {
    margin-top: 56px;
}

.oci-numbers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: -40px;
}
.oci-numbers ul li {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
    margin-bottom: 40px;
}
.oci-numbers ul li .title-36 {
    margin-bottom: 0;
}
.oci-numbers ul li .text-16 {
    margin-top: 12px;
    border-top: 1px solid #fff;
    padding-top: 12px;
}

.overlaping-card-right .title-36 {
    margin-bottom: 16px;
}

.overlaping-card-title-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-top: 40px;

}

.content-2-purple-boxes ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.content-2-purple-boxes ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
    
    background: #BBBEEF;
    padding: 40px 40px;
}

.content-2-purple-box-icon img {
    max-height: 48px;
}

.content-2-purple-box-text {
    margin-top: 56px;
    font-size: 16px;
    line-height: 1.5;
}
.content-2-purple-box-text h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.content-2-purple-box-text h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
}
.content-2-purple-box-text h3:not(:first-child)
.content-2-purple-box-text h4:not(:first-child) {
    margin-top: 24px;
}
.content-2-purple-box-text p {
    margin-bottom: 16px;
}
.content-2-purple-box-text > *:last-child {
    margin-bottom: 0px;
}

.overlaping-cards-section.v2 .overlaping-card-holder:before {
    background: linear-gradient(360deg, #000000 0%, rgba(71, 71, 71, 0) 100%);
    height: 90%;
}
.overlaping-cards-section.v2 .overlaping-card-holder:after {
    background: rgba(0, 0, 0, 0.15);
}

.overlaping-card-title-hold .title-36 {
    max-width: 50%;
}

.text-block:not(:last-child) {
    margin-bottom: 32px;
}

.title-18 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
}

.text-block-link {
    margin-top: 20px;
}

.numbers-section.version-2 .numbers-section-list ul {
    margin-bottom: -80px;
    width: 100%;
    counter-reset: item;
}
.numbers-section.version-2 .numbers-section-list ul li {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
}
.numbers-section.version-2 .numbers-section-list-title {
    font-size: 28px;
    line-height: 1.2;
}
.numbers-section.version-2 .numbers-section-list-title h3:before {
    content: "0"counters(item, "") "";
    counter-increment: item;
    margin-right: 5px;
}
.numbers-section.version-2 .numbers-section-list-text {
    color: rgba(255,255,255,0.8);
}

.sustainability-table-carousel-section .section-top {
    max-width: 535px;
    margin-bottom: 40px;
}

.stc-left {
    width: 50%;
    padding-right: 9%;
    position: relative;
    z-index: 10;
    background: #fff;
}
.stc-left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -5px;
    bottom: -5px;
    height: calc(100% + 10px);
    right: -10px;
    width: 100vw;
    background: inherit;
}
.stc-right {
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.stc-right:after {
    content: '';
    position: absolute;
    z-index: 10;
    top: -5px;
    bottom: -5px;
    height: calc(100% + 10px);
    left: 100%;
    width: 100vw;
    background: #fff;
}

.stc-right table {
    width: 100%;
}

.stc-right .entry-2 table tr:first-child td {
    border-top: none;
    padding-top: 0;
    font-weight: 500;
}

.text-16 strong {
    font-weight: 500;
}

.stc-bottom-hold .text-16 p:not(:last-child) {
    margin-bottom: 16px;
}

.stc-carousel-item {
    padding-bottom: 58.05%;
}

.stc-carousel-item-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    /* padding: 16px 16px 0px; */
    padding-top: 12px;
    padding-right: 120px;
    font-size: 14px;
    line-height: 1.5;
    z-index: 5;
    color: #27565c;
    opacity: 0;
    transition: 0.2s;
}

.owl-item.active .stc-carousel-item-text{
    opacity: 1;
}

.stc-bottom-hold:not(:first-child) {
    margin-top: 64px;
}

.stc-carousel .owl-nav {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 16px;
    position: relative;
    z-index: 10;
}

.owl-has-dots.stc-carousel .owl-dots {
    display: none;
}

.stc-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.sustainability-video-left {
    width: 50%;
    padding-right: 9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.sustainability-video-left .title-36 {
    margin-bottom: 24px;
}
.sustainability-video-right {
    width: 50%;
    padding-left: 10px;
}

.sustainability-video-list {
    margin-top: 24px;
}
.sustainability-video-list p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 6px;
}
.sustainability-video-list p:last-child {
    margin-bottom: 0;
}
.sustainability-video-list p strong {
    font-weight: 500;
}

.sustainability-video a {
    display: block;
    width: 100%;
    padding-bottom: 58.05%;
}
.sustainability-video a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 5;
    transition: 0.2s;
}
.sustainability-video a:hover:before {
    opacity: 0.3;
}
.sustainability-video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: url(../images/icon-play.svg) no-repeat center center / 100% 100%;
    z-index: 6;
}

.annual-reports-section .col-lg-6:first-child:not(:last-child) {
    padding-right: 9%;
}

section.search-page-section {
    padding: 160px 0 80px;
    min-height: 100vh;
    min-height: 100svh;
}

.search-page-hold .title-44 {
    margin-bottom: 16px;
}
.search-page-hold .text-16 {
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.search-page-form {
    margin-top: 44px;
}

.search-page-form .search-form {
    margin-bottom: 66px;
}
.search-page-form .search-form.form .form-group {
    position: relative;
}
.search-page-form .search-form.form .form-group input {
    padding: 2px 0px;
    padding-right: 24px;
    width: 100%;
    max-width: 100%;
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #221F20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
}
.search-page-form .search-form.form .form-group input {
    padding: 2px 0px;
    padding-right: 24px;
    width: 100%;
    max-width: 100%;
    height: 52px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #221F20;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #BBBEEF;
}
.search-page-form .search-form.form .form-group input:focus {
    border-bottom: 1px solid #221F20;
}
.search-page-form .search-form.form .form-group button {
    margin-top: 0;
    position: absolute;
    top: 0;
    height: 52px;
    right: 0;
    width: 20px;
    background: url(../images/icon-search.svg) no-repeat right center;
    z-index: 30;
}

.container.container-646 {
    max-width: 726px;
}

.r-posts-list.search-results-list {
    margin: 0;
}

.r-posts-list.search-results-list .r-post-item {
    padding: 0;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(187,190,239,0.5);
    margin-bottom: 20px;
}
.r-posts-list.search-results-list .r-post-item:before {
    display: none;
}
.r-posts-list.search-results-list .r-post-item a {
    display: block;
    width: 100%;
    color: #221F20;
}
.r-posts-list.search-results-list .r-post-item a .text {
    padding: 0;
    width: 100%;  
}
.r-posts-list.search-results-list .r-post-item a .text .job-item-details {
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 12px;
    color: #221F20;
}
.r-posts-list.search-results-list .r-post-item a .text .date {
    margin-bottom: 0;
    margin-top: 16px;
    font-size: 12px;
    color: #221F20;
}
.r-posts-list.search-results-list .r-post-item a .text .title-20 {
    position: relative;
    padding-right: 64px;
}
.r-posts-list.search-results-list .r-post-item a .text .title-20:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../images/arrow-right-24px.svg) no-repeat center center;
}

section.search-page-section .load-more .btn-link {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #BBBEEF;
    font-size: 16px;
    color: #221F20;
    line-height: 1.2;
    padding: 13px 23px;
    border-radius: 25px;
    cursor: pointer;
    transition: 0.2s;
}
section.search-page-section .load-more .btn-link:hover {
    border: 1px solid #BBBEEF;
    background: #BBBEEF;
    color: #221F20;
}
section.search-page-section .load-more .btn-link:after {
    content: '';
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background: url(../images/dropdown-black.svg) no-repeat center center;
}

.logo svg path {
    transition: 0.3s;
}

.header.header-dark {
    background: #fff;
    /* border-bottom: 1px solid rgba(0,0,0, 0.1); */
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.header.header-dark:after {
    background: rgba(0,0,0, 0.1);
}
.header-dark .logo svg path {
    fill: #221F20;
}
.header-dark .trigger-search {
    filter: invert(1);
}
.header-dark .nav > ul > li > a {
    color: #221F20;
}
.header-dark .nav > ul > li > a:hover {
    color: #6874BA;
}
.header-dark .nav > ul > li.has-subnav > a:after {
    filter: grayscale(1) brightness(0);
}
.header-dark .langs-dropdown .current {
    color: #221F20;
}
.header-dark .main-trigger {
    color: #221F20;
}
.header-dark .main-trigger span:before, 
.header-dark .main-trigger span:after {
    background: #221F20;
}

.scrolled-down .header {
    background: #fff;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
}
.scrolled-down .header:after {
    background: rgba(0, 0, 0, 0.1);
}
.scrolled-down .logo svg path {
    fill: #221F20;
}
.scrolled-down .trigger-search {
    filter: invert(1);
}
.scrolled-down .nav > ul > li > a {
    color: #221F20;
}
.scrolled-down .nav > ul > li:hover > a {
    color: #6874BA;
}
.scrolled-down .nav > ul > li.has-subnav > a:after {
    filter: grayscale(1) brightness(0);
}
.scrolled-down .langs-dropdown .current {
    color: #221F20;
}
.scrolled-down .main-trigger {
    color: #221F20;
}
.scrolled-down .main-trigger span:before, 
.scrolled-down .main-trigger span:after {
    background: #221F20;
}
.header.nav-active {
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.1); */
    background: #221F20;
    /* box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1); */
}
.header.nav-active:after {
    /* background: rgba(255, 255, 255, 0.1); */
}

.header.subnav-hovered {
    background: transparent;
    background: #221F20;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.5); */
    box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0.1);
}
.header.subnav-hovered:after {
    background: rgba(255, 255, 255, 0.1);
}
.header.subnav-hovered .logo svg path,
.header.nav-active .logo svg path {
    fill: #fff;
}
.header.subnav-hovered .trigger-search,
.header.nav-active .trigger-search {
    filter: invert(0);
}
.header.subnav-hovered .nav > ul > li > a,
.header.nav-active .nav > ul > li > a {
    color: #fff;
}
.header.subnav-hovered .nav > ul > li:hover > a,
.header.nav-active .nav > ul > li:hover > a {
    color: #BBBEEF;
}
.header.subnav-hovered .nav > ul > li.has-subnav > a:after,
.header.nav-active .nav > ul > li.has-subnav > a:after {
    filter: grayscale(1) brightness(5);
}
.header.subnav-hovered .nav > ul > li.has-subnav:hover > a:after,
.header.nav-active .nav > ul > li.has-subnav:hover > a:after {
    filter: grayscale(0) brightness(1);
}
.header.subnav-hovered .langs-dropdown .current,
.header.nav-active .langs-dropdown .current {
    color: #fff;
}
.header.subnav-hovered .main-trigger,
.header.nav-active .main-trigger {
    color: #fff;
}
.header.subnav-hovered .main-trigger span:before, 
.header.subnav-hovered .main-trigger span:after,
.header.nav-active .main-trigger span:before, 
.header.nav-active .main-trigger span:after {
    background: #fff;
}

.search-results-group-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    width: 100%;
}

.search-results-group-title:not(:first-child) {
    margin-top: 24px;
}

.r-posts-list.resources-list .r-post-item a .title-20 {
    transition: 0.2s;
}
.r-posts-list.resources-list .r-post-item a:hover .title-20 {
    color: #6874BA;
}

.featured-carousel-item.featured-carousel-item-post a .title-20 {
    transition: 0.2s;
}

.featured-carousel-item.featured-carousel-item-post a:hover .title-20 {
    color: #6874BA;
}

.search-page-section .r-post-item .title-20 span.highlight {
    color: #BBBEEF;
}

.policies-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    width: calc(100% + 8px);
    margin-bottom: -8px;
}
.policies-list ul li {
    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
}
.policies-list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
    min-height: 270px;
    padding: 24px 24px;
    background: rgba(200,201,201,0.2);
    color: #000;
    transition: 0.2s;
}
.policies-list ul li a:hover {
    background: rgba(200,201,201,0.5);
}
.policies-list ul li a .text-14 {
    opacity: 0.6;
    margin-top: 48px;
}
.policies-list ul li a .title-24 {
    position: relative;
    padding-right: 36px;
}
.policies-list ul li a .title-24:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 2px;
    background: url(../images/arrow-right-24px.svg) no-repeat center center

}

.swiper-pgtn {
    display: none;
}

.featured-carousel .owl-nav {
    margin-top: 12px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.featured-carousel .owl-dots {
    display: none !important;
}

.stc-left .title-36 {
    margin-bottom: 24px;
}

.cg-carousel-item-image {
    position: relative;
}
.cg-carousel-item-image img {
    height: 700px;
    width: auto!important;
}
.cg-carousel-item-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #221F20;
    opacity: 0.6;
    transition: 0.3s;
}
.owl-item.center .cg-carousel-item-image:after {
    opacity: 0;
}

.custom-gallery-section {
    position: relative;
    overflow: hidden;
}

.cg-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.cg-carousel-item-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.5;
    margin-left: 0;
    text-align: left;
    max-width: calc(100% - 100px);
    /* position: absolute; */
    /* left: 0; */
    /* width: 100%; */
    /* bottom: 0px; */
    color: #27565c;
    opacity: 0;
    transition: opacity 0.3s;
    min-height: 40px;
}

.owl-item.center .cg-carousel-item-text {
    opacity: 1;
}

.cg-carousel .owl-nav {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    bottom: 0;
}

.cg-carousel .owl-dots {
    display: none !important;
}

.ci-carousel-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap:wrap;
flex-wrap: wrap;

}

.ci-carousel-item-left {
    width: 50%;
    padding-right: 8.46%;
}
.ci-carousel-item-right {
    width: 50%;
    padding-left: 10px;
}

.ci-carousel-item-image {
    padding-bottom: 58%;
    margin-bottom: 16px;
}

.cf-left {
    width: 50%;
    padding-right: 8.46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.cf-right {
    width: 50%;
    padding-left: 10px;
}

.cf-left .title-36:not(:last-child) {
    margin-bottom: 24px;
}

.cf-carousel-author {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255,255,255,0.7);
    font-weight: 500;
}
.cf-carousel-author span {
    display: block;
    font-weight: 400;
}

.cf-carousel-text {
    font-size: 18px;
    line-height: 1.5;
    padding-top: 54px;
    position: relative;
}
.cf-carousel-text:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../images/icon-quote.svg) no-repeat center center / 100% 100%;
}

.custom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.custom-nav-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #BBBEEF;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s;
}

.custom-nav-item svg path {
    transition: 0.2s;
}

.section-dark .custom-nav-item {
    background: #221F20;
}
.section-dark .custom-nav-item:hover {
    background: #BBBEEF;
}
.section-dark .custom-nav-item svg path {
    stroke: #fff;
}
.section-dark .custom-nav-item:hover svg path {
    stroke: #221F20;
}

.section-dark {
    background: #221F20;
}
.section-dark.section-black {
    background: #0B0B0B;
}

.report-video-left {
    width: 50%;
    padding-right: 6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.report-video-left .title-28 {
    margin-bottom: 24px;
}
.section-dark .text-18 {
    color: rgba(255,255,255,0.7)
}

.report-video-logo {
    margin-bottom: 48px;
}
.report-video-logo img {
    max-height: 64px;
}
.report-video-right {
    width: 50%;
    padding-left: 10px;
}

.report-video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    pointer-events: none;
}
.report-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.section-dark .services-grid > ul > li {
    background: #343132;
}
.section-dark .stages-acc-item {
    border-top: 1px solid #343132;
}
.section-dark .stages-acc-item:last-child {
    border-bottom: 1px solid #343132;
}

.section-dark .stages-acc-item-title:before {
    background: url(../images/acc-plus-light.svg) no-repeat center center;
}

.section-dark .stages-acc-item-title:after {
    background: url(../images/acc-minus-light.svg) no-repeat center center;
}

.services-grid.v2 ul li {
    width: calc(33.333% - 8px);
    min-width: calc(33.333% - 8px);
}

.report-services-section .services-grid .text-16 {
    margin-top: 12px;
    color: rgba(255,255,255,0.7);
}

.section-dark .entry-2 {
    color: rgba(255,255,255,0.7);
}
.section-dark .entry-2 p {
    color: rgba(255,255,255,0.7)!important
}
.section-dark .owl-has-dots.owl-carousel button.owl-dot span {
    background: #343132;
    opacity: 1;
}
.section-dark .owl-has-dots.owl-carousel button.owl-dot.active span {
    background: #BBBEEF;
}

.page-template-page-report .body section:last-child {
    border-bottom: 1px solid #343132;
}

.report-ci-carousel-section .ci-carousel-item-left .text-16 {
    margin-top: 24px;
    color: rgba(255,255,255,0.7)!important
}
.report-ci-carousel-section .ci-carousel-item-left .text-16 strong {
    color: #fff
}
.report-ci-carousel-section .ci-carousel-item-left .text-16 p:not(:last-child) {
    margin-bottom: 1em;
}

.report-acc-section .stages-acc-item-left {
    padding-right: 6%;
}
.report-acc-section .stages-acc-item-right {
    padding-left: 10px;
}

.stages-acc-item-image-nop img {
    width: 100%;
}

.ci-carousel-item-text {
    font-size: 14px;
    line-height: 1.5;
    min-height: 40px;
    padding-right: 120px;
}

.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-next, 
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    background: #221F20;
}
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-next:hover, 
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover {
    background: #BBBEEF;
}

.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-next:hover svg path, 
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover svg path {
    stroke: #221F20;
}
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-next svg path, 
.section-dark .owl-has-nav.owl-carousel .owl-nav button.owl-prev svg path {
    stroke: #fff
}

.ci-carousel.owl-has-nav .owl-nav {
    position: absolute;
    bottom: 0;
    right: 0;
}
.ci-carousel.owl-has-dots .owl-dots {
    display: none !important;
}

.cf-left-top {
    margin-bottom: 24px;
}

.cf-carousel .owl-dots {
    display: none !important;
}

/* medias  */

@media (min-width: 1921px) { 
    .map-holder-v2-image img {
        max-width: 1340px;
    }
}
@media (min-width: 1601px) {
    .content-single-hold + .content-single-hold .entry > figure {
        padding: 0 0px;
    }    
}

@media (max-width: 1600px) {
   .cg-carousel-item-image img {
        height: 620px;
    }
}

@media (max-width: 1400px) {
    .cg-carousel-item-image img {
        height: 540px;
    }
    .map-holder-v2-image {
        width: calc(100% + 40px);
    }
    .single-post-content-right {
        padding-right: 0;
    }
    .single-post-content-right-width {
        width: calc(100% + (100vw - 1090px) - 58px);
    }
}

@media (max-width: 1300px) {
    .cg-carousel-item-image img {
        height: 500px;
    }
    .content-2-purple-boxes ul li {
        padding: 32px 32px;
    }
    .content-3-purple-boxes ul li {
        padding: 24px 24px;
    }
    .services-ensures-list ul li:not(:last-child) {
        margin-bottom: 90px;
    }
    .services-grid > ul > li {
        padding: 32px 32px;
    }
    .projects-archive-grid-left .multi-select ul .check-label:before {
        top: 10px;
    }
    .projects-archive-grid-left .multi-select ul .check-label {
        padding: 10px 12px;
    }
    .projects-archive-grid-right {
        width: 80%;
        padding-left: 24px;
    }
    .projects-archive-grid-left {
        width: 20%;
    }
    .stages-acc-item-left {
        padding-right: 5%;
    }
    .stages-acc-item-right {
        padding-left: 5%;
    }
    .hero-home-content-left {
        padding-right: 4%;
    }
    .mt-144 {
        margin-top: 120px;
    }
    .mb-144 {
        margin-bottom: 120px;
    }
    .title-64 {
        font-size: 58px;
    }
    .title-56 {
        font-size: 52px;
    }
    .projects-archive-grid-left {
        min-height: 660px;
    }
    .projects-archive-section .section-top.has-border {
        padding-bottom: 24px;
        margin-bottom: 48px;
    }
    .numbers-section-list ul {
        margin-bottom: -100px;
    }
    .numbers-section-list ul li {
        margin-bottom: 100px;
    }
}

@media (max-width: 1199px) {
    
    .cg-carousel-item-image img {
        height: 440px;
    }
    .sustainability-video-right {
        padding-left: 0;
    }
    .stc-right {
        padding-left: 0;
    }
    .stc-left {
        padding-right: 5%;
    }
    .sustainability-video-left {
        padding-right: 5%;
    }
    .annual-reports-section .col-lg-6:first-child:not(:last-child) {
        padding-right: 5%;
    }
    .numbers-section.version-2 .numbers-section-list ul {
        margin-bottom: -64px;
    }
    .numbers-section.version-2 .numbers-section-list ul li {
        margin-bottom: 64px;
    }
    .oci-numbers ul li {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
    .tf-right {
        width: 50%;
        padding-left: 0;
    } 
    .main-contacts-list-grid {
        width: calc(100% + 32px);
    }
    .main-contacts-list-grid-col {
        width: calc(50% - 32px);
        min-width: calc(50% - 32px);
        margin-right: 32px;
    }
    .services-ensures-list ul li:not(:last-child) {
        margin-bottom: 64px;
    }
    .services-grid > ul > li {
        padding: 24px 24px;
    }
    .single-post-content-right {
        padding-left: 36px;
    }
    .single-post-content-right-width .entry-2 > *{ 
        padding-right: 24px;
    }
    .single-post-content-right-width {
        width: calc(100% + 24px);
    }
    .single-post-content-hold {
        max-width: 100%;
    }
    .r-posts-list.resources-list .r-post-item {
        width: calc(33.333% - 48px);
        min-width: calc(33.333% - 48px);
    }
    .overlaping-card-item-top-right {
        padding-left: 6%;
    }
    .r-posts-list.r-posts-list-people .r-post-item {
        width: calc(33.333% - 48px);
        min-width: calc(33.333% - 48px);
    }
    .numbers-section-list ul {
        margin-bottom: -80px;
    }
    .numbers-section-list ul li {
        margin-bottom: 80px;
    }
    .numbers-section-list-title {
        font-size: 52px;
    }
    .careers-about-boxes ul li a {
        padding: 24px 24px;
        min-height: 300px;
    }
    .head-filter > ul > li.filter-label .filter-clear {
        top: 18px;
        transform: translateY(0%);
    }
    .head-filter > ul > li.filter-label {
        margin-top: 0px;
        text-align: right;
        width: 50% !important;
    }
    .projects-archive-grid-left .head-filter > ul > li {
        margin-right: 20px;
        width: 100%;
        margin-bottom: 0;
    }
    .projects-archive-grid-left .head-filter > ul > li:last-child {
        margin-right: 0px;
        width: 100%;
    }
    .projects-archive-grid-left .head-filter > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: 100%;
    }
    .projects-archive-grid-left {
        min-height: 1px;
        width: 100%;
        margin-bottom: 24px;
        position: relative;
        top: auto;
    }
    .projects-archive-grid-right {
        width: 100%;
        padding-left: 0;
    }
    .stages-acc-item-right {
        padding-left: 24px;
    }
    .stages-acc-item-left {
        padding-right: 0%;
    }
    .map-holder-v2-right {
        margin-top: -48px;
    }
    .annual-reports-section .max-w-535 {
        max-width: 450px;
    }
    .heading-three-items ul li {
        padding: 24px 24px;
    }
    .hero-secondary .hero-secondary-content .title-64 h1 {
        max-width: 75%;
    }
    .hero-secondary-content > div {
        max-width: 60%;
    }
    .title-64 {
        font-size: 52px;
    }
    .title-56 {
        font-size: 46px;
    }
    .title-28 {
        font-size: 24px;
    }
    .footer-bottom {
        margin-top: 90px;
    }
    .footer-top-grid-item {
        width: 190px;
    }
    .footer-top-left {
        max-width: 280px;
    }
    .container {
        padding: 0px 24px;
    }
    .hero-home-content-right {
        width: 30%;
    }
    .hero-home-content-left {
        width: 70%;
        padding-right: 0;
    }
    .two-links-block-item-text-width {
        max-width: 440px;
      }
    .two-links-block-item-content {
        padding: 0 24px 24px;
    } 
    .two-links-block-item-title {
        font-size: 44px;
    }
    .two-links-block-item a {
        padding: 24px 24px;
    }
    .mt-144 {
        margin-top: 96px;
    }
    .mb-144 {
        margin-bottom: 96px;
    }
    .mb-104 {
        margin-bottom: 86px;
    }
    .mt-104 {
        margin-top: 86px;
    }
    .pt-104 {
        padding-top: 86px;
    }
    .pb-104 {
        padding-bottom: 86px;
    }
    .title-44 {
        font-size: 40px;
    }
    .overlaping-card-indicator {
        top: 24px;
        right: 24px;
    }
    .overlaping-card-counter {
        font-size: 40px;
    }
    .map-holder-v2-image {
        width: calc(100% + 24px);
    }
}

@media (min-width: 1024px) {
    .scale-effect {
        position: relative;
        overflow: hidden;
    }
    .scale-effect > img {
        will-change: transform;
        transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    }
    .scale-effect:hover > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
    a:hover .scale-effect > img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 1023px) {
    .cf-right {
        width: 100%;
        padding-left: 0;
    }
    .cf-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .ci-carousel-item-right {
        width: 100%;
        padding-left: 0;
    }
    .ci-carousel-item-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .report-acc-section .stages-acc-item-right {
        padding-left: 0;
    }
    .report-acc-section .stages-acc-item-left {
        padding-right: 0;
    }
    .services-grid.v2 ul {
        width: calc(100% + 8px);
    }
    .services-grid.v2 ul li {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
        margin-right: 8px;
    }
    .report-video-right {
        width: 100%;
        padding-left: 0;
    }
    .report-video-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .cg-carousel-item-image img {
        height: 400px;
    }
    .stc-right:before {
        content: '';
        position: absolute;
        z-index: 10;
        top: -5px;
        bottom: -5px;
        height: calc(100% + 10px);
        right: 100%;
        width: 100vw;
        background: #fff;
    }
    .header:after {
        top: 70px;
    }
    .policies-list ul li {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
    }
    .fancybox-slide {
        padding-left: 0;
        padding-right: 0;
    }
    .annual-reports-section .col-lg-6:first-child:not(:last-child) {
        padding-right: 10px;
    }
    .sustainability-video-right {
        width: 100%;
    }
    .sustainability-video-left {
        padding-right: 0;
        width: 100%;
        margin-bottom: 24px;
    }
    .stc-right {
        width: 100%;
    }
    .stc-left {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 40px;
    }
    .overlaping-card-title-hold {
        padding-top: 20px;
    }
    .content-2-purple-boxes ul {
        width: 100%;
    }
    .content-2-purple-boxes ul li {
        width: 100%;
        padding: 24px 24px;
        min-width: 100%;
        margin-right: 0;
    }
    .content-3-purple-boxes ul {
        width: 100%;
    }
    .content-3-purple-boxes ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        padding: 32px 32px;
        min-height: 230px;
    }
    .tf-right {
        width: 100%;
    }
    .tf-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    section.reg-page-section {
        padding: 144px 0 0;
    }
    .contacts-offices-list ul li {
        width: calc(50% - 24px);
        min-width: calc(50% - 24px);
    }
    .main-contacts-label.title-24 {
        font-size: 20px;
    }
    .hero-title-section {
        padding: 144px 0 0;
    }
    .single-post-content-left.active {
        border-color: #221F20;
    }
    .single-post-content-left.active #side-links ul {
        opacity: 1;
        visibility: visible;
    }
    .side-links-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 0px;
    }
    #side-links span {
        display: block;
        font-size: 16px;
        line-height: 1.5;
        padding: 12px 0;
        padding-right: 24px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        cursor: pointer;
    }
    #side-links span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        width: 16px;
        height: 16px;
        background: url(../images/dropdown-black.svg) no-repeat center center;
    }

    #side-links ul {
        position: absolute;
        top: calc(100% + 1px);
        left: 0;
        right: 0;
        width: 100%;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        padding: 24px 24px;
        border-bottom: 1px solid #E3E3E3;
        box-shadow: 0px 2px 10px 0px #221F200D;

    }
    .services-ensures-list ul li:not(:last-child) {
        margin-bottom: 48px;
    }
    .services-ensures-right {
        width: 100%;
        padding-left: 0;
    }
    .services-ensures-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    .services-grid > ul {
        width: 100%;
    }
    .services-grid > ul > li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        min-height: 1px;
    }
    .single-post-content-section.mt-64 {
        margin-top: 0;
    }
    .single-post-content-right {
        padding-left: 0;
        width: 100%;
    }
    .single-post-content-left {
        width: 100%;
        padding-right: 0;
        position: relative;
        top: auto;
        padding: 32px 24px 0px;
        margin-left: -24px;
        width: calc(100% + 48px);
        min-width: calc(100% + 48px);
        border-bottom: 1px solid #BBBEEF;
        margin-bottom: 32px;
        z-index: 30;
    } 
    .r-posts-list.resources-list .r-post-item.featured .title-20 {
        font-size: 20px;
    }
    .r-posts-list.resources-list .r-post-item.featured a .text {
        width: 100%;
    }
    .r-posts-list.resources-list .r-post-item.featured a .image .img-h {
        padding-bottom: 128.8%;
        min-height: 1px;
    }
    .r-posts-list.resources-list .r-post-item.featured a .image {
        width: 100%;
        margin-bottom: 16px;
        padding-right: 0;
    }
    .r-posts-list.resources-list .r-post-item.featured a {
        display: block;
    }
    .r-posts-list.resources-list .r-post-item.featured {
        width: calc(50% - 48px);
        min-width: calc(50% - 48px);
    }
    .r-posts-list.resources-list .r-post-item {
        width: calc(50% - 48px);
        min-width: calc(50% - 48px);
    }
    section.section.resources-archive-section {
        padding-top: 144px;
    }
    .overlaping-card-item-bottom {
        height: calc(100vh - 280px);
        height: calc(100svh - 280px);
    }
    .values-section .overlaping-card-item {
        min-height: 280px;
        padding: 40px 0 20px;
    }
    .overlaping-card-item-top-right {
        width: 100%;
        padding-left: 0;
    }
    .overlaping-card-item-top-left {
        width: 100%;
        padding-right: 0%;
        margin-bottom: 24px;
    }
    .single-colleague-back {
        margin-bottom: 40px;
    }
    .single-colleague-left {
        width: 100%;
        padding-right: 0;
        position: relative;
        top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 48px;
    }
    .single-colleague-right {
        width: 100%;
        padding-left: 0;
    }
    .single-colleague-image {
        width: 100px;
        height: 100px;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .single-colleague-name-info {
        width: calc(100% - 100px);
        padding-left: 16px;
    }
    .single-colleague-section {
        padding: 144px 0 0;
    }
    .r-posts-list.r-posts-list-people .r-post-item {
        width: calc(50% - 48px);
        min-width: calc(50% - 48px);
    }
    .interns-section .head-filter .label {
        font-size: 16px;
        padding-bottom: 16px;
    }
    .title-text-section.v3 .col-lg-5 {
        margin-bottom: 24px;
    }
    .apply-modal-form .form-submit {
        padding-top: 14px;
        margin-bottom: 0;
    }
    .apply-modal-grid-right {
        width: 100%;
    }
    .apply-modal-grid-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
        position: relative;
        top: auto;
    }
    .job-single-main-left-button {
        display: none;
    }
    .job-single-main-left-button.job-single-main-left-button-mob {
        display: block;
        margin-top: 40px;
    }
    .job-single-main-right {
        width: 100%;
    }
    .job-single-main-back {
        margin-bottom: 40px;
    }
    .job-single-main-left {
        position: relative;
        top: 0;
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
        min-height: 1px;
    }
    .job-item .row {
        min-height: 20px;
    }
    .job-item .row > div:last-child {
        margin-top: 0;
        font-size: 16px;
    }
    .short-gallery-section .section-top .short-gallery-top-right {
        display: none;
    }
    .short-gallery-mob-bottom {
        display: block;
        margin-top: 20px;
    }
    .jobs-listing-grid-right {
        width: 100%;
    }
    .jobs-listing-grid-left {
        width: 100%;
        max-width: 333px;
        padding-right: 0;
        margin-right: auto;
        padding-top: 0;
        margin-bottom: 28px;
    }
    .hero-secondary-button {
        display: block;
    }
    .hero-secondary .title-64.has-button span {
       display: none;
    }
    .job-listting-colleague-content {
        width: calc(100% - 130px);
    }
    .numbers-section-grid-left .title-36 {
        max-width: 100%;
    }
    .numbers-section-grid-right {
        width: 100%;
        padding-left: 0;
    }
    .numbers-section-grid-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    .careers-about-boxes ul li a {
        padding: 24px 24px;
        min-height: 260px;
    }
    .careers-about-boxes-text-width {
        max-width: 100%;
    }
    .careers-about-boxes-text {
        border-top: 1px solid #221F20;
        opacity: 1;
        transform: translateY(0px);
        color: #221F20 !important;
    }
    .careers-about-boxes ul li a:hover .title-36:after {
        filter: grayscale(1) invert(0);
    }
    .careers-about-boxes ul li a:hover .title-36 {
        color: #221F20;
    }
    .careers-about-boxes ul li a:hover:after {
        opacity: 1;
    }
    .careers-about-boxes ul {
        width: 100%;
    }
    .careers-about-boxes ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
    }
    .careers-about-boxes ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
    }
    .share-label {
        margin-bottom: 0;
    }
    .hero-single-content-right {
        width: 100%;
    }
    .single-share-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .hero-single-content {
        padding-bottom: 0;
        border-bottom: none;
    }
    .hero-single-content-left {
        max-width: 100%;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }
    .content-single-hold .full-specs-list dl {
        margin-bottom: 20px;
    }
    .content-single-hold .full-specs-list {
        width: 100%;
        max-width: 100%;
        margin-bottom: 64px;
    }
    .content-single-hold .full-specs-list + .entry {
        width: 100%;
    }
    .content-single-hold + .content-single-hold .entry > figure {
        padding: 0 0px;
    }
    .content-single-hold .wp-block-gallery .img-h {
        height: auto;
        padding-bottom: 100%;
        margin-bottom: 41px;
    }
    .head-filter > ul > li.filter-label .filter-clear {
        top: 50%;
        transform: translateY(-50%);
    }
    .head-filter > ul > li.filter-label {
        margin-top: 48px;
        text-align: left;
        width: 100% !important;
    }
    .projects-archive-grid-left .head-filter > ul > li {
        margin-right: 0px;
        margin-bottom: 18px;
    }
    .projects-archive-grid-left .head-filter > ul {
        display: block;
    }
    .projects-archive-grid-right .r-post-item {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
    }
    .certs-list ul li {
        width: calc(50% - 8px);
        min-width: calc(50% - 8px);
    }
    .stages-acc-item-right {
        width: 100%;
        padding-left: 0;
    }
    .stages-acc-item-left {
        width: 100%;
        margin-bottom: 24px;
    }
    .value-description-section .image {
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
    .title-text-section.reverse .col-lg-6:first-child {
        order: 0;
    }
    .section-map-v2 .section-top {
        margin-bottom: 48px;
    }
    .r-posts-list-v2 ul li {
        width: 100%;
        min-width: 100%;
    }
    .map-holder-v2 .markets ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    } 
    .map-holder-v2 .markets ul li {
        width: 33.333%;
    } 
    .map-holder-v2 .legend {
        margin-bottom: 48px;
        max-width: 100%;
    }
    .map-holder-v2-left {
        width: 100%;
        margin-bottom: 48px;
    }
    .map-holder-v2-right {
        width: 100%;
        margin-top: 0px;
    }
    .annual-reports-section .col-lg-6:last-child {
        margin-top: 12px;
    }
    .annual-reports-section .max-w-535 {
        max-width: 100%;
    }
    .heading-three-items-section .section-top {
        margin-bottom: 48px;
    }    
    .heading-three-items ul {
        width: 100%;
    }
    .heading-three-items ul li {
        width: 100%;
        min-width: 100%;
        min-height: 200px;
    }
    .overlaping-card-right {
        width: 100%;
    }
    .overlaping-card-left {
        width: 100%;
        margin-bottom: 32px;
    }
    .title-text-section .col-lg-6:first-child {
        margin-bottom: 32px;
    }
    .hero-secondary .hero-secondary-content .title-64 h1 {
        max-width: 100%;
    }
    .hero-secondary-content > div {
        max-width: 100%;
    }
    .mob-nav-hold {
        display: block;
    } 
    .main-menu-hold {
        display: none !important;
    }
    .header .container {
        height: 70px;
    }
    .main-trigger span::before {
        transform: translateY(-4px) rotate(0deg);
    }
    .main-trigger span::after {
        transform: translateY(3px) rotate(0deg);
    }
    .trigger-search {
        width: 24px;
        height: 24px;
    }
    .main-trigger span {
        margin-left: 0;
    }
    .main-trigger div {
        display: none;
    }
    .header-right .langs-dropdown {
        display: none;
    }
    .nav {
        display: none;
    }
    .footer-top-right {
        width: 100%;
    }
    .footer-top-grid-item {
        width: calc(33.333% - 20px);
    }
    .footer-logo {
        margin-bottom: 56px;
    }
    .footer-top-left {
        max-width: 380px;
        width: 100%;
        margin-bottom: 56px;
      }
    .title-36 {
        font-size: 32px;
    }
    .title-40 {
        font-size: 36px;
    }
    .two-links-block:hover .two-links-block-item a::before {
        opacity: 1;
    }
    .two-links-block-item-text-width {
        max-width: 100%;
    }
    .two-links-block-item-content {
        opacity: 1;
        transform: translateY(0);
    }
    .two-links-block:hover .two-links-block-item a {
        background: #BBBEEF;
    }
    .two-links-block-item:hover {
        width: 100%;
    }
    .two-links-block-item {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 24px;
    }
    .two-links-block-item:last-child {
        margin-bottom: 0px;
    }
    .hero-home-content-right {
        width: 100%;
        margin-top: 40px;
        text-align: left;
      }
    .hero-home-content-left {
        width: 100%;
        padding-right: 0;
    }
    .two-links-block {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .footer-nav-bottom ul li a {
        text-decoration: underline;
    }
    .job-single-main-section {
        padding-top: 120px;
    }
    .interns-section .job-item .row > div:last-child {
        font-size: 24px;
    }
    .form.apply-modal-form .form-group + .form-group.v2 {
        margin-bottom: 24px;
    }
}

@media (min-width: 640px) {
    .hide-for-medium {
        display: none !important;
    }
}

@media (max-width: 639px) {
    .ci-carousel-item-image {
        padding-bottom: 100%;
    }
    .cf-carousel .owl-dots {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .cf-left-top {
        margin-bottom: 0px;
    }
    .cf-nav {
        display: none !important;
    }
    .ci-carousel-item-text {
        text-align: center;
        min-height: 1px;
        padding: 0;
    }
    .ci-carousel.owl-has-dots .owl-dots {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .ci-carousel.owl-has-nav .owl-nav {
        display: none !important;
    }
    .ci-carousel-item-left {
        margin-bottom: 24px;
    }
    .services-grid.v2 ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .services-grid.v2 ul {
        width: 100%;
    }
    .services-grid-section.report-services-section .section-top {
        margin-bottom: 24px;
    }
    .report-video-left {
        margin-bottom: 24px;
    }
    .report-video-logo img {
        max-height: 48px;
    }
    .cg-carousel-item-text {
        max-width: 100%;
        min-height: 1px;
    }
    .cg-carousel .owl-nav {
        display: none !important;
    }
    .cg-carousel .owl-dots {
        display: -webkit-box !important;
        display: -ms-flexbox!important;
        display: flex !important;
    }
    .cg-carousel-item-image img {
        height: 200px;
    }
    .featured-carousel .owl-dots {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
    }
    .featured-carousel .owl-nav {
        display: none !important;
    }
    .content-single-hold .wp-block-gallery figcaption {
        height: auto;
    }
    .content-single-hold .wp-block-gallery .img-h {
        margin-bottom: 12px;
    }
    .content-single-hold figure figcaption {
        max-width: 100%;
        height: auto;
        position: static;
    }
    .swiper-wrapper + .controls {
        display: none;
    }
    .swiper-pgtn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-top: 13px !important;
    }
    .swiper-pgtn .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #221F20;
        opacity: 0.1;
        margin: 3px;
        transition: 0.2s;
    }
    .swiper-pgtn .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #BBBEEF;
        opacity: 1;
    }
    .overlaping-card-hold {
        min-height: var(--app-height);
    }
    .header:after {
        top: 64px;
    }
    .apply-modal {
        top: 0;
        height: 100%;
        max-height: 100%;
        opacity: 0;
        visibility: hidden;
        overflow: auto;
        transition: 0.3s ease;
    }
    .apply-modal.active {
        opacity: 1;
        visibility: visible;
    }
    .values-section .overlaping-card-holder {
        box-shadow: none;
    }
    .hero-secondary-top {
        min-height: 90vh;
        min-height: 90svh;
    }
    .projects-archive-section.policies-section .section-top.has-border {
        margin-bottom: 20px;
    }
    .policies-list ul {
        width: 100%;
    }
    .policies-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    section.search-page-section {
        padding: 128px 0 64px;
    }
    section.search-page-section .title-20.text-center {
        text-align: left;
    }
    .search-page-form .search-form {
        margin-bottom: 40px;
    }
    .search-page-form {
        margin-top: 40px;
    }
    .search-page-hold .title-44 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .search-page-hold .text-16 {
        margin-left: 0;
    }
    .search-page-hold {
        text-align: left;
    }
    .sustainability-video a {
        padding-bottom: 100%;
    }
    .owl-has-dots.stc-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px;
    }
    .stc-carousel .owl-nav {
        display: none !important;
    }
    .stc-carousel-item-text {
        /* padding: 0 12px 12px; */
        padding-top: 10px;
        padding-right: 0;
        font-size: 12px;
    }
    .stc-carousel-item {
        padding-bottom: 100%;
    }
    .stc-right .entry-2 {
        margin-left: -20px;
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto;
    }
    .stc-right .entry-2 table {
        min-width: 600px;
    }
    .sustainability-table-carousel-section .section-top {
        margin-bottom: 24px;
    }
    .numbers-section.version-2 .numbers-section-list-title {
        font-size: 20px;
    }
    .numbers-section.version-2 .numbers-section-list ul li {
        margin-bottom: 40px;
    }
    .numbers-section.version-2 .numbers-section-list ul {
        margin-bottom: -40px;
    }
    .title-18 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .oci-numbers .title-36 {
        /* font-size: 36px; */
    }
    .oci-numbers {
        margin-top: 24px;
    }
    .oci-numbers ul {
        margin-bottom: -24px;
    }
    .oci-numbers ul li {
        width: 100%;
        min-width: 100%;
        margin-bottom: 24px;
    }
    .content-2-purple-box-text h3 {
        font-size: 24px;
    }
    .content-2-purple-boxes ul li {
        padding: 20px 20px;
    }
    .content-3-purple-boxes ul li {
        padding: 20px 20px;
    }
    .content-3-purple-boxes-section .section-top {
        margin-bottom: 48px;
    }
    .tf-list-item:not(:last-child) {
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .entry-2 figure.wp-block-table {
        margin-left: -20px;
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
        overflow: auto;
    }
    .entry-2 figure.wp-block-table table {
        min-width: 600px;
    }
    .reg-page-section .entry-2.v3 h2 {
        font-size: 24px;
    }
    .entry-2.v3 h3 {
        font-size: 20px;
        line-height: 1.2;
    }
    .reg-page-section .section-top {
        margin-bottom: 40px;
    }
    .reg-page-section .section-top .title-44 {
        font-size: 36px;
    }
    section.reg-page-section {
        padding: 128px 0 0;
    }
    section.error-section {
        padding: 128px 0 80px;
    }
    .error-button {
        margin-top: 40px;
    }
    .error-content {
        text-align: left;
    }
    .error-title {
        font-size: 96px;
    }
    .map-holder-v2-image:after {
        display: none;
    }
    .contacts-offices-section .map-holder-v2 {
        margin-top: 48px;
        padding-top: 48px;
    }
    .contacts-offices-section .section-top.has-border {
        margin-bottom: 32px;
    }
    .contacts-offices-list ul {
        width: 100%;
        margin-bottom: -32px;
    }
    .contacts-offices-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .contacts-offices-section {
        padding: 64px 0 0;
    }
    .main-contacts-list-grid + .main-contacts-list-grid {
        margin-bottom: -64px;
    }
    .main-contacts-list-grid + .main-contacts-list-grid .main-contacts-list-grid-col {
        margin-bottom: 64px;
    }
    .main-contacts-list-grid + .main-contacts-list-grid .main-contacts-label {
        margin-bottom: 20px;
    }
    .main-contacts-list-grid + .main-contacts-list-grid {
        margin-top: 64px;
    }
    .main-contacts-list-grid-label {
        margin-bottom: 16px;
    }
    .main-contacts-list-grid {
        width: 100%;
        margin-bottom: -32px;
    }
    .main-contacts-list-grid-col {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .hero-title-section {
        padding: 128px 0 0;
    }
    .featured-carousel-item.featured-carousel-item-post .image .img-h {
        padding-bottom: 100%;
    }
    .wp-block-gallery figcaption {
        height: auto;
    }
    .entry-2 .swiper-wrapper figure figcaption {
        max-width: calc(100% - 100px);
        max-width: 100%;
        position: static;
    }
    .entry-2 .quetes {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .entry-2.v3 h2 {
        font-size: 28px;
    }
    #side-links ul {
        padding: 20px 20px;
    }
    .single-post-content-right-width .entry-2 > * {
        padding-right: 0px;
    }
    .single-post-content-right-width {
        width: calc(100% + 20px);
        width: 100%;
    }
    .single-post-content-left {
        padding: 32px 20px 0px;
        margin-left: -20px;
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        margin-bottom: 24px;
    }
    .form-grid .form-group-half {
        width: 100%;
    }
    .apply-modal-grid-left {
        margin-bottom: 56px;
    }
    .warranty-form-section .title-44 {
        margin-bottom: 24px;
    }
    .services-ensures-list ul li:not(:last-child) {
        margin-bottom: 40px;
    }
    .services-ensures-list ul li .title-28 {
        padding-left: 33px;
    }
    .services-grid > ul > li {
        padding: 20px 20px;
    }
    .numbers-section-list-title {
        font-size: 36px;
        line-height: 1.2;
    }
    .numbers-section-list ul li {
        margin-bottom: 32px;
        width: 100%;
        min-width: 100%;
        margin-right: 0;
    }
    .numbers-section-list ul {
        margin-bottom: -32px;
        width: 100%;
    }
    .r-posts-list.resources-list .r-post-item .image .img-h {
        padding-bottom: 100%;
    }
    .r-posts-list.resources-list .r-post-item.featured a .image .img-h {
        padding-bottom: 100%;
    }
    .r-posts-list.resources-list .r-post-item:before,
    .r-posts-list.resources-list .r-post-item:after {
        display: none;
    }
    .r-posts-list.resources-list .r-post-item {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 44px;
    }
    .section-page.single.resources-archive-section .post-head {
        margin-bottom: 40px;
    }
    .resources-archive-section.interns-section .head-filter.mb-lg {
        margin-bottom: 32px;
    }
    section.section.resources-archive-section {
        padding-top: 128px;
    }
    .r-posts-list.resources-list {
        margin-left: 0;
        width: 100%;
        margin-bottom: -44px;
        margin-bottom: 0;
    }
    .r-posts-list.resources-list .r-post-item.featured {
        width: 100%;
        min-width: 100%;
        
    }
    .overlaping-card-item-bottom {
        height: 1px;
        padding-bottom: 130%;
    }
    .values-section .overlaping-card-item {
        min-height: 1px;
        padding: 64px 0;
    }
    .values-section .top-reached .overlaping-card-holder {
        position: relative !important;
    }
    .values-section .overlaping-card-holder {
        position: relative !important;
        transform: translateY(0) !important;
    }
    .title-56 {
        font-size: 24px;
    }
    .single-colleague-related-button {
        margin-top: 40px;
    }
    .entry-2 figure {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .entry-2 h2:not(:first-child), .entry-2 h3:not(:first-child) {
        margin-top: 40px;
    }
    .entry-2 h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .entry-2 h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .entry-2 hr {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .single-colleague-left {
        margin-bottom: 40px;
    }
    .single-colleague-section {
        padding: 96px 0 0;
    }
    .head-filter.filter-scroll > ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        margin-left: -20px;
        width: calc(100% + 40px);
        padding-left: 20px;
    }
    .head-filter.filter-scroll > ul > li > a{
        white-space: nowrap;
    }
    .r-post-item-people-position.title-24 {
        font-size: 20px;
    }
    .r-posts-list.r-posts-list-people .r-post-item:before {
        display: none;
    }
    .r-posts-list.r-posts-list-people .r-post-item:after {
        display: none;
    }
    .r-posts-list.r-posts-list-people {
        margin-left: 0px;
        width: 100%;
        margin-bottom: -40px;
    }
    .r-posts-list.r-posts-list-people .r-post-item {
        width: 100%;
        min-width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .interns-section .job-item .row {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .interns-section .head-filter {
        margin-bottom: 20px;
    }
    .interns-section .jobs-listing-grid-right .job-item a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .wpcf7-form-control-wrap .codedropz-upload-handler {
        height: 144px;
    }
    .drag-drop-box {
        height: 144px;
    }
    .apply-modal-grid-right .title-28 {
        margin-bottom: 24px;
    }
    .apply-modal .modal-content {
        padding: 64px 0 80px;
    }
    .apply-modal .close {
        top: 10px;
        right: 10px;
    }
    .job-single-main-section {
        padding-top: 96px;
    }
    .entry-1 h2:not(:first-child), .entry-1 h3:not(:first-child) {
        margin-top: 32px;
    }
    .job-single-main-left-button-mob {
        margin-top: 32px;
    }
    .jobs-listing-grid-right.in-single-job .job-item a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .job-item-details {
        margin-top: 12px;
    }
    .job-item-details span:after {
        margin: 0 4px;
    }
    .job-item-details {
        display: block;
    }
    .job-item-details span {
        display: inline;
    }
    .short-gallery-mob-bottom {
        margin-top: 12px;
    }
    .job-listting-colleague-content .title-36 {
        margin-bottom: 12px;
    }
    .jobs-listing-grid-right .load-more-js .btn-link {
        width: 100%;
    }
    .jobs-listing-grid-right .job-item a:before {
        top: 20px;
        transform: translate(0px, 0%);
    }
    .jobs-listing-grid-right .job-item a {
        padding: 20px 48px 20px 0;
    }
    .jobs-listing-grid-left {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .colleagues-carousel .owl-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .colleagues-carousel.owl-has-nav .owl-nav {
        display: none;
    }
    .job-listting-colleague-content {
        width: 100%;
    }
    .careers-about-boxes-text {
        padding-top: 12px;
    }
    .careers-about-boxes ul li a .title-36:after {
        width: 24px;
        height: 24px;
    }
    .careers-about-boxes ul li a {
        padding: 20px 20px;
        min-height: 225px;
    }
    .content-single-hold + .content-single-hold .entry > figure {
        overflow: hidden;
    }
    .hero-single-section {
        padding: 120px 0 40px;
    }
    .hero-single-content-left .text-18 {
        margin-top: 0;
    }
    .projects-archive-grid-right .r-posts-list {
        width: 100%;
    }
    .projects-archive-grid-right .r-post-item {
        width: 100%;
        min-width: 100%;
    }
    .projects-archive-section .section-top.has-border {
        padding-bottom: 20px;
    }
    .projects-archive-section {
        padding: 128px 0 0px;
    }
    .report-items-button {
        margin-top: 20px;
    }
    .certs-list ul li {
        min-height: 353px;
    }
    .certs-list ul {
        width: 100%;
    }
    .certs-list ul li {
        width: 100%;
        min-width: 100%;
    }
    .btn-link-download:after {
        margin-left: 0;
    }
    .btn-link-download span {
       display: none !important;
    }
    .btn-link-download, 
    .btn-link-download:focus, 
    .btn-link-download:active {
        padding-bottom: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #BBBEEF;
    }
    .btn-link-download:hover {
        border: 1px solid #221F20;
    }
    .stages-acc-item-title:before, .stages-acc-item-title:after {
        width: 16px;
        height: 17px;
    }
    .entry-1 ul {
        margin-bottom: 16px;
    }
    .entry-1 p {
        margin-bottom: 16px;
    }
    .stages-acc-item-image {
        padding-bottom: 100%;
    }
    .stages-acc-item-left {
        margin-bottom: 20px;
    }
    .stages-acc-item-content {
        padding-top: 0;
        padding-bottom: 20px;
    }
    .stages-acc-item-title {
        padding: 20px 24px 20px 32px;
    }
    .stages-acc-item-title.title-28 {
        font-size: 18px;
    }
    .stages-acc-section .section-top {
        margin-bottom: 32px;
    }
    .r-posts-list-v2-content .title-28:after {
        width: 20px;
        height: 20px;
    }
    .r-posts-list-v2-content {
        padding: 0 20px 20px;
    }
    .r-posts-list-v2 ul li a {
        padding-bottom: 100%;
    }
    .map-holder-v2-image {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    .map-holder-v2 .markets ul {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .map-holder-v2 .markets ul li {
        width: calc(50% - 10px);
    }
    .map-holder-v2 .legend {
        margin-bottom: 40px;
    }
    .section-map-v2 .section-top {
        margin-bottom: 40px;
    }
    .section-map-v2 {
        padding: 64px 0 0;
    }
    .annual-reports-section .col-lg-6:last-child {
        margin-top: 24px;
    }
    .report-item.report-item-v2 {
        padding: 20px 0 20px
    }
    .report-item-v2 .title-24 {
        font-size: 18px;
    }
    .text-16 p:not(:last-child) {
        margin-bottom: 16px;
    }
    .annual-reports-section .section-top {
        margin-bottom: 24px;
    }
    .heading-three-items-icon img {
        max-height: 42px;
    }
    .heading-three-items-title.title-24 {
        font-size: 20px;
    }
    .overlaping-card-left {
        margin-bottom: 24px;
    }
    .overlaping-card-counter {
        font-size: 24px;
    }
    .overlaping-card-holder {
        padding: 64px 0;
    }
    .overlaping-card-indicator {
        top: 20px;
        right: 20px;
    }
    .text-18 p:not(:last-child) {
        margin-bottom: 16px;
    }
    .hero-secondary-bottom {
        padding-bottom: 40px;
    }
    .hero-secondary-top {
        padding-bottom: 16px;
    }
    .mob-nav > ul > li > ul {
        margin-left: -20px;
        width: calc(100% + 40px);
        min-width: calc(100% + 40px);
        padding-left: 20px;
        padding-right: 20px;
    }
    .mob-nav-hold {
        padding: 96px 0 24px;
    }
    .header .container {
        height: 64px;
    }
    .header .container .logo svg {
        width: 148px;
    }
    .footer-dev {
        margin-top: -18px;
    }
    .footer-bottom-right {
        width: 100%;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .footer-nav-bottom {
        width: 100%;
        margin-left: 0px;
        margin-top: 16px;
      }
    .footer-bottom-left {
        width: 100%;
    }
    .footer-bottom {
        margin-top: 32px;
        padding-top: 20px;
    }
    .footer-top + .socials {
        margin-top: 56px;
    }
    .footer-navi > ul > li > ul {
        margin-top: 12px;
    }
    .footer-top-grid-item {
        width: 100%;
        margin-bottom: 32px;
    }
    .footer-top-grid-item:last-child {
        margin-bottom: 0px;
    }
    .footer-top-left {
        max-width: 100%;
    }
    .footer {
        padding: 48px 0 20px;
    }
    .posts-carousel.owl-carousel .owl-stage-outer {
        overflow: visible;
    }
    .container {
        padding: 0px 20px;
    }
    .post-carousel-item-image {
        min-height: 1px;
        padding-bottom: 100%;
    }
    .hero-home-section {
        padding-bottom: 40px;
    }
    .mt-small-29 {
        margin-top: 29px;
    }
    .show-for-medium {
        display: none !important;
    }
    .btn-small-full,
    .btn-small-full:focus,
    .btn-small-full:active {
        width: 100%;
    }
    .post-carousel-item::before {
        display: none;
    }
    .two-links-block-item a {
        min-height: 275px;
    }
    .two-links-block-item-text {
        font-size: 14px;
    }
    .two-links-block-item-content {
        padding: 0 20px 20px;
    }
    .two-links-block-item-title {
        font-size: 28px;
        padding-right: 44px;
    }
    .two-links-block-item a:after {
        top: 21px;
        right: 20px;
        width: 32px;
        height: 32px;
    }
    .two-links-block-item a {
        padding: 20px 20px;
    }
    .mt-144 {
        margin-top: 64px;
    }
    .mb-144 {
        margin-bottom: 64px;
    }
    .mb-80 {
        margin-bottom: 64px;
    }
    .featured-carousel-item a {
        min-height: 475px;
    }
    .featured-carousel-item-title {
        max-width: 100%;
        margin-bottom: 12px;
    }
    .section-top.has-border {
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .title-64 {
        font-size: 36px;
    }
    .title-44 {
        font-size: 24px;
    }
    .title-36 {
        font-size: 24px;
    }
    .title-28 {
        font-size: 20px;
    }
    .mt-80 {
        margin-top: 64px;
    }
    .text-18 {
        font-size: 16px;
    }
    .title-40.mob-24 {
        font-size: 24px;
    }
    .title-40:not(:last-child) {
        margin-bottom: 16px;
    }
    .hero-secondary .hero-secondary-content .title-64 {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }
    .mt-104 {
        margin-top: 64px;
    }
    .mb-104 {
        margin-bottom: 64px;
    }
    .pt-104 {
        padding-top: 64px;
    }
    .pb-104 {
        padding-bottom: 64px;
    }
    .title-text-section .col-lg-6:first-child {
        margin-bottom: 24px;
    }
    .overlaping-cards-section {
        margin-bottom: 0;
        padding-bottom: 64px;
        background: transparent;
    }
}

@media (max-height: 570px) {
    .main-menu-box {
        padding: 20px;
    }
    .main-menu-nav > ul > li ul {
        margin-top: 12px;
    }
    .main-menu-hold {
        padding: 100px 0 20px;
    }
    .main-menu-nav > ul > li ul li {
        margin-bottom: 8px;
    }
}

@media (max-width: 500px) and (max-height: 750px) {
    .overlaping-cards-section.v2 .oci-numbers ul li .text-16 {
        margin-top: 8px;
        padding-top: 8px;
    }
    .overlaping-cards-section.v2 .overlaping-card-holder {
        padding-bottom: 40px;
    }
    .overlaping-cards-section.v2 .text-16 {
        font-size: 14px;
    }
    .overlaping-cards-section.v2 .title-36 {
        font-size: 22px;
    }
}