.careers-links-group.management .carrers-link-wrapper:nth-child(7) {
    display: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
    overflow-x: hidden;
}

.main {
    /* height: 100%; */
}

body {
    min-height: 100%;
    height: 100%;
    color: #707070;
    font-size: 1em;
    line-height: 1.35;
    -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

a {
    text-decoration: none;
    color: #575756;
    font-weight: 600;
}

a:focus,
a:hover,
a:active {
    outline: none;
    color: #707070;
    /* font-weight: 700; */
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 0;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #707070;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q::before,
q::after {
    content: "";
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

nav ul,
nav ol,
ul,
li {
    list-style-image: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    cursor: pointer;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    border-style: none;
    appearance: none;
}

button,
input {
    line-height: normal;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input,
textarea {
    box-shadow: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

input,
textarea,
select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

@font-face {
    font-family: "Material-Design-Iconic-Font";
    src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.zmdi {
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.zmdi-file-text:before {
    content: "\f222";
}

.zmdi-file:before {
    content: "\f223";
}

.zmdi-download:before {
    content: "\f220";
}

.zmdi-download-right:after {
    content: "\f220";
}

.zmdi-chevron-right:after {
    content: "\f2fb";
}

.zmdi-refresh-alt:after {
    content: "\f1b5";
}

.zmdi-chevron-right:after {
    content: "\f2fb";
}

.zmdi-chevron-left:before {
    content: "\f2fa";
}

.zmdi-arrow-left:after {
    content: "\f2ea";
}

.zmdi-open-in-new:after {
    content: "\f1a3";
    font-family: "Material-Design-Iconic-Font";
    padding-left: 5px;
    text-decoration: none;
}
.zmdi-open-in-new:after:hover {
    text-decoration: none;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 576px) {
    .container {
        width: 767px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 991px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 1199px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1340px;
        max-width: 100%;
    }
}

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1340px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .row {
        /* margin-right: -15px;
        margin-left: -15px; */
    }
}

@media (min-width: 768px) {
    .row {
        /* margin-right: -15px;
        margin-left: -15px; */
    }
}

@media (min-width: 992px) {
    .row {
        /* margin-right: -15px;
        margin-left: -15px; */
    }
}

@media (min-width: 1200px) {
    .row {
        /* margin-right: -15px;
        margin-left: -15px; */
    }
}

.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-xl,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-lg,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-md,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col-sm,
.col-xs-12,
.col-xs-11,
.col-xs-10,
.col-xs-9,
.col-xs-8,
.col-xs-7,
.col-xs-6,
.col-xs-5,
.col-xs-4,
.col-xs-3,
.col-xs-2,
.col-xs-1,
.col-xs {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    min-height: 1px;
    width: 100%;
}

@media (min-width: 576px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-xl,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-lg,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-md,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col-sm,
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1,
    .col-xs {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-xl,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-lg,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-md,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col-sm,
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1,
    .col-xs {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-xl,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-lg,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-md,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col-sm,
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1,
    .col-xs {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .col-xl-12,
    .col-xl-11,
    .col-xl-10,
    .col-xl-9,
    .col-xl-8,
    .col-xl-7,
    .col-xl-6,
    .col-xl-5,
    .col-xl-4,
    .col-xl-3,
    .col-xl-2,
    .col-xl-1,
    .col-xl,
    .col-lg-12,
    .col-lg-11,
    .col-lg-10,
    .col-lg-9,
    .col-lg-8,
    .col-lg-7,
    .col-lg-6,
    .col-lg-5,
    .col-lg-4,
    .col-lg-3,
    .col-lg-2,
    .col-lg-1,
    .col-lg,
    .col-md-12,
    .col-md-11,
    .col-md-10,
    .col-md-9,
    .col-md-8,
    .col-md-7,
    .col-md-6,
    .col-md-5,
    .col-md-4,
    .col-md-3,
    .col-md-2,
    .col-md-1,
    .col-md,
    .col-sm-12,
    .col-sm-11,
    .col-sm-10,
    .col-sm-9,
    .col-sm-8,
    .col-sm-7,
    .col-sm-6,
    .col-sm-5,
    .col-sm-4,
    .col-sm-3,
    .col-sm-2,
    .col-sm-1,
    .col-sm,
    .col-xs-12,
    .col-xs-11,
    .col-xs-10,
    .col-xs-9,
    .col-xs-8,
    .col-xs-7,
    .col-xs-6,
    .col-xs-5,
    .col-xs-4,
    .col-xs-3,
    .col-xs-2,
    .col-xs-1,
    .col-xs {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-xs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-xs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-xs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-xs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-xs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-xs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-xs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.pull-xs-0 {
    right: auto;
}

.pull-xs-1 {
    right: 8.3333333333%;
}

.pull-xs-2 {
    right: 16.6666666667%;
}

.pull-xs-3 {
    right: 25%;
}

.pull-xs-4 {
    right: 33.3333333333%;
}

.pull-xs-5 {
    right: 41.6666666667%;
}

.pull-xs-6 {
    right: 50%;
}

.pull-xs-7 {
    right: 58.3333333333%;
}

.pull-xs-8 {
    right: 66.6666666667%;
}

.pull-xs-9 {
    right: 75%;
}

.pull-xs-10 {
    right: 83.3333333333%;
}

.pull-xs-11 {
    right: 91.6666666667%;
}

.pull-xs-12 {
    right: 100%;
}

.push-xs-0 {
    left: auto;
}

.push-xs-1 {
    left: 8.3333333333%;
}

.push-xs-2 {
    left: 16.6666666667%;
}

.push-xs-3 {
    left: 25%;
}

.push-xs-4 {
    left: 33.3333333333%;
}

.push-xs-5 {
    left: 41.6666666667%;
}

.push-xs-6 {
    left: 50%;
}

.push-xs-7 {
    left: 58.3333333333%;
}

.push-xs-8 {
    left: 66.6666666667%;
}

.push-xs-9 {
    left: 75%;
}

.push-xs-10 {
    left: 83.3333333333%;
}

.push-xs-11 {
    left: 91.6666666667%;
}

.push-xs-12 {
    left: 100%;
}

.offset-xs-1 {
    margin-left: 8.3333333333%;
}

.offset-xs-2 {
    margin-left: 16.6666666667%;
}

.offset-xs-3 {
    margin-left: 25%;
}

.offset-xs-4 {
    margin-left: 33.3333333333%;
}

.offset-xs-5 {
    margin-left: 41.6666666667%;
}

.offset-xs-6 {
    margin-left: 50%;
}

.offset-xs-7 {
    margin-left: 58.3333333333%;
}

.offset-xs-8 {
    margin-left: 66.6666666667%;
}

.offset-xs-9 {
    margin-left: 75%;
}

.offset-xs-10 {
    margin-left: 83.3333333333%;
}

.offset-xs-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.3333333333%;
    }
    .pull-sm-2 {
        right: 16.6666666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.3333333333%;
    }
    .pull-sm-5 {
        right: 41.6666666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.3333333333%;
    }
    .pull-sm-8 {
        right: 66.6666666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.3333333333%;
    }
    .pull-sm-11 {
        right: 91.6666666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.3333333333%;
    }
    .push-sm-2 {
        left: 16.6666666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.3333333333%;
    }
    .push-sm-5 {
        left: 41.6666666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.3333333333%;
    }
    .push-sm-8 {
        left: 66.6666666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.3333333333%;
    }
    .push-sm-11 {
        left: 91.6666666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.3333333333%;
    }
    .pull-md-2 {
        right: 16.6666666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.3333333333%;
    }
    .pull-md-5 {
        right: 41.6666666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.3333333333%;
    }
    .pull-md-8 {
        right: 66.6666666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.3333333333%;
    }
    .pull-md-11 {
        right: 91.6666666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.3333333333%;
    }
    .push-md-2 {
        left: 16.6666666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.3333333333%;
    }
    .push-md-5 {
        left: 41.6666666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.3333333333%;
    }
    .push-md-8 {
        left: 66.6666666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.3333333333%;
    }
    .push-md-11 {
        left: 91.6666666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.3333333333%;
    }
    .pull-lg-2 {
        right: 16.6666666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.3333333333%;
    }
    .pull-lg-5 {
        right: 41.6666666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.3333333333%;
    }
    .pull-lg-8 {
        right: 66.6666666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.3333333333%;
    }
    .pull-lg-11 {
        right: 91.6666666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.3333333333%;
    }
    .push-lg-2 {
        left: 16.6666666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.3333333333%;
    }
    .push-lg-5 {
        left: 41.6666666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.3333333333%;
    }
    .push-lg-8 {
        left: 66.6666666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.3333333333%;
    }
    .push-lg-11 {
        left: 91.6666666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.3333333333%;
    }
    .pull-xl-2 {
        right: 16.6666666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.3333333333%;
    }
    .pull-xl-5 {
        right: 41.6666666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.3333333333%;
    }
    .pull-xl-8 {
        right: 66.6666666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.3333333333%;
    }
    .pull-xl-11 {
        right: 91.6666666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.3333333333%;
    }
    .push-xl-2 {
        left: 16.6666666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.3333333333%;
    }
    .push-xl-5 {
        left: 41.6666666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.3333333333%;
    }
    .push-xl-8 {
        left: 66.6666666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.3333333333%;
    }
    .push-xl-11 {
        left: 91.6666666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

* {
    box-sizing: border-box;
    max-width: 100%;
}
*::before,
*::after {
    box-sizing: border-box;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}
.clearfix::after {
    clear: both;
}

.hide {
    display: none;
}

@media only screen and (max-width: 1300px) {
    .hide-on-touch {
        display: none !important;
    }
}

.show-on-touch {
    display: none !important;
}

@media only screen and (max-width: 1300px) {
    .show-on-touch {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hide-on-phone {
        display: none !important;
    }
}

.show-on-phone {
    display: none !important;
}

@media (max-width: 767px) {
    .show-on-phone {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .show-bg-on-phone {
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .hide-bg-on-phone {
        background-image: none !important;
    }
}

.show {
    display: block;
}
.tablist .show {
    display: block;
    background: #878787;
}

.clear {
    clear: both;
}

.no-margin {
    margin: 0;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.centered {
    text-align: center;
}

@media print {
    body {
        background: #fff;
        color: #707070;
        margin: 0;
        padding: 0;
        text-align: left;
        /* font-family: effra, sans-serif !important; */
    }
    a:link,
    a:visited {
        background: #fff;
        color: #000;
        text-decoration: underline;
        font-size: 16px !important;
        /* font-family: effra, sans-serif !important; */
        line-height: normal !important;
    }
    a:not([href="javascript:;"]):after {
        content: "[" attr(href) "]";
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        background: none;
        color: #000;
        display: block;
    }
    .temp {
        display: none;
    }
    .nav-primary {
        display: none;
    }
    .logo:link {
        display: block !important;
    }
    .logo:link .logo-img {
        display: block !important;
        transition: none !important;
        width: 173px !important;
    }
    .logo:link:not([href="javascript:;"]):after {
        content: "";
    }
    .header .logo:link {
        display: none !important;
    }
    .header .logo:link .logo-img {
        display: none !important;
    }
    .banner,
    .header {
        height: 20px !important;
        margin-bottom: 20px !important;
        box-shadow: none !important;
    }
    /* .search-toggle {
        display: none !important;
    } */
    .header-left::before {
        border: 0 !important;
    }
    .news-link:after,
    .news-title::after {
        border: 0 !important;
        margin-top: 0 !important;
    }
    .news-card {
        padding: 40px !important;
    }
    .banner-msg p {
        max-width: initial !important;
        z-index: 999 !important;
    }
    .banner-draw img {
        display: block !important;
    }
    p {
        display: block !important;
        color: #000 !important;
    }
    ol a,
    ol li,
    ul a,
    ul li {
        color: #000 !important;
    }
    .back-img,
    .btn,
    .cta-form-block,
    .image-wrap,
    .picto-wrap,
    .section-title,
    .video-wrap {
        display: none !important;
    }
    .video-desc,
    .video-poster {
        box-shadow: 5px 10px 18px transparent !important;
        height: 50px;
        background: #fff;
    }
    .is-animate {
        opacity: 1 !important;
        transform: none;
        transition: none;
    }
    .image-with-links img {
        display: none !important;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: effra, sans-serif; */
    font-weight: normal;
    margin-bottom: 1em;
    line-height: 1.35em;
    color: #707070;
    position: relative;
}

h1 {
    font-size: 100px;
    margin-bottom: 10px;
    line-height: 95px;
    font-weight: 800;
    color: #ffffff;
}

h1.standard {
    font-size: 80px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

h1.special {
    font-size: 80px;
    line-height: 36px;
    font-weight: 800;
    color: #707070;
}

h2 {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    width: fit-content;
    margin-bottom: 50px;
}
h2.text-white {
    border-bottom: 1px solid #ffffff;
}
.home-info-boxes h2 {
    font-size: 23px;
}

h3 {
    font-size: 40px;
    font-weight: 800;
}

h4 {
    font-size: 35px;
    font-weight: 800;
}

p.internal-link {
    position: relative;
    z-index: 2;
    width: fit-content;
}

p.internal-link a {
    font-size: 18px;
    font-weight: 600;
    color: #575756;
    margin-left: 50px;
}
p.internal-link a:hover {
    border-bottom: 1px solid #575756;
}
p.internal-link a:before {
    content: "";
    height: 39px;
    width: 39px;
    background: url(/assets/svg/arrow-grey-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    margin-top: -3px;
}
p.internal-link.white a {
    color: #FFFFFF;
}
p.internal-link.white a:hover {
    border-bottom: 1px solid #FFFFFF;
}
p.internal-link.white a:before {
    content: "";
    height: 39px;
    width: 39px;
    background: url(/assets/svg/arrow-white-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    margin-top: -3px;
}

p.signpost {
    position: relative;
    width: fit-content;
    z-index: 2;
}

p.signpost a {
    font-size: 18px;
    font-weight: 600;
    color: #575756;
    margin-left: 50px;
}
p.signpost a:hover {
    border-bottom: 1px solid #575756;
}

p.signpost a:before {
    content: "";
    height: 39px;
    width: 39px;
    background: url(/assets/svg/arrow-grey-right.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0px;
    margin-top: -3px;
}

p.text-medium {
    font-size: 25px;
    font-weight: 300;
}
@media (max-width: 768px) {
    p.text-medium {
        font-size: 20px;
        line-height: 1.2;
    }
}
p.text-small {
    font-size: 16px;
    line-height: 1.1;
}
p.share-price-numbers {
    font-size: 60px;
    font-weight: 800;
    color: #707070;
}

.bottom-border {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 0;
}
.right-border {
    border-right: 1px solid #9b9b9b;
}

.dark-grey-border {
    border: 1px solid #707070;
}

.news-title {
    color: #e9580c;
    font-size: 24px;
    line-height: 32px;
    margin: 10px 0;
    font-weight: 500;
    transition: 350ms ease;
}
.news-title::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #e9580c;
    border-bottom: 7px solid transparent;
    display: inline-block;
    margin-left: 9px;
    position: relative;
}
.news-title:hover {
    color: #cd591c;
}
.news-title:hover::after {
    border-left: 10px solid #cd591c;
}
.news-title.zmdi-download-right::after {
    content: "\f220";
    font-family: "Material-Design-Iconic-Font";
    border: 0;
    position: relative;
    top: 2px;
    width: auto;
    height: auto;
}

h4 {
    font-size: 24px;
    display: block;
    max-width: 880px;
    line-height: 30px;
    font-weight: 800;
    color: #707070;
    margin-top: 1em;
    margin-bottom: 0.3em;
}
h4.center-text {
    text-align: center;
    margin: 10px auto;
    text-transform: uppercase;
}
h4.results-title {
    color: #9b9b9b;
    margin-bottom: 50px;
}
h4.results-title span {
    color: #575756;
}

h5 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

h6 {
    font-size: 16px;
}

p {
    color: #575756;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
}
p.center-text {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 15px;
}
p + h2,
ul + h2 {
    margin-top: 60px;
    margin-bottom: 20px;
}

.orange-text {
    color: #e9580c;
}

.link,
span .link {
    color: #e9580c;
}

@media (min-width: 992px) {
    .link::after,
    span .link::after {
        text-decoration: underline;
    }
    .link:hover,
    span .link:hover {
        text-decoration: underline;
    }
    .link:hover::after,
    span .link:hover::after {
        text-decoration: none;
    }
}

.link::after,
span .link::after {
    text-decoration: none;
}

.news-link {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
    margin: 30px 0;
    font-weight: 500;
    transition: 350ms ease;
}
.news-link::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #fff;
    border-bottom: 6px solid transparent;
    display: inline-block;
    margin-left: 15px;
    transition: 350ms ease;
}
.news-link:nth-child(2) {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.news-link:hover {
    color: #cd591c;
}
.news-link:hover::after {
    border-left: 6px solid #cd591c;
}

@media (max-width: 767px) {
    .news-link {
        padding-right: 20px;
    }
    .news-link:nth-child(2) {
        padding-left: 0;
    }
}

.news-item p {
    font-size: 16px;
    line-height: 25px;
}

.text-stripe::before {
    content: "";
    width: 70px;
    height: 4px;
    background-color: #575756;
    display: block;
    left: -95px;
    position: absolute;
    margin-top: 11px;
}

@media (max-width: 991px) {
    .text-stripe::before {
        display: none;
    }
}

/* .intro-text {
    font-size: 35px;
    font-weight: 300;
    line-height: 46px;
    margin-bottom: 35px;
} */
.intro-text {
    font-size: 28px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .intro-text {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 32px;
    }
}

blockquote {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #e9580c;
    margin: 50px 0 30px;
}
blockquote::before {
    content: "";
    width: 64px;
    height: 2px;
    background-color: #575756;
    display: block;
    margin: 20px 0;
}
blockquote span {
    display: block;
    margin: 10px 0;
    font-family: "Helvetica", sans-serif;
    font-size: 12px;
    line-height: 36px;
    color: #575756;
    font-style: normal;
}
blockquote p {
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    color: #e9580c;
}

@media (max-width: 991px) {
    blockquote {
        margin: 40px 0 30px;
    }
}

.text-line-down::after {
    content: "";
    width: 210px;
    height: 2px;
    background-color: #e9580c;
    display: block;
    margin: 20px auto;
}

.text-line-up::before {
    content: "";
    width: 210px;
    height: 2px;
    background-color: #e9580c;
    display: block;
    margin: 20px auto;
}

@media (max-width: 991px) {
    h1 {
        margin-bottom: 5px;
        font-size: 45px;
        line-height: 1.2;
    }
    h1.standard {
        margin-bottom: 5px;
        font-size: 60px;
    }
    h4 {
        font-size: 20px;
    }
    .intro-text {
        font-size: 25px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    h5 {
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 44px;
        line-height: 53px;
    }
    .intro-text {
        font-size: 20px;
        line-height: 32px;
    }
    p {
        font-size: 18px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    h1 {
        font-size: 45px;
        line-height: 50px;
    }
    h1.standard {
        font-size: 45px;
        line-height: 1;
    }
}

.icon {
    font-size: 30px;
    display: inline-block;
    line-height: 1;
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.link-wrap {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
    margin-left: -30px;
    padding-left: 20px;
}
.link-wrap .news-link {
    color: #e9580c;
    margin: 20px;
}
.link-wrap .news-link::after {
    border-left-color: #e9580c;
}
.link-wrap .news-link:nth-child(2) {
    border: 0;
}
.link-wrap .news-link:hover {
    color: #cd591c;
}
.link-wrap .news-link:hover::after {
    border-left-color: #cd591c;
}

@media (max-width: 1199px) {
    .link-wrap .news-link {
        margin: 20px 0;
    }
}

@media (max-width: 991px) {
    .link-wrap {
        margin-right: -30px;
    }
}

@media (max-width: 767px) {
    .link-wrap {
        margin-left: 0;
        padding-left: 20px;
        margin-right: 0;
    }
}

@font-face {
    font-family: "svgicons";
    src: url("../fonts/svgicons.woff2") format("woff2"), url("../fonts/svgicons.woff") format("woff"), url("../fonts/svgicons.ttf") format("truetype");
}
.dropdown-select::after,
.submenu-link::before,
.font-ico-vimeo:before,
.font-ico-twitter:before,
.font-ico-swipe-hand:before,
.font-ico-search:before,
.font-ico-picto-arrow:before,
.font-ico-outlook:before,
.font-ico-network:before,
.font-ico-network-white:before,
.font-ico-linkedin:before,
.font-ico-heart:before,
.font-ico-four-arrows:before,
.font-ico-facebook:before,
.font-ico-close:before,
.font-ico-close-fill:before,
.font-ico-chart:before,
.font-ico-calendar:before,
.font-ico-arrow-left:before,
.font-ico-arrow-down:before,
.font-ico-arr-right:before,
.font-ico-arr-left:before,
.font-ico-angle-right:before,
.font-ico-angle-left:before {
    font-family: "svgicons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.font-ico-angle-left:before {
    content: "\e001";
}

.font-ico-angle-right:before {
    content: "\e002";
}

.font-ico-arr-left:before {
    content: "\e003";
}

.font-ico-arr-right:before {
    content: "\e004";
}

.font-ico-arrow-down:before {
    content: "\e005";
}

.font-ico-arrow-left:before {
    content: "\e006";
}

.font-ico-calendar:before {
    content: "\e007";
}

.font-ico-chart:before {
    content: "\e008";
}

.font-ico-close-fill:before {
    content: "\e009";
}

.font-ico-close:before {
    content: "\e00a";
}

.font-ico-facebook:before {
    content: "\e00b";
}

.font-ico-four-arrows:before {
    content: "\e00c";
}

.font-ico-heart:before {
    content: "\e00d";
}

.font-ico-linkedin:before {
    content: "\e00e";
}

.font-ico-network-white:before {
    content: "\e00f";
}

.font-ico-network:before {
    content: "\e010";
}

.font-ico-outlook:before {
    content: "\e011";
}

.font-ico-picto-arrow:before {
    content: "\e012";
}

.font-ico-search:before {
    content: "\e013";
}

.font-ico-swipe-hand:before {
    content: "\e014";
}

.font-ico-twitter:before {
    content: "\e015";
}

.font-ico-vimeo:before {
    content: "\e016";
}

body {
    /* font-family: effra, sans-serif; */
    font-size: 14px;
    color: #575756;
}
body.no-scroll {
    overflow: hidden;
}
body.no-scroll #share-price-wrapper {
    display: none;
    transition: 0.3s ease;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-wrap .news-card-wrap {
    padding: 0 4px;
}

.home-content {
    padding-top: 10px;
}
.home-content.container-position {
    margin-top: 0;
    padding-bottom: 0;
}
.home-content .background-pattern {
    margin-bottom: 268px;
}
.home-content .image-with-links {
    margin: 100px auto 150px;
}

@media (max-width: 991px) {
    .home-content {
        padding-top: 0;
    }
    .home-content .background-pattern {
        margin-bottom: 287px;
    }
    .home-content .image-with-links {
        margin: 100px auto 120px;
    }
}

.container-position {
    position: relative;
    margin-top: 50px;
    padding-top: 10px;
    padding-bottom: 50px;
    overflow: hidden;
}
.container-position::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
    top: -100px;
    width: 100%;
    max-width: 1600px;
    height: 100px;
    border-radius: 100%;
}

@media (max-width: 767px) {
    .container-position {
        margin-top: 0;
    }
    .container-position::after {
        content: none;
    }
}

.container-margin {
    margin-bottom: 150px;
}

@media (max-width: 767px) {
    .phone-full-container {
        padding: 0;
    }
}

.background-pattern {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    max-width: 875px;
    width: 70vw;
    z-index: -1;
    background-color: #f4f4f4;
    background-image: url("../img/pattern.png");
    background-repeat: repeat;
    background-position: center;
}

@media (max-width: 991px) {
    .background-pattern {
        top: -100%;
    }
}

@media (max-width: 767px) {
    .background-pattern {
        display: none;
    }
}

.full-image {
    position: relative;
    margin: 45px 0 60px;
}
.full-image figcaption {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    padding: 10px;
}
.full-image img {
    width: 100%;
    display: block;
}
.full-image.tablet,
.full-image.mobile {
    display: none;
}

@media (max-width: 991px) {
    .full-image {
        margin: 40px 0 30px;
    }
    .full-image figcaption {
        font-size: 14px;
    }
    .full-image.desktop,
    .full-image.mobile {
        display: none;
    }
    .full-image.tablet {
        display: block;
    }
}

@media (max-width: 767px) {
    .full-image {
        margin: 20px 0;
    }
    .full-image.desktop,
    .full-image.tablet {
        display: none;
    }
    .full-image.mobile {
        display: block;
    }
}

.error-content {
    min-height: calc(100vh - 600px);
    margin-top: 40px;
}
.error-content .btn-wrap {
    text-align: left;
}

@media (max-width: 991px) {
    .error-content {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .error-content {
        margin-top: 25px;
    }
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > [class*="col-"],
.no-gutters > .col {
    padding-right: 0;
    padding-left: 0;
}

.container-min {
    min-height: 100px;
}

button,
input[type="button"],
input[type="submit"] {
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
}

.btn,
.btn a {
    display: inline-block;
    padding: 20px 40px;
    border: 0;
    border-radius: 30px;
    background-color: #e9580c;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    transition: 350ms ease;
    text-align: center;
}
.btn::after,
.btn a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    position: relative;
}
.btn:focus,
.btn:hover,
.btn a:focus,
.btn a:hover {
    outline: none;
    background-color: #cd591c;
}
.btn:nth-child(2),
.btn a:nth-child(2) {
    margin-left: 10px;
}

@media (max-width: 767px) {
    .btn,
    .btn a {
        width: 100%;
        font-size: 14px;
        padding: 20px;
        letter-spacing: 0.7px;
    }
    .btn::after,
    .btn a::after {
        top: 2px;
        margin-left: 10px;
    }
    .btn:nth-child(2),
    .btn a:nth-child(2) {
        margin-left: 0;
        margin-top: 10px;
    }
}

.btn-wrap {
    width: 100%;
    margin: 20px 0;
    text-align: center;
}
.btn-wrap.btn-wrap-bottom {
    margin-bottom: 100px;
}

@media (max-width: 991px) {
    .btn-wrap.btn-wrap-bottom {
        margin-bottom: 43px;
    }
}

.btn-cls {
    width: 57px;
    height: 39px;
    background-color: #575756;
    color: #fff;
    font-size: 20px;
    text-align: center;
    transition: 350ms ease;
    z-index: 10;
}
.btn-cls:hover {
    background-color: #000000;
}
.btn-cls .icon {
    padding-top: 0px;
    font-size: 17px;
}
.btn-cls .icon:before {
    content: "X";
    display: block;
    font-size: 30px;
    font-family: "Figtree";
}
@media (max-width: 1199px) {
    .btn-cls {
        width: 76px;
        height: 56px;
    }
}

.btn-back {
    display: inline-block;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid #e9580c;
    color: #e9580c;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-back .icon {
    margin-right: 10px;
    font-size: 12px;
}
.btn-back:hover .icon {
    animation: leftBounce 450ms ease-in;
}

.file-link {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    padding: 6px 80px 6px 30px;
    border: 2px solid #e9580c;
    border-radius: 30px;
    background-color: #fff;
}
.file-link .file-icon {
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    align-items: center;
    justify-content: flex-end;
    width: 60px;
    margin-left: auto;
    padding-right: 20px;
    border-radius: 30px;
    background-color: #e9580c;
    transition: 350ms ease;
}
.file-link .file-icon img {
    width: 20px;
    box-shadow: none;
}

@media (min-width: 1200px) {
    .file-link:hover .file-icon {
        width: calc(100% + 4px);
    }
    .file-link:hover .file-size,
    .file-link:hover .file-title {
        color: #fff;
    }
}

@media (max-width: 767px) {
    .file-link {
        padding: 7px 64px 7px 20px;
        font-size: 18px;
        width: 100%;
    }
}

.file-title {
    display: block;
    position: relative;
    color: #575756;
    font-size: 18px;
    line-height: 18px;
    transition: 350ms ease;
}

.file-size {
    position: relative;
    color: #9b9b9b;
    font-size: 14px;
    transition: 350ms ease;
}

/*=== Navigation ===*/
.menu-btn {
    position: absolute;
    top: 30px;
    right: 0;
    padding: 25px;
    font-size: 0;
    cursor: pointer;
    display: none !important;
}
.menu-btn span {
    display: block;
    position: relative;
    width: 28px;
    height: 3px;
    background-color: #ffffff;
    transition: 350ms ease;
}
.menu-btn span::after,
.menu-btn span::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    transition: 350ms ease;
}
.menu-btn span::before {
    top: -7px;
}
.menu-btn span::after {
    bottom: -7px;
}
.menu-btn.is-open span {
    background-color: transparent;
}
.menu-btn.is-open span::before {
    top: 0;
    transform: rotate(-225deg);
}
.menu-btn.is-open span::after {
    bottom: 0;
    transform: rotate(225deg);
}

@media (max-width: 1300px),
(any-hover: none) {
    .menu-btn {
        top: 22px;
        right: 0;
        padding: 16px;
        display: block !important;
    }
    .menu-btn span {
        width: 33px;
    }
    .menu-btn span::before {
        top: -9px;
    }
    .menu-btn span::after {
        bottom: -9px;
    }
}

@keyframes leftBounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
    100% {
        transform: translateX(0);
    }
}

.reset-btn {
    background-color: #9b9b9b;
    color: #fff;
    padding: 15px;
    margin-left: 30px;
    transition: 350ms ease;
    /* font-family: effra, sans-serif; */
}
.reset-btn span {
    margin-left: 8px;
}

@media (max-width: 1199px),
(any-hover: none) {
    .reset-btn {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) and
(any-hover: hover) {
    .reset-btn:hover {
        background-color: #cd591c;
    }
}

@media (max-width: 767px) {
    .reset-btn {
        margin-left: 0;
    }
}

.filter-btn {
    padding: 10px 20px;
    background-color: #e9580c;
    color: #fff;
}
.filter-btn span {
    font-size: 32px;
}

@media (min-width: 1200px) {
    .filter-btn:hover {
        background-color: #cd591c;
    }
}

input,
textarea {
    border-radius: 0;
    box-shadow: none;
    background: #fff;
    height: 25px;
    padding: 0 10px;
    color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #000;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000;
}

.form-wrap {
    width: 100%;
    margin-bottom: 50px;
    padding: 70px 100px 40px;
    background-color: #dadada;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .form-wrap {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .form-wrap {
        padding: 20px 15px;
    }
}

.fields-wrapper {
    margin-bottom: 50px;
}

.input-field {
    margin-bottom: 30px;
}

.input-field label,
.input-field p {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #575756;
}

.input-field input,
.input-field select {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 0 15px;
    background-color: #fff;
    /* font-family: effra, sans-serif; */
    color: #9b9b9b;
    font-size: 18px;
}

.form-messages {
    margin-top: 30px;
    font-size: 18px;
}

.form-success {
    color: #e9580c;
}

.form-error,
.form-missing {
    margin: 5px 0;
    color: #aa2460;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    position: relative;
    display: block;
    font-weight: 400;
    padding-left: 30px;
    color: #9b9b9b;
}
input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    transition: 350ms ease;
    background-color: #fff;
}

input[type="checkbox"]:checked + label::before {
    background-color: #e9580c;
}

.checkbox-wrap p {
    margin-bottom: 20px;
}
/* 
.search-business {
    background-color: #f4f4f4;
    padding: 40px;
    margin-bottom: 60px;
}
.search-business .filter-field {
    background-color: #fff;
    padding: 20px 20px 15px;
    line-height: 15px;
    color: #888;
    border: 1px solid #dadada;
    box-shadow: none;
    height: 55px;
}
.search-business .filter-field::-webkit-input-placeholder {
    color: #dadada;
    line-height: 15px;
}
.search-business .filter-field:-moz-placeholder {
    color: #dadada;
    line-height: 15px;
}
.search-business .filter-field::-moz-placeholder {
    color: #dadada;
    line-height: 15px;
}
.search-business .filter-field:-ms-input-placeholder {
    color: #dadada;
    line-height: 15px;
}
.search-business .search-text {
    padding-right: 20px;
}
.search-business .search-field-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 20px;
}
.search-business .form-field {
    display: flex;
} */

@media (max-width: 1199px) {
    /* .search-business {
        padding: 40px 20px;
        margin-bottom: 45px;
    }
    .search-business .search-text {
        padding-right: 0;
    }
    .search-business .search-field-wrap {
        justify-content: space-between;
    }
    .search-business .filter-field::-webkit-input-placeholder {
        padding-top: 5px;
    }
    .search-business .filter-field:-moz-placeholder {
        padding-top: 5px;
    }
    .search-business .filter-field::-moz-placeholder {
        padding-top: 5px;
    }
    .search-business .filter-field:-ms-input-placeholder {
        padding-top: 5px;
    } */
}

@media (max-width: 991px) {
    /* .search-business .filter-field {
        max-width: 175px;
    } */
}

@media (max-width: 767px) {
    /* .search-business {
        margin: 0 -30px 30px;
        padding: 30px;
    }
    .search-business .search-field-wrap {
        flex-direction: column;
    }
    .search-business .form-field,
    .search-business .search-text {
        align-self: flex-start;
        margin-bottom: 20px;
        width: 100%;
    }
    .search-business .filter-field {
        width: 100%;
        max-width: initial;
    } */
}

.logo {
    display: block;
    position: relative;
    margin: 18px 16px 18px 0;
}
.un-logos {
    display: flex;
    flex-wrap: wrap;
}
.un-logos img {
    width: 150px;
    height: 150px;
    padding: 10px;
}
.home .un-logos img {
    width: 60px;
    height: 60px;
    padding: 5px;
}
@media (min-width: 768px) {
    .un-logos img {
        width: 180px;
        height: 180px;
        padding: 10px;
    }
}
@media (min-width: 1200px) {
    .home .un-logos img {
        width: 95px;
        height: 95px;
        padding: 5px;
    }
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    transition: 350ms ease;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.2);
    background-color: #00000080;
}
.header.is-sticky {
    background-color: #00000080;
}
.header.is-sticky > .container {
    /* background-color: #fff; */
}

@media (max-width: 767px) {
    .header > .container {
        position: absolute;
        width: 100%;
    }
    .header.is-sticky {
        height: 84px;
    }
    .header.is-sticky .header-wrapper {
        /* background-color: #fff; */
    }
}

.header-overlay {
    content: "";
    width: 0;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 11;
    transition: 350ms ease;
}
.header-overlay.is-open {
    width: 100%;
}

.header-wrapper {
    display: flex;
}

.header-left {
    display: flex;
    position: relative;
    align-items: center;
    width: 260px;
    z-index: 1;
    order: 1;
}
.header-left::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(647px - 50vw);
    box-sizing: border-box;
    width: calc(50vw - 430px);
    height: 100%;
    /* border-width: 0 6px 6px 0;
    border-style: solid;
    border-color: #e9580c; */
    /* background-color: rgba(0, 41, 69, 0.8); */
}
.header-left .logo-img {
    width: 100%;
    max-width: 173px;
    backface-visibility: hidden;
    transition: 350ms ease;
}
.header-left .logo-img.is-sticky {
    max-width: 130px;
}

@media only screen and (max-width: 1340px) {
    .header-left::before {
        left: -15px;
        width: calc(100% + 15px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .header-left .logo-img {
        max-width: 150px;
    }
}

@media (max-width: 767px) {
    .header-left {
        width: 350px;
        order: 2;
    }
    .header-left .logo-img {
        max-width: 115px;
    }
}

.header-right {
    width: 100%;
    transition: 350ms ease;
    order: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
    .header-right {
        /* height: 115px; */
    }
    .is-sticky .header-right {
        height: 83px;
    }
}

@media (max-width: 767px) {
    .header-right {
        height: 83px;
        order: 4;
        z-index: 201;
    }
}

.header-right-inner-top {
    display: flex;
    /* position: relative; */
    justify-content: flex-end;
    height: 39px;
    transition: 350ms ease;
}
.is-sticky .header-right-inner-top {
    height: 0;
    margin-bottom: 0;
    /* overflow: hidden; */
    /* background-color: #fff; */
}

@media only screen and (max-width: 1300px) {
    .is-sticky .header-right-inner-top {
        /* margin-top: -30px; */
        overflow: visible;
    }
}

@media (max-width: 767px) {
    .header-right-inner-top {
        height: auto;
    }
    .is-sticky .header-right-inner-top {
        margin-top: 0;
    }
}

.header-box {
    z-index: 10;
    padding: 0 10px;
    border: 2px solid white;
    color: #fff;
    line-height: 39px;
    display: inline-block;
    margin-bottom: 25px;
}
.header-box small {
    margin-right: 0px;
    margin-left: 0px;
}

.box-link {
    transition: 350ms ease;
    background-color: #fff;
    color: #e9580c;
}
.box-link:hover {
    background-color: #e9580c;
    color: #fff;
}

.header-links {
    position: relative;
    padding-left: 9px;
    line-height: 39px;
}
.header-links .header-link {
    display: inline-block;
    padding: 0 15px 0 11px;
    transition: 350ms ease;
    border-right: 1px solid #dadada;
    color: #dadada;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1;
}
.header-links .header-link:hover {
    opacity: 0.7;
}
.header-links .header-link.highlight {
    border-right: 1px solid #e9580c;
    color: #e9580c;
}
.header-links .header-link:last-child {
    border-right: 0;
}

@media only screen and (max-width: 1300px) {
    .header-links {
        padding-left: 0;
    }
    .header-links .header-link {
        padding: 0 2px 0 20px;
    }
    .header-links .header-link.highlight {
        border-right: 1px solid #dadada;
    }
    .header-links .header-link.highlight:last-child {
        border-right: 0;
    }
}

.footer {
    margin-top: -30px;
    background-color: transparent;
}

@media (max-width: 1199px) {
    .footer {
        border-top: 2px solid #e9580c;
    }
}

.footer-top {
    padding-bottom: 21px;
    border-top: 2px solid #e9580c;
}
.footer-top .logo {
    margin: 30px 0;
}
.footer-top .logo .logo-img {
    width: unset;
}
.footer-top .footer-img {
    max-width: 180px;
    margin: 10px;
}

@media only screen and (max-width: 1340px) {
    .footer-top .logo,
    .footer-top .footer-img {
        padding-left: 30px;
    }
}

@media (max-width: 1199px) {
    .footer-top {
        padding-bottom: 10px;
        border-top: 0;
    }
    .footer-top .logo,
    .footer-top .footer-img {
        margin: 4px 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .footer-top {
        padding-bottom: 7px;
    }
    .footer-top .logo,
    .footer-top .footer-img {
        margin: 12px 17px;
    }
}

.footer-col {
    padding-top: 37px;
    border-right: 2px solid #e9580c;
}
.footer-col:last-of-type {
    border-right: 0;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .footer-col {
        padding-top: 26px;
    }
}

@media (max-width: 767px) {
    .footer-col {
        padding-top: 17px;
        padding-bottom: 22px;
        border-top: 2px solid #e9580c;
        border-right: 0;
    }
    .footer-col:first-of-type {
        border-top: 0;
    }
}

.footer-bottom {
    background-color: #f4f4f4;
}

.footer-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

@media (max-width: 767px) {
    .footer-bottom-wrapper {
        display: block;
        padding: 22px 0;
        text-align: center;
    }
}

.footer-info {
    color: #575756;
    font-size: 14px;
    line-height: 1;
}

@media (max-width: 767px) {
    .footer-info {
        margin-bottom: 21px;
        padding: 0 15px;
        font-size: 17px;
        line-height: 1.6;
    }
}

.footer-link {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #575756;
    color: #575756;
    font-size: 14px;
    transition: 350ms ease;
}
.footer-link:hover {
    color: #e9580c;
}

@media (max-width: 767px) {
    .footer-link {
        font-size: 17px;
        line-height: 1.5;
    }
}

.footer-img-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 20px;
}

.footer-img-container .footer-img {
    padding: 0 0 10px 0;
    max-width: 280px;
    max-height: 140px;
    margin: 10px;
    width: unset;
}

.footer-img-container.footer-top {
    border-top: 2px solid #e9580c;
}

@media (min-width: 968px) {
    .footer-img-container .footer-img {
        max-height: 100px;
        margin: 10px;
    }
}

.highlight {
    color: #e9580c;
}

.highlight-link {
    transition: 350ms ease;
}
.highlight-link:hover {
    color: #575756;
}

.p-title {
    margin: 0;
    color: #575756;
    font-size: 16px;
    line-height: 2.5;
    text-align: left;
    text-transform: initial;
}

@keyframes y-translate {
    0% {
        margin-top: 0;
    }
    100% {
        margin-top: -170px;
    }
}

/* @keyframes fade-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
} */

@keyframes animate-width {
    0% {
        width: 0;
    }
    100% {
        width: 430px;
    }
}

.is-animate {
    backface-visibility: hidden;
    transform: translate3d(0, 20px, 0);
    opacity: 0;
    transition: 700ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.is-animate.is-visible {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.header-right-inner-bottom {
    display: flex;
    position: relative;
    align-items: flex-end;
    height: 88px;
    padding-left: 50px;
    z-index: 119;
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .header-right-inner-bottom {
        display: block;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        height: auto;
        padding-left: 0;
        transition: 350ms ease;
        border-left: 4px solid #575756;
        opacity: 0;
        background-color: #fff;
        pointer-events: none;
        z-index: 12;
    }
    .header-right-inner-bottom.is-open {
        visibility: visible;
        width: 575px;
        opacity: 1;
        pointer-events: auto;
    }
    .header-right-inner-bottom .header-links {
        padding-right: 28px;
        border-bottom: 1px solid #dadada;
        line-height: 61px;
        text-align: right;
    }
    .header-right-inner-bottom .header-links .header-link {
        padding: 0 15px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .header-right-inner-bottom {
        border-left: 0;
    }
    .header-right-inner-bottom.is-open {
        width: 100%;
    }
    .header-right-inner-bottom .header-links {
        padding: 9px 0 7px;
        border-bottom: 4px solid #575756;
        line-height: 41px;
        text-align: left;
        position: absolute;
        top: 0;
        width: 100%;
        background-color: #fff;
        z-index: 2;
    }
    .header-right-inner-bottom .header-links .header-link {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .nav-primary-wrapper {
        padding-top: 55px;
        height: 100vh;
        overflow: scroll;
    }
}

@media (max-width: 767px) {
    .nav-primary-wrapper {
        padding-top: 60px;
        box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    }
}

.nav-close {
    position: absolute;
    top: 62px;
    right: 100%;
    width: 81px;
    height: 55px;
    font-size: 25px;
}

@media (max-width: 767px) {
    .nav-close {
        top: 0;
        right: auto;
        width: 86px;
        height: 58px;
    }
}

.menu {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .menu {
        display: block;
    }
}

.menu-item[data-level="1"] {
    height: 71px;
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .menu-item {
        position: relative;
        height: auto;
    }
}

@media (max-width: 1299px),
(any-hover: none) {

    .menu-item[data-level="1"] {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* justify-content: flex-end; */
    }
    
    .menu-item:last-of-type {
        margin-bottom: 70px;
    }
    .menu-item:last-of-type a {
        border-bottom: 0;
    }
}

.menu-item[data-level="2"].has-sub-items > a {
    pointer-events: none;
}

.menu .submenu-link.is-open {
    padding-left: 125px;
    position: relative;
}
.menu .submenu-link.is-open span {
    opacity: 1;
    font-size: 18px;
    display: block;
    min-width: 115px;
    color: #575756;
}
.menu .submenu-link.is-open:after {
    content: "< BACK";
    display: block;
    width: 100px;
    height: 46px;
    font-size: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 2.9;
    font-style: italic;
    color: #575756;
}
.menu .submenu {
    display: block;
    width: 100%;
    max-width: none;
}
.menu-item[data-level="3"] a {
    pointer-events: visible;
}
.menu-item[data-level="1"] .submenu li,
.menu-item[data-level="2"] .submenu li {
    display: none !important;
}
.menu-item[data-level="1"] .submenu li[data-level="2"],
.menu-item[data-level="2"] .submenu li[data-level="3"] {
    display: block !important;
}

@media (max-width: 1299px),
(any-hover: none) {
    .menu-item[data-level="2"].active .submenu {
        display: block;
        left: 0;
        visibility: visible;
        background: rgb(0 0 0 / 15%);
        top: 0;
        left: -40px;
        width: calc(100% + 75px);
        width: 100%;
    } 
}

@media (min-width: 1300px) and
(any-hover: hover) {
    .menu .submenu {
        max-width: 500px;
    }
    .menu-item[data-level="1"] > a {
        display: inline-block;
        position: relative;
        z-index: 1;
        padding: 17px 14px 26px;
        transition: 350ms ease;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: -0.007em;
        line-height: 1;
        text-transform: uppercase;
    }

    .menu-item[data-level="1"] > a:after {
        content: "";
        position: absolute;
        bottom: 15;
        left: 13px;
        width: calc(100% - 25px);
        height: 2px;
        transform: scaleY(0);
        transform-origin: left bottom;
        transition: 350ms ease, transform 1ms;
        background-color: #ffffff;
    }

    .menu-item[data-level="1"] > a:hover:after {
        transform: scaleY(1);
    }
    .menu-item[data-level="2"] a {
        pointer-events: all;
    }
}

@media only screen and (min-width: 1301px) and
(any-hover: hover) {
    .menu-item > a::after {
        content: "";
        position: absolute;
        bottom: 15;
        /* left: 0; */
        width: 100%;
        height: 4px;
        transform: scaleY(0);
        transform-origin: left bottom;
        transition: 350ms ease, transform 1ms;
        background-color: #ffffff;
    }
    .menu-item > a::after {
        /* content: '';
        border-bottom: 2px solid transparent;
        padding-top: 10px;
        display: block; */
    }
    .menu-item > a.current-link::after {
        border-color: #e9580c;
    }
    .is-sticky .menu-item > a {
        color: #ffffff;
    }
}

@media only screen and (max-width: 1340px),
(any-hover: none) {
    .menu-item > a {
        padding: 17px 15px 26px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .menu-item > a {
        display: block;
        padding: 14px 70px 18px 37px;
        /*border-bottom: 1px solid #dadada;*/
        color: #575756;
        font-size: 18px;
        line-height: 1.6;
    }
    .menu-item > a.current-link {
        color: #9b9b9b;
    }
    .is-sticky .menu-item > a.current-link {
        color: #9b9b9b;
    }

    .menu-item > a + button,
    .nav-close {
        display:block !important;
    }
}

@media (max-width: 1299px),
(any-hover: none) {
    .menu-item > a {
        padding: 14px 70px 18px 21px;
    }
    .menu-item > button.submenu-link span {
        font-size: 0;
        transition: opacity 1s ease;
        opacity: 0;
    }
    .menu-item > button.submenu-link.is-open {
        margin: 20px 0 10px 0;
        padding-right: 25px;
    }
}

.menu-item:last-of-type > a {
    /* margin-right: -29px; */
}

@media only screen and (max-width: 1340px),
(any-hover: none) {
    .menu-item:last-of-type > a {
        margin-right: 0;
    }
}

@media only screen and (max-width: phone) {
    .menu-item:last-of-type > a {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 1301px) and
(any-hover: hover) {
    .submenu .menu-item:hover > a {
        border-bottom: 1px solid #ffffff;
        width: fit-content;
    }
    .submenu .menu-item:hover.has-sub-items > a {
        border-bottom: none;
    }
    .menu-item:hover > a::after {
        transition: 350ms ease;
        right: -10px;
    }
    .submenu .menu-item:hover.has-sub-items::after {
        transition: 350ms ease;
        right: 10px;
    }
    .submenu .menu-item:hover > a.pdf-link {
        border-bottom: none;
        width: 100%;
        color: #b2b2b2;
    }
}

.menu-item .submenu {
    visibility: hidden;
    position: absolute;
    /* right: 0;
    left: 0; */
    top: 94px;
    padding: 10px 0 0 10px;
    transform: translateY(-12px);
    transition: 350ms ease;
    opacity: 0;
    background-color: #222222;
    box-shadow: 0 22px 24px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    column-gap: 120px;
    column-count: 1;
}
.header.is-sticky .menu-item > .submenu {
    /* top: 94px; */
}
.menu-item > .submenu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    transform: scaleX(0);
    transform-origin: left top;
    transition: 350ms ease, transform 1ms;
    /* background-color: #8e97ca; */
}
.menu-item > .submenu > li {
    margin-bottom: 9px;
    break-inside: avoid;
    padding-right: 14px;
    min-width: 250px;
    position: relative;
    min-height: 27px;
}
.menu-item > .submenu .submenu-link::before {
    top: 4px;
    right: 74px;
    padding: 10px;
    font-size: 9px;
}

@media only screen and (max-width: 1500px) {
    .menu-item > .submenu {
        column-gap: 100px;
    }
}

@media only screen and (max-width: 1340px) {
    .menu-item > .submenu {
        column-gap: 50px;
    }
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .menu-item .submenu {
        display: none;
        visibility: visible;
        position: relative;
        padding: 14px 35px 0;
        transform: translateY(0);
        transition: none;
        border-bottom: 1px solid #dadada;
        opacity: 1;
        box-shadow: none;
        pointer-events: auto;
        column-count: 1;
        top: 0;
    }
    .menu-item > .submenu::after {
        content: none;
    }
    .menu-item > .submenu > li {
        display: block;
        position: relative;
        border-bottom: 1px solid #dadada;
    }
    .menu-item > .submenu > li:last-of-type {
        margin-bottom: 0;
        border-bottom: 0;
    }
}

@media only screen and (max-width: 1300px) and (max-width: 767px),
(any-hover: none) {
    .menu-item > .submenu > li:last-of-type {
        margin-bottom: 15px;
        border-bottom: 0;
    }
}

@media (max-width: 767px) {
    .menu-item .submenu {
        background-color: #575756;
    }
    .menu-item > .submenu {
        padding: 20px 21px 0 40px;
    }
    .menu-item > .submenu .submenu-link::before {
        right: 0;
    }
}
@media (min-width: 1300px) and
(any-hover: hover) {
    .menu-item:hover > .submenu {
        visibility: visible;
        transform: translateY(-6px);
        transition: 550ms ease 150ms;
        opacity: 0.9;
        width: fit-content;
        pointer-events: auto;
    }
    .menu-item:hover > .submenu::after {
        transform: scaleX(1);
        transition: 350ms ease, transform 550ms ease 350ms;
    }

    .menu-item.has-sub-items[data-level="2"]::after {
        top: 5px;
    }
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .menu-item:hover > .submenu {
        transform: translateY(0);
        transition: none;
    }
}

.submenu-link::before {
    content: "";
    position: absolute;
    z-index: 10;
    top: 20px;
    right: 27px;
    transition: 350ms ease;
    color: #707070;
    font-size: 0px;
    line-height: 1;
    width: 0;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
}
.submenu-link.current-link::before {
    color: #9b9b9b;
}
.submenu-link.is-open::before {
    transform: rotate(45deg);
}

@media (max-width: 1299px),
(any-hover: none) {
    .submenu-link.is-open::before {
    left: 100%;
    top: 0;
    }
}

.submenu a {
    display: inline-block;
    position: relative;
    /* margin-bottom: 15px; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    transition: 350ms ease;
    text-transform: uppercase;
    width: 100%;
    margin-right: 20px;
}
/* .submenu a::after {
    content: '';
    position: absolute;
    background-color: transparent;
    right: 0;
    top: 6px;
    width: 0;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
} */

.submenu .menu-item.has-sub-items > a::after {
    display: none;
}
.menu-item.has-sub-items[data-level="2"]::after {
    content: "";
    position: absolute;
    background-color: transparent;
    left: auto;
    right: 18px;
    top: 25px;
    width: 0;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    transition: 350ms ease;
}

 @media (max-width: 992px) {
    .menu-item.has-sub-items[data-level="2"].active::after {
    transform: rotate(45deg);
    }
} 
@media (min-width: 1300px) and
(any-hover: hover) {
    .menu-item.has-sub-items[data-level="2"]::after {
        top: 5px;
    }
}

.submenu a.current-link {
    color: #9b9b9b;
}
.submenu a.current-link::after {
    background-color: #9b9b9b;
}

.submenu .menu-item > a.pdf-link::after {
    content: "";
    position: absolute;
    background-color: transparent;
    /* left: 0; */
    right: -2px;
    top: 5px;
    width: 16px;
    height: 16px;
    /* border: solid white; */
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(360deg);
    transition: 350ms ease;
    background: transparent url(/assets/svg/download-icon.svg) no-repeat center;
    background-size: contain;
}

@media (max-width: 1299px),
(any-hover: none) {
    .submenu .menu-item > a.pdf-link::after {
        width: 22px;
        height: 22px;
        top: 20px;
    }
}

.submenu .menu-item:hover > a.pdf-link::after {
    content: "";
    position: absolute;
    background-color: transparent;
    /* left: 0; */
    right: -2px;
    top: 5px;
    width: 16px;
    height: 16px;
    /* border: solid white; */
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(360deg);
    transition: 350ms ease;
    background: transparent url(/assets/svg/download-icon-hover.svg) no-repeat center;
    background-size: contain;
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .submenu a {
        display: block;
        margin-bottom: 0;
        padding-right: 34px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 32px;
    }
    .submenu a::after {
        content: none;
    }
}

.submenu .submenu {
    top: -10px;
    left: 100%;
    transform: none;
}
.submenu .menu-item:hover > .submenu {
    transform: none;
    width: max-content;
}
.submenu .submenu a {
    font-size: 14px;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .submenu .menu-item:hover > .submenu {
        transform: none;
        min-width: max-content;
        width: calc(100% + 75px);
    }
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .submenu .submenu {
        display: none;
        transition: none;
        border-bottom: 0;
    }
    .submenu .submenu a {
        font-size: 16px;
    }
}

.nav-secondary {
    padding-left: 22px;
}
.nav-secondary a {
    display: inline-block;
    transition: 350ms ease;
    color: #575756;
    font-size: 16px;
    line-height: 2.5;
}
.nav-secondary a:hover {
    color: #e9580c;
}

@media only screen and (max-width: 1300px),
(any-hover: none) {
    .nav-secondary {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .nav-secondary {
        padding-left: 17px;
    }
}

.social-block {
    padding-left: 25px;
}

@media (max-width: 1199px) {
    .social-block {
        padding-left: 42px;
    }
}

@media (max-width: 991px) {
    .social-block {
        padding-left: 0;
        text-align: center;
    }
    .social-block .p-title {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .social-block {
        padding-left: 32px;
    }
}

.social-item {
    line-height: 2;
    padding: 5px 0;
}
.social-item:hover .icon {
    color: #e9580c;
}
.social-item .icon {
    padding-top: 4px;
    color: #4b6c89;
    font-size: 20px;
    transition: 350ms ease;
}

.cta-form-block {
    padding-right: 29px;
    padding-left: 29px;
}

@media (max-width: 1199px) {
    .cta-form-block {
        padding-right: 34px;
        padding-left: 24px;
    }
}

@media (max-width: 767px) {
    .cta-form-block {
        padding-right: 15px;
        padding-left: 17px;
    }
}

.cta-form {
    position: relative;
    width: 100%;
    max-width: 300px;
    margin: 6px 0;
}

.cta-form-field {
    width: 100%;
    height: 42px;
    padding: 8px 45px 8px 19px;
    transition: 350ms ease;
    border: 1px solid #dadada;
    background-color: #f4f4f4;
    color: #888;
    /* font-family: effra, sans-serif; */
    font-size: 16px;
}
.cta-form-field::-webkit-input-placeholder {
    color: #888;
    /* font-family: effra, sans-serif; */
    font-size: 16px;
}
.cta-form-field:-moz-placeholder {
    color: #888;
    /* font-family: effra, sans-serif; */
    font-size: 16px;
}
.cta-form-field::-moz-placeholder {
    color: #888;
    /* font-family: effra, sans-serif; */
    font-size: 16px;
}
.cta-form-field:-ms-input-placeholder {
    color: #888;
    /* font-family: effra, sans-serif; */
    font-size: 16px;
}
.cta-form-field:hover,
.cta-form-field:focus {
    background-color: #fff;
}

.cta-form-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 100%;
    transition: 350ms ease;
    background-color: #e9580c;
}
.cta-form-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
}
.cta-form-btn:hover {
    background-color: #cd591c;
}

/* Share price box */
/* Share price */
#share-price-wrapper {
    display: block;
    order: 3;
    position: relative;
    right: 40px;
    z-index: 200;
    transition: transform 350ms ease;
}

/* Share price trigger */
#share-price-trigger {
    font-size: 0;
    width: 53px;
    height: 53px;
    display: block;
    padding: 0;
    position: relative;
    top: 55px;
    border: none;
    background: url(/assets/svg/share-price-icon-white.svg) no-repeat center;
    background-size: 30px;
}
#share-price-trigger:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url(/assets/svg/exit-white.svg) no-repeat center;
    background-size: 24px;
    -webkit-transition: opacity 0.65s ease;
    -moz-transition: opacity 0.65s ease;
    -o-transition: opacity 0.65s ease;
    transition: opacity 0.65s ease;
}
.share-price-box-wrapper {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 3;
    width: fit-content;
    min-width: 408px;
    max-width: 100vw;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    transition: transform 350ms ease;
}
#share-price-box {
    background: #656565;
    padding: 15px;
    color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.65s ease;
    -moz-transition: all 0.65s ease;
    -o-transition: all 0.65s ease;
    transition: all 0.65s ease;
    text-align: right;
}
/* Active */
#share-price-wrapper.active #share-price-trigger {
    background-image: unset;
}
#share-price-wrapper.active #share-price-trigger:after {
    opacity: 1;
}
#share-price-wrapper.active .share-price-box-wrapper {
    visibility: visible;
}
.is-sticky #share-price-wrapper.active .share-price-box-wrapper {
    transform: translateY(-3px);
}
#share-price-wrapper.active #share-price-box {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

/* Share price content */
.share-price {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1;
    text-align: center;
    transition: 350ms ease;
}
.share-price::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 6px;
    border-top: 5px solid #dadada;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.share-price.price-up::after {
    border-top: 0;
    border-bottom: 5px solid #dadada;
}
.share-price .price {
    font-size: 17px;
}
#share-price-box p {
    color: #fff;
}

/* Search */
/* .search-main {
    position: relative;
}
.search-main .search-toggle {
    width: 57px;
    height: 39px;
    background-color: #e9580c;
    color: #fff;
    transition: 350ms ease;
}
.search-main .search-toggle:hover {
    background-color: #cd591c;
}
.search-main .search-toggle .icon {
    padding-top: 4px;
    font-size: 18px;
} */

@media only screen and (max-width: 1300px) {
    /* .search-main {
        position: absolute;
        top: 63px;
        right: 99px;
    }
    .search-main .search-toggle {
        width: 76px;
        height: 52px;
    } */
}

@media (max-width: 1300px),
(any-hover: none) {
    /* Share price box */
    /* Share price trigger */
    #share-price-trigger {
        top: 14px;
    }
    /* Share price */
    #share-price-wrapper {
        width: 100%;
        order: 0;
        position: unset;
    }

    /* .search-main {
        top: 14px;
        right: 61px;
    }
    .search-main .search-toggle {
        width: 70px;
        background-color: transparent;
        color: #e9580c;
    }
    .search-main .search-toggle:hover {
        background-color: transparent;
    }
    .search-main .search-toggle .icon {
        font-size: 27px;
    }
    .font-ico-search {
        background-size: 27px;
    } */
}
/* 
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: 350ms ease 1ms;
    visibility: hidden;
    z-index: 10;
}
.search-overlay.is-visible {
    opacity: 1;
    transition: 350ms ease;
    visibility: visible;
}

.search-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 170px;
    transform: translateY(-100%);
    border-bottom: 4px solid #e9580c;
    background-color: #002945;
    opacity: 0;
    transition: 350ms ease 1ms;
    visibility: hidden;
    z-index: 11;
}
.search-inner.is-open {
    transform: translateY(0);
    opacity: 1;
    transition: 350ms ease;
    visibility: visible;
} */

@media only screen and (max-width: 1300px) {
    /* .search-inner {
        top: 116px;
        border-top: 4px solid #e9580c;
    } */
}

@media (max-width: 767px) {
    /* .search-inner {
        top: 62px;
        height: 113px;
    } */
}
/* 
.search-close {
    position: absolute;
    top: 100%;
    right: 143px;
} */

@media only screen and (max-width: 1300px) {
    /* .search-close {
        position: absolute;
        top: auto;
        right: 140px;
        bottom: 100%;
    } */
}

@media (max-width: 767px) {
    /* .search-close {
        right: 109px;
    } */
}
/* 
.search-field-wrapper {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 55px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
} */

@media (min-width: 576px) and (max-width: 1199px) {
    /* .search-field-wrapper {
        padding: 0 65px;
    } */
}

@media (max-width: 767px) {
    /* .search-field-wrapper {
        padding: 0 15px;
    } */
}
/* 
.search-field {
    position: relative;
    width: 100%;
    height: 70px;
    border: 0;
    color: #9b9b9b;
    font-size: 34px;
    font-style: italic;
    font-weight: 300;
}
.search-field::-webkit-input-placeholder {
    color: #f4f4f4;
}
.search-field:-moz-placeholder {
    color: #f4f4f4;
}
.search-field::-moz-placeholder {
    color: #f4f4f4;
}
.search-field:-ms-input-placeholder {
    color: #f4f4f4;
}
.search-field::-ms-clear {
    margin-right: 30px;
}

.search-button {
    right: 90px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.search-button .icon {
    display: inline-block;
    padding-top: 4px;
    color: #9b9b9b;
    font-size: 32px;
} */

@media (max-width: 767px) {
    /* .search-button {
        right: 30px;
    } */
}

.news-card-wrap {
    display: flex;
}

.news-card {
    box-shadow: 5px 10px 18px #dadada;
    padding: 10px;
    background-color: #fff;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.news-card .news-category-title {
    color: #002945;
    font-weight: bold;
    font-size: 13px;
    border-right: 1px solid #9b9b9b;
    padding-right: 5px;
    text-transform: uppercase;
}
.news-card time {
    padding-left: 5px;
    color: #9b9b9b;
    font-size: 13px;
    text-transform: uppercase;
}
.news-card .news-category {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}
.news-card .icon {
    color: #fff;
    font-size: 25px;
}
.news-card .icon::before {
    margin-right: 10px;
}
.news-card.grey-card,
.news-card.orange-card {
    background-color: #e9580c;
}
.news-card.grey-card .news-category-title,
.news-card.grey-card .news-title,
.news-card.grey-card time,
.news-card.orange-card .news-category-title,
.news-card.orange-card .news-title,
.news-card.orange-card time {
    color: #fff;
    border-color: #fff;
}
.news-card.grey-card .news-category-title::after,
.news-card.grey-card .news-title::after,
.news-card.grey-card time::after,
.news-card.orange-card .news-category-title::after,
.news-card.orange-card .news-title::after,
.news-card.orange-card time::after {
    border-left: 10px solid #fff;
}
.news-card.grey-card .icon,
.news-card.orange-card .icon {
    color: #fff;
}
.news-card.orange-card .news-link:hover {
    color: #dadada;
}
.news-card.orange-card .news-link:hover::after {
    border-left-color: #dadada;
}
.news-card.orange-card .news-title:hover {
    color: #dadada;
}
.news-card.grey-card {
    background-color: #575756;
}
.news-card.grey-card .news-category-title {
    border: 0;
}
.news-card.grey-card .news-link:hover {
    color: #cd591c;
}
.news-card.grey-card .news-link:hover::after {
    border-left-color: #cd591c;
}
.news-card.white-card .news-category-title {
    border: 0;
}
.news-card.white-card .icon {
    color: #8e97ca;
}
.news-card.white-card .news-link {
    color: #e9580c;
}
.news-card.white-card .news-link::after {
    border-left: 6px solid #e9580c;
}
.news-card.white-card .news-link:hover {
    color: #cd591c;
}
.news-card.white-card .news-link:hover::after {
    border-left: 6px solid #cd591c;
}
.news-card .news-link-wrap {
    margin-top: auto;
}
.news-card .news-link:nth-child(2) {
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.news-card .price-news {
    color: #002945;
    font-size: 80px;
    display: block;
    line-height: 97px;
}
.news-card .price-info {
    color: #575756;
    margin: 13px 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
}
.news-card .price-info span {
    display: inline-block;
    border-right: 2px solid #575756;
    padding-right: 4px;
    margin: 4px 4px 4px 0;
}
.news-card .price-info span:last-child {
    border: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-card .news-category-title {
        width: 100%;
        display: block;
        border-right: 0;
    }
    .news-card .price-news {
        font-size: 55px;
        line-height: 55px;
    }
    .news-card time {
        padding-top: 3px;
        padding-left: 0;
        display: block;
    }
    .news-card .news-link {
        margin: 5px 0;
    }
    .news-card .news-link:nth-child(2) {
        border-left: 0;
        padding-left: 0;
        margin-left: 0;
    }
    .news-card .price-info span {
        display: block;
        border: 0;
        padding: 3px 0;
    }
}

@media (max-width: 767px) {
    .news-card {
        margin: 10px 0;
    }
    .news-card .price-news {
        font-size: 70px;
        line-height: 70px;
    }
    .news-card .news-link-wrap {
        margin-top: auto;
    }
    .news-card .news-link-wrap .news-link {
        margin: 0;
        border: 0;
        padding: 0;
    }
}

.investors-content .title-link {
    font-size: 32px;
    color: #002945;
    display: flex;
    font-weight: 500;
}
.investors-content .title-link img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 15px;
}
.investors-content .title-link:hover {
    color: #cd591c;
}
.investors-content .box-image-title {
    font-size: 34px;
    line-height: 45px;
    display: block;
    color: #e9580c;
    font-weight: 500;
}
.investors-content .text-wrap {
    left: 260px;
}
.investors-content .text-wrap time {
    display: block;
    color: #9b9b9b;
    font-weight: bold;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 13px;
}
.investors-content .link-out {
    display: flex;
    color: #e9580c;
    align-items: center;
}
.investors-content .link-out::before {
    color: #8e97ca;
    font-size: 22px;
    margin-right: 10px;
}
.investors-content .link-out:hover {
    color: #cd591c;
}
.investors-content .link-out:hover::after {
    border: 0;
}
.investors-content .news-card {
    margin: 80px 0;
    padding: 25px 30px;
}
.investors-content .news-card .news-title {
    font-size: 22px;
}
.investors-content .news-card .news-title::after {
    display: none;
}
.investors-content .news-category {
    margin-bottom: 30px;
}
.investors-content .image-news {
    height: 245px;
}
.rnsfeed iframe,
.shareprice iframe {
    width: 100%;
    height: 1150px;
    border: unset;
}

@media (max-width: 991px) {
    .investors-content .box-image-title {
        font-size: 28px;
        line-height: 36px;
    }
    .investors-content .image-news {
        height: 135px;
    }
}

@media (max-width: 767px) {
    .investors-content .box-image-title {
        font-size: 24px;
        line-height: 32px;
    }
    .investors-content .news-card {
        margin: 8px 0;
    }
    .investors-content .news-category {
        margin-bottom: 15px;
    }
}

.investors-box.back-image-with-text.full-width-box {
    margin: 0;
}

.download-links-box {
    padding: 20px;
}

@media (max-width: 767px) {
    .download-links-box {
        padding: 0;
        margin: 20px 0;
    }
}

.grey-box {
    background-color: #f4f4f4;
    padding: 30px 50px 40px;
    margin: 50px 0;
}
.grey-box p {
    font-size: 22px;
    text-align: center;
}
.grey-box h5 {
    position: relative;
    text-align: center;
}
.grey-box .btn-wrap {
    text-align: center;
    margin: 20px 0 0;
}

@media (max-width: 767px) {
    .grey-box {
        padding: 30px 20px;
    }
    .grey-box h5 {
        font-size: 22px;
    }
    .grey-box p {
        font-size: 20px;
    }
}

.back-image-with-text {
    position: relative;
    margin: 100px auto 110px;
    max-width: 1200px;
}
.back-image-with-text .image-wrap {
    background-size: cover;
    width: 100%;
    height: 590px;
    box-shadow: 5px 10px 18px #9b9b9b;
}
.back-image-with-text .text-wrap {
    position: absolute;
    top: -40px;
    left: 75px;
    background-color: rgba(255, 255, 255, 0.95);
    width: 470px;
    padding: 50px 20px 50px 33px;
    box-shadow: 5px 10px 18px rgba(0, 0, 0, 0.1);
}
.back-image-with-text p {
    font-size: 22px;
    line-height: 36px;
}
.back-image-with-text .btn {
    margin-bottom: -25px;
    position: absolute;
    bottom: 0;
}
.back-image-with-text.full-width-box {
    max-width: none;
    margin: 100px 0;
}
.back-image-with-text.full-width-box .text-wrap {
    width: 715px;
    padding: 50px;
    text-align: left;
}
.back-image-with-text.full-width-box .investors-text-wrap {
    left: auto;
}

@media (max-width: 991px) {
    .back-image-with-text {
        margin-top: 0;
        margin-bottom: 100px;
    }
    .back-image-with-text .image-wrap {
        height: 380px;
    }
    .back-image-with-text .text-wrap {
        top: auto;
        bottom: -25px;
        padding: 15px 15px 40px;
    }
    .back-image-with-text p {
        font-size: 20px;
        line-height: 32px;
    }
    .back-image-with-text.full-width-box .text-wrap {
        width: 380px;
        padding: 15px 15px 40px;
    }
}

@media (max-width: 767px) {
    .back-image-with-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .back-image-with-text.full-width-box {
        margin: 50px 0 30px;
        padding: 0;
    }
    .back-image-with-text.full-width-box .text-wrap {
        width: auto;
        padding: 22px;
    }
    .back-image-with-text .text-wrap {
        box-shadow: none;
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        bottom: auto;
        padding: 20px 0;
    }
    .back-image-with-text p {
        font-size: 18px;
        line-height: 28px;
    }
    .back-image-with-text .btn {
        position: relative;
        margin-bottom: 0;
        bottom: auto;
    }
    .back-image-with-text .image-wrap {
        height: 210px;
    }
}

.home-content .back-image-with-text .image-wrap {
    height: 0;
    padding-bottom: 50%;
}

.image-with-links {
    display: flex;
    flex-wrap: wrap;
    margin: 100px auto;
    max-width: 1200px;
    align-items: center;
}
.image-with-links .above {
    z-index: 4;
}
.image-with-links img {
    width: 100%;
    box-shadow: 5px 10px 18px #9b9b9b;
}
.image-with-links .btn-wrap {
    text-align: left;
}

@media (max-width: 991px) {
    .image-with-links {
        max-width: 550px;
    }
}

@media (max-width: 767px) {
    .image-with-links {
        flex-wrap: wrap;
        margin: 20px 0;
    }
}

.news-card-image {
    margin-bottom: 108px;
    background-color: #fff;
    box-shadow: 5px 10px 18px #dadada;
}
.news-card-image .image-news {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.news-card-image .number-row {
    display: flex;
    align-items: flex-start;
}
.news-card-image .image-news-data {
    height: 285px;
    background-color: #8e97ca;
    color: #fff;
    padding: 20px;
}
.news-card-image .number-data {
    font-size: 64px;
    min-width: 123px;
    margin-right: 20px;
    font-weight: 500;
}
.news-card-image .number-data small {
    font-size: 34px;
}
.news-card-image .text-data {
    font-size: 20px;
    margin-top: 15px;
}
.news-card-image .news-intro {
    padding: 20px;
}
.news-card-image .news-intro p {
    line-height: 24px;
}
.news-card-image .news-intro .news-title {
    margin: 0 0 10px;
    display: block;
}

@media (max-width: 991px) {
    .news-card-image .number-data {
        font-size: 34px;
        min-width: 60px;
    }
    .news-card-image .number-data small {
        font-size: 14px;
    }
    .news-card-image .text-data {
        font-size: 12px;
        margin-top: 10px;
    }
    .news-card-image .news-intro {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .news-card-image {
        margin-bottom: 16px;
    }
    .news-card-image .image-news,
    .news-card-image .image-news-data {
        height: 200px;
    }
}

.full-width-back {
    position: relative;
}
.full-width-back .full-position {
    background-color: rgba(142, 151, 202, 0.1);
    position: absolute;
    left: 0;
    top: 20px;
    bottom: 20px;
    width: 100%;
}
.full-width-back .image-with-links {
    margin: 30px auto;
}

@media (max-width: 767px) {
    .full-width-back .image-with-links {
        margin: 20px auto;
    }
}

.banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.banner .back-gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .section-title,
.back-img .section-title {
    font-size: 84px;
    color: #fff;
    margin-top: 90px;
    text-align: center;
    text-shadow: 0 6px 4px rgba(0, 0, 0, 0.4);
    z-index: 1;
}

@media (max-width: 991px) {
    .banner {
        min-height: 280px;
        height: auto;
        margin-top: 38px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .banner {
        min-height: 200px;
        height: auto;
        margin-top: 0;
    }
    .banner .section-title {
        font-size: 44px;
        margin-top: 80px;
        padding: 0 10px;
    }
}

.banner-lg {
    height: 558px;
}
.banner-lg .section-title {
    margin-top: 0;
}
.banner-lg + .banner-bottom-content {
    padding: 22px 0;
}

@media (max-width: 991px) {
    .banner-lg {
        height: 435px;
    }
    .banner-lg .section-title {
        margin-top: 10px;
    }
    .banner-lg + .banner-bottom-content {
        padding: 0;
        max-width: initial;
        width: auto;
        margin: -120px 60px 0;
    }
}

@media (max-width: 767px) {
    .banner-lg {
        height: 200px;
    }
    .banner-lg .section-title {
        margin-top: 70px;
    }
    .banner-lg + .banner-bottom-content {
        width: 100%;
        margin: 0;
    }
}

.back-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 840px;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.45);
}

@media (max-width: 991px) {
    .back-img {
        height: auto;
        width: 100%;
        padding: 40px 0;
        min-height: initial;
    }
}

@media (max-width: 767px) {
    .back-img {
        display: block;
        height: 250px;
    }
}

.banner-msg {
    text-align: center;
}
.banner-msg p {
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    max-width: 852px;
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
    animation-name: fade-in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    opacity: 0;
    position: relative;
    color: #fff;
}
.banner-msg p::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #e9580c;
    display: block;
    animation-name: animate-width;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
    position: absolute;
    right: calc(50% - 215px);
    top: -20px;
}

@media (max-width: 767px) {
    .banner-msg p {
        color: #4b6c89;
    }
}

.banner-msg .btn {
    margin: 0 auto;
    animation-name: fade-in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
    opacity: 0;
}
.banner-msg.mobile-show {
    display: none;
}

@media (max-width: 991px) {
    .banner-msg {
        max-width: 423px;
        margin-top: 95px;
    }
    .banner-msg p {
        font-size: 18px;
        line-height: 31px;
    }
    .banner-msg p::before {
        margin: 10px 0;
    }
}

@media (max-width: 767px) {
    .banner-msg {
        margin-top: 0;
        padding: 20px;
        max-width: none;
    }
    .banner-msg.desktop-show {
        display: none;
    }
    .banner-msg.mobile-show {
        display: block;
    }
    .banner-msg.mobile-show img {
        margin-top: 70px;
    }
    .banner-msg p {
        opacity: 1;
        animation: none;
        font-size: 16px;
        line-height: 27px;
        margin: 0 0 20px;
    }
    .banner-msg p::before {
        display: none;
    }
    .banner-msg .btn {
        opacity: 1;
        animation: none;
    }
}

.banner-draw {
    max-width: 720px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px;
    animation-name: fade-in;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@media (max-width: 991px) {
    .banner-draw {
        max-width: 400px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .banner-draw {
        max-width: 210px;
    }
}

.banner-bottom-content {
    position: relative;
    margin: 0 auto;
    max-width: 870px;
    width: 100%;
    background-color: #fff;
    margin-top: -185px;
    min-height: 165px;
}
.banner-bottom-content.content-lg {
    max-width: 1100px;
}
.banner-bottom-content h5 {
    text-align: center;
}
.banner-bottom-content p {
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    font-size: 26px;
    line-height: 1.35;
    color: #4b6c89;
}
.banner-bottom-content span {
    display: block;
    text-align: center;
    color: #e9580c;
}
.banner-bottom-content .price {
    font-size: 84px;
    font-weight: 500;
}
.banner-bottom-content .price.text-line-down::after {
    margin: 0 auto;
}
.banner-bottom-content .price-descript {
    font-size: 20px;
    line-height: 24px;
    margin-top: 10px;
    color: #002945;
}
.banner-bottom-content .shadow-position {
    position: relative;
}
.banner-bottom-content .shadow {
    margin-top: 20px;
    box-shadow: 5px 10px 18px #9b9b9b;
    width: 100%;
    height: 5px;
    border-bottom: 1px solid #dadada;
}
.banner-bottom-content.narrow {
    max-width: 870px;
}
.banner-bottom-content.banner-margin {
    margin-top: -20px;
}
.banner-bottom-content.no-color {
    background-color: transparent;
}

@media (max-width: 991px) {
    .banner-bottom-content {
        margin-top: -100px;
    }
    .banner-bottom-content .price {
        font-size: 58px;
    }
    .banner-bottom-content p {
        padding: 30px 15px 10px;
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .banner-bottom-content {
        margin-top: 0;
    }
    .banner-bottom-content p {
        padding: 10px 15px;
        font-size: 18px;
    }
    .banner-bottom-content .btn {
        width: auto;
    }
    .banner-bottom-content .shadow {
        margin-top: 0;
        box-shadow: none;
    }
}

.cookie {
    /* max-height: 1000px;
    transition: max-height 1000ms ease-in-out;
    background-color: #000; */
}
.is-sticky .cookie {
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: max-height 350ms ease;
    opacity: 0;
}

@media (max-width: 767px) {
    .is-sticky .cookie {
        visibility: visible;
        max-height: 1000px;
        overflow: visible;
        opacity: 1;
    }
}

.cookie-wrap {
    position: relative;
    padding: 13px 0;
}
.cookie-wrap p {
    margin: 0;
    padding-right: 60px;
    padding-left: 108px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
.cookie-wrap a {
    transition: 350ms ease;
    color: #e9580c;
}
.cookie-wrap a:hover {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    .cookie-wrap p {
        padding-right: 130px;
        padding-left: 58px;
    }
}

@media (max-width: 767px) {
    .cookie-wrap {
        padding: 20px 15px;
        text-align: center;
    }
    .cookie-wrap p {
        margin-bottom: 13px;
        padding-right: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.7;
    }
}

.close-cookie {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 28px;
}
.close-cookie .icon {
    transition: 350ms ease;
    color: #fff;
    font-size: 18px;
}
.close-cookie .icon:hover {
    color: #e9580c;
}

@media (max-width: 1199px) {
    .close-cookie {
        right: 66px;
    }
}

@media (max-width: 767px) {
    .close-cookie {
        position: static;
        margin: 10px auto 0;
        transform: translate(0);
    }
    .close-cookie .icon {
        font-size: 34px;
    }
}

.person-wrap {
    /* padding: 0 5px; */
}

@media (max-width: 767px) {
    .person-wrap {
        /* padding: 0 15px; */
    }
}

.people-list {
    padding: 20px 0 65px;
}

@media (max-width: 1199px) {
    .people-list {
        padding: 20px 15px 28px;
    }
}

@media (max-width: 767px) {
    .people-list {
        padding: 20px 0 28px;
    }
}

.person-item {
    margin-bottom: 30px;
    cursor: pointer;
    opacity: 0.6;
    transition: 350ms ease;
}
.person-item:hover,
.person-item.is-active {
    opacity: 1;
}
.person-item:hover {
    opacity: 0.6;
}
.person-item.is-active {
    opacity: 1;
}

@media (max-width: 767px) {
    .person-item {
        margin-bottom: 0;
        border-bottom: 2px solid #8e97ca;
        opacity: 1;
    }
    .person-wrap:first-of-type .person-item {
        border-top: 2px solid #8e97ca;
    }
}

.person-widget {
    position: relative;
    background-color: #fff;
    z-index: 1;
}
.person-widget::after {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 100%;
    height: 25px;
    background-color: #fff;
    opacity: 0;
    transition: 350ms ease;
}
.is-active .person-widget::after {
    opacity: 1;
}

@media (max-width: 767px) {
    .person-widget::after {
        content: none;
    }
    .is-active .person-widget {
        box-shadow: none;
    }
}

.person-img-wrap {
    width: 100%;
    /* max-width: 330px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.person-img-wrap::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
}
.person-img-wrap .media-item {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}
.person-img-wrap img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.person-img-wrap.compat-object-fit {
    background-size: cover;
    background-position: center center;
}
.person-img-wrap.compat-object-fit img {
    opacity: 0;
}

@media (max-width: 767px) {
    .person-img-wrap {
        max-width: 270px;
        height: 270px;
    }
}

.person-info {
    position: relative;
    padding: 10px 25px;
    transition: 350ms ease 350ms;
}
.person-info::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    transform: scaleY(0);
    transform-origin: left top;
    background-color: #8e97ca;
    transition: 350ms ease, transform 1ms;
}
.is-active .person-info::after {
    transform: scaleY(1);
    transition: 350ms ease;
}

@media (max-width: 1199px) {
    .person-info {
        padding: 10px 15px;
    }
}

@media (max-width: 767px) {
    .person-info {
        padding: 7px 55px 10px 9px;
    }
    .person-info::after {
        content: none;
    }
}

.person-name {
    display: block;
    color: #575756;
    font-size: 22px;
    font-weight: 500;
    transition: 350ms ease;
}
.is-active .person-name {
    color: #e9580c;
}

@media (min-width: 1200px) {
    .person-item:hover .person-name {
        color: #e9580c;
    }
}

.person-job-title {
    display: block;
    color: #575756;
    font-size: 18px;
    transition: 350ms ease;
}
.is-active .person-job-title {
    color: #e9580c;
}

@media (min-width: 1200px) {
    .person-item:hover .person-job-title {
        color: #e9580c;
    }
}

.person-toggle {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.person-toggle .icon {
    padding-top: 11px;
    color: #e9580c;
    font-size: 11px;
    transition: 350ms ease;
}
.is-active .person-toggle .icon {
    transform: rotate(180deg);
    color: #dadada;
}

.person-content {
    display: none;
    width: calc(300% + 16px);
}
.person-wrap:nth-of-type(3n + 2) .person-content {
    margin-left: calc(-100% - 8px);
}
.person-wrap:nth-of-type(3n + 3) .person-content {
    margin-left: calc(-200% - 16px);
}
.person-content.is-active {
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
    .person-content {
        width: 100%;
        padding: 0 15px;
    }
    .person-wrap:nth-of-type(3n + 2) .person-content {
        margin-left: 0;
    }
    .person-wrap:nth-of-type(3n + 3) .person-content {
        margin-left: 0;
    }
    .person-content.is-active {
        box-shadow: none;
    }
}

.person-details {
    position: relative;
    padding: 22px 27px 10px;
    background-color: #fff;
    opacity: 0;
    transition: 350ms ease;
}
.person-details::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    transform: scaleX(0);
    transform-origin: left top;
    background-color: #8e97ca;
    transition: 350ms ease, transform 1ms;
}
.is-active .person-details {
    opacity: 1;
}
.is-active .person-details::after {
    transform: scaleX(1);
    transition: 350ms ease, transform 550ms ease 150ms;
}

@media (max-width: 1199px) {
    .person-details {
        padding: 22px 46px 10px;
    }
}

@media (max-width: 767px) {
    .person-details {
        padding: 20px 0 10px;
    }
    .person-details::after {
        content: none;
    }
}

.title-indent {
    margin-bottom: 18px;
    color: #002945;
    font-size: 26px;
    font-weight: 500;
}
.title-indent::before {
    content: "";
    display: inline-block;
    width: 72px;
    height: 4px;
    margin-right: 36px;
    background-color: #e9580c;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .title-indent {
        margin-bottom: 11px;
    }
    .title-indent::before {
        content: none;
    }
}

.picto-wrap {
    display: flex;
    margin: 20px auto 100px;
    max-width: 1120px;
}
.picto-wrap .font-ico-picto-arrow {
    position: absolute;
    top: 100%;
    font-size: 52px;
}

@media (max-width: 767px) {
    .picto-wrap {
        flex-direction: column;
        margin: 10px auto 60px;
    }
}

.picto {
    padding: 0 10px;
    width: 20%;
    position: relative;
    display: flex;
}
.picto .arrow {
    position: absolute;
    top: 100%;
    height: 53px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -1px;
}

@media (max-width: 991px) {
    .picto:first-child {
        padding-left: 0;
    }
    .picto:last-child {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .picto {
        margin: 30px auto;
        max-width: 170px;
        width: 100%;
    }
    .picto:first-child {
        padding-left: 10px;
    }
    .picto:last-child {
        padding-right: 10px;
    }
}

.picto-item {
    position: relative;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.picto-item::after {
    content: "";
    position: absolute;
    top: 98%;
    height: 53px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -1px;
    left: 0;
}

@media (max-width: 991px) {
    .picto-item {
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .picto-item::after {
        top: 100%;
    }
}

.orange-picto .picto-item {
    background-color: #e9580c;
}

.violet-picto .picto-item {
    background-color: #8e97ca;
}

.orange-dark-picto .picto-item {
    background-color: #cd591c;
}

.grey-dark-picto .picto-item {
    background-color: #575756;
}

.grey-light-picto .picto-item {
    background-color: #dadada;
}
.grey-light-picto .picto-text-wrap p {
    color: #575756;
}
.grey-light-picto .picto-image-wrap::after {
    background-color: #575756;
}

.picto-image-wrap {
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.picto-image-wrap::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.picto-image-wrap img {
    display: block;
}

@media (max-width: 767px) {
    .picto-image-wrap {
        height: 100px;
    }
    .picto-image-wrap img {
        width: 80px;
    }
}

.picto-text-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.picto-text-wrap p {
    padding-top: 15px;
    padding-bottom: 1px;
    font-size: 20px;
    line-height: 24px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .picto-text-wrap {
        min-height: auto;
    }
    .picto-text-wrap p {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 767px) {
    .picto-text-wrap {
        padding-top: 10px;
    }
    .picto-text-wrap p {
        font-size: 14px;
        line-height: normal;
    }
}

.tabs-container {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0 170px;
}

@media (max-width: 1199px) {
    .tabs-container {
        margin: 25px 0 70px;
    }
}

.tabs {
    width: 100%;
    border-bottom: 3px solid #e9580c;
}

@media (max-width: 767px) {
    .tabs {
        position: relative;
        margin-bottom: 20px;
        padding: 0 15px;
        overflow: hidden;
        border: 2px solid #e9580c;
    }
    .tabs::after {
        content: "";
        position: absolute;
        top: 17px;
        right: 15px;
        width: 0;
        height: 0;
        border-top: 10px solid #e9580c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        pointer-events: none;
    }
}

.tab {
    display: inline-block;
    min-width: 160px;
    padding-bottom: 12px;
    border-bottom: 6px solid transparent;
    color: #888;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    transition: 350ms ease;
}
.tab:hover {
    color: #e9580c;
}
.tab:first-of-type {
    margin-left: 0;
}
.tab.is-selected {
    position: relative;
    border-bottom: 6px solid #e9580c;
    color: #e9580c;
}

@media (max-width: 1199px) {
    .tab {
        min-width: 100px;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .tab {
        display: block;
        width: 100%;
        height: 0;
        margin-bottom: -1px;
        padding-bottom: 0;
        border-bottom: 0;
        line-height: 48px;
        text-align: left;
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
    .tab:last-of-type {
        border-bottom: 0;
    }
    .tab.is-selected,
    .tab.is-open {
        height: 50px;
        border-bottom: 1px solid #e9580c;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
    .tab.is-open:last-of-type {
        border-bottom: 0;
    }
}

.tab-heading {
    position: relative;
    font-size: 24px;
    cursor: pointer;
}

.tab-content {
    display: none;
    width: 100%;
}

.news-item {
    padding: 22px 31px 34px;
}
.news-item:nth-of-type(odd) {
    background-color: rgba(244, 244, 244, 0.6);
}
.news-item h3 {
    max-width: 700px;
    font-size: 18px;
    margin-bottom: unset;
}
.news-item h3 a {
    color: #e9580c;
    font-weight: 500;
    transition: 350ms ease;
}
.news-item h3:hover a {
    color: #575756;
}

@media (max-width: 767px) {
    .news-item {
        padding: 22px 31px 24px;
    }
}

.publish-time {
    display: inline-block;
    margin-bottom: 15px;
    color: #888;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.pagination-highlight {
    padding: 17px 0;
    border-top: 1px solid #575756;
    background-color: rgba(244, 244, 244, 0.6);
}

.table-wrap {
    width: 100%;
    overflow: auto;
    margin: 10px 0;
}
.table-wrap table {
    background-color: #fff;
    width: 100%;
}
.table-wrap table td {
    font-size: 18px;
    padding: 15px 10px;
    vertical-align: middle;
}
.table-wrap table tr:nth-child(2n) {
    background-color: rgba(142, 151, 202, 0.1);
}
.table-wrap table tr:last-child {
    border-bottom: 1px solid #575756;
}
.table-wrap table th {
    text-align: left;
    font-size: 20px;
    border-top: 4px solid #575756;
    border-bottom: 1px solid #575756;
    padding: 15px 10px;
    font-weight: 500;
    color: #002945;
}

@media (max-width: 767px) {
    .table-wrap {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .table-wrap .table-swipe {
        display: flex;
    }
    .table-wrap table {
        min-width: 768px;
    }
}

.table-swipe {
    display: none;
    align-items: center;
    margin-bottom: 10px;
}
.table-swipe .zmdi.zmdi-arrow-left {
    font-size: 15px;
    margin-left: 10px;
    color: #e9580c;
}
.table-swipe .icon {
    margin-left: 5px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .table-swipe {
        display: flex;
    }
}

.sub,
.sup {
    font-size: 12px;
    line-height: 1.2;
}

sub,
sup {
    bottom: -0.25em;
    display: inline-block;
    line-height: 1.2;
}

.download-table-wrap {
    margin-top: 0;
}
.download-table-wrap table {
    border: 0;
}
.download-table-wrap table tr:last-child {
    border-bottom: 0;
}
.download-table-wrap table th {
    color: #9b9b9b;
    border-top: 0;
    text-align: center;
}
.download-table-wrap table th:first-child {
    text-align: left;
}
.download-table-wrap table td {
    line-height: 42px;
    text-align: center;
}
.download-table-wrap table td:first-child {
    text-align: left;
}
.download-table-wrap .zmdi {
    color: #e9580c;
    text-align: center;
    display: block;
    line-height: 42px;
    font-size: 24px;
}
.download-table-wrap .publish-time {
    margin-bottom: unset;
}

@media (min-width: 1200px) {
    .download-table-wrap .zmdi:hover {
        color: #cd591c;
    }
}

.rte ul {
    margin-bottom: 30px;
}
.rte ul ul {
    margin-left: 55px;
    margin-bottom: 10px;
}
.rte ul ul li {
    margin-bottom: 0;
}
.rte ul ul li::before {
    color: #575756;
}
.rte ul li {
    margin-bottom: 5px;
    padding-left: 15px;
}
.rte ul li::before {
    content: "Ã¢â‚¬Â¢ ";
    color: #8e97ca;
    margin-left: -25px;
    margin-right: 13px;
}
.rte ol {
    margin-bottom: 30px;
    list-style: none;
    counter-reset: li;
}
.rte ol li {
    counter-increment: step-counter;
    margin-bottom: 10px;
    padding-left: 15px;
}
.rte ol li::before {
    content: counter(step-counter) ".";
    color: #8e97ca;
    margin-left: -25px;
    margin-right: 10px;
}
.rte ol ol {
    margin-left: 75px;
    list-style-type: lower-alpha;
}
.rte ol ol li {
    margin-bottom: 0;
    padding-left: 5px;
}
.rte ol ol li::before {
    content: "";
    margin-left: -25px;
    margin-right: 25px;
}
.rte li {
    color: #575756;
    line-height: 32px;
    font-size: 18px;
}

@media (max-width: 991px) {
    .rte ol {
        padding-left: 0;
    }
    .rte ol ol {
        margin-left: 70px;
    }
}

.pagination-highlight {
    padding: 30px 0;
    border-top: 1px solid #575756;
    background-color: rgba(244, 244, 244, 0.6);
    width: 100%;
    margin: 180px 0 110px;
}

@media (max-width: 991px) {
    .pagination-highlight {
        margin: 60px 0;
    }
}

.pagination-wrap {
    display: flex;
}
.pagination-wrap ul {
    display: flex;
    margin: 10px auto;
    border: 2px solid #9b9b9b;
    border-radius: 5px;
    background-color: #fff;
}
.pagination-wrap ul a {
    display: block;
    padding: 8px 16px;
    border: 2px solid transparent;
    border-right: 2px solid #9b9b9b;
    color: #9b9b9b;
    margin: -2px -1px;
    font-size: 20px;
}
.pagination-wrap ul a:hover {
    background-color: #e9580c;
    color: #fff;
    border-color: #e9580c;
}
.pagination-wrap ul li:last-child a {
    margin-right: -2px;
}
.pagination-wrap ul li:first-child a {
    margin-left: -2px;
}
.pagination-wrap ul .active {
    border-color: #e9580c;
    color: #e9580c;
}
.pagination-wrap ul .prev {
    display: flex;
    align-items: center;
    border-radius: 5px 0 0 5px;
}
.pagination-wrap ul .prev::before {
    font-size: 20px;
    margin-right: 15px;
    font-family: "Material-Design-Iconic-Font";
}
.pagination-wrap ul .prev:hover::before {
    color: #fff;
}
.pagination-wrap ul .next {
    display: flex;
    align-items: center;
    border-radius: 0 5px 5px;
}
.pagination-wrap ul .next::after {
    font-size: 20px;
    margin-left: 15px;
    font-family: "Material-Design-Iconic-Font";
}
.pagination-wrap ul .next:hover::after {
    color: #fff;
}

.sitemap {
    /* margin-top: 30px; */
}
.sitemap .site-menu {
    column-gap: 120px;
    column-count: 3;
}
.sitemap .site-menu a {
    color: #e9580c;
    font-size: 26px;
    line-height: 32px;
    display: block;
    padding: 5px 0;
}
.sitemap .site-menu a:hover {
    color: #cd591c;
}
.sitemap .site-menu > li {
    padding-bottom: 55px;
    break-inside: avoid;
}
.sitemap .site-submenu a {
    color: #575756;
    font-size: 18px;
    line-height: 32px;
}
.sitemap .submenu-inner {
    padding-left: 20px;
}
.sitemap .submenu-inner a {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 991px) {
    .sitemap .site-menu {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .sitemap .site-menu {
        column-count: 1;
    }
    .sitemap .site-menu > li {
        margin-bottom: 20px;
        padding: 0;
    }
}

.address-list-wrap {
    margin: 20px 0;
}
.address-list-wrap .address-list {
    border-top: 1px solid #dadada;
    padding: 15px 0;
}
.address-list-wrap li {
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 20px;
}
.address-list-wrap li.init {
    display: none;
}
.address-list-wrap li.disabled a {
    color: #dadada;
    cursor: default;
}
.address-list-wrap a {
    font-size: 32px;
    line-height: 32px;
    color: #002945;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .address-list-wrap a:hover {
        color: #e9580c;
        border-bottom: 2px solid #e9580c;
        transition: 350ms ease;
    }
}

@media (max-width: 767px) {
    .address-list-wrap .address-list {
        margin-bottom: 50px;
        padding: 0 15px;
        border: 2px solid #e9580c;
        position: relative;
    }
    .address-list-wrap .address-list::after {
        position: absolute;
        top: 17px;
        right: 15px;
        width: 0;
        height: 0;
        border-top: 10px solid #e9580c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
        content: "";
        pointer-events: none;
    }
    .address-list-wrap .address-list li {
        padding: 0 10px;
        z-index: 2;
        width: 100%;
        margin-bottom: 0;
    }
    .address-list-wrap .address-list li:not(.init) {
        display: none;
    }
    .address-list-wrap .address-list li.active,
    .address-list-wrap .address-list li.init {
        font-size: 32px;
        line-height: 32px;
        color: #e9580c;
        display: block;
        padding: 8px 0;
        margin: 0 10px;
        border-bottom: 1px solid #e9580c;
        margin-bottom: -1px;
    }
    .address-list-wrap .address-list li.active a,
    .address-list-wrap .address-list li.init a {
        cursor: pointer;
        border: 0;
        font-size: 32px;
        line-height: 32px;
        color: #e9580c;
        padding: 0;
    }
    .address-list-wrap .address-list li:last-child a {
        border: 0;
    }
    .address-list-wrap .address-list a {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e9580c;
        padding: 8px 0;
    }
}

.dir-item {
    margin-bottom: 90px;
}
.dir-item h2 {
    padding: 0 0 10px 15px;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 0;
}
.dir-item span {
    display: inline-block;
    padding-left: 10px;
}

.flag-object {
    display: flex;
    align-items: center;
}
.flag-object img {
    display: block;
    max-width: 250px;
}

@media (max-width: 1199px) {
    .flag-object {
        display: block;
        text-align: center;
    }
    .flag-object img {
        margin: 0 auto 20px;
    }
}

.flag-body {
    flex: 1;
    margin-left: 20px;
}
.flag-body p {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.25;
}

@media (max-width: 1199px) {
    .flag-body {
        margin-left: 0;
    }
    .flag-body p {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .flag-body p {
        font-size: 22px;
    }
}

.narrow-box {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}

.cta-bg-box {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    min-height: 485px;
    margin: 50px auto 80px;
    padding: 100px 0 75px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
}
.cta-bg-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.cta-bg-box.box-lg {
    min-height: 600px;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .cta-bg-box {
        margin: 30px auto 40px;
        padding: 60px 0;
    }
    .cta-bg-box.box-lg {
        min-height: 460px;
    }
}

@media (max-width: 767px) {
    .cta-bg-box {
        margin: 30px auto;
        padding: 40px 0;
    }
    .cta-bg-box.hide-bg-on-phone {
        box-shadow: none;
        margin: 0 auto;
    }
    .cta-bg-box.hide-bg-on-phone::after {
        content: none;
    }
    .cta-bg-box.box-lg {
        min-height: 190px;
    }
}

.cta-caption {
    position: relative;
    z-index: 1;
}
.cta-caption h3,
.cta-caption p {
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.cta-caption h3 {
    margin-bottom: 20px;
    font-size: 52px;
    font-weight: 500;
}
.cta-caption p {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 1.6;
}

@media (max-width: 1199px) {
    .cta-caption h3 {
        font-size: 52px;
    }
}

@media (max-width: 767px) {
    .cta-caption h3 {
        font-size: 38px;
    }
    .hide-bg-on-phone .cta-caption h3 {
        margin-bottom: 0;
    }
    .hide-bg-on-phone .cta-caption p {
        color: #575756;
        text-shadow: 0;
    }
}

@media (max-width: 767px) {
    .title-wrap {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 20px 15px;
        box-shadow: 0 3px 30px rgba(0, 0, 0, 0.5);
        margin: 0 -15px 25px;
    }
}

.cta-caption .title-split {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.1;
}
.cta-caption .title-split .title-text {
    text-align: right;
    max-width: 340px;
}
.cta-caption .title-split .huge {
    padding-left: 35px;
    font-size: 240px;
    letter-spacing: -0.025em;
    white-space: nowrap;
    word-spacing: -0.15em;
}

@media (min-width: 576px) and (max-width: 1199px) {
    .cta-caption .title-split .title-text {
        max-width: 270px;
        font-size: 42px;
    }
    .cta-caption .title-split .huge {
        padding-left: 15px;
        font-size: 210px;
    }
}

@media (max-width: 767px) {
    .cta-caption .title-split .title-text {
        font-size: 20px;
        max-width: 140px;
    }
    .cta-caption .title-split .huge {
        padding-left: 10px;
        font-size: 80px;
    }
}

.dropdown-select {
    transition: 350ms ease;
    background-color: #fff;
    cursor: pointer;
    position: relative;
}
.dropdown-select::after {
    content: "\e005";
    transition: 350ms ease;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #e9580c;
    color: #fff;
}
.dropdown-select select {
    display: none;
}

.dropdown-select-current {
    line-height: 50px;
    display: block;
    padding: 0 60px 0 15px;
    height: 50px;
    color: #9b9b9b;
    font-size: 18px;
}

.dropdown-select-options {
    padding: 0 15px;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: 350ms ease;
}
.dropdown-select-options li {
    border-top: 1px solid #dadada;
    padding: 8px 0;
    transition: 350ms ease;
    color: #9b9b9b;
    font-size: 16px;
}
.dropdown-select-options li:first-child {
    border-top: 0;
}
.dropdown-select-options li:hover {
    color: #575756;
}
.dropdown-select-options.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(1px);
}

@media (max-width: 767px) {
    .dropdown-select-options.is-open {
        margin-left: -1px;
        width: calc(100% + 2px);
    }
}

.accordion {
    margin-bottom: 30px;
}
.accordion .item:last-of-type {
    margin-bottom: 0;
}
.accordion .item.open .accordion-head {
    border-bottom: 0;
    background-color: #fafafa;
    color: #575756;
}
.accordion .item.open .accordion-head::after {
    content: "\f2fc";
    transition: 0.5s ease;
    color: #9b9b9b;
    padding-left: 10px;
}
.accordion .item.open .accordion-head span {
    color: #575756;
}
.accordion .company-logo {
    margin-bottom: 20px;
    margin-left: 15px;
}
.accordion .accordion-head {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    padding: 15px 45px 15px 15px;
    background-color: #fff;
    color: #e9580c;
    text-align: left;
    /* font-family: effra, sans-serif; */
    border-bottom: 1px solid #dadada;
    display: flex;
    width: 100%;
}
.accordion .accordion-head span {
    color: #9b9b9b;
}
.accordion .accordion-head::after {
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f2f9";
    position: absolute;
    display: inline-block;
    top: 8px;
    right: 10px;
    font-size: 34px;
}
.accordion .accordion-head.open {
    border-bottom: 0;
    background-color: #fafafa;
    color: #575756;
}
.accordion .accordion-head.open::after {
    content: "\f2fc";
    transition: 0.5s ease;
    color: #9b9b9b;
}
.accordion .accordion-head.open span {
    color: #575756;
}
.accordion .accordion-content {
    background-color: #fafafa;
    display: none;
    position: relative;
    padding: 25px 15px;
    border-bottom: 1px solid #dadada;
}
.accordion .accordion-content h3 {
    margin-bottom: 18px;
}
.accordion .accordion-content img {
    max-width: 100%;
}

@media (max-width: 767px) {
    .accordion {
        margin-bottom: 0;
    }
    .accordion .accordion-content {
        background-color: #fff;
    }
    .accordion .accordion-head {
        display: inline-block;
    }
    .accordion .accordion-head.open {
        background-color: #fff;
    }
    .accordion .accordion-head span {
        display: block;
        padding-left: 0;
    }
}

@media only screen and (max-width: 320px) {
    .accordion .accordion-head {
        font-size: 14px;
    }
}

address .address-data {
    display: flex;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 20px;
}
address .address-data :first-child {
    min-width: 100px;
}
address .address-data .tel {
    color: #575756;
}
address .address-data.new-row {
    flex-wrap: wrap;
}
address .address-data a {
    word-break: break-all;
}

.video-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
}
.video-wrap iframe {
    border: 0;
    width: 100%;
    box-shadow: none;
}
.video-wrap .mobile-show {
    display: none;
}
.video-wrap.home-video {
    margin-top: 100px;
}

@media (max-width: 767px) {
    .video-wrap .desktop-show {
        display: none;
    }
    .video-wrap .mobile-show {
        display: block;
    }
}

.video-poster {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 492px;
    position: relative;
    width: 100%;
    box-shadow: 5px 10px 18px #9b9b9b;
    margin: 20px auto;
    max-width: 1100px;
}
.video-poster .video-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 41%, rgba(0, 0, 0, 0.65) 100%);
}
.video-poster .video-desc span {
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    margin: 10px 0;
    font-size: 24px;
    text-align: left;
}
.video-poster .video-desc span:first-child {
    border-right: 1px solid #fff;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 45px;
}
.video-poster .play-btn {
    width: 43px;
}
.video-poster .play-btn img {
    width: 100%;
}

@media (max-width: 991px) {
    .video-poster {
        height: 415px;
    }
    .video-poster .video-desc {
        align-items: flex-start;
    }
    .video-poster .video-desc span {
        font-size: 19px;
    }
    .video-poster .video-desc span:first-child {
        padding-left: 25px;
    }
    .video-poster .play-btn {
        width: 30px;
    }
}

@media (max-width: 767px) {
    .video-poster {
        margin-bottom: 130px;
        height: 160px;
    }
    .video-poster .video-desc {
        top: 100%;
        background: transparent;
        align-items: flex-start;
    }
    .video-poster .video-desc span {
        color: #575756;
        line-height: 28px;
    }
    .video-poster .video-desc span:first-child {
        border: 0;
        padding-left: 0;
    }
}

@media only screen and (max-width: 321px) {
    .video-poster {
        margin-bottom: 170px;
    }
}

@media only screen and (min-width: 992px) {
    .video-poster.home-poster {
        height: 616px;
    }
}

.videos-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.video-container {
    width: 100%;
}

.video-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

.video-holder {
    position: absolute;
    max-width: 1440px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-holder iframe,
.video-holder video {
    display: none;
}

.video-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 85px;
    right: 70px;
    margin: 10px;
    font-size: 20px;
    line-height: 50px;
}

@media (max-width: 767px) {
    .video-close {
        right: 0;
    }
}

.translated-wrap {
    width: 100%;
    animation-name: y-translate;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}
.translated-wrap .translated-content {
    margin: 0 auto;
    max-width: 1370px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
}
.translated-wrap .fade-in-content {
    animation-name: fade-in;
    animation-duration: 3s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}
.translated-wrap .fade-in-content .font-ico-network {
    color: #8e97ca;
}
.translated-wrap .news-title {
    display: flex;
    align-items: flex-start;
}
.translated-wrap .news-title::after {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .translated-wrap .news-title {
        display: block;
    }
    .translated-wrap .translated-content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .translated-wrap {
        animation: none;
    }
    .translated-wrap .fade-in-content {
        opacity: 1;
        animation: none;
    }
    .translated-wrap .translated-content {
        box-shadow: none;
        background-color: transparent;
    }
}

.filters-wrap {
    display: flex;
    padding: 30px 0;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}
.filters-wrap .in {
    display: flex;
}
.filters-wrap .dropdown-select {
    margin-right: 10px;
    border: 1px solid #dadada;
    position: relative;
}
.filters-wrap .dropdown-select::after {
    border: 1px solid #e9580c;
    height: 52px;
    top: -1px;
    color: transparent;
}

@media (min-width: 1200px) {
    .filters-wrap .dropdown-select:hover::after {
        background-color: #cd591c;
    }
}

.filters-wrap .dropdown-select::before {
    font-family: "Material-Design-Iconic-Font";
    content: "\f2f9";
    position: absolute;
    right: 19px;
    top: calc(50% - 13px);
    color: #fff;
    z-index: 2;
    font-size: 22px;
    transition: 350ms ease;
}
.filters-wrap .dropdown-select.is-open::before {
    transform: rotate(180deg);
}
.filters-wrap .categories,
.filters-wrap .departments {
    flex: 5;
}
.filters-wrap .location {
    flex: 4;
}
.filters-wrap .reset {
    margin-left: 0;
}
.filters-wrap .reset-btn {
    margin-left: 0;
    height: 52px;
}

@media only screen and (min-width: 320px) and (max-width: 1300px) {
    .filters-wrap {
        padding-bottom: 25px;
    }
    .filters-wrap .in {
        display: block;
        margin: 0 2px;
    }
    .filters-wrap .col {
        padding: 0 2px;
        width: 50%;
        float: left;
    }
    .filters-wrap .dropdown-select {
        margin: 0;
        width: 100%;
    }
    .filters-wrap .categories,
    .filters-wrap .departments,
    .filters-wrap .location,
    .filters-wrap .reset {
        flex: initial;
        margin-bottom: 5px;
    }
    .filters-wrap .reset-btn {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .filters-wrap {
        position: relative;
    }
    .filters-wrap::after,
    .filters-wrap::before {
        content: "";
        display: block;
        width: 15px;
        position: absolute;
        top: 0;
        bottom: 0;
        background-color: #f4f4f4;
    }
    .filters-wrap::before {
        left: -15px;
    }
    .filters-wrap::after {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .filters-wrap .col {
        width: 100%;
    }
}

.careers-wrap {
    padding-top: 40px;
}
.careers-wrap .accordion {
    margin-bottom: 70px;
}
.careers-wrap .accordion .accordion-content {
    background-color: #fafafa;
}
.careers-wrap h2.border {
    border-bottom: 1px solid #dadada;
    margin-bottom: 0;
    padding: 0 0 36px 15px;
}
.careers-wrap .accordion-head {
    color: #e9580c;
}
.careers-wrap .accordion-head.open {
    background-color: #fafafa;
    color: #575756;
}
.careers-wrap .accordion-head::after {
    color: #e9580c;
}
.careers-wrap .rte ul li::before,
.careers-wrap .rte p a {
    color: #e9580c;
}
.careers-wrap .rte p a:hover {
    text-decoration: underline;
}
.careers-wrap .details-block {
    position: relative;
    border-bottom: 1px solid #dadada;
    padding: 0 294px 35px 15px;
    margin-bottom: 35px;
}
.careers-wrap .details-block .in {
    display: flex;
    margin-bottom: 12px;
}
.careers-wrap .details-block .col {
    font-size: 18px;
    width: 60%;
}
.careers-wrap .details-block .col:first-of-type {
    font-weight: 700;
    min-width: 210px;
    margin-right: 20px;
    width: 30%;
}
.careers-wrap .details-block .col span {
    display: block;
}
.careers-wrap .details-block .col .job-type {
    word-break: break-all;
}
.careers-wrap .details-block .img-holder {
    display: flex;
    position: absolute;
    right: 35px;
    top: 0;
    padding-left: 40px;
}
.careers-wrap .details-block .img-holder img {
    max-width: 220px;
}
.careers-wrap .details-block .img-holder::before {
    content: "";
    width: 1px;
    background-color: #dadada;
    height: 100%;
}
.careers-wrap .img-holder {
    position: relative;
    float: right;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.careers-wrap .img-holder img {
    width: 100%;
}
.careers-wrap .img-holder::before {
    content: "";
    width: 1px;
    background-color: #dadada;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
}
.careers-wrap .apply-job-block {
    padding: 46px 30px;
    margin-top: 45px;
    background-color: #002945;
    color: #fff;
    position: relative;
    text-align: center;
}
.careers-wrap .apply-job-block::before,
.careers-wrap .apply-job-block::after {
    content: "";
    display: block;
    width: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #002945;
}
.careers-wrap .apply-job-block::before {
    left: -15px;
}
.careers-wrap .apply-job-block::after {
    right: -15px;
}
.careers-wrap .apply-job-block .in {
    max-width: 550px;
    margin: 0 auto;
}
.careers-wrap .apply-job-block h2 {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}
.careers-wrap .apply-job-block input {
    font-size: 18px;
    text-align: center;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #183d56;
    margin-bottom: 6px;
}
.careers-wrap .apply-job-block input::placeholder {
    color: #fff;
}
.careers-wrap .apply-job-block .uploads-in {
    padding-top: 27px;
    margin-bottom: 54px;
}
.careers-wrap .apply-job-block .uploads-in h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 30px;
}
.careers-wrap .apply-job-block .upload-wrap {
    border-bottom: 1px solid #183d56;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.careers-wrap .apply-job-block .upload-wrap span {
    font-size: 18px;
}
.careers-wrap .apply-job-block #file {
    display: none;
}
.careers-wrap .apply-job-block .custom-input {
    color: #e9580c;
}
.careers-wrap .apply-job-block .custom-input:hover {
    text-decoration: underline;
}

@media only screen and (min-width: 320px) and (max-width: 1300px) {
    .careers-wrap .details-block {
        padding: 0 0 35px;
    }
    .careers-wrap .details-block .img-holder {
        display: none !important;
    }
    .careers-wrap .img-holder {
        display: flex !important;
        padding-left: 15px;
    }
}

@media (max-width: 991px) {
    .careers-wrap {
        padding-top: 12px;
    }
    .careers-wrap .details-block .col {
        width: 65%;
    }
    .careers-wrap .details-block .col:first-of-type {
        min-width: 130px;
        width: 25%;
    }
    .careers-wrap .details-block .col:first-of-type span {
        padding-left: 0;
    }
    .careers-wrap .apply-job-block .in {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .careers-wrap {
        padding-top: 0;
    }
    .careers-wrap h2 {
        margin-bottom: 0;
    }
    .careers-wrap h2.border {
        padding: 0 0 25px 15px;
    }
    .careers-wrap .accordion {
        margin-bottom: 30px;
    }
    .careers-wrap .details-block {
        border: 0;
        padding: 0;
        margin-bottom: 50px;
    }
    .careers-wrap .details-block .col {
        width: 50%;
    }
    .careers-wrap .details-block .col:first-of-type {
        min-width: auto;
        width: 40%;
        margin-right: 10px;
    }
    .careers-wrap .details-block .img-holder {
        display: none;
    }
    .careers-wrap .img-holder {
        justify-content: center;
        max-width: 100%;
        width: 100%;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        padding: 15px 0;
        margin: 15px 0;
        min-height: auto;
    }
    .careers-wrap .img-holder::before {
        display: none;
    }
    .careers-wrap .img-holder img {
        max-width: auto;
        width: auto;
    }
    .careers-wrap .apply-job-block {
        padding: 30px 0;
    }
    .careers-wrap .apply-job-block::before,
    .careers-wrap .apply-job-block::after {
        width: 45px;
    }
    .careers-wrap .apply-job-block::before {
        left: -45px;
    }
    .careers-wrap .apply-job-block::after {
        right: -45px;
    }
}

.carrers-link-wrapper {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    padding: 17px 10px 20px 15px;
    background-color: #fff;
    color: #e9580c;
    text-align: left;
    /* font-family: effra, sans-serif; */
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.carrers-link-wrapper h4 {
    margin-bottom: 0;
    font-size: 20px;
    color: #575756;
    margin-right: 30px;
}
.carrers-link-wrapper a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #e9580c;
    font-size: 18px;
    text-transform: uppercase;
    min-width: 150px;
}
.carrers-link-wrapper a::after {
    content: "";
    display: block;
    margin-left: 5px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 7px solid #e9580c;
}
.carrers-link-wrapper h4,
.carrers-link-wrapper a {
    line-height: 1.3;
}

@media (min-width: 992px) {
    .carrers-link-wrapper a:hover {
        text-decoration: underline;
    }
}

@media (max-width: 767px) {
    .carrers-link-wrapper {
        padding: 16px 10px 18px 15px;
    }
    .carrers-link-wrapper a {
        font-size: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .carrers-link-wrapper a::after {
        position: absolute;
        right: 20px;
        top: 49%;
        transform: translateY(-50%);
    }
}

.careers-links-group {
    margin-bottom: 50px;
}

.vacansies-opportunities {
    padding-top: 10px;
    padding-bottom: 100px;
}
.vacansies-opportunities .vacansies-opportunities-inner {
    max-width: 1115px;
    width: 100%;
    margin: 0 auto;
    padding: 0 65px;
}
.vacansies-opportunities .vacansies-opportunities-colored {
    padding: 33px 50px 100px 40px;
    background-color: #fafafa;
}
.vacansies-opportunities .vacansies-opportunities-colored p a {
    color: #e9580c;
    transition: color 0.2s ease;
}
.vacansies-opportunities ul li {
    padding-left: 26px;
}
.vacansies-opportunities ul li::before {
    transform: scale(1.3);
    display: inline-block;
    color: #e9580c;
}
.vacansies-opportunities .contour.contact {
    padding-top: 0;
}
.vacansies-opportunities .details-with-img {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}
.vacansies-opportunities .details-with-img p,
.vacansies-opportunities .details-with-img span {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.3;
    word-break: break-word;
}
.vacansies-opportunities .details-row {
    display: flex;
    margin-bottom: 15px;
    padding-right: 30px;
}
.vacansies-opportunities .details-img {
    position: relative;
    padding-left: 45px;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 30%;
}
.vacansies-opportunities .details-img::before {
    content: "";
    width: 1px;
    background-color: #dadada;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.vacansies-opportunities .details-img img {
    width: 100%;
}
.vacansies-opportunities .details-block {
    width: 70%;
    flex-shrink: 0;
}
.vacansies-opportunities .details-block span {
    font-weight: bold;
    width: 190px;
    flex-shrink: 0;
    padding-right: 25px;
}

@media (min-width: 992px) {
    .vacansies-opportunities .vacansies-opportunities-colored p a:hover {
        color: #002945;
    }
}

@media (max-width: 991px) {
    .vacansies-opportunities .details-with-img {
        flex-wrap: wrap;
    }
    .vacansies-opportunities .vacansies-opportunities-colored {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .vacansies-opportunities .details-img {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 10px;
        margin-top: 25px;
        margin-bottom: -10px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
    }
    .vacansies-opportunities .details-img img {
        width: auto;
    }
    .vacansies-opportunities .details-img::before {
        display: none;
    }
    .vacansies-opportunities .details-block {
        width: 100%;
    }
    .vacansies-opportunities .details-row {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .vacansies-opportunities {
        padding-bottom: 0;
        margin-bottom: 20px;
    }
    .vacansies-opportunities .vacansies-opportunities-form {
        margin-left: -30px;
        margin-right: -30px;
    }
    .vacansies-opportunities .vacansies-opportunities-form .contourPage {
        padding-bottom: 20px;
    }
    .vacansies-opportunities .vacansies-opportunities-form .contourPage .fileupload label {
        max-width: 80%;
    }
    .vacansies-opportunities .vacansies-opportunities-form .col-md-12 {
        padding-left: 28px;
        padding-right: 28px;
    }
    .vacansies-opportunities .vacansies-opportunities-form .btn.primary {
        padding: 20px 10px;
    }
    .vacansies-opportunities .vacansies-opportunities-inner {
        padding: 0 29px;
    }
    .vacansies-opportunities .vacansies-opportunities-colored {
        padding-top: 18px;
        margin-bottom: 30px;
    }
    .vacansies-opportunities h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 20px;
    }
    .vacansies-opportunities .details-with-img {
        margin-top: 0;
        margin-bottom: 35px;
    }
    .vacansies-opportunities .details-img {
        margin-top: 20px;
        padding-right: 10px;
    }
    .vacansies-opportunities .details-img img {
        width: 100%;
    }
    .vacansies-opportunities .details-row span,
    .vacansies-opportunities .details-row p {
        font-size: 18px;
    }
    .vacansies-opportunities .details-row span {
        width: 56%;
    }
}

.back-to-link {
    display: inline-block;
    margin-bottom: 16px;
    position: relative;
    font-size: 16px;
    color: #002945;
    transition: color 0.2s ease;
    padding-left: 15px;
}
.back-to-link::before {
    content: "";
    position: absolute;
    top: 49%;
    left: 0%;
    transform: translateY(-50%) rotate(180deg);
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #e9580c;
}

@media (min-width: 992px) {
    .back-to-link:hover {
        color: #e9580c;
    }
}

.contour .contourPage {
    background-color: #002945;
    text-align: center;
}
.contour .contourPage .contourFieldSet {
    margin: 0 !important;
    padding: 0 !important;
}
.contour .contourPage .umbraco-forms-field {
    border-bottom: 1px solid #4b6c89;
    margin: 0 auto;
    max-width: 500px;
}
.contour .contourPage .umbraco-forms-field:first-child {
    border: 0;
    height: 73px;
}
.contour .contourPage h2 {
    text-align: center;
    margin: 40px 0;
    color: #fff;
}
.contour .contourPage input.text,
.contour .contourPage legend {
    margin: 15px auto 5px;
    color: #fff;
    border: 0 !important;
    background-color: transparent !important;
    max-width: 50% !important;
    padding: 20px 0 12px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.contour .contourPage input.text::placeholder,
.contour .contourPage legend::placeholder {
    color: #fff;
    background-color: transparent;
    margin: 20px auto 10px;
    text-align: center;
    border: 0 !important;
    font-size: 18px;
    font-weight: 500;
}
.contour .contourPage input.text:-webkit-autofill,
.contour .contourPage legend:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 30px #002945 inset;
    -webkit-text-fill-color: #fff !important;
}
.contour .contourPage input.text[type="text"] {
    z-index: 99;
    box-sizing: content-box;
}
.contour .contourPage label.fieldLabel {
    margin-bottom: -65px;
    padding-bottom: 10px;
    padding-top: 31px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.contour .contourPage .btn {
    display: inline-block;
    padding: 20px 40px;
    border: 0;
    border-radius: 30px;
    background-color: #e9580c;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 350ms ease;
    -o-transition: 350ms ease;
    transition: 350ms ease;
    text-align: center;
    height: auto;
    margin: 60px 0 40px;
}
.contour .contourPage .btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 15px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #fff;
    position: relative;
}
.contour .contourPage .btn:hover {
    background-color: #cd591c;
}
.contour .contourPage input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    color: #e9580c;
}
.contour .contourPage .fileupload label {
    border: 0;
    display: inline-block;
    padding: 31px 0 16px;
    cursor: pointer;
    color: #e9580c;
    max-width: 50%;
    margin: 0 auto;
    display: block;
}
.contour .contourPage legend {
    font-weight: 500;
    display: block;
    width: 100%;
    padding: 40px 0 12px;
    border: 0;
}
.contour .contourPage .uploadcv {
    border-bottom: 1px solid #4b6c89 !important;
}

@media (max-width: 767px) {
    .contour .contourPage .btn:hover {
        background-color: #e9580c;
    }
    .contour .contourPage .btn:visited,
    .contour .contourPage .btn:active {
        background-color: #e9580c;
    }
}

.accordion-content .contour .contourPage {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .accordion-content .contour .contourPage {
        margin: 0 -45px;
    }
}

.upload {
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.upload-wrap .file-name {
    padding-top: 35px;
    color: #e9580c;
    font-size: 18px;
    padding-bottom: 20px;
}

.is-open .upload-wrap {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.is-open input[type="file"] {
    color: transparent;
}

.upload-wrap {
    opacity: 0;
    visibility: hidden;
    position: relative;
    height: 0;
}

/* v12 - CSS */
.offset-md-1 .offset-md-1 {
    margin: unset;
}

/* Text Stripe */
.text-stripe .text-stripe::before {
    content: unset;
}

/* Accordion CSS */
.accordion .offset-md-1 {
    margin: unset;
}
.accordion .umb-block-grid__layout-item,
.accordion .umb-block-grid__area .umb-block-grid__layout-item {
    padding: unset;
}
.accordion-content .text-stripe::before {
    content: unset;
}
