@charset "UTF-8";

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th,ul {
    margin: 0;
    padding: 0
}

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

[hidden],
audio:not([controls]) {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    font-size: 1em;
    line-height: 1.35;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none
}

a {
    text-decoration: none
}

a:active, a:focus, a:hover {
    outline: none
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 0
}

dfn {
    font-style: italic
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after, q:before {
    content: ""
}

small {
    font-size: 85%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

li, nav ol, nav ul, ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure, 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
}

button, input {
    line-height: normal
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], input[disabled] {
    cursor: default
}

input[type=email], input[type=password], input[type=search], input[type=text], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top
}

input:invalid, textarea:invalid {
    background-color: #f0dddd
}

input, select, textarea {
    outline: none
}

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

td {
    vertical-align: top
}

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

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

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

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

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

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

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

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

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

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

.col-4, .col-5 {
    -webkit-box-flex: 0
}

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

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

.col-6, .col-7 {
    -webkit-box-flex: 0
}

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

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

.col-8, .col-9 {
    -webkit-box-flex: 0
}

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

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

.col-10, .col-11 {
    -webkit-box-flex: 0
}

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

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

.offset-1 {
    margin-left: 8.3333333333%
}

.offset-2 {
    margin-left: 16.6666666667%
}

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

.offset-4 {
    margin-left: 33.3333333333%
}

.offset-5 {
    margin-left: 41.6666666667%
}

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

.offset-7 {
    margin-left: 58.3333333333%
}

.offset-8 {
    margin-left: 66.6666666667%
}

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

.offset-10 {
    margin-left: 83.3333333333%
}

.offset-11 {
    margin-left: 91.6666666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 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 only screen and (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 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 only screen and (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 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 only screen and (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 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%
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.3333333333%
    }

    .offset-xxl-2 {
        margin-left: 16.6666666667%
    }

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

    .offset-xxl-4 {
        margin-left: 33.3333333333%
    }

    .offset-xxl-5 {
        margin-left: 41.6666666667%
    }

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

    .offset-xxl-7 {
        margin-left: 58.3333333333%
    }

    .offset-xxl-8 {
        margin-left: 66.6666666667%
    }

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

    .offset-xxl-10 {
        margin-left: 83.3333333333%
    }

    .offset-xxl-11 {
        margin-left: 91.6666666667%
    }
}

@font-face {
    font-family: svgicons;
    src: url(../fonts/svgicons.woff2?t=1695884634904) format("woff2"), url(../fonts/svgicons.woff?t=1695884634904) format("woff"), url(../fonts/svgicons.ttf?t=1695884634904) format("truetype")
}

.font-ico-arrow-down:before, .font-ico-arrow:before, .font-ico-back:before, .font-ico-chevron-down:before, .font-ico-close:before, .font-ico-dog:before, .font-ico-download:before, 
.font-ico-email:before, .font-ico-envelope:before, .font-ico-event:before, .font-ico-facebook:before, .font-ico-insta:before, .font-ico-linkedin:before, .font-ico-ln:before, 
.font-ico-mobile:before, .font-ico-phone:before, .font-ico-play-outline:before, .font-ico-play:before, .font-ico-presentation:before, .font-ico-reset:before, .font-ico-search:before, 
.font-ico-share:before, .font-ico-twitter:before, .font-ico-video:before, .font-ico-view:before, .font-ico-youtube:before {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    text-transform: none
}

[class*=font-ico] {
    display: inline-block
}

.font-ico-arrow-down:before {
    content: "\ea01"
}

.font-ico-arrow:before {
    content: "\ea02"
}

.font-ico-back:before {
    content: "\ea03"
}

.font-ico-chevron-down:before {
    content: "\ea04"
}

.font-ico-close:before {
    content: "\ea05"
}

.font-ico-dog:before {
    content: "\ea06"
}

.font-ico-download:before {
    content: "\ea07"
}

.font-ico-email:before {
    content: "\ea08"
}

.font-ico-envelope:before {
    content: "\ea09"
}

.font-ico-event:before {
    content: "\ea0a"
}

.font-ico-facebook:before {
    content: "\ea0b"
}

.font-ico-insta:before {
    content: "\ea0c"
}

.font-ico-linkedin:before {
    content: "\ea0d"
}

.font-ico-ln:before {
    content: "\ea0e"
}

.font-ico-mobile:before {
    content: "\ea0f"
}

.font-ico-phone:before {
    content: "\ea10"
}

.font-ico-play-outline:before {
    content: "\ea11"
}

.font-ico-play:before {
    content: "\ea12"
}

.font-ico-presentation:before {
    content: "\ea13"
}

.font-ico-reset:before {
    content: "\ea14"
}

.font-ico-search:before {
    content: "\ea15"
}

.font-ico-share:before {
    content: "\ea16"
}

.font-ico-twitter:before {
    content: "\ea17"
}

.font-ico-video:before {
    content: "\ea18"
}

.font-ico-view:before {
    content: "\ea19"
}

.font-ico-youtube:before {
    content: "\ea1a"
}

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

.clearfix:after,
.clearfix:before,
.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.clearfix:after,
.slick-track:after {
    clear: both
}

.hide {
    display: none !important
}

.show {
    display: block
}

.clear {
    clear: both
}

.no-margin {
    margin: 0
}

.fleft {
    float: left
}

.fright {
    float: right
}

.centered {
    text-align: center
}

.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.has-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.cover-img {
    left: 50%;
    max-width: none;
    min-height: 1000%;
    min-width: 1000%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.1);
    -ms-transform: translate(-50%, -50%) scale(.1);
    transform: translate(-50%, -50%) scale(.1)
}

@font-face {
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/HelveticaNowDisplayTh.woff2) format("woff2"), url(../fonts/HelveticaNowDisplayTh.woff) format("woff")
}

@font-face {
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/HelveticaNowDisplayHair.woff2) format("woff2"), url(../fonts/HelveticaNowDisplayHair.woff) format("woff")
}

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

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

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

@font-face {
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/HelveticaNowDisplayBd.woff2) format("woff2"), url(../fonts/HelveticaNowDisplayBd.woff) format("woff")
}

@font-face {
    font-family: HelveticaNowDisplay;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/HelveticaNowDisplayXBd.woff2) format("woff2"), url(../fonts/HelveticaNowDisplayXBd.woff) format("woff")
}

@font-face {
    font-family: FranklinGothicURW;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/FranklinGothicURW.woff2) format("woff2"), url(../fonts/FranklinGothicURW.woff) format("woff"), url(../fonts/FranklinGothicURW.ttf) format("truetype")
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-weight: 700;
    line-height: 1.26em;
    margin-bottom: 33px
}

.h1,
.rte h1 {
    font-size: 60px;
    letter-spacing: .5px;
    line-height: 73px
}

.h2,
.rte h2 {
    font-size: 34px;
    line-height: 45px
}

.h3,
.h4,
.h5,
.h6,
.rte h3,
h4,
h5,
h6 {
    border-left: 3px solid #B69142;
    margin-bottom: 40px;
    position: relative
}

.h3,
.rte h3 {
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 43px;
    padding: 15px 0 15px 20px
}

.h4,
.rte h4 {
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 33px;
    padding: 13px 0 13px 20px
}

.h5,
.rte h5 {
    font-size: 20px;
    letter-spacing: .03em;
    line-height: 24px;
    padding: 12px 0 12px 20px
}

.h6,
.rte h6 {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .4em;
    line-height: 30px;
    padding: 9px 0 9px 20px
}

.rte .standfirst,
.standfirst {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 34px
}

.rte .upp,
.upp {
    text-transform: uppercase
}

.rte p,
p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px
}

.caption,
.rte .caption {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.rte {
    margin: 0 auto;
    max-width: 998px
}

.rte p {
    margin-bottom: 15px;
    padding-bottom: 20px;;
}

.rte p a:not([class]) {
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

.rte p a:not([class]):after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

.rte p a:not([class]):hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.rte ul {
    margin-bottom: 50px;
    padding-left: 30px
}

@media only screen and (max-width:991.98px) {
    .rte ul {
        padding-left: 0
    }
}

.rte ol {
    padding-left: 30px
}

.rte ul li {
    list-style-type: none
}

.rte ul li:before {
    color: #000;
    content: "•";
    display: inline-block;
    font-weight: 700;
    width: 1em
}

.rte ul li ul {
    margin-bottom: 0
}

.rte ul li li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px
}

.rte ul li li:before {
    color: #B69142;
    width: 1em
}

.rte ul[style="list-style-type:circle"] li {
    list-style-type: circle
}

.rte ul[style="list-style-type:circle"] li:before {
    display: none
}

.rte ul[style="list-style-type:disc"] li {
    list-style-type: disc
}

.rte ul[style="list-style-type:disc"] li:before {
    display: none
}

.rte ul[style="list-style-type:square"] li {
    list-style-type: square
}

.rte ul[style="list-style-type:square"] li:before {
    display: none
}

.rte ol li {
    list-style-type: decimal
}

.rte ol li li {
    list-style-type: lower-latin
}

.rte ol li li li {
    list-style-type: lower-roman
}

.rte ol li li li::marker {
    font-weight: 300
}

.rte ol[style="list-style-type:lower-greek"] li {
    list-style-type: lower-greek
}

.rte ol[style="list-style-type:lower-alpha"] li {
    list-style-type: lower-alpha
}

.rte ol[style="list-style-type:upper-alpha"] li {
    list-style-type: upper-alpha
}

.rte ol[style="list-style-type:lower-roman"] li {
    list-style-type: lower-roman
}

.rte ol[style="list-style-type:upper-roman"] li {
    list-style-type: upper-roman
}

.table-responsive {
    margin-bottom: 80px;
    overflow: auto
}

.table-responsive>.table-responsive {
    margin-bottom: 0
}

.table-responsive .table-two tbody tr,
.table-responsive.table-two tbody tr {
    border-bottom: 0
}

.table-responsive .table-two td:nth-child(2n),
.table-responsive.table-two td:nth-child(2n) {
    background-color: transparent
}

.table-responsive table {
    overflow: auto;
    width: 997px
}

.table-responsive table thead {
    border-bottom: 1px solid #98784a
}

.table-responsive table thead td,
.table-responsive table thead th {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 17px 56px 17px 20px;
    text-align: left
}

.table-responsive table thead td:first-of-type,
.table-responsive table thead th:first-of-type {
    padding-left: 0
}

.table-responsive table thead td:nth-child(3n),
.table-responsive table thead th:nth-child(3n) {
    padding: 12px 56px 12px 35px
}

.table-responsive table tbody tr {
    border-bottom: 1px solid #d0d0ce
}

.table-responsive table tbody td {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 36px;
    padding: 12px 20px;
    position: relative
}

.table-responsive table tbody td p {
    letter-spacing: .5px
}

.table-responsive table tbody td:first-of-type {
    padding-left: 0
}

.table-responsive table tbody td:nth-child(2n) {
    background-color: hsla(60, 2%, 81%, .2)
}

.table-responsive table tbody td:nth-child(3n),
.table-responsive table tbody td:nth-child(4n) {
    padding: 12px 20px 12px 35px
}

@media only screen and (max-width:991.98px) {
    .table-responsive {
        width: calc(100% + 38px)
    }
}

@media only screen and (max-width:767.98px) {
    .table-responsive {
        width: calc(100% + 20px)
    }
}

table.table-responsive {
    margin-bottom: 0
}

table.two-column {
    margin-bottom: 50px;
    width: auto !important
}

@media only screen and (max-width:767.98px) {
    table.two-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

table.two-column tr {
    border-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767.98px) {
    table.two-column tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

table.two-column td:nth-child(2n) {
    background-color: transparent
}

table.two-column td {
    -webkit-box-flex: 1;
    border: 0 !important;
    display: inline-block;
    -ms-flex: 1 1 392px;
    flex: 1 1 392px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 34px;
    max-width: 392px
}

table.two-column td:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 447px;
    flex: 1 1 447px;
    font-weight: 500;
    margin-right: 58px;
    max-width: 447px
}

@media only screen and (max-width:767.98px) {
    table.two-column td {
        display: inline;
        font-size: 18px;
        line-height: 30px;
        max-width: 100%;
        width: 100% !important
    }

    table.two-column td:first-of-type {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

img {
    max-width: 100%
}

@media only screen and (max-width:991.98px) {

    .h1,
    .rte h1 {
        font-size: 50px;
        letter-spacing: normal;
        line-height: 73px
    }

    .rte p,
    p {
        letter-spacing: .02em
    }

    .caption,
    .rte .caption {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 24px
    }
}

@media only screen and (max-width:767.98px) {

    .h1,
    .rte h1 {
        font-size: 38px;
        line-height: 48px
    }

    .h2,
    .rte h2 {
        font-size: 30px;
        line-height: 38px
    }

    .h3,
    .rte h3 {
        font-size: 24px;
        letter-spacing: normal;
        line-height: 30px
    }

    .h4,
    .rte h4 {
        font-size: 20x;
        letter-spacing: normal;
        line-height: 24px
    }

    .h5,
    .rte h5 {
        font-size: 16px;
        letter-spacing: normal;
        line-height: 20px
    }

    .h6,
    .rte h6 {
        letter-spacing: .4em;
        line-height: 24px
    }

    .rte .standfirst,
    .standfirst {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px
    }

    .rte p,
    p {
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 28px
    }
}

blockquote {
    border-left: 2px solid #B69142;
    margin: 40px 0;
    padding: 65px 0 30px 57px
}

blockquote p {
    color: #53565a;
    font-size: 28px !important;
    font-style: italic;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 40px !important
}

@media only screen and (max-width:991.98px) {
    blockquote p {
        font-size: 20px !important;
        line-height: 34px !important
    }
}

@media only screen and (max-width:767.98px) {
    blockquote p {
        font-size: 18px !important;
        line-height: 32px !important
    }

    blockquote {
        border-left: 0;
        padding: 0
    }
}

body {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 14px;
    font-weight: 400;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

@media only screen and (max-width:1199.98px) {
    .scroll-disabled {
        height: 100%;
        overflow-y: scroll;
        position: fixed;
        width: 100%
    }
}

.wrap {
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 20px;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .wrap {
        padding: 0 38px
    }
}

.main {
    position: relative
}

.main:after {
    display: none
}

@media only screen and (max-width:1199.98px) {
    .main:after {
        display: none
    }
}

.main-landing .text-image {
    margin-bottom: 0
}

.main-landing .feature-block {
    margin-top: 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .main-landing .breadcrumbs-wrap {
        padding: 9px 38px
    }
}

.main-homepage {
    overflow: hidden
}

.main-homepage .feature-block-wrapper {
    position: relative
}

.main-homepage .feature-block-wrapper:before {
    background-color: #f1f0f0;
    content: "";
    height: 100%;
    position: absolute;
    top: 30%;
    width: 100%
}

.main-homepage .feature-block-wrapper .content-wrap {
    background-color: #f1f0f0
}

.main-homepage .numeric-promo {
    position: relative
}

.main-homepage .numeric-promo:before {
    background-color: #F1F0F0;
    content: "";
    height: 0px;
    position: absolute;
    top: -100px;
    width: 100%;
    z-index: 0
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .main-homepage .numeric-promo__num {
        font-size: 130px
    }
}

.main-homepage .numeric-promo__inner {
    background-color: #fff;
    padding-left: 10px;
    position: relative;
    z-index: 2
}

@media only screen and (max-width:1199.98px) {
    .main-homepage .numeric-promo__inner {
        padding-left: 10px
    }
}

@media only screen and (max-width:991.98px) {
    .main-homepage .numeric-promo__inner {
        padding-left: 10px;
        padding-top: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .main-homepage .numeric-promo__inner {
        padding-left: 10px;
        padding-right: 20px
    }
}

.main-homepage .numeric-promo__slide-inner {
    padding-left: 0 !important
}

@media only screen and (max-width:767.98px) {
    .main-homepage .numeric-promo__slide-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-homepage .numeric-promo__slide-inner .numeric-promo__caption {
        margin-bottom: 10px;
        max-width: 100%;
        text-align: center
    }
}

.main-homepage .numeric-promo__title {
    border-left: 0;
    position: relative
}

.main-homepage .numeric-promo__title:before {
    background-color: #B69142;
    bottom: -2px;
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 3px
}

@media only screen and (max-width:1199.98px) {
    .main-homepage .numeric-promo__title:before {
        height: 36px
    }
}

@media only screen and (max-width:767.98px) {
    .main-homepage .numeric-promo__main-title {
        font-size: 24px
    }
}

.main-homepage .numeric-promo__slider .slick-dots {
    right: 20px
}

.main-homepage .numeric-promo__slider .slick-dots li button {
    background-color: #d0d0ce
}

.main-homepage .numeric-promo__slider .slick-dots li.slick-active button {
    background: #B69142;
    border: 0;
    height: 8px;
    width: 8px
}

.main-homepage .numeric-promo__caption {
    font-size: 17px
}

.article-content .case-study {
    margin: 60px 0 30px;
    padding-bottom: 40px
}

.article-content .standard-content__top .anchor-links--fixed {
    margin: 40px 0 0
}

@media only screen and (max-width:991.98px) {
    .article-content .case-study {
        margin: 40px 0;
        padding-bottom: 10px
    }
}

.article-content .anchor-links--fixed {
    margin: 40px 0
}

.styleguide-wrap .anchor-links {
    background: #ececeb;
    margin: 50px 0;
    position: static !important
}

.styleguide-wrap .anchor-links.anchor-links--fixed {
    background: transparent
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .styleguide-wrap .anchor-links .wrap {
        padding: 0 38px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767.98px) {
    .styleguide-wrap .anchor-links .wrap {
        padding: 0 20px !important
    }
}

.column {
    padding: 0
}

[data-object-fit=cover] {
    -o-object-fit: cover;
    object-fit: cover
}

[data-object-fit=contain] {
    -o-object-fit: contain;
    object-fit: contain
}

a,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: HelveticaNowDisplay, sans-serif;
    outline: none
}

@media only screen and (min-width:992px) {

    a:focus,
    button:focus {
        outline: none
    }

    a:focus-visible,
    button:focus-visible {
        outline: 1px solid #000
    }
}

.buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px
}

button,
input[type=button],
input[type=submit] {
    background: none;
    border: 0;
    cursor: pointer;
    outline: none;
    padding: 0
}

.btn {
    border: 2px solid transparent;
    border-radius: 55px;

    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .10em;
    line-height: 20.65px;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: .4s ease-out;
    transition: .4s ease-out
}

@media only screen and (max-width:991.98px) {
    .btn {
        max-width: 400px;
        white-space: inherit !important;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .btn {
        width: auto
    }
}

.buttons-wrap {
    background-color: #00629b;
    padding: 50px
}

.buttons-wrap button {
    margin-right: 20px
}

.btn--primary {
    background-color: #B69142;
    color: #fff
}

@media only screen and (min-width:1025px) {
    .no-touch .btn--primary:hover {
        background-color: #B69142
    }
}

.btn--secondary {
    background: rgba(255, 105, 0, .6);
    border-color: #B69142;
    color: #fff
}

@media only screen and (min-width:1025px) {
    .no-touch .btn--secondary:hover {
        background-color: #B69142;
        border-color: transparent
    }
}

.btn--secondary-light {
    background: #fff;
    border-color: #B69142;
    color: #000
}

@media only screen and (min-width:1025px) {
    .no-touch .btn--secondary-light:hover {
        background-color: #B69142;
        border-color: transparent;
        color: #fff
    }
}

.btn--secondary-dark {

    border-color: #B69142;
    color: #fff
}

@media only screen and (min-width:1025px) {
    .no-touch .btn--secondary-dark:hover {
        background-color: #B69142;
        border-color: transparent
    }
}

.cta-wrap {
    background-color: #f1e6b2
}

.cta-wrap a {
    margin-right: 50px
}

.cta {
    line-height: normal
}

.cta--large:before {
    left: -10px
}

.cta--line {
    -webkit-transition: width .4s ease;
    transition: width .4s ease
}

.cta--line:before {
    height: 100%
}

.cta--small:before {
    left: -10px
}

.font-icon:before {
    top: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.font-icon--download:before {
    content: "\ea07" !important
}

.font-icon--event:before {
    content: "\ea0a" !important
}

.font-icon--presentation:before {
    content: "\ea13" !important
}

.font-icon--video:before {
    content: "\ea18" !important
}

.font-icon--view:before {
    content: "\ea19" !important
}

.text-links-wrap {
    background-color: #B69142;
    padding: 50px
}

input,
textarea {
    background: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    height: 25px;
    padding: 0 10px
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #000
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #000
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #000
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #000
}

input::placeholder,
textarea::placeholder {
    color: #000
}

ul {
    color: #000
}

ul a:not([class]) {
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

ul a:not([class]):after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

ul a:not([class]):hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

ul li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
    list-style-type: none
}

ol a:not([class]) {
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

ol a:not([class]):after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

ol a:not([class]):hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

ol li {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .02em;
    line-height: 32px;
    list-style-position: inside
}

ol li::marker {
    font-weight: 700
}

ol li li {
    list-style-type: lower-latin
}

ol li li,
ol li li li {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px
}

ol li li li {
    list-style-type: lower-roman
}

ol li li li::marker {
    font-weight: 300
}

.slick-slider {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: block;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-list {
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-track {
    display: block;
    height: 100%;
    left: 0;
    position: relative;
    top: 0
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.homepage-banner__container .slick-slide div:first-of-type {
    height: 100%
}

.homepage-banner__container .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    left: 96px;
    position: absolute;
    top: 82%;
    width: 100%
}

.homepage-banner__container .slick-dots li {
    border-top: 3px solid #fff;
    margin-right: 16px;
    width: 43px
}

.homepage-banner__container .slick-dots li.slick-active {
    border-color: #B69142
}

.homepage-banner__container .slick-dots li button {
    display: none;
    font-size: 0
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__container .slick-dots {
        bottom: 80px;
        left: 0;
        top: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.stats-scroller .stats-arrow {
    border: solid #000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px;
    position: relative;
    top: -3px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media only screen and (max-width:767.98px) {
    .stats-scroller .stats-arrow {
        padding: 8px
    }
}

.stats-scroller .stats-arrow--up {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media only screen and (max-width:767.98px) {
    .stats-scroller .stats-arrow--up {
        border-color: #B69142
    }
}

.stats-scroller .stats-arrow--down {
    border-color: #B69142;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.stats-scroller .slick-arrow {
    left: 287.5px
}

.selectric-wrapper {
    cursor: pointer;
    margin-left: 10px;
    position: relative
}

.selectric-responsive {
    width: 100%
}

.selectric {
    border-radius: 0;
    overflow: hidden;
    position: relative;
    width: 204px
}

@media only screen and (max-width:767.98px) {
    .selectric {
        margin-left: 0;
        width: 100%
    }
}

.selectric .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #444;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 144.5%;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.selectric .label .font-ico-chevron-down {
    display: inline-block
}

.selectric .label .font-ico-chevron-down:before {
    font-size: 10px;
    margin-left: 15px;
    -webkit-transition: color .3s ease, -webkit-transform .3s ease;
    transition: color .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, color .3s ease;
    transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease
}

@media only screen and (max-width:1199.98px) {
    .selectric .label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 20px;
        text-transform: capitalize
    }
}

@media only screen and (max-width:767.98px) {
    .selectric .label {
        border: 1px solid #d0d0ce;
        -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        padding: 15px 20px 15px 40px
    }

    .selectric .label:after {
        background-color: #B69142;
        content: "";
        height: 27px;
        left: 20px;
        position: absolute;
        width: 2px
    }
}

.selectric .button {
    color: transparent;
    display: block;
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 38px
}

.selectric-focus .selectric {
    border-color: #aaa
}

.selectric-hover .selectric {
    border-color: #c4c4c4
}

.selectric-open {
    z-index: 9999
}

.selectric-open .selectric {
    border-color: #c4c4c4
}

.selectric-open .selectric-items {
    display: block
}

.selectric-disabled {
    cursor: default;
    filter: alpha(opacity=50);
    opacity: .5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-hide-select {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 0
}

.selectric-hide-select select {
    left: -100%;
    position: absolute
}

.selectric-hide-select.selectric-is-native {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10
}

.selectric-hide-select.selectric-is-native select {
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1
}

.selectric-input {
    left: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    top: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    background: none !important;
    border: 0 !important;
    font-size: 0;
    height: 1px !important;
    margin: 0 !important;
    outline: none !important;
    padding: 0 !important;
    width: 1px !important
}

.selectric-temp-show {
    display: block !important;
    position: absolute !important;
    visibility: hidden !important
}

.selectric-items {
    background-color: #fff;
    border: 1px solid #d0d0ce;
    border-top: 0;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    display: none;
    left: 0;
    position: absolute;
    text-align: left;
    z-index: -1
}

.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto
}

.selectric-items li,
.selectric-items ul {
    font-size: 12px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    min-height: 20px;
    padding: 0
}

.selectric-items li {
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 144.5%;
    margin: 0 auto;
    padding: 10px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease;
    width: 90%
}

.selectric-items li:last-of-type {
    margin-bottom: 10px
}

@media only screen and (min-width:1025px) {
    .no-touch .selectric-items li:hover {
        font-weight: 700
    }
}

.selectric-items .disabled {
    background: none !important;
    color: #666 !important;
    cursor: default !important;
    filter: alpha(opacity=50);
    opacity: .5
}

.selectric-items .disabled,
.selectric-items .selectric-group .selectric-group-label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.selectric-items .selectric-group .selectric-group-label {
    background: none;
    color: #444;
    cursor: default;
    font-weight: 700;
    padding-left: 10px
}

.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1
}

.selectric-items .selectric-group li {
    padding-left: 25px
}

.selectric-open .label {
    border: 1px solid #d0d0ce;
    border-bottom: 0
}

.selectric-open .font-ico-chevron-down:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width:1199.98px) {
    .selectric-open .font-ico-chevron-down:before {
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease
    }
}

@media screen and (min-width:1025px) {
    .selectric-open .font-ico-chevron-down:before {
        color: #000;
        -webkit-transition: color .3s ease, -webkit-transform .3s ease;
        transition: color .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, color .3s ease;
        transition: transform .3s ease, color .3s ease, -webkit-transform .3s ease
    }

    .selectric-open .label {
        color: #000
    }
}

@media only screen and (max-width:1199.98px) {
    .selectric-open {
        border: 1px solid #000
    }
}

.header {
    --progress-bar-height: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    position: fixed;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    background: transparent;
    color: #fff;
    justify-content: space-between;
    padding: 20px 40px 20px 40px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, -webkit-box-shadow, -webkit-transform;
    transition-property: background-color, box-shadow, transform;
    transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 100%;
    z-index: 10000
}

.header:after {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
    height: 100%;
    opacity: .7;
    top: 0;
    z-index: -1
}

.header:after,
.header:before {
    content: "";
    left: 0;
    position: absolute;
    width: 100%
}



.header.header--white,
.header.js-header-white {
    background: #fff;
    color: #000
}

.header.header--white:after,
.header.js-header-white:after {
    background: #fff
}

.header.header--white .logo--white,
.header.js-header-white .logo--white {
    display: none
}

.header.header--white .logo--dark,
.header.js-header-white .logo--dark {
    display: block
}

.margin-button-first-header {
    margin-right:20px; 
}

.margin-button-header {
    margin-right:20px; 
    margin-top: 40px;
}

.margin-button-last-header {
    margin-top:40px; 

}

.header.header--white .header-nav__link,
.header.js-header-white .header-nav__link {
    color: #000
}

.header.header--white .header-nav__link:after,
.header.js-header-white .header-nav__link:after {
    color: #000 !important
}

.header.header--white .search-open .header-nav__input,
.header.js-header-white .search-open .header-nav__input {
    border: 1px solid #000
}

@media only screen and (max-width:1199.98px) {

    .header.header--white .nav-toggle:after,
    .header.header--white .nav-toggle:before,
    .header.header--white .nav-toggle__line,
    .header.js-header-white .nav-toggle:after,
    .header.js-header-white .nav-toggle:before,
    .header.js-header-white .nav-toggle__line {
        background-color: #000
    }
}

.header.header--down,
.header.js-header-white {
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .11);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .11)
}

.header.header--down {
    background-color: #fff;
    color: #000
}

@media only screen and (min-width:992px) {
    .header.header--down {
        -webkit-transform: translateY(calc(-100% + var(--progress-bar-height)));
        -ms-transform: translateY(calc(-100% + var(--progress-bar-height)));
        transform: translateY(calc(-100% + var(--progress-bar-height)))
    }
}

.header.header--down:after {
    background: #fff
}

.header.header--down .logo--white {
    display: none
}

.header.header--down .logo--dark {
    display: block
}

.header.header--down .header-nav__link {
    color: #000
}

.header.header--down .header-nav__link:after {
    color: #000 !important
}

.header.header--down .search-open .header-nav__input {
    border: 1px solid #000
}

@media only screen and (max-width:1199.98px) {

    .header.header--down .nav-toggle:after,
    .header.header--down .nav-toggle:before,
    .header.header--down .nav-toggle__line {
        background-color: #000
    }

    .header.header--down .logo {
        margin-top: 0;
        width: 158px
    }

    .header.header--down .header-nav__top {
        color: #000 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:767.98px) {
    .header.header--down .logo {
        width: 135px
    }
}

@media only screen and (max-width:1199.98px) {
    .header {
        padding: 30px 40px
    }
}

@media only screen and (max-width:767.98px) {
    .header {
        padding: 20px
    }
}

.header-progress {
    background: #B69142;
    bottom: 0;
    height: var(--progress-bar-height);
    left: 0;
    position: absolute;
    width: 0
}

.header-progress,
.logo {
    -webkit-transition: width .4s ease;
    transition: width .4s ease
}

.logo {
    position: relative;
    width: 200px;
    z-index: 2
}

.logo .logo--dark {
    display: none
}

@media only screen and (max-width:1199.98px) {
    .logo {
        margin-top: 0;
        width: 160px
    }
}

@media only screen and (max-width:767.98px) {
    .logo {
        width: 135px
    }
}

.logo-img {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.nav-toggle {
    height: 43px;
    position: relative;
    width: 43px
}

.nav-toggle:after,
.nav-toggle:before {
    background-color: #fff;
    border-radius: 1px;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: .1s ease-in;
    transition: .1s ease-in
}

.nav-toggle:before {
    margin-top: -10px;
    width: 100%
}

.nav-toggle:after {
    margin-top: 9px;
    width: 100%
}

@media only screen and (min-width:1200px) {
    .nav-toggle {
        display: none
    }
}

@media only screen and (max-width:767.98px) {
    .nav-toggle {
        height: 31px;
        width: 31px
    }
}

.nav-toggle__line {
    background-color: #fff;
    border-radius: 1px;
    display: inline-block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 100%
}

.nav-toggle--close {
    width: 30px;
    z-index: 30
}

.nav-toggle--close .nav-toggle__line {
    display: none
}

.nav-toggle--close:after,
.nav-toggle--close:before {
    background-color: #000;
    margin-top: 0
}

.nav-toggle--close:before {
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.nav-toggle--close:after {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.loaded .nav-toggle--close:after,
.loaded .nav-toggle--close:before {
    -webkit-transition: margin .15s ease-in-out .15s, -webkit-transform .15s ease-in-out;
    transition: margin .15s ease-in-out .15s, -webkit-transform .15s ease-in-out;
    transition: margin .15s ease-in-out .15s, transform .15s ease-in-out;
    transition: margin .15s ease-in-out .15s, transform .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media only screen and (max-width:1199.98px) {
    .header-nav__mobile-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        background-color: #fff;
        height: 100%;
        justify-content: flex-end;
        margin-left: auto;
        overflow-y: auto;
        padding: 120px 0 0;
        position: relative;
        -webkit-transform: translateX(520px);
        -ms-transform: translateX(520px);
        transform: translateX(520px);
        -webkit-transition: .3s ease;
        transition: .3s ease;
        width: 510px
    }


}

@media only screen and (max-width:767.98px) {
    .header-nav__mobile-wrap {
        padding: 81px 0 0;
        width: 95%
    }

    .header-nav__mobile-wrap:after {
        top: 80px
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__wrap {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 40px 45px
    }
}

@media only screen and (max-width:991.98px) {
    .header-nav__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:767.98px) {
    .header-nav__wrap {
        padding: 40px 27px
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav {
        height: 100%;
        left: 0;
        overflow: hidden;
        position: fixed;
        top: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        visibility: hidden;
        width: 100%;
        z-index: 5
    }

    .header-nav.open-mobile {
        background-color: rgba(0, 0, 0, .4);
        visibility: visible
    }

    .header-nav.open-mobile .header-nav__mobile-wrap {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.header-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 41px
}

.header-nav__top .header-nav__item {
    margin-right: 20px
}

.header-nav__top .header-nav__item:before {
    bottom: -275px
}

.header-nav__top .header-nav__item:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:1199.98px) {
    .header-nav__top .header-nav__item {
        margin-right: 0
    }

    .header-nav__top .header-nav__item.has-children .header-nav__link:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 9px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        margin-left: 8px;
        position: relative;
        text-decoration: none;
        text-transform: none
    }

    .header-nav__top {
        color: #000 !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }

    .header-nav__top .header-nav__search,
    .header-nav__top .share-price {
        display: none
    }
}

@media only screen and (max-width:991.98px) {
    .header-nav__top {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.share-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 35px
}

@media only screen and (max-width:1199.98px) {
    .share-price {
        padding-right: 32px
    }
}

@media only screen and (max-width:767.98px) {
    .share-price {
        display: none
    }
}

.share-price__small {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    line-height: 14px;
    margin-right: 20px
}

@media only screen and (max-width:767.98px) {
    .share-price__small {
        display: none
    }
}

.share-price__big {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: .11em;
    line-height: 34px
}

.header-nav__input {
    background: transparent;
    border: 0;
    border-radius: 80px;
    height: 46px;
    padding: 0;
    position: relative;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    width: 0
}

.header-nav__input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.header-nav__input::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.header-nav__input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.header-nav__input::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.header-nav__input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.header-nav__search {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header-nav__search .icon {
    color: #B69142;
    font-size: 22px;
    position: relative;
    top: -2px;
    z-index: 2
}

.header-nav__search.search-open .header-nav__input {
    background: #fff;
    padding: 0 50px 0 20px;
    position: relative;
    width: 269px
}

@media only screen and (max-width:1400px) and (min-width:1200px) {
    .header-nav__search.search-open .header-nav__input {
        width: 180px
    }
}

.header-nav__search.search-open .search-btn {
    position: absolute;
    right: 12px;
    top: -1px
}

.header-nav__search.search-open .search-btn:before {
    visibility: hidden !important
}

.header-nav__search.search-open .icon {
    top: 2px
}

.header-nav__search.search-open .search-btn:hover .icon {
    color: #B69142
}

.search-btn {
    background: transparent;
    position: relative
}

.search-btn,
.search-btn:before {
    border-radius: 50%;
    height: 45px;
    width: 45px
}

.search-btn:before {
    background: #B69142;
    content: "";
    left: 1px;
    position: absolute;
    top: -3px;
    visibility: hidden
}

@media only screen and (min-width:1025px) {
    .no-touch .search-btn:hover {
        -webkit-transition: .2s ease;
        transition: .2s ease
    }

    .no-touch .search-btn:hover:before {
        visibility: visible
    }

    .no-touch .search-btn:hover .icon {
        color: #fff
    }
}

.header-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 35px;
    min-width: 614px
}

.header-nav__list:after,
.header-nav__list:before {
    background: #B69142;
    content: "";
    height: 21px;
    left: 0;
    position: relative;
    top: 8px;
    width: 2px
}

.header-nav__list:before {
    left: auto;
    right: 0
}

.header-nav__list.hide {
    display: none
}

@media only screen and (max-width:1199.98px) {
    .header-nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0;
        width: 100%
    }

    .header-nav__list:after,
    .header-nav__list:before {
        display: none
    }
}

.header-nav__item {
    margin-right: 17px
}

.header-nav__item:first-of-type {
    margin-left: 35px
}

.header-nav__item:before {
    border: solid transparent;
    bottom: -185px;
    content: "";
    display: none;
    height: 300px;
    position: absolute;
    right: 0;
    width: 80%;
    z-index: 2
}

@media only screen and (min-width:1200px) {
    .header-nav__item.has-children .header-nav__link:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 8px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        margin-left: 7px;
        position: relative;
        text-decoration: none;
        text-transform: none
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__item.has-children .header-nav__link:after {
        color: #000;
        font-size: 9px;
        margin-left: 8px
    }
}

@media only screen and (min-width:1200px) {
    .header-nav__item.is-active .header-nav__link {
        background: #d0d0ce
    }
}

.header-nav__item.active .header-nav__link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:1200px) {


    .header-nav__item.active .header-nav__link {
        background-color: #B69142;
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__item {
        line-height: normal;
        margin-bottom: 40px;
        margin-right: 0
    }

    .header-nav__item .header-nav__item--hover,
    .header-nav__item.active {
        position: relative
    }

    .header-nav__item .header-nav__item--hover .header-nav__link:before,
    .header-nav__item.active .header-nav__link:before {
        background-color: #B69142;
        
        content: "";
        height: 24px;
        left: -11px;
        position: absolute;
        width: 3px
    }

    .header-nav__item .header-nav__item--hover.has-children:after,
    .header-nav__item.active.has-children:after {
        background-color: hsla(46, 27%, 53%, .1);
        content: "";
        height: calc(100% + 20px);
        left: -44px;
        position: absolute;
        top: -20px;
        width: calc(100% + 89px);
        z-index: -1
    }

    .header-nav__item:first-of-type {
        margin-left: 0
    }
}

.js-close-nav {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10000
}

.js-close-nav .icon:before {
    font-size: 20px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.js-close-nav:hover .icon:before {
    color: #B69142
}

@media only screen and (max-width:1199.98px) {
    .js-close-nav {
        display: none
    }
}

.header-nav__link {
    background: transparent;
    border-radius: 80px;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .2em;
    line-height: 14px;
    padding: 8px 17px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    z-index: 2
}

@media only screen and (min-width:1200px) and (min-width:1025px) {
    .no-touch .header-nav__link:hover {
        color:#fff;

        background: #B69142
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__link {
        color: #000;
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
}

.header-nav__bottom .header-nav__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    border-right: 0;
    justify-content: flex-end
}

.header-nav__bottom .header-nav__list:after,
.header-nav__bottom .header-nav__list:before {
    display: none
}

.header-nav__bottom .header-nav__item {
    margin-right: 20px
}

.header-nav__bottom .header-nav__item:before {
    bottom: -275px
}

.header-nav__bottom .header-nav__item:last-of-type {
    margin-right: 0
}

@media only screen and (max-width:1199.98px) {
    .header-nav__bottom .header-nav__item {
        margin-right: 0
    }

    .header-nav__bottom .header-nav__item.has-children .header-nav__link:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 9px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        margin-left: 8px;
        position: relative;
        text-decoration: none;
        text-transform: none
    }
}

.header-nav__bottom .header-nav__link {
    display: initial;
    font-size: 12px;
    line-height: 18px;
    padding: 14px 23px
}

@media only screen and (max-width:1199.98px) {
    .header-nav__bottom .header-nav__link {
        display: block;
        font-size: 14px;
        line-height: 24px;
        padding: 0
    }
}

.header-nav__bottom .header-nav__link.home-link {
    display: none
}

@media only screen and (max-width:1199.98px) {
    .header-nav__bottom .header-nav__link.home-link {
        display: block;
        margin-bottom: 40px
    }
}

.header-nav__secondary {
    display: none
}

.header-nav__secondary .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (min-width:1200px) {
    .header-nav__secondary {
        background: #fff;
        border-top: 0;
        -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, .11);
        box-shadow: 0 4px 14px rgba(0, 0, 0, .11);
        left: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 12
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary {
        padding: 40px 0 0 10px
    }

    .header-nav__secondary .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0
    }
}

.header-nav__description-wrap {
    display: none
}

@media only screen and (min-width:1200px) {
    .header-nav__description-wrap {
        background: #f6f6f5;
        display: block;
        margin-right: -100%;
        padding: 108px 0 64px 101px;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: 100%
    }

    .header-nav__description-wrap .hide {
        display: none
    }

    .header-nav__description-wrap .link-block {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header-nav__description-wrap .link-block__image {
        height: auto;
        padding-right: 28px;
        width: 291px
    }

    .header-nav__description-wrap .link-block__content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-nav__description-wrap .link-block__content-block h3 {
        border-width: 0;
        margin-bottom: 0;
        padding-left: 0;
        padding-top: 0
    }

    .header-nav__description-wrap .link-block__content-block .header-nav__text {
        font-size: 20px;
        font-weight: 500;
        line-height: 35.5px;
        max-width: 374px
    }

    .header-nav__description-wrap .link-block__content-block .btn--small {
        max-width: 332px;
        text-align: center
    }
}

.header-nav__description {
    max-width: 480px
}

.header-nav__description .h3 {
    margin-bottom: 20px
}

.header-nav__secondary-wrap {
    position: relative
}

.header-nav__secondary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 160px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 63px 0 127px
}

.header-nav__secondary-list.shadow {
    -webkit-box-shadow: 4px 0 4px -4px rgba(0, 0, 0, .11);
    box-shadow: 4px 0 4px -4px rgba(0, 0, 0, .11);
    margin-right: 34px
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary-list {
        margin-left: -10px;
        max-height: unset;
        padding: 0
    }

    .header-nav__secondary-list.shadow {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 0
    }
}

.header-nav__text {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 35.5px;
    margin-bottom: 13px
}

.header-nav__secondary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    min-width: 450px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    cursor: pointer;
    justify-content: space-between;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary-item.has-children .header-nav__secondary-link:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 9px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        margin-left: 8px;
        position: relative;
        text-decoration: none;
        text-transform: none
    }
}

.header-nav__secondary-item.show .header-nav__tertiary-wrap {
    display: block
}

.header-nav__secondary-item.show .header-nav__secondary-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:1200px) {
    .header-nav__secondary-item.has-children .header-nav__tertiary-wrap {
        opacity: 0;
        -webkit-transition: .2s ease-in;
        transition: .2s ease-in;
        -webkit-transition-delay: .5s;
        transition-delay: .5s;
        -webkit-transition-property: visibility;
        transition-property: visibility;
        visibility: hidden
    }

    .header-nav__secondary-item.show .header-nav__tertiary-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .header-nav__secondary-item.has-children.show .header-nav__tertiary-wrap {
        opacity: 1;
        visibility: visible
    }

    .header-nav__secondary-item .header-nav__secondary-link {
        padding: 10px 20px
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary-item {
        margin-bottom: 20px;
        max-width: 100%;
        padding: 0 20px 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100%
    }

    .header-nav__secondary-item .header-nav__secondary-link {
        margin-left: 0
    }

    .header-nav__secondary-item .header-nav__secondary-link:hover {
        left: 0 !important;
        margin-left: 0
    }

    .header-nav__secondary-item .header-nav__secondary-link:hover:before {
        left: 0 !important;
        width: 3px !important
    }

    .header-nav__secondary-item.has-children .header-nav__secondary-link {
        margin-left: 10px
    }

    .header-nav__secondary-item.has-children .header-nav__secondary-link:before {
        background-color: #B69142;
        content: "";
        height: calc(100% - 7px);
        left: 0;
        position: absolute;
        top: 2px;
        width: 3px
    }

    .header-nav__secondary-item:after {
        display: none
    }
}

.header-nav__secondary-item--main {
    position: relative
}

.header-nav__secondary-item--main a {
    text-transform: uppercase
}

.header-nav__secondary-item--main a span {
    font-size: 13px !important;
    font-weight: 700 !important
}

.header-nav__secondary-item--main .icon {
    display: none
}

@media only screen and (min-width:1200px) {
    .header-nav__secondary-item--main {
        margin-bottom: 14px
    }

    .header-nav__secondary-item--main .icon {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        font-size: 10px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        position: absolute;
        right: 13px;
        text-decoration: none;
        text-transform: none;
        top: 22px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .header-nav__secondary-item--main .icon:before {
        content: "\ea03"
    }

    .header-nav__secondary-item--main a {
        border-bottom: 1px solid #d0d0ce;
        margin-left: 17px;
        margin-right: 13px;
        padding-bottom: 28px !important;
        padding-left: 0 !important
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary-item--main span.cta--line:before {
        background-color: #B69142 !important
    }
}

@media only screen and (min-width:1200px) {
    .header-nav__secondary-item:hover {
        background: hsla(60, 2%, 81%, .2)
    }

    .header-nav__secondary-item:hover .cta:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.header-nav__secondary-link {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width:992px) {
    .header-nav__secondary-link {
        display: block;
        width: 100%
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__secondary-link {
        color: #53565a;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 22px;
        position: relative;
        text-transform: unset
    }

    .header-nav__secondary-link span.cta,
    .header-nav__secondary-link span.cta--line,
    .header-nav__secondary-link span.cta--small {
        border-bottom: 1px solid transparent;
        color: #53565a;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 22px;
        position: relative;
        text-transform: unset;
        -webkit-transition: .2s ease;
        transition: .2s ease
    }

    .header-nav__secondary-link span.cta--line:hover,
    .header-nav__secondary-link span.cta--small:hover,
    .header-nav__secondary-link span.cta:hover {
        border-bottom: 1px solid #000
    }

    .header-nav__secondary-link span.cta--line:before {
        background-color: transparent
    }

    .header-nav__secondary-link span:after {
        display: none
    }
}

@media only screen and (min-width:1025px) {
    .no-touch .header-nav__secondary-link:hover span.cta--line {
        margin-left: 20px
    }

    .no-touch .header-nav__secondary-link:hover span.cta--line:before {
        left: -20px;
        width: 14px
    }
}

.hide-element {
    opacity: 0;
    visibility: hidden
}

.display-element {
    opacity: 1;
    visibility: visible
}

.header-nav__tertiary-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-left: -34px;
    max-width: 400px;
    padding: 34px 38px 34px 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 678px
}

.header-nav__tertiary-list:after {
    background: rgba(152, 120, 74, .3);
    content: "";
    height: 88%;
    left: 329px;
    position: absolute;
    top: 34px;
    width: 1px
}

.header-nav__tertiary-list.child-list {
    max-height: auto;
    max-width: auto;
    padding: 64px 0 0
}

.header-nav__tertiary-list.child-list .header-nav__tertiary-item {
    padding: 7px 13px 7px 20px
}

.header-nav__tertiary-list.child-list:after {
    display: none
}

.header-nav__tertiary-list.shadow {
    -webkit-box-shadow: 4px 0 4px -4px rgba(0, 0, 0, .11);
    box-shadow: 4px 0 4px -4px rgba(0, 0, 0, .11)
}

@media only screen and (max-width:1199.98px) {
    .header-nav__tertiary-list {
        margin-left: 0;
        max-height: 100%;
        max-width: 100%;
        padding: 15px 0 0 10px
    }

    .header-nav__tertiary-list:after {
        display: none
    }

    .header-nav__tertiary-list.shadow {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .header-nav__tertiary-list.child-list {
        max-height: auto;
        max-width: auto;
        padding: 14px 0 0
    }
}

.header-nav__tertiary-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 7px 36px 7px 20px
}

@media only screen and (max-width:1199.98px) {
    .header-nav__tertiary-item.has-children .header-nav__tertiary-link:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #000;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 9px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        margin-left: 8px;
        position: relative;
        text-decoration: none;
        text-transform: none
    }
}

@media only screen and (min-width:1200px) {
    .header-nav__tertiary-item.has-children .header-nav__fourth-wrap {
        opacity: 0;
        -webkit-transition: .2s ease-in;
        transition: .2s ease-in;
        -webkit-transition-delay: .7s;
        transition-delay: .7s;
        -webkit-transition-property: visibility;
        transition-property: visibility;
        visibility: hidden
    }
}

.header-nav__tertiary-item.show .header-nav__fourth-wrap {
    display: block;
    padding-left: 20px
}

.header-nav__tertiary-item.show .header-nav__tertiary-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (min-width:1200px) {
    .header-nav__tertiary-item.show.has-children .header-nav__fourth-wrap {
        opacity: 1;
        visibility: visible
    }
}

@media only screen and (min-width:1025px) {
    .no-touch .header-nav__tertiary-item:hover {
        background: hsla(60, 2%, 81%, .2)
    }

    .no-touch .header-nav__tertiary-item:hover .header-nav__tertiary-link:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__tertiary-item {
        padding: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .header-nav__tertiary-item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .header-nav__tertiary-item.has-children {
        position: relative
    }

    .header-nav__tertiary-item.has-children .header-nav__tertiary-link {
        padding-left: 11px
    }

    .header-nav__tertiary-item.has-children .header-nav__tertiary-link:before {
        background-color: #B69142;
        content: "";
        height: calc(100% - 7px);
        left: 0;
        position: absolute;
        top: 2px;
        width: 3px
    }
}

.header-nav__fourth-item {
    padding: 0 13px 0 20px
}

@media only screen and (min-width:1025px) {
    .no-touch .header-nav__fourth-item:hover .header-nav__fourth-link:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media only screen and (max-width:1199.98px) {
    .header-nav__fourth-item {
        padding: 0
    }

    .header-nav__fourth-item:not(:last-of-type) {
        margin-bottom: 20px
    }
}

.header-nav__fourth-list {
    margin-left: -100px;
    padding-top: 64px
}

@media only screen and (max-width:1199.98px) {
    .header-nav__fourth-list {
        margin-left: 0;
        padding: 15px 0 0 10px
    }
}

.overview-link,
.third-btn {
    color: #53565a;
    display: none;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5;
    line-height: 28px;
    margin-bottom: 20px
}

@media only screen and (max-width:1199.98px) {

    .overview-link,
    .third-btn {
        display: block;
        margin-left: 1px
    }
}

.header-nav__fourth-wrap,
.header-nav__tertiary-wrap {
    background: #fff;
    display: none;
    height: 100%;
    left: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media only screen and (min-width:1200px) {

    .header-nav__fourth-wrap,
    .header-nav__tertiary-wrap {
        display: block;
        opacity: 0;
        visibility: hidden
    }
}

@media only screen and (max-width:1199.98px) {

    .header-nav__fourth-wrap,
    .header-nav__tertiary-wrap {
        background: transparent;
        position: static
    }
}

.header-nav__tertiary-block {
    background: #f6f6f5;
    display: none;
    height: 100%;
    left: 100%;
    padding-top: 110px;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1000
}

@media only screen and (max-width:1199.98px) {
    .header-nav__tertiary-block {
        background: transparent;
        position: static
    }
}

.header-nav__tertiary-block .link-block {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 100px
}

.header-nav__tertiary-block .link-block__image {
    height: auto;
    padding-right: 28px;
    width: 291px
}

.header-nav__tertiary-block .link-block__content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-nav__tertiary-block .link-block__content-block h3 {
    border-width: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0
}

.header-nav__tertiary-block .link-block__content-block .header-nav__text {
    font-size: 20px;
    font-weight: 500;
    line-height: 35.5px;
    max-width: 374px
}

.header-nav__tertiary-block .link-block__content-block .btn {
    margin-bottom: 1rem
}

.header-nav__tertiary-block .link-block__content-block .btn--small {
    max-width: 332px;
    text-align: center
}

.header-nav__fourth-link,
.header-nav__tertiary-link {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 22px;
    position: relative
}

@media only screen and (max-width:1199.98px) {

    .header-nav__fourth-link,
    .header-nav__tertiary-link {
        color: #53565a;
        letter-spacing: .5px;
        line-height: 24px
    }

    .header-nav__fourth-link:hover,
    .header-nav__tertiary-link:hover {
        border-bottom: 1px solid #000
    }
}

.header-mobile {
    display: none
}

.header-mobile.open-mobile {
    color: #000
}

@media only screen and (max-width:1199.98px) {
    .header-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 3px;
        z-index: 30
    }

    .header-mobile .font-ico-search {
        color: #B69142;
        font-size: 24px
    }

    .header-mobile .header-search {
        margin-right: 40px
    }

    .header-mobile .header-search.open .header-search__form {
        visibility: visible
    }

    .header-mobile .header-search.open .header-search__form input {
        padding: 22px 40px;
        width: 88%
    }

    .header-mobile .header-search.open .font-ico-search {
        position: relative
    }

    .header-mobile .header-search.open .font-ico-search:before {
        color: #B69142;
        content: "\ea05";
        font-size: 20px;
        left: -4px;
        position: absolute;
        top: -13px;
        z-index: 2
    }

    .header-mobile .header-search.open .icon:after {
        background: #fff;
        content: "";
        height: 91px;
        left: -15px;
        position: absolute;
        top: -43px;
        width: 42px
    }

    .header-mobile .header-search__form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        bottom: 0;
        height: 0;
        justify-content: flex-end;
        left: 0;
        position: absolute;
        visibility: hidden;
        width: 100%
    }

    .header-mobile .header-search__form input {
        border: 0;
        font-size: 20px;
        font-weight: 400;
        height: 77px;
        letter-spacing: .5px;
        line-height: 30px;
        padding: 0;
        -webkit-transition: .5s ease-in;
        transition: .5s ease-in;
        width: 0
    }

    .header-mobile .header-search__form button {
        background: #B69142;
        color: #000;
        font-size: 20px;
        font-weight: 400;
        height: 77px;
        letter-spacing: .5px;
        max-width: 95.91px;
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in;
        width: 95.91px
    }
}

@media only screen and (max-width:767.98px) {
    .header-mobile .header-search.open .font-ico-search:before {
        color: #B69142;
        content: "\ea05";
        font-size: 20px;
        left: -24px;
        position: absolute;
        top: -17px;
        z-index: 2
    }

    .header-mobile .header-search.open .icon:after {
        background: #fff;
        content: "";
        height: 91px;
        left: -35px;
        position: absolute;
        top: -43px;
        width: 42px
    }

    .header-mobile .header-search__form button {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83px;
        flex: 0 0 83px
    }

    .header-mobile .font-ico-search {
        position: relative;
        top: 2px
    }

    .header-mobile.open-mobile .font-ico-search {
        display: none
    }
}

.nav-icon {
    color: #000;
    display: none;
    font-size: 8px;
    font-weight: 300;
    margin-top: 7px;
    position: relative;
    top: -3px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media only screen and (min-width:1200px) and (min-width:1025px) {

    .no-touch .header-nav__secondary-item.has-children:hover>.nav-icon,
    .no-touch .header-nav__tertiary-item.has-children:hover>.nav-icon {
        display: inline-block
    }
}

.footer {
    background-color: #1B3162;
    color: #fff;
    position: relative;
    z-index: 21
}



.footer-top {
    padding: 53px 0 50px
}

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

@media only screen and (max-width:1199.98px) {
    .footer-top {
        padding: 47px 0 93px
    }
}

@media only screen and (max-width:767.98px) {
    .footer-top {
        padding: 37px 0 20px
    }

    .footer-top .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer-top__logo {
    margin-right: 117px;
    max-width: 220px;
    width: 100%
}

@media only screen and (max-width:1199.98px) {
    .footer-top__logo {
        margin-right: 18px;
        max-width: 159px
    }
}

.footer-top__sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .footer-top__sections {
        padding-top: 48px
    }
}

.footer-top__section {
    -webkit-box-flex: 1;

    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    min-width: 202px;
    padding: 5px 10px
}

@media only screen and (min-width:992px) {
    .footer-top__section.div-top__section--contact {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 235px;
        flex: 1 1 235px;
        width: 235px
    }
}

@media only screen and (min-width:768px) and (max-width:1199.98px) {
    .footer-top__section.div-top__section--contact {
        -webkit-box-flex: 1;
        bottom: -73px;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        left: 0;
        position: absolute;
        width: 100%
    }

    .footer-top__section.div-top__section--contact .foter-top__section-title {
        display: none
    }

    .footer-top__section.div-top__section--contact .footer-top__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

@media only screen and (max-width:991.98px) {
    .footer-top__section {
        min-width: 170px
    }
}

@media only screen and (max-width:767.98px) {
    .footer-top__section {
        margin-bottom: 58px;
        min-width: 160px;
        padding: 5px 10px 5px 20px
    }
}

@media (max-width:340px) {
    .footer-top__section {
        min-width: 135px
    }
}

.foter-top__section-title {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 17px
}

.visibleBorderLeftRight {
    color: #1b202d;
    display: inline-block;
    position: relative
}

.footer-top__item .icon {
    margin-right: 4px
}

.footer-top__item .icon:before {
    color: #d0d0ce;
    font-size: 15px;
    position: relative;
    top: 1px
}

.footer-top__item .icon.font-ico-youtube:before {
    font-size: 11px
}

.footer-top__link {
    color: #d0d0ce;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative
}

.footer-top__link:after {
    background-color: #d0d0ce;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .footer-top__link:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media only screen and (max-width:1199.98px) {
    .footer-top__link .icon:before {
        top: 0
    }
}

.footer-bottom {
    background-color: #53565a;
    padding: 23px 0 20px
}

.footer-bottom .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:1199.98px) {
    .footer-bottom {
        padding: 23px 0 36px
    }

    .footer-bottom .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:767.98px) {
    .footer-bottom {
        padding: 48px 0 31px
    }
}

.footer-bottom__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:1199.98px) {
    .footer-bottom__list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:767.98px) {
    .footer-bottom__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-bottom__item {

    line-height: normal;
    padding: 0 20px
}

.footer-bottom__item:last-of-type {
    border-right: 0;
    padding-right: 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .footer-bottom__item {
        padding: 0 9px
    }

    .footer-bottom__item:first-of-type {
        padding-left: 0
    }
}

@media only screen and (max-width:767.98px) {
    .footer-bottom__item {

        border-right: 0;
        padding: 20px 10px;
        text-align: center
    }

    .footer-bottom__item:last-of-type {
        border-bottom: 0;
        padding-right: 10px
    }
}

@media only screen and (max-width:1199.98px) {
    .footer-bottom__copy {
        margin-bottom: 17px;
        text-align: center
    }
}

@media only screen and (max-width:767.98px) {
    .footer-bottom__copy {
        margin-bottom: 10px;
    }
}

.footer-bottom__copy,
.footer-bottom__link {
    color: #d0d0ce;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 22px
}

@media only screen and (max-width:767.98px) {

    .footer-bottom__copy,
    .footer-bottom__link {
        font-size: 16px
    }
}

.footer-bottom__link {
    position: relative
}

.footer-bottom__link:after {
    background-color: #d0d0ce;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .footer-bottom__link:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.standard-content__top {
    margin: 0 auto;
    max-width: 1240px;
    position: relative;
    width: 100%
}

.standard-content__top .standard-content__wrap {
    background-color: #fff;
    bottom: -100%;
    left: 0;
    padding: 0 20px;
    position: absolute
}

@media only screen and (max-width:767.98px) {
    .standard-content__top .standard-content__wrap {
        position: static
    }
}

.standard-content__bottom {
    padding-top: 43px
}

.standard-content__bottom .umb-grid {
    margin-top: -43px
}

.standard-content__bottom .umb-grid .column {
    padding: 52px 0
}

.two-column {
    margin-bottom: 50px;
    width: auto !important
}

.titulo-principal {
    background-color: #B69142; 
    padding: 20px; 
    color: #FFFFFF;  
}

@media only screen and (max-width:767.98px) {
    .two-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
    .titulo-principal {

    }
}

.two-column tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:767.98px) {
    .two-column tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px
    }
}

.two-column td {
    -webkit-box-flex: 1;
    display: inline-block;
    -ms-flex: 1 1 392px;
    flex: 1 1 392px;
    max-width: 392px
}

.two-column td:first-of-type {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 450px;
    flex: 1 1 450px;
    margin-right: 60px;
    max-width: 450px
}

@media only screen and (max-width:767.98px) {
    .two-column td {
        display: inline;
        max-width: 100%
    }

    .two-column td:first-of-type {
        margin-bottom: 20px;
        margin-right: 0;
        max-width: 100%;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}

.homepage-banner__wrap {
    height: 100vh;
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__wrap {
        margin-bottom: 48px
    }
}

.homepage-banner {
    z-index: 20
}

.loaded .homepage-banner {
    -webkit-transition: .85s cubic-bezier(.475, .425, 0, .995);
    transition: .85s cubic-bezier(.475, .425, 0, .995)
}

.homepage-banner__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%
}

@media only screen and (max-width:1199.98px) {
    .homepage-banner__container {
        display: block
    }
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__container .slick-dots {
        bottom: 30px
    }
}

.homepage-banner__block {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
    width: 40vw
}

@media only screen and (min-width:1200px) and (min-width:1025px) {
    .no-touch .homepage-banner__block:hover {

        outline-width: 0;
        width: 60vw
    }

    .no-touch .homepage-banner__block:hover .homepage-banner__image {
        opacity: 1
    }

    .no-touch .homepage-banner__block:hover .homepage-banner__video-holder {
        opacity: 1;
        visibility: visible
    }

    .no-touch .homepage-banner__block:hover .homepage-banner__content {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        visibility: visible
    }
}

.homepage-banner__block:nth-of-type(2) .homepage-banner__hover-btn {
    padding-left: 85px
}

.homepage-banner__block:nth-of-type(2) .homepage-banner__hover-btn:before {
    width: 70px
}

.homepage-banner__block:nth-of-type(3) .homepage-banner__hover-btn {
    padding-left: 100px
}

.homepage-banner__block:nth-of-type(3) .homepage-banner__hover-btn:before {
    width: 85px
}

.homepage-banner__block:nth-of-type(4) .homepage-banner__hover-btn {
    padding-left: 115px
}

.homepage-banner__block:nth-of-type(4) .homepage-banner__hover-btn:before {
    width: 95px
}

@media only screen and (max-width:1199.98px) {
    .homepage-banner__block {
        display: block;
        width: 100%
    }

    .homepage-banner__block:before {

        content: "";
        height: 100%;
        left: 38px;
        position: absolute;
        top: 110px;
        width: 1px;
        z-index: 100
    }


}

@media only screen and (max-width:991.98px) {
    .homepage-banner__block:after {
        left: 78px
    }
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__block:before {
        display: none
    }

    .homepage-banner__block:after {
        height: 50px;
        left: 40px
    }
}

.homepage-banner__image {
    height: 100%;
    height: 110%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.loaded .homepage-banner__image {
    -webkit-transition: .6s cubic-bezier(.475, .425, 0, .995);
    transition: .6s cubic-bezier(.475, .425, 0, .995)
}

@media only screen and (min-width:1200px) {
    .homepage-banner__image {
        -webkit-transform: translate3d(0, -5%, 0) scaleX(1);
        transform: translate3d(0, -5%, 0) scaleX(1)
    }
}

.homepage-banner__video-holder,
.section {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.homepage-banner__video-holder {
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    visibility: hidden;
    z-index: 20
}

.loaded .homepage-banner__video-holder {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width:1199.98px) {
    .homepage-banner__video-holder {
        display: none
    }
}

.homepage-banner__video-holder:after {

    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 21
}

.homepage-banner__video {
    position: absolute
}

.homepage-banner_link {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20
}

.homepage-banner__video--horizontal,
.homepage-banner__video--vertical {
    height: 101%;
    left: -100%;
    top: -.5%;
    width: 300%
}

.homepage-banner__content {
    max-width: 870px;
    z-index: 22
}

.homepage-banner__content .standfirst {
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) {
    .homepage-banner__content {
        bottom: 6.8vh;
        left: 12.8vw;
        opacity: 0;
        pointer-events: none;
        position: fixed;
        -webkit-transition: .2s cubic-bezier(.475, .425, 0, .995) 0s;
        transition: .2s cubic-bezier(.475, .425, 0, .995) 0s;
        visibility: hidden
    }

    .homepage-banner__content.stop {
        opacity: 0 !important;
        -webkit-transition: none;
        transition: none
    }
}

@media only screen and (max-width:1199.98px) {
    .homepage-banner__content {
        left: 96px;
        max-width: 460px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__content {
        left: 0px;
        padding: 0 20px;
        text-align: center;

        

    }
}

.homepage-banner__hover-btn {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 65px;
    position: relative;
    text-transform: uppercase
}

.homepage-banner__hover-btn:before {
    background-color: #B69142;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 47px
}

@media only screen and (max-width:1199.98px) {
    .homepage-banner__hover-btn {
        background: #B69142;
        border-radius: 55px;
        color: #000;
        display: none;
        font-size: 14px;
        letter-spacing: .28em;
        line-height: 20px;
        padding: 16px 36px !important
    }

    .homepage-banner__hover-btn:before {
        display: none
    }
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__hover-btn {
        display: block
    }
}

.homepage-banner__pretitle {
    color: #fff
}

@media only screen and (min-width:1200px) {
    .homepage-banner__pretitle {
        margin-bottom: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .homepage-banner__pretitle {
        margin-bottom: 1.171875vw
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .homepage-banner__pretitle {
        margin-bottom: 2.6041666667vw
    }
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__pretitle {
        display: inline-block;
        margin-bottom: 20px
    }
}

.homepage-banner__title {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0
}

@media only screen and (max-width:767.98px) {
    .homepage-banner__title {
        font-size: 45px;
        letter-spacing: .0em;
        line-height: 40px;
        margin-bottom: 30px
    }
}

#ccc {
    font-family: HelveticaNowDisplay, sans-serif !important
}

#ccc #ccc-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important
}

#ccc .ccc-intro,
#ccc p {
    font-size: 14px !important;
    font-weight: 300 !important;
    letter-spacing: 1px !important;
    line-height: 22px !important
}

#ccc p {
    margin: 10px 0 !important
}

#ccc .ccc-content--dark hr {
    background-color: #d9d9d6 !important
}

#ccc .ccc-content--dark .ccc-alert,
#ccc .ccc-content--dark .third-party-cookie-link {
    background: #000 !important
}

#ccc .ccc-content--light .ccc-button-solid span {
    font-weight: 500 !important
}

#ccc #ccc-content {
    background-color: #fff !important
}

#ccc #ccc-content .btn-info,
#ccc #ccc-content p,
#ccc #ccc-content span {
    color: #000 !important
}

#ccc #ccc-content .btn-info {
    background: #B69142;
    border-radius: 55px !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    padding: 14px 26px !important;
    text-align: center !important;
    text-transform: uppercase !important
}

#ccc #ccc-content button {
    font-family: HelveticaNowDisplay, sans-serif !important;
    fill: #000 !important;
    background-color: #B69142 !important;
    border: 0 !important;
    border-radius: 55px !important;
    padding: 14px 16px !important
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc #ccc-content button:hover {
        background-color: #B69142 !important
    }

    .no-touch #ccc #ccc-content button:hover span {
        color: #000 !important
    }

    .no-touch #ccc #ccc-content button:hover:after {
        background-color: #fff !important
    }
}

#ccc #ccc-content .checkbox-toggle-off,
#ccc #ccc-content .checkbox-toggle-on {
    color: #fff !important;
    font-size: 12px !important;
    letter-spacing: .1em !important;
    opacity: 1
}

#ccc #ccc-content .ccc-alert p,
#ccc #ccc-content .ccc-alert span {
    color: #fff !important
}

#ccc #ccc-content #ccc-close {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc #ccc-content #ccc-close:hover {
        opacity: .6
    }
}

#ccc #ccc-button-holder button {
    background-color: #B69142 !important;
    border: 1px solid transparent !important;
    border-radius: 55px !important
}

#ccc #ccc-button-holder button span {
    color: #000 !important
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc #ccc-button-holder button:hover {
        background-color: #B69142 !important
    }

    .no-touch #ccc #ccc-button-holder button:hover span {
        color: #000 !important
    }

    .no-touch #ccc #ccc-button-holder button:hover:after {
        background-color: #fff !important
    }
}

#ccc #ccc-button-holder .ccc-reject-button {
    background-color: #fff !important;
    border-color: #B69142 !important;
    color: #fff !important
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc #ccc-button-holder .ccc-reject-button:hover {
        background-color: #B69142 !important;
        border-color: transparent !important;
        color: #000 !important
    }
}

#ccc #ccc-notify {
    background-color: #000;
    padding: 32px 100px !important
}

#ccc #ccc-notify h3 {
    color: #fff !important
}

#ccc h2,
#ccc h3 {
    color: #000 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important
}

#ccc .checkbox-toggle {
    background: #000 !important;
    border: 4px solid #000 !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .18);
    box-shadow: 0 0 10px rgba(0, 0, 0, .18)
}

#ccc .checkbox-toggle-toggle {
    background-color: #fff !important
}

#ccc .ccc-notify-text {
    margin-right: 20px
}

#ccc .ccc-notify-text h3 {
    margin-bottom: 15px
}

#ccc .ccc-notify-text p {
    font-size: 14px
}

#ccc .ccc-notify-button {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: .28em !important;
    text-transform: uppercase;
    width: 100%
}

#ccc .ccc-notify-button.ccc-accept-button,
#ccc .ccc-notify-button.ccc-reject-button {
    padding: 14px 16px !important
}

#ccc .ccc-notify-button:not(.ccc-notify-link) {
    background: #B69142 !important;
    border: 0;
    color: #fff !important;
    position: relative;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

#ccc .ccc-notify-button:not(.ccc-notify-link) span {
    background: transparent !important;
    color: #fff !important;
    margin: 0 39px 0 4px;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc .ccc-notify-button:not(.ccc-notify-link):hover {
        background: #fff !important;
        color: #000 !important
    }

    .no-touch #ccc .ccc-notify-button:not(.ccc-notify-link):hover span {
        color: #000 !important
    }

    .no-touch #ccc .ccc-notify-button:not(.ccc-notify-link):hover:after {
        background-color: #000
    }
}

#ccc #ccc-notify-dismiss {
    top: 6px !important;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc #ccc-notify-dismiss:hover {
        opacity: .6
    }
}

#ccc .ccc-notify-link {
    color: #fff !important;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

#ccc .ccc-notify-link span {
    color: #fff
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc .ccc-notify-link:hover {
        opacity: .6
    }
}

#ccc .ccc-panel {
    padding: 20px 15px !important
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc .btn-info:hover {
        background: #B69142 !important;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }
}

#ccc a:not(.ccc-notify-button) {
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch #ccc a:not(.ccc-notify-button):hover {
        opacity: .6
    }
}

@media only screen and (max-width:991.98px) {
    #ccc #ccc-notify {
        padding: 30px 20px !important
    }

    #ccc .ccc-notify-buttons {
        position: static !important
    }

    #ccc #ccc-notify-dismiss {
        position: absolute !important;
        right: 20px;
        top: 20px !important
    }
}

@media only screen and (max-width:767.98px) {
    #ccc #ccc-notify {
        padding: 50px 20px 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    #ccc .ccc-notify-buttons {
        margin-top: 16px;
        padding-right: 0
    }

    #ccc .ccc-notify-buttons:not(.ccc-notify-link) span {
        margin: 0 18px 0 0;
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out
    }

    #ccc .ccc-notify-buttons:not(.ccc-notify-link):after {
        right: 10px;
        width: 17px
    }
}

.grid-row-white {
    background-color: #fff
}

.grid-row-gray {
    background-color: #d0d0ce
}

.grid-row-gold {
    background-color: #a89968
}

.grid-row-dark-gray {
    background-color: #d0d0ce
}

.grid-row-stone {
    background-color: #a89968
}

.slick-dots {
    position: absolute
}

.slick-dots li {
    width: 25px
}

.slick-dots li button {
    background: #B69142;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 8px;
    margin: auto;
    text-indent: -9999px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 8px
}

.slick-dots li.slick-active button {
    background: transparent;
    border: 2px solid #B69142;
    height: 11px;
    text-indent: -9999px;
    width: 11px
}

.slick-dots li:hover button {
    background: transparent;
    border: 4px solid #B69142;
    height: 12px;
    width: 12px
}

.slick-arrow {
    cursor: pointer;
    position: absolute;
    z-index: 1
}

.arrow {
    cursor: pointer;
    display: inline-block
}

.arrow:before {
    font-size: 24px;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.arrow:hover:before {
    color: #B69142
}

.carousel .arrow--right {
    margin-left: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.carousel .slick-prev {
    position: absolute;
    right: 30%;
    top: 10%
}

@media only screen and (max-width:991.98px) {
    .carousel .slick-prev {
        bottom: 0;
        right: 40%;
        top: auto
    }
}

@media only screen and (max-width:767.98px) {
    .carousel .slick-prev {
        bottom: 0;
        left: 20px;
        right: auto;
        top: auto
    }
}

.carousel .slick-next {
    position: absolute;
    right: 20%;
    top: 10%
}

@media only screen and (max-width:991.98px) {
    .carousel .slick-next {
        bottom: 0;
        right: 5%;
        top: auto
    }
}

@media only screen and (max-width:767.98px) {
    .carousel .slick-next {
        bottom: 0;
        right: 20px;
        top: auto
    }
}

.carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 24%;
    top: 11%
}

@media only screen and (min-width:992px) and (max-width:1399.98px) {
    .carousel .slick-dots {
        right: 28%
    }
}

@media only screen and (max-width:991.98px) {
    .carousel .slick-dots {
        bottom: 0;
        right: 12%;
        top: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:767.98px) {
    .carousel .slick-dots {
        left: 50%;
        right: auto
    }
}

.numeric-promo__slider .slick-prev {
    left: 50%;
    position: absolute;
    top: -10%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.numeric-promo__slider .slick-next {
    bottom: -20%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%) rotate(270deg);
    -ms-transform: translate(-50%, -50%) rotate(270deg);
    transform: translate(-50%, -50%) rotate(270deg)
}

.numeric-promo__slider .slick-dots {
    bottom: 35%;
    position: absolute;
    right: -20%
}

.numeric-promo__slider .slick-dots li {
    height: 25px
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__slider .slick-dots {
        bottom: -20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .numeric-promo__slider .slick-dots li {
        height: auto
    }

    .numeric-promo__slider .slick-prev {
        bottom: -20px;
        left: 0;
        top: auto;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .numeric-promo__slider .slick-next {
        bottom: -20px;
        left: auto;
        position: absolute;
        right: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__slider {
        margin-bottom: 30px
    }

    .numeric-promo__slider .slick-prev {
        left: 0;
        top: auto
    }

    .numeric-promo__slider .slick-next {
        left: auto;
        position: absolute;
        right: 0
    }
}

.scroller-slider .slick-arrow:before {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 68px;
    left: -100%;
    position: absolute;
    top: -87%;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 68px;
    z-index: -1
}

@media only screen and (min-width:1025px) {

    .no-touch .scroller-slider .slick-arrow:hover .stats-arrow,
    .no-touch .scroller-slider .slick-arrow:hover:before {
        border-color: #B69142
    }

    .no-touch .scroller-slider .slick-arrow:hover .slick-prev:before {
        top: -79px
    }
}

.scroller-slider .slick-prev {
    top: 24px
}

.scroller-slider .slick-next {
    bottom: 24px
}

@media only screen and (max-width:991.98px) {
    .scroller-slider .slick-prev {
        left: 201px;
        top: 6px
    }

    .scroller-slider .slick-next {
        bottom: 6px;
        left: 201px
    }
}

@media only screen and (max-width:767.98px) {
    .scroller-slider .slick-prev {
        left: 28px;
        top: 53px
    }

    .scroller-slider .slick-prev .stats-arrow {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg)
    }

    .scroller-slider .slick-next {
        bottom: 56px;
        left: auto;
        right: 28px
    }

    .scroller-slider .slick-next .stats-arrow {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
}

.numeric-promo {
    width: 100%
}

.numeric-promo .numeric-promo__description {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
    margin-bottom: 40px
}

@media only screen and (max-width:767.98px) {
    .numeric-promo .numeric-promo__description {
        margin-bottom: 20px
    }
}

.numeric-promo .numeric-promo__title {
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase
}

.numeric-promo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 0px 0px 0px;
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.numeric-promo__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0px;
        max-width: 100%
    }
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0;
        max-width: 100%
    }
}

.numeric-promo__slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__slider {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.numeric-promo__slider-inner {
    position: relative
}

.numeric-promo__slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 80px
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__slide-inner {
        padding-left: 0
    }
}

.numeric-promo__main-title {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 43px;
    margin-bottom: 20px
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__main-title {
        font-size: 24px;
        line-height: 30px;
        max-width: 100%
    }

    .numeric-promo__btns {
        display: none
    }
}

.numeric-promo__btns-mob {
    display: none
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__btns-mob {
        display: block;
        padding-top: 20px;
        width: 100%
    }

    .numeric-promo__btns-mob .btn {
        text-align: center;
        width: 100%
    }
}

.numeric-promo__num {
    color: #1B3162;
    font-size: 150px;
    font-weight: 700;
    text-align: center
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__num {
        display: inline-block;
        font-size: 100px;
        text-align: center
    }
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__num {
        font-size: 80px;
        padding-left: 15px
    }
}

.numeric-promo__caption {
    color: #1B3162;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .15em;
    line-height: 144.5%;
    max-width: 100px;
    padding-left: 10px;
    padding-top: 45px;
    text-transform: uppercase
}

@media only screen and (max-width:991.98px) {
    .numeric-promo__caption {
        font-size: 14px;
        max-width: 85px;
        padding-top: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .numeric-promo__caption {
        line-height: 1.1
    }
}

.breadcrumbs-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    border-bottom: 1px solid #d0d0ce;
    justify-content: center;
    margin: 0 auto;
    max-width: 992px;
    padding: 19px 0 9px;
    width: 100%
}

.breadcrumbs-wrap .nav-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.breadcrumbs-wrap.lower-level {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.breadcrumbs-wrap.lower-level .breadcrumb,
.breadcrumbs-wrap.lower-level .share-icons {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

.breadcrumbs-wrap.hidden {
    display: none
}

@media only screen and (max-width:767.98px) {
    .breadcrumbs-wrap {
        display: none
    }
}

.share-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 0 0 33.33%;
    text-align: right
}

.share-icons.hidden {
    display: none
}

.share-icon-link {
    margin-left: 35px
}

.share-icon-link:first-of-type {
    margin-left: 0
}

@media only screen and (max-width:991.98px) {
    .share-icon-link {
        margin-left: 15px
    }
}

.share-icon {
    color: #c4c4c4;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media only screen and (min-width:1025px) {
    .no-touch .share-icon:hover {
        color: hsla(0, 0%, 77%, .7)
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}

.breadcrumb__item {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
    position: relative;
    white-space: nowrap
}

.breadcrumb__item:last-of-type {
    margin-right: 0
}

.breadcrumb__item:last-of-type .breadcrumb__link:after {
    content: none
}

.breadcrumb__item.has-children .nav-icon {
    display: inline-block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    vertical-align: middle
}

@media only screen and (min-width:1025px) {
    .no-touch .breadcrumb__item.has-children:hover .breadcrumb__secondary-nav-wrap {
        opacity: 1;
        visibility: visible
    }

    .no-touch .breadcrumb__item.has-children:hover .nav-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media only screen and (min-width:1200px) {
    .breadcrumb__item.has-children .breadcrumb__link:after {
        right: -25px
    }
}

@media only screen and (max-width:1199.98px) {
    .breadcrumb__item.has-children .nav-icon {
        display: none
    }
}

.breadcrumb__link {
    color: #000;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 154.5%;
    position: relative;
    text-transform: uppercase
}

.breadcrumb__link.active-page {
    color: #53565a;
    cursor: default;
    pointer-events: none
}

.breadcrumb__link:after {
    background-color: #B69142;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    width: 1px
}

.breadcrumb__link:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .breadcrumb__link:hover:before {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.breadcrumb__secondary-nav-wrap {
    background-color: #ececeb;
    left: -10px;
    opacity: 0;
    padding: 7px 0;
    position: absolute;
    top: 42px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    visibility: hidden;
    white-space: normal;
    width: 350px;
    z-index: 1
}

.breadcrumb__secondary-nav-wrap .cta--line {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 15.45px
}

.breadcrumb__secondary-nav-wrap .cta--line:before {
    height: 85%;
    top: 1px;
    width: 2px
}

.breadcrumb__secondary-nav-wrap .cta--line:after {
    bottom: 2px;
    height: 1px
}

@media only screen and (min-width:1025px) {
    .no-touch .breadcrumb__secondary-nav-wrap .cta--line:hover:before {
        width: 13px
    }
}

.breadcrumb__secondary-nav-item {
    line-height: 25px;
    padding: 0 16px 3px
}

@media only screen and (min-width:1025px) {
    .no-touch .breadcrumb__secondary-nav-item:hover {
        background-color: hsla(0, 0%, 77%, .4)
    }
}

.cta-wrap {
    padding: 50px
}

.cta-wrap a {
    margin-bottom: 50px
}

.cta {
    color: #000;
    display: inline-block;
    font-weight: 700;
    margin-left: 20px;
    position: relative;
    text-transform: uppercase
}

.cta:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .cta:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.cta--large {
    font-size: 14px;
    letter-spacing: .28em
}

.cta--small {
    font-size: 13px;
    letter-spacing: 2px
}

.cta--line {
    margin-left: 10px;
    position: relative
}

@media only screen and (min-width:1025px) {
    .no-touch .cta--line:hover {
        margin-left: 20px
    }

    .no-touch .cta--line:hover:before {
        left: -20px;
        width: 14px
    }
}

.cta--line:before {
    background-color: #B69142;
    content: "";
    height: 1em;
    left: -10px;
    position: absolute;
    top: 2px;
    width: 3px
}

.cta--line:after {
    left: auto;
    right: 0;
    width: 100%
}

.font-icon {
    position: relative
}

.font-icon:before {
    font-family: svgicons;
    position: absolute;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B69142;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: -15px;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.font-icon--mac:before {
    top: -3px
}

@media only screen and (max-width:991.98px) {
    .font-icon--mac:before {
        top: -1px
    }
}

.font-icon--download:before {
    content: "\e006"
}

.font-icon--event:before {
    content: "\e008"
}

.font-icon--presentation:before {
    content: "\e00e"
}

.font-icon--video:before {
    content: "\e013"
}

.font-icon--view:before {
    content: "\e014";
    font-size: 15px
}

.text-link {
    color: #000;
    display: inline-block;
    position: relative
}

.text-link:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

.text-link:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.feature-block2 {
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .feature-block-wrapper .wrap {
        padding: 0
    }
}

.feature-block-wrap {
    padding-bottom: 45%;
    position: relative;
    width: 100%
}

.feature-block-icon {
    bottom: 0;
    max-height: 408px;
    max-width: 284px;
    position: absolute;
    right: 0;
    width: 100%
}

.feature-block-icon img {
    height: auto;
    max-width: 100%
}

@media only screen and (max-width:991.98px) {
    .feature-block-icon {
        max-width: 178px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block-icon {
        max-width: 103px
    }
}

.content-wrap {
    background-color: #fff;
    margin-left: 60px;
    margin-top: -150px;
    max-width:1080px;
    padding: 50px 50px;
    position: relative
}

.content-wrap h6 {
    line-height: 20px;
    text-transform: uppercase
}

.content-wrap h2 {
    margin-bottom: 19px
}

.content-wrap p {
    letter-spacing: .5px;
    margin-bottom: 20px
}

@media only screen and (max-width:1200px) {
    .content-wrap {
        margin-left: 38px;
        margin-top: -143px;
        max-width: 750px;
        padding: 40px
    }
}

@media only screen and (max-width:991.98px) {
    .content-wrap {
        margin-left: 38px;
        margin-top: -143px;
        max-width: 750px;
        padding: 40px
    }
}

@media only screen and (max-width:767.98px) {
    .content-wrap {
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        padding: 40px
    }

    .buttons .btn {
        display: inline-block;
        margin-right: 0;
        text-align: center;
        width: 100%
    }
}

.carousel-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%
}

.carousel,
.carousel-wrapper .wrap {
    position: relative
}

.carousel {
    margin-left: 25px;
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    padding: 30px 0
}

@media only screen and (max-width:991.98px) {
    .carousel {
        margin-left: 0
    }
}

.carousel-pagination {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 20
}

.carousel-pagination .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 70px;
    position: static
}

.carousel-pagination .slick-prev {
    left: 0;
    top: -7px
}

@media only screen and (max-width:767.98px) {
    .carousel-pagination .slick-prev {
        left: -55px;
        top: -3px
    }
}

.carousel-pagination .slick-next {
    right: 0;
    top: -11px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media only screen and (max-width:767.98px) {
    .carousel-pagination .slick-next {
        right: -57px;
        top: -9px
    }
}

@media only screen and (max-width:1199.98px) {
    .carousel-pagination {
        right: 20px
    }
}

@media only screen and (max-width:991.98px) {
    .carousel-pagination {
        bottom: 40px;
        left: 50%;
        right: auto;
        top: auto;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .carousel-pagination .slick-dots {
        margin: 0 55px
    }
}

@media only screen and (max-width:767.98px) {
    .carousel-pagination {
        bottom: 30px;
        max-width: 100%
    }

    .carousel-pagination .slick-dots-container {
        display: block;
        height: .875rem;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 7.69rem
    }

    .carousel-pagination .slick-dots-container .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        position: relative;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        bottom: unset;
        height: 100%
    }

    .carousel-pagination .slick-dots-container .slick-dots li {
        border: 0;
        border-radius: 50%;
        height: .625rem;
        margin: 0 .31rem;
        width: .625rem
    }

    .carousel-pagination .slick-dots-container .n-small-1,
    .carousel-pagination .slick-dots-container .p-small-1 {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .carousel-pagination .slick-dots-container .slick-dots li button _ {
        height: 6px;
        width: 6px
    }

    .carousel-pagination .slick-dots-container .arrow:before {
        font-size: 20px
    }

    .carousel-pagination .slick-dots li button _ {
        height: 6px;
        width: 6px
    }

    .carousel-pagination .arrow:before {
        font-size: 20px
    }
}

.carousel-item {

    margin: 65px 0;
    max-width: 352px;
    min-height: 459px;
    padding: 30px 20px 50px;
    position: relative;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 100%
}

.carousel-item:first-of-type {
    margin-left: 35px
}

@media only screen and (min-width:1025px) {
    .no-touch .carousel-item:hover {
        -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15);
        box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .15)
    }

    .no-touch .carousel-item:hover .carousel__title {
        background-size: 100% 100%;
        width: 100%
    }

    .no-touch .carousel-item:hover .cta {
        margin-left: 20px
    }

    .no-touch .carousel-item:hover .cta:before {
        left: -20px;
        width: 14px
    }

    .no-touch .carousel-item:hover .cta:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

@media only screen and (max-width:991.98px) {
    .carousel-item {
        margin-left: 38px
    }

    .carousel-item:first-of-type {
        margin-left: 0
    }
}

@media only screen and (max-width:767.98px) {
    .carousel-item {
        margin-bottom: 50px;
        margin-left: 20px;
        margin-top: 50px;
        min-height: auto
    }
}

.carusel__link {
    height: 100%;
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.carousel__img-container {
    margin-bottom: 26px
}

.carousel__image {
    padding-bottom: 53.5%
}

.carousel__info {
    margin-bottom: 26px
}

.carousel__btn-wrap {
    margin-top: 26px;
    position: relative;
    z-index: 1
}

.carousel__content p {
    margin-top: 15px
}

.carousel__section {
    font-weight: 700
}

.carousel__section,
.carousel__tag-date {
    font-size: 12px;
    letter-spacing: .4em;
    text-transform: uppercase
}

.carousel__tag-date {
    display: inline-block;
    padding-left: 20px;
    position: relative
}

.carousel__tag-date:before {
    background-color: #B69142;
    bottom: 7px;
    content: "";
    height: 12px;
    left: 5px;
    position: absolute;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 2px
}

.carousel__title {
    background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    border-left: 0;
    cursor: pointer;
    display: inline;
    font-size: 26px;
    line-height: 32px;
    position: relative;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    z-index: 1
}

.slick-slider {
    position: static
}

.news-wrapper {
    padding: 50px 0
}

.news {
    background-color: #1B3162;
    padding: 140px 0 172px
}

@media only screen and (max-width:991.98px) {
    .news {
        padding: 50px 0 140px
    }
}

@media only screen and (max-width:767.98px) {
    .news {
        padding: 64px 0 70px
    }
}

.news-inner {
    margin-left: 86px
}

@media only screen and (max-width:991.98px) {
    .news-inner {
        margin-left: 0
    }
}

.section-title {
    border-left: 3px solid #B69142;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .6em;
    line-height: 30px;
    margin-bottom: 67px;
    padding-left: 20px;
    text-transform: uppercase
}

@media only screen and (max-width:991.98px) {
    .section-title {
        line-height: 24px
    }
}

.article__img {
    margin-bottom: 23px;
    padding-bottom: 53.15%
}

@media only screen and (max-width:767.98px) {
    .article__img {
        margin-bottom: 30px
    }
}

.article__type {
    color: #B69142;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .39em;
    margin-bottom: 19px;
    padding-right: 30px;
    position: relative;
    text-transform: uppercase
}

.article__type:before {
    background-color: #fff;
    content: "";
    height: 80%;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1px
}

.article__date {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: .39em;
    text-transform: uppercase
}

.articles-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .articles-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.featured-article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 51px;
    max-width: 50%;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .featured-article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 50px;
        max-width: 100%
    }
}

@media only screen and (min-width:1025px) {
    .no-touch .featured-article:hover .article__title {
        background-size: 100% 100%;
        width: 100%
    }
}

.featured-article .article {
    padding: 0 0 20px 20px
}

.featured-article .article__title {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 67px
}

@media only screen and (max-width:767.98px) {
    .featured-article .article__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 26px
    }
}

.article__link {
    cursor: pointer;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 3
}

.articles {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%
}

@media only screen and (max-width:991.98px) {
    .articles {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.article {
    margin-bottom: 50px;
    padding: 20px 0 20px 20px;
    position: relative
}

.article:before {
    background-color: #98784a;
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    top: 0;
    width: 1px
}

@media only screen and (min-width:1025px) {
    .no-touch .article:hover .article__title {
        background-size: 100% 100%;
        width: 100%
    }
}

@media only screen and (max-width:991.98px) {
    .article:before {
        height: 113%
    }
}

.article__title {
    background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 32px;
    position: relative;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

@media only screen and (max-width:767.98px) {
    .article__title {
        font-size: 20px;
        line-height: 24px
    }
}

.article__cta {
    color: #fff;
    left: 20px;
    position: absolute;
    z-index: 5
}

.article__cta:after {
    background-color: #fff
}

@media only screen and (max-width:991.98px) {
    .article__cta {
        bottom: 10px
    }
}

@media only screen and (max-width:767.98px) {
    .article__cta {
        bottom: 20px
    }
}

.case-studies {
    width: 100%
}

.case-study {
    margin-top: -80px;
    padding-bottom: 140px
}

@media only screen and (max-width:991.98px) {
    .case-study {
        margin-top: 0
    }
}

.case-study-wrapper {
    padding: 50px 0
}

.layout__video-wrap {
    -webkit-box-shadow: 0 32px 34px rgba(0, 0, 0, .3);
    box-shadow: 0 32px 34px rgba(0, 0, 0, .3);
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.layout__video {
    border: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.case-study--2 .layout,
.layout--2 {
    display: none
}

.case-study--2 .layout--2 {
    display: block
}

.case-study--2 .layout__title {
    color: #fff;
    font-size: 44px;
    font-weight: 700;
    line-height: 55px
}

.case-study--2 .layout__main-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 73px
}

.case-study--2 .layout__content-wrap {
    bottom: 48px;
    top: auto
}

.case-study--2 .video__play-wrap {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.case-study--2 .video__play {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 86px;
    margin: 0 auto 12px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    width: 86px
}

.case-study--2 .video__play:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B69142;
    content: "\ea12";
    display: block;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 95%;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-transform: none;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.case-study--2 .video__play--2 {
    position: relative
}

.case-study--2 .video__play--2:before {
    bottom: -40px;
    color: #fff;
    content: "Play video";
    font-size: 14px;
    font-weight: 700;
    left: 100%;
    letter-spacing: .3em;
    line-height: 17px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 250%
}

@media only screen and (max-width:991.98px) {
    .case-study--2 .layout__content-wrap {
        bottom: auto
    }

    .case-study--2 .layout__title {
        color: #000;
        display: block
    }

    .case-study--2 .layout__main-title {
        font-size: 44px;
        font-weight: 700;
        line-height: 55px
    }

    .case-study--2 .layout--2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .case-study--2 .layout__section-title {
        line-height: 20px
    }

    .case-study--2 .video__play {
        left: auto;
        position: relative;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media only screen and (max-width:767.98px) {

    .case-study--2 .layout__main-title,
    .case-study--2 .layout__title {
        font-size: 30px;
        line-height: 38px
    }

    .case-study--2 .layout__section-title {
        line-height: 24px
    }

    .case-study--2 .video__play {
        height: 55.88px;
        width: 55.88px
    }

    .case-study--2 .video__play:after {
        font-size: 24px
    }
}

.layout {
    position: relative
}

@media only screen and (max-width:991.98px) {
    .layout--1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.layout__content-wrap {
    left: 102px;
    position: absolute;
    top: 156px;
    z-index: 1
}

@media only screen and (max-width:991.98px) {
    .layout__content-wrap {
        left: auto;
        position: relative;
        top: auto
    }
}

.layout__section-title {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .6em;
    line-height: 30px;
    margin-bottom: 37px;
    padding-left: 30px;
    text-transform: uppercase
}

@media only screen and (max-width:991.98px) {
    .layout__section-title {
        color: #000;
        line-height: 20px
    }
}

@media only screen and (max-width:767.98px) {
    .layout__section-title {
        line-height: 24px
    }
}

.layout__title {
    color: #fff;
    font-size: 44px;
    font-weight: 500;
    letter-spacing: .03em;
    line-height: 54px
}

@media only screen and (max-width:991.98px) {
    .layout__title {
        color: #000;
        display: inline-block;
        font-size: 34px;
        letter-spacing: .03em;
        line-height: 42px;
        margin-right: 5px
    }
}

@media only screen and (max-width:767.98px) {
    .layout__title {
        font-size: 30px;
        line-height: 38px
    }
}

.layout__main-title {
    color: #fff;
    font-size: 174px;
    font-weight: 700;
    line-height: 174px;
    margin-bottom: 33px;
    text-transform: uppercase
}

@media only screen and (max-width:1199.98px) {
    .layout__main-title {
        font-size: 100px;
        line-height: 100px
    }
}

@media only screen and (max-width:991.98px) {
    .layout__main-title {
        color: #000;
        display: inline-block;
        font-size: 34px;
        font-weight: 500;
        letter-spacing: .03em;
        line-height: 42px
    }
}

@media only screen and (max-width:767.98px) {
    .layout__main-title {
        font-size: 30px;
        line-height: 38px
    }
}

.layout__inner {
    border-left: 1px solid #a89968;
    padding-left: 30px
}

.layout__inner .js-play-video {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media only screen and (max-width:991.98px) {
    .layout__inner {
        border-left: 0;
        padding-left: 0
    }

    .layout__inner .btn {
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 390px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .layout__inner .btn.js-play-video {
        display: none
    }

    .video__play {
        background-color: #fff;
        border-radius: 50%;
        color: transparent;
        height: 76px;
        left: 50%;
        -webkit-transition: .4s ease-in-out;
        transition: .4s ease-in-out;
        width: 76px
    }

    .video__play,
    .video__play:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .video__play:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #B69142;
        content: "\ea12";
        display: block;
        font-size: 25px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        left: 55%;
        line-height: 1;
        text-decoration: none;
        text-transform: none;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out
    }
}

@media only screen and (max-width:991.98px) and (min-width:1025px) {
    .no-touch .video__play:hover:after {
        color: #fff
    }
}

@media only screen and (max-width:767.98px) {
    .video__play {
        height: 55.88px;
        width: 55.88px
    }
}

.custom-cursor {
    display: none;
    left: -26px;
    pointer-events: none;
    position: absolute;
    top: -18px;
    z-index: 997
}

.no-touch .custom-cursor {
    display: block
}

@media only screen and (max-width:1199.98px) {
    .custom-cursor {
        display: none
    }
}

.custom-cursor__circle {
    border: 1.5px solid #B69142;
    border-radius: 50%;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 60px
}

.custom-cursor--hover .custom-cursor__circle {
    height: 58px;
    -webkit-transform: translate(-25px, -18px);
    -ms-transform: translate(-25px, -18px);
    transform: translate(-25px, -18px);
    width: 58px
}

.accordions {
    width: 100%
}

.accordion-wrapper {
    margin: 0 auto 30px;
    max-width: 998px;
    padding: 20px 0
}

@media only screen and (max-width:991.98px) {
    .accordion-wrapper {
        max-width: 100%
    }
}

.accordion__item {
    border-top: 1px solid #98784a;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

.accordion__item a:not([class]) {
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    text-decoration: none
}

.accordion__item a:not([class]):after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

.accordion__item a:not([class]):hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.accordion__item:last-of-type {
    border-bottom: 1px solid #98784a
}

@media only screen and (min-width:1025px) {
    .no-touch .accordion__item:last-of-type:hover {
        border-bottom: 1px solid transparent
    }

    .no-touch .accordion__item:hover {
        border-top: 1px solid transparent;
        -webkit-box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2);
        box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, .2)
    }

    .no-touch .accordion__item:hover+.accordion__item {
        border-top: 1px solid transparent
    }

    .no-touch .accordion__item:hover .accordion__mark {
        height: 34px
    }
}

.accordion__btn {
    border-left: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 27px 80px 27px 40px;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.accordion__btn:before {
    height: 1px;
    right: 31px;
    width: 24px
}

.accordion__btn:after,
.accordion__btn:before {
    background-color: #B69142;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.accordion__btn:after {
    height: 24px;
    right: 54px;
    width: 1px
}

@media only screen and (max-width:767.98px) {
    .accordion__btn {
        font-size: 16px;
        line-height: 20px;
        padding: 27px 46px 27px 18px
    }

    .accordion__btn:before {
        right: 0
    }

    .accordion__btn:after {
        right: 24px
    }
}

.accordion__btn--long {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.accordion__btn--active {
    font-weight: 400;
    overflow: visible;
    text-overflow: unset;
    white-space: unset
}

.accordion__btn--active:after {
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion__btn--active:before {
    background-color: #B69142
}

.accordion__btn--active .accordion__mark {
    background-color: #B69142;
    width: 3px
}

.accordion__mark {
    background-color: #B69142;
    content: "";
    height: 24px;
    left: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 8px
}

@media only screen and (max-width:767.98px) {
    .accordion__mark {
        left: 4px
    }
}

.accordion__content {
    display: none;
    padding: 0 20px 0px
}

.image_accordion {
    width: 130px; 
    height: 130px; 
    float: left; 
    margin: 0px 20px 0px 0px;
    border-radius: 50%;


}

@media only screen and (max-width:991.98px) {
    .accordion__content {
        padding: 13px 57px 40px
    }
}

@media only screen and (max-width:767.98px) {
    .accordion__content {
        padding: 13px 0 20px
    }

}

.hero-banner {
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.hero-banner.hero-banner--big {
    height: 768px
}

@media only screen and (max-width:991.98px) {
    .hero-banner.hero-banner--big {
        height: 400px
    }
}

@media only screen and (max-width:767.98px) {
    .hero-banner.hero-banner--big {
        height: 300px
    }
}

@media only screen and (max-width:991.98px) {
    .hero-banner {
        height: 300px
    }
}

.hero-banner picture:before {
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(2, 2, 3, 0)));
    background: linear-gradient(180deg, #000, rgba(2, 2, 3, 0));
    content: "";
    height: 173px;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.hero-banner__img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.gallery {
    background-color: #1B3162;
    overflow: hidden;
    padding: 55px 0;
    width: 100%
}

.gallery:after {
    background: #1B3162;
    content: ""
}

.gallery-wrap {
    position: relative;
    text-align: center
}

.gallery-wrap:after {
    background: #1B3162;
    content: "";
    height: 100%;
    left: calc(-100% + 20px);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

@media only screen and (min-width:1200px) {
    .gallery-wrap {
        width: calc(100% + 100vw)
    }

    .gallery-wrap:after {
        left: calc(-100% + 20px)
    }
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .gallery-wrap:after {
        left: calc(-100% + 40px)
    }
}

@media only screen and (max-width:767.98px) {
    .gallery-wrap {
        width: 100%
    }

    .gallery-wrap:after {
        display: none
    }
}

.gallery-box {
    height: auto;
    overflow: hidden
}

.gallery-box__component {
    overflow: hidden;
    position: relative
}

.gallery-box__image {
    height: auto;
    width: 100%
}

.gallery-box__description {
    background: #53565a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    z-index: -1px
}

.gallery-box__description-paragraph {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    padding: 23px 26px 13px;
    text-align: left
}

.gallery-box__video-wrap {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10
}

.gallery-box__video-wrap iframe,
.gallery-box__video-wrap video {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.gallery-box__play {
    background-color: #fff;
    border-radius: 50%;
    height: 86px;
    left: 50%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 86px
}

.gallery-box__play,
.gallery-box__play:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.gallery-box__play:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B69142;
    content: "\ea12";
    display: block;
    font-size: 32px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 54%;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch .gallery-box__play:hover {
        background-color: #B69142
    }

    .no-touch .gallery-box__play:hover:after {
        color: #fff
    }
}

.gallery-box__btn-title {
    bottom: -30px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    left: -50%;
    letter-spacing: .3em;
    line-height: 17px;
    position: absolute;
    text-transform: uppercase;
    width: 180px
}

.slider-progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 27px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #B69142;
    color: #000;
    font-size: 16px;
    font-weight: 400
}

.slider-progress:before {
    background: #B69142;
    content: "";
    height: 100%;
    width: 100%
}

.slider-progress .slider__current {
    font-size: 28px;
    font-weight: 700
}

.slider-progress .slider__separate {
    margin: 0 3px
}

.slider-progress .slider__separate,
.slider-progress .slider__totals {
    position: relative;
    top: 4px
}

@media only screen and (max-width:991.98px) {
    .slider-progress {
        padding: 16px 15px
    }

    .slider-progress .slider__current {
        font-size: 22px
    }

    .slider-progress .slider__separate,
    .slider-progress .slider__totals {
        position: static
    }
}

.gallery-pagination {
    display: inline-block;
    margin-top: 57px;
    padding: 0 60px;
    position: relative;
    text-align: center
}

.gallery-pagination .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 11px;
    justify-content: center
}

.gallery-pagination .slick-dots li {
    display: inline-block
}

.gallery-pagination .slick-dots li button {
    border: 2px solid transparent
}

.gallery-pagination .slick-dots li.slick-active button {
    background: transparent;
    border: 2px solid #B69142
}

@media only screen and (min-width:992px) {
    .gallery-pagination .slick-dots li:hover button {
        background: #fff;
        border: 2px solid #B69142
    }
}

.gallery-pagination .slick-next,
.gallery-pagination .slick-prev {
    background-color: transparent;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10
}

.gallery-pagination .slick-next.hidden,
.gallery-pagination .slick-prev.hidden {
    opacity: 0;
    pointer-events: none
}

.gallery-pagination .slick-next .arrow:before,
.gallery-pagination .slick-prev .arrow:before {
    font-size: 23px
}

.gallery-pagination .slick-prev {
    left: 0
}

.gallery-pagination .slick-next {
    right: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%)
}

.js-gallery-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: auto;
    justify-content: center
}

@media only screen and (max-width:991.98px) {
    .js-gallery-slider .slick-track {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.js-gallery-slider .slick-list {
    overflow: visible
}

@media only screen and (max-width:767.98px) {
    .js-gallery-slider .slick-list {
        overflow: hidden
    }
}

.js-gallery-slider .slick-slide {
    background-color: transparent;
    display: inline-block;
    height: auto;
    margin-right: 10px;
    overflow: hidden;
    vertical-align: middle
}

@media only screen and (min-width:992px) {
    .js-gallery-slider .slick-slide {
        width: 1200px !important
    }
}

@media only screen and (min-width:768px) {
    .js-gallery-slider .slick-slide .gallery-box__component {
        opacity: .2;
        -webkit-transform: translateY(95px);
        -ms-transform: translateY(95px);
        transform: translateY(95px);
        -webkit-transition: .3s ease-in;
        transition: .3s ease-in
    }

    .js-gallery-slider .slick-slide.slick-center,
    .js-gallery-slider .slick-slide.slick-current {
        padding-top: 0
    }

    .js-gallery-slider .slick-slide.slick-active .gallery-box__component,
    .js-gallery-slider .slick-slide.slick-current {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .js-gallery-slider .slick-slider .slick-slide.slick-center,
    .js-gallery-slider .slick-slider .slick-slide.slick-current {
        margin-left: 3%;
        margin-right: 3%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.quote {
    width: 100%
}

.blockquote-wraper {
    margin: 0 auto;
    max-width: 930px
}

@media only screen and (max-width:991.98px) {
    .blockquote-wraper {
        padding: 0 64px
    }
}

@media only screen and (max-width:767.98px) {
    .blockquote-wraper {
        padding: 0
    }
}

.blockquote-wrap {
    margin: 70px 0;
    padding: 20px 0 30px 57px;
    position: relative
}

.blockquote-wrap blockquote {
    border-left: 0;
    margin: 0;
    padding: 0
}

.blockquote-wrap:before {
    background-color: #B69142;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px
}

@media only screen and (max-width:767.98px) {
    .blockquote-wrap {
        padding: 0
    }

    .blockquote-wrap:before {
        content: none
    }
}

.blockquote-wrap__photo {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 69px;
    left: 0;
    position: absolute;
    -webkit-transform: translate(-50%, -20%);
    -ms-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
    width: 69px
}

@media only screen and (max-width:767.98px) {
    .blockquote-wrap__photo {
        bottom: -13px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.blockquote {
    color: #53565a;
    font-size: 28px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 40px;
    padding-bottom: 40px !important
}

@media only screen and (max-width:991.98px) {
    .blockquote {
        font-size: 20px;
        line-height: 34px
    }
}

@media only screen and (max-width:767.98px) {
    .blockquote {
        font-size: 18px;
        line-height: 32px
    }
}

.blockquote-wrap__author {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    line-height: 20px;
    text-transform: uppercase
}

@media only screen and (max-width:767.98px) {
    .blockquote-wrap__author {
        padding-left: 85px
    }
}

.blockquote-wrap__author--light {
    font-weight: 300
}

@media only screen and (max-width:767.98px) {
    .blockquote-wrap__author--light {
        padding-left: 85px
    }
}

.blockquote-wrap--small .blockquote {
    font-size: 18px;
    line-height: 30px
}

@media only screen and (max-width:991.98px) {
    .blockquote-wrap--small .blockquote {
        font-size: 16px;
        line-height: 30px
    }
}

.filter-results {
    margin: 30px 0;
    padding: 20px 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .filter-results {
        margin: 20px 0
    }

    .filter-results .filter-results__title {
        border: 1px solid #d0d0ce;
        -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        font-size: 16px;
        font-weight: 400;
        letter-spacing: .5px;
        line-height: 28px;
        margin-bottom: 0;
        padding: 14px 30px 14px 38px;
        text-transform: none;
        width: 100%
    }

    .filter-results .filter-results__title:before {
        background: #B69142;
        bottom: 14px;
        height: 27px;
        left: 20px;
        width: 2px
    }

    .filter-results .filter-results__title:after {
        font-family: svgicons;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: transparent;
        color: #000;
        content: "\ea04";
        display: block;
        display: inline-block;
        font-size: 8px;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-weight: 300;
        line-height: 1;
        position: absolute;
        right: 20px;
        text-decoration: none;
        text-transform: none;
        top: 48%;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        width: auto
    }
}

.filter-results__content {
    padding: 0 15px;
    text-align: center
}

@media only screen and (max-width:991.98px) {
    .filter-results__content {
        display: inline-block;
        padding: 0;
        text-align: left;
        width: 100%
    }

    .filter-results__content.active .filter-results__title:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.filter-results__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    justify-content: space-between;
    padding-bottom: 28px
}

@media only screen and (max-width:991.98px) {
    .filter-results__top {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: normal;
        border: 1px solid #d0d0ce;
        border-top: 0;
        -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        padding: 0 18px
    }
}

.filter-results__select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

@media only screen and (max-width:991.98px) {
    .filter-results__select-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: normal
    }
}

.filter-results__btn {
    display: inline-block;
    margin-top: 10px;
    padding: 14px 26px
}

.filter-results__btn--reset {
    display: none
}

@media only screen and (max-width:991.98px) {
    .filter-results__btn--reset {
        display: block
    }
}

.filter-results__btn--show-more {
    font-weight: 700
}

.filter-results__btn--show-more.hidden {
    display: none
}

.filter-results__title {
    border: 0;
    display: inline-block;
    padding: 0;
    position: relative
}

.filter-results__title:after,
.filter-results__title:before {
    background: rgba(152, 120, 74, .5);
    bottom: 7px;
    content: "";
    height: 1px;
    left: -111px;
    position: absolute;
    width: 89px
}

.filter-results__title:after {
    left: auto;
    right: -107px
}

.filter-results__select {
    display: inline-block;
    max-width: 260px;
    position: relative;
    -webkit-box-flex: 1;
    border: 1px solid transparent;
    -ms-flex: 1 1 260px;
    flex: 1 1 260px;
    padding-top: 18px;
    text-align: left
}

.filter-results__select:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "\ea04";
    display: block;
    display: inline-block;
    font-size: 8px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: none;
    top: 25px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.filter-results__select:not(:last-of-type):before {
    background-color: #B69142;
    bottom: 0;
    content: "";
    height: 27px;
    position: absolute;
    right: -3px;
    width: 2px
}

.filter-results__select.active {
    border: 1px solid #d0d0ce;
    border-bottom: 0;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    left: 0;
    z-index: 2
}

.filter-results__select.active:after {
    top: 25px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.filter-results__select.active:before {
    display: none
}

.filter-results__select.active .filter-results__select-list,
.filter-results__select.active .filter-results__select-list.show-more {
    padding: 20px 5px 10px 20px
}

@media only screen and (max-width:991.98px) {
    .filter-results__select {
        border-bottom: 1px solid #d0d0ce;
        max-width: 100%;
        padding: 20px 0 27px;
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .filter-results__select:not(:last-of-type) {
        border-right: 0
    }

    .filter-results__select:last-of-type:before {
        background-color: #B69142;
        bottom: auto;
        height: 1px;
        right: 0;
        width: 15px
    }

    .filter-results__select:before,
    .filter-results__select:last-of-type:before {
        content: "";
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .filter-results__select:before {
        background-color: #B69142 !important;
        bottom: auto !important;
        height: 1px !important;
        position: absolute !important;
        right: 0 !important;
        width: 15px !important
    }

    .filter-results__select:after {
        background-color: #B69142;
        content: "";
        height: 15px;
        position: absolute;
        right: 14px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1px
    }

    .filter-results__select.active {
        background: transparent;
        border: 0;
        border-bottom: 1px solid #d0d0ce;
        -webkit-box-shadow: none;
        box-shadow: none;
        left: 0;
        margin-top: 0
    }

    .filter-results__select.active .filter-results__select-title {
        color: #53565a
    }

    .filter-results__select.active .filter-results__select-title:before {
        background: #B69142;
        width: 2px
    }

    .filter-results__select.active:after {
        background-color: transparent;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg)
    }

    .filter-results__select.active:before {
        background-color: #B69142 !important;
        display: block !important;
        top: 33px !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.filter-results__select-title {
    background-image: linear-gradient(transparent calc(100% - 1px), #000 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #000;
    cursor: pointer;
    display: inline;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    line-height: 23px;
    margin: 3px 40px 3px 23px;
    text-align: left;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

.filter-results__select-title:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media only screen and (min-width:1025px) {
    .no-touch .filter-results__select-title:hover {
        background-size: 100% 100%;
        width: 100%
    }
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .filter-results__select-title {
        min-width: 150px
    }
}

@media only screen and (max-width:991.98px) {
    .filter-results__select-title {
        display: block;
        font-weight: 700;
        margin-right: 0;
        min-width: auto;
        padding: 0 30px 0 22px;
        position: relative
    }

    .filter-results__select-title:after {
        display: none
    }

    .filter-results__select-title:before {
        background: #B69142;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 4px
    }
}

.filter-results__select-list {
    background: #fff;
    border: 1px solid #d0d0ce;
    border-top: 0;
    display: none;
    left: -1px;
    padding: 23px 20px 10px;
    position: absolute;
    text-align: left;
    width: calc(100% + 2px);
    z-index: 2
}

@media only screen and (min-width:992px) and (max-width:1199.98px) {
    .filter-results__select-list {
        padding: 20px 12px 10px
    }
}

@media only screen and (max-width:991.98px) {
    .filter-results__select-list {
        border: 0;
        padding: 25px 20px 0;
        position: static;
        width: 100%
    }
}

.filter-results__select-items {
    max-height: 180px;
    overflow: hidden
}

.filter-results__select-items.scroll-overflow {
    overflow-y: scroll
}

.filter-results__select-items::-webkit-scrollbar {
    width: 3px
}

.filter-results__select-items::-webkit-scrollbar-thumb {
    background-color: #666
}

.filter-results__select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 9px;
    padding-right: 46px;
    position: relative;
    z-index: 10
}

.filter-results__select-item label {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 28px;
    list-style: none;
    opacity: .6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    white-space: nowrap
}

.filter-results__select-item label:after {
    background: #fff;
    border: 2px solid #B69142;
    content: "";
    height: 21.5px;
    position: absolute;
    right: 15px;
    top: 0;
    width: 21.5px
}

.filter-results__select-item label:before {
    border: solid #B69142;
    border-width: 0 2px 2px 0;
    content: "";
    display: none;
    height: 12px;
    position: absolute;
    right: 22px;
    top: 4px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 6px;
    z-index: 2
}

.filter-results__select-item input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

@media only screen and (min-width:1025px) {
    .no-touch .filter-results__select-item input:hover+label {
        opacity: 1
    }
}

.filter-results__select-item input:checked+label {
    opacity: 1
}

.filter-results__select-item input:checked+label:before {
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:991.98px) {
    .filter-results__select-item:not(:last-of-type) {
        margin-bottom: 10px
    }

    .filter-results__select-item label {
        border-left: 2px solid #B69142;
        padding-left: 20px
    }
}

.filter-results__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #d0d0ce;
    padding: 26px 0 10px
}

.filter-results__bottom.hide {
    display: none
}

@media only screen and (max-width:991.98px) {
    .filter-results__bottom {
        display: none
    }
}

.filter-results__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filter-results__selected-item {
    background: rgba(152, 120, 74, .2);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-right: 16px;
    min-width: 146px;
    padding: 3px 26px 3px 14px;
    position: relative;
    text-align: left
}

.filter-results__selected-item .icon {
    color: #000;
    cursor: pointer;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch .filter-results__selected-item .icon:hover {
        opacity: .7
    }
}

@media only screen and (max-width:991.98px) {
    .filter-results__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 32px 0
    }
}

.filter-results__reset {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 28px;
    padding-left: 18px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.filter-results__reset:before {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    content: "\ea14";
    display: block;
    font-size: 12px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    text-decoration: none;
    text-transform: none;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (min-width:1025px) {
    .no-touch .filter-results__reset:hover {
        opacity: .7
    }
}

.anchor-links {
    background: #ececeb;
    left: 0;
    padding: 16px 0;
    position: fixed;
    top: 0;
    -webkit-transition: .2s ease;
    transition: .2s ease;
    width: 100%;
    z-index: 1000
}

.anchor-links.down {
    top: 0
}

.anchor-links.up {
    top: 160px
}

@media only screen and (max-width:1199.98px) {
    .anchor-links.up {
        top: 102px
    }
}

@media only screen and (max-width:767.98px) {
    .anchor-links.up {
        top: 76px
    }
}

.anchor-links .anchor-links__title {
    display: none
}

.anchor-links .anchor-links__items-wrap {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-bottom: 0
}

.anchor-links.anchor-links--fixed {
    background: transparent;
    left: 0;
    margin-bottom: 40px;
    padding: 0;
    position: relative;
    top: 0 !important;
    z-index: 0
}

.anchor-links.anchor-links--fixed .anchor-links__title {
    display: inline-block
}

@media only screen and (max-width:991.98px) {
    .anchor-links.anchor-links--fixed .anchor-links__title {
        display: none
    }
}

.anchor-links.anchor-links--fixed .anchor-links__items-wrap {
    -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    padding-bottom: 30px
}

@media only screen and (max-width:991.98px) {
    .anchor-links.anchor-links--fixed .anchor-links__items-wrap {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .anchor-links.anchor-links--fixed .anchor-links__items-list {
        padding-top: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .anchor-links.anchor-links--fixed .anchor-links__items-item {
        max-width: 100%;
        min-width: 100%;
        padding: 12px 20px;
        text-align: left
    }

    .anchor-links.anchor-links--fixed {
        padding: 16px 0;
        -webkit-transition: .1s ease;
        transition: .1s ease
    }

    .anchor-links.anchor-links--fixed .wrap {
        padding: 0 20px
    }

    .anchor-links {
        padding: 0;
        top: 102px
    }

    .anchor-links.down {
        top: 102px
    }

    .anchor-links .wrap {
        padding: 0
    }
}

@media only screen and (max-width:767.98px) {
    .anchor-links {
        top: 76px
    }

    .anchor-links.down {
        top: 76px;
        -webkit-transition: none;
        transition: none
    }
}

.anchor-links__content {
    text-align: center
}

@media only screen and (max-width:991.98px) {
    .anchor-links__content {
        text-align: left
    }
}

.anchor-links__title:before {
    left: -110%;
    width: 100%
}

.anchor-links__title:after {
    right: -110%;
    width: 100%
}

.anchor-links__items-wrap {
    -webkit-box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    box-shadow: 0 15px 10px -15px rgba(0, 0, 0, .06);
    margin: 0 auto;
    max-width: 1105px;
    padding-bottom: 30px
}

.anchor-links__items-wrap.active .anschor-links__select-title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.anchor-links__items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991.98px) {
    .anchor-links__items-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        border: 1px solid #d0d0ce;
        border-top: 0;
        -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
        display: none;
        justify-content: left;
        padding: 0 20px
    }
}

.anchor-links__items-item {
    cursor: pointer;
    max-width: 200px;
    padding: 0 20px 3px;
    text-align: left
}

.anchor-links__items-item:not(:last-of-type) {
    border-right: 2px solid #B69142
}

@media only screen and (min-width:1025px) {
    .no-touch .anchor-links__items-item:hover .anchor-links__items-link {
        background-size: 100% 100%;
        width: 100%
    }
}

@media only screen and (max-width:991.98px) {
    .anchor-links__items-item {
        font-size: 16px;
        max-width: 100%;
        min-width: 100%;
        padding: 0
    }

    .anchor-links__items-item:not(:last-of-type) {
        border-bottom: 1px solid #d0d0ce;
        border-right: 0
    }
}

.anchor-links__items-link {
    background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #000;
    display: inline;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 23px;
    padding-bottom: 2px;
    position: relative;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

@media only screen and (max-width:991.98px) {
    .anchor-links__items-link {
        display: block;
        font-weight: 400;
        padding: 12px 20px
    }
}

.anschor-links__select-title {
    border: 1px solid #d0d0ce;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    display: none;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 28px;
    margin-bottom: 0;
    padding: 14px 30px 14px 38px;
    position: relative;
    width: 100%
}

.anschor-links__select-title:before {
    background: #B69142;
    bottom: 14px;
    content: "";
    height: 27px;
    left: 23px;
    position: absolute;
    width: 2px
}

.anschor-links__select-title:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    color: #000;
    content: "\ea04";
    display: block;
    display: inline-block;
    font-size: 8px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: 300;
    line-height: 1;
    position: absolute;
    right: 20px;
    text-decoration: none;
    text-transform: none;
    top: 48%;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: auto
}

@media only screen and (max-width:991.98px) {
    .anschor-links__select-title {
        display: block
    }
}

.image {
    margin: 30px 0;
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .image {
        margin: 70px 0
    }
}

.image-img {
    max-height: 700px;
    -o-object-fit: cover;
    object-fit: cover
}

.image-caption {
    border-bottom: 1px solid #d0d0ce;
    padding: 11px 10px 8px 100px
}

@media only screen and (max-width:991.98px) {
    .image-caption {
        padding-left: 0
    }
}

.image-caption__text {
    max-width: 800px
}

.results {
    width: 100%
}

.carousel__inner {
    margin: 60px 0
}

@media only screen and (max-width:991.98px) {
    .carousel__inner {
        margin: 40px 0
    }
}

.carousel--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
    padding: 0 0 4px
}

.carousel--flex .carousel-item {
    max-width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin: 0 40px 60px
}

.carousel--flex .carousel-item:first-of-type {
    margin-left: 40px
}

@media only screen and (max-width:991.98px) {
    .carousel--flex .carousel-item {
        max-width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 40px;
        margin-left: 0;
        margin-right: 0
    }

    .carousel--flex .carousel-item:first-of-type {
        margin-left: 0
    }
}

@media only screen and (max-width:767.98px) {
    .carousel--flex .carousel-item {
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-right: 0
    }
}

.btn-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.load-more {
    -webkit-animation: donut-spin 1.2s linear infinite;
    animation: donut-spin 1.2s linear infinite;
    border: 4px solid #fff0e6;
    border-left-color: #ec9151;
    border-radius: 50%;
    display: none;
    height: 30px;
    width: 30px
}

@-webkit-keyframes donut-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes donut-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.scroller-slider {
    background-color: hsla(60, 2%, 81%, .3);
    margin: 90px 0
}

.scroller-slider .wrap {
    position: relative
}

.scroller-slider .wrap:after {
    background: #fff;
    -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, .1);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .1);
    content: "";
    height: calc(100% + 30px);
    left: 71px;
    margin: -20px 0;
    position: absolute;
    top: 6px;
    width: 485px
}

.scroller-slider .slick-slider {
    overflow: hidden;
    position: relative;
    z-index: 2
}

.scroller-slider .slick-track {
    padding-left: 50px
}

.scroller-slider .slick-list {
    padding: 170px 0 !important;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .scroller-slider .wrap:after {
        background: #fff;
        content: "";
        left: 68px;
        width: 354px
    }

    .scroller-slider .slick-track {
        padding-left: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .scroller-slider {
        background-color: transparent;
        height: 400px;
        min-height: 355px;
        overflow: hidden;
        position: relative
    }

    .scroller-slider:before {
        background-color: hsla(60, 2%, 81%, .3);
        bottom: 110px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%
    }

    .scroller-slider .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .scroller-slider .wrap:after {
        display: none
    }

    .scroller-slider .slick-slider {
        overflow: visible;
        width: 100%
    }

    .scroller-slider .slick-track {
        padding-left: 0
    }

    .scroller-slider .slick-list {
        overflow: visible;
        padding: 20px 0 !important
    }
}

.scroller__slide {
    background-color: #fff;
    max-width: 485px;
    padding: 10px 20px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .scroller__slide {
        max-width: 354px !important
    }
}

@media only screen and (max-width:767.98px) {
    .scroller__slide {
        -webkit-box-shadow: 0 12px 34px rgba(0, 0, 0, .1);
        box-shadow: 0 12px 34px rgba(0, 0, 0, .1);
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-width: 100%;
        min-height: 100px;
        padding: 23px 21px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.scroller-slider__svg {
    bottom: 0;
    max-width: 474px;
    opacity: 90%;
    padding-bottom: 46%;
    position: absolute;
    right: 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .scroller-slider__svg {
        max-width: 330px
    }
}

@media only screen and (max-width:767.98px) {
    .scroller-slider__svg {
        max-width: 231px;
        padding-bottom: 70%;
        position: static
    }
}

.scroller__caption {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 43px;
    min-height: 70px
}

@media only screen and (max-width:767.98px) {
    .scroller__caption {
        font-size: 16px;
        line-height: 20px;
        min-height: auto
    }
}

.scroller__caption-stat {
    color: #000;
    font-size: 160px;
    font-weight: 700;
    position: absolute;
    right: -120%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    visibility: hidden
}

@media only screen and (max-width:1199.98px) {
    .scroller__caption-stat {
        font-size: 86px;
        right: -90%
    }
}

@media only screen and (max-width:767.98px) {
    .scroller__caption-stat {
        font-size: 76px;
        letter-spacing: normal;
        line-height: 117px;
        right: 0;
        top: -175px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible
    }
}

.scroller__slide-inner {
    position: relative;
    z-index: 3
}

@media only screen and (max-width:767.98px) {
    .scroller__slide-inner {
        text-align: center
    }
}

.stats-scroller {
    width: 100%
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center {
    position: relative
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center:after,
.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center:before {
    background: hsla(60, 2%, 81%, .7);
    content: "";
    height: 1px;
    left: -116px;
    position: absolute;
    width: calc(100% + 116px)
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center:before {
    top: -43px
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center:after {
    bottom: -43px
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__caption {
    color: #000;
    opacity: 1;
    text-align: center;
    text-shadow: none
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__caption-stat {
    visibility: visible
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__slide {
    border-bottom: 1px solid #d0d0ce;
    border-top: 1px solid #d0d0ce;
    margin-left: -30px;
    max-width: 540px;
    padding: 25px 20px 20px;
    position: static
}

.stats-scroller .slick-vertical .slick-slide.slick-current.slick-center .scroller__slide:before {
    background-color: #98784a;
    content: "";
    height: 100%;
    left: -30px;
    position: absolute;
    top: 0;
    width: 10px
}

@media only screen and (max-width:991.98px) {
    .stats-scroller .slick-slide+.slick-current:before {
        top: -20px !important
    }

    .stats-scroller .slick-slide+.slick-current:after {
        bottom: -20px !important
    }

    .stats-scroller .slick-slide+.slick-current .scroller__slide {
        max-width: 395px !important
    }
}

@media only screen and (max-width:767.98px) {
    .stats-scroller .slick-slide {
        margin: 0 15px
    }

    .stats-scroller .slick-slide+.slick-current:after,
    .stats-scroller .slick-slide+.slick-current:before {
        display: none
    }

    .stats-scroller .slick-slide+.slick-current .scroller__slide {
        border: 0;
        margin-left: 0;
        max-width: 100% !important
    }
}

.slick-slide .scroller__caption {
    color: transparent;
    opacity: .1;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

@media only screen and (max-width:767.98px) {
    .slick-slide .scroller__caption {
        color: #000;
        opacity: 1;
        text-shadow: none
    }
}

.slick-active .scroller__caption {
    color: transparent;
    opacity: .2;
    text-shadow: 0 0 3px rgba(0, 0, 0, .5)
}

@media only screen and (max-width:767.98px) {
    .slick-active .scroller__caption {
        color: #000;
        opacity: 1;
        text-shadow: none
    }
}

.tabs {
    margin: 50px auto 10px;
    max-width: 1038px;
    width: 100%
}

.tab-content {
    padding: 60px 0 0
}

.tab-content.selected {
    display: block
}

@media only screen and (max-width:991.98px) {
    .tab-content {
        padding: 49px 0
    }
}

.tab-content-wrap .rte {
    max-width: 100%
}

.tab-list {
    background-color: hsla(60, 2%, 81%, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:991.98px) {
    .tab-list {
        display: none
    }
}

.tab-btn {
    font-weight: 700;
    padding: 16px 10px;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .tab-btn {
        padding: 18px 40px 14px;
        text-align: start
    }
}

.tab-item {
    cursor: pointer;
    -webkit-box-flex: 2;
    border-bottom: 1px solid #98784a;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    text-align: center
}

@media only screen and (min-width:1025px) {
    .no-touch .tab-item:hover .tab-btn {
        background: #fff;
        text-decoration: underline
    }
}

.tab-item.selected {
    background: #fff;
    border: 1px solid #98784a;
    border-bottom: 0
}

.tab-item.selected .tab-btn {
    color: #53565a;
    font-weight: 400
}

@media only screen and (max-width:991.98px) {
    .tab-item {
        text-align: start
    }

    .tab-item,
    .tab-item.selected {
        background-color: #fff;
        border: 1px solid #d0d0ce;
        border-top: 0
    }

    .tab-item.selected,
    .tab-item.selected .tab-btn {
        color: #000
    }
}

.item-selected {
    background-color: #fff;
    border: 1px solid #d0d0ce;
    -webkit-box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    box-shadow: 0 5px 14px rgba(0, 0, 0, .06);
    color: #000;
    display: none;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 28px;
    padding: 18px 40px 14px;
    position: relative;
    text-align: start;
    width: 100%
}

.item-selected:before {
    background-color: #B69142;
    content: "";
    height: 60%;
    left: 20px;
    width: 3px
}

.item-selected:after,
.item-selected:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.item-selected:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea01";
    display: block;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    right: 20px;
    text-decoration: none;
    text-transform: none
}

@media only screen and (max-width:991.98px) {
    .item-selected {
        display: block
    }
}

.search-results {
    font-weight: 700;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .search-results .wrap {
        padding: 0
    }
}

.search-results-clickable {
    cursor: pointer
}

.search-results__inner {
    padding: 52px 97px 95px
}

@media only screen and (max-width:991.98px) {
    .search-results__inner {
        padding: 30px 36px 103px
    }
}

@media only screen and (max-width:767.98px) {
    .search-results__inner {
        padding: 15px 25px 68px
    }
}

.search-results__search {
    border: 1px solid hsla(0, 0%, 70%, .4);
    border-radius: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin: 20px 0 33px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.search-results__search .search-results__search__input {
    border-width: 0;
    color: inherit;
    font-size: 1em;
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    padding-left: 20px
}

.search-results__search .search-results__search__input::-webkit-input-placeholder {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.search-results__search .search-results__search__input::-moz-placeholder {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.search-results__search .search-results__search__input:-ms-input-placeholder {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.search-results__search .search-results__search__input::-ms-input-placeholder {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.search-results__search .search-results__search__input::placeholder {
    color: #000;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.search-results__search .search-results__search__btn {
    background: transparent;
    border-radius: 50%;
    font-size: 22px;
    height: 45px;
    margin-right: 16px;
    position: relative;
    width: 45px
}

.search-results__search .search-results__search__btn .icon {
    color: #B69142;
    position: absolute;
    right: 11px;
    top: 11px
}

@media only screen and (min-width:1025px) {
    .no-touch .search-results__search .search-results__search__btn:hover {
        background: #B69142;
        -webkit-transition: .2s ease;
        transition: .2s ease
    }

    .no-touch .search-results__search .search-results__search__btn:hover .icon {
        color: #fff
    }
}

.search-results__dropdown .button {
    display: none
}

@media only screen and (max-width:767.98px) {
    .search-results__dropdown {
        width: 100%
    }
}

.search-results__wrap {
    background-color: #fff;
    position: relative
}

.search-results__title {
    color: #000;
    margin-bottom: 37px
}

.search-results__main-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 73px;
    margin-bottom: 20px
}

@media only screen and (max-width:991.98px) {
    .search-results__main-title {
        font-size: 50px;
        line-height: 63px
    }
}

@media only screen and (max-width:767.98px) {
    .search-results__main-title {
        font-size: 38px;
        line-height: 48px
    }
}

.search-results__item {
    border-top: 1px solid #b2b2b2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 10px;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-results__item:last-of-type {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 53px
}

@media only screen and (max-width:991.98px) {
    .search-results__item {
        padding: 25px 20px
    }

    .search-results__item:last-of-type {
        margin-bottom: 59px
    }
}

@media only screen and (max-width:767.98px) {
    .search-results__item:last-of-type {
        margin-bottom: 55px
    }
}

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

.search-results__item-image {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (min-width:576px) {
    .search-results__item-image {
        margin-right: 20px;
        max-width: 50%;
        width: 200px
    }
}

@media only screen and (max-width:767.98px) {
    .search-results__item-text {
        letter-spacing: .5px
    }
}

.search-results__item--pdficon {
    height: 32px;
    left: 166px;
    position: absolute;
    top: 38px
}

@media only screen and (max-width:767.98px) {
    .search-results__item--pdficon {
        left: 178px;
        top: 71px
    }
}

.search-results__item-type {
    color: #000;
    font-size: 14px
}

.search-results__item-date {
    color: #000;
    font-size: 16px
}

.search-results__item-title {
    border-left: 0;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 24px;
    margin-bottom: 5px
}

@media only screen and (max-width:767.98px) {
    .search-results__item-title {
        font-size: 16px;
        line-height: 20px
    }
}

.search-results__item-url {
    color: #00629b;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    word-break: break-word
}

@media only screen and (max-width:991.98px) {
    .search-results__item-url {
        font-size: 14px;
        letter-spacing: .5px;
        line-height: 24px
    }
}

@media only screen and (max-width:767.98px) {
    .search-results__item-url {
        line-height: 20px
    }
}

.search-results__item-block {
    padding: 8px 16px
}

@media only screen and (min-width:576px) {
    .search-results__item-block {
        padding: 0
    }
}

.search-results__standfirst {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 34px;
    margin-bottom: 50px
}

@media only screen and (max-width:767.98px) {
    .search-results__standfirst {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 20px
    }
}

.search-results__term {
    font-weight: 700
}

.search-results__filter {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px
}

@media only screen and (max-width:767.98px) {
    .search-results__filter {
        display: none
    }
}

.dropdown-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px
}

@media only screen and (max-width:767.98px) {
    .dropdown-wrap {
        margin-bottom: 34px
    }
}

.search-similar {
    font-weight: 700
}

.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.related-links {
    background-color: hsla(60, 2%, 81%, .4);
    padding: 123px 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .related-links {
        padding: 37px 0 31px;
        padding: 37px 0 0
    }
}

.related-links.futher-reading {
    background-color: rgba(152, 120, 74, .1);
    margin-bottom: 0;
    padding: 100px 0
}

.related-links.futher-reading .related-link__tag {
    margin-bottom: 36px
}

.related-links.futher-reading .related-links__title {
    padding: 10px 0 10px 20px
}

.related-links.futher-reading .related-links__title:before {
    bottom: 0;
    height: 100%
}

.related-links.futher-reading .related-link__featured {
    padding-right: 132px;
    padding-top: 11.9%
}

.related-links.futher-reading .related-link__featured .related-link__article-title {
    font-size: 26px;
    line-height: 32px
}

@media only screen and (max-width:991.98px) {
    .related-links.futher-reading .related-link__featured {
        padding-right: 18px
    }

    .related-links.futher-reading .related-link__featured .related-link__article-title {
        font-size: 24px;
        line-height: 30px;
        max-width: 100%
    }
}

.featured-link-wrap {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

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

@media only screen and (max-width:991.98px) {
    .related-links__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width:767.98px) {
    .related-links__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

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

@media only screen and (max-width:991.98px) {
    .related-links-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.related-links__items {
    width: 100%
}

.related-links__items .related-link__cta {
    display: inline-block;
    margin-right: 25px;
    max-width: 202px;
    text-transform: uppercase;
    width: auto;
    z-index: 1
}

.related-link {
    padding: 0 45px 60px 20px;
    position: relative
}

.related-link:before {
    background-color: #98784a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px
}

@media only screen and (min-width:1025px) {
    .no-touch .related-link:hover .related-link__article-title {
        background-size: 100% 100%;
        width: 100%
    }

    .no-touch .related-link:hover .related-link__cta {
        margin-left: 20px
    }

    .no-touch .related-link:hover .related-link__cta:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }

    .no-touch .related-link:hover .related-link__cta:before {
        left: -20px !important;
        width: 14px !important
    }
}

@media only screen and (max-width:991.98px) {
    .related-link {
        margin-bottom: 50px;
        padding: 0 85px 50px 20px
    }
}

@media only screen and (max-width:767.98px) {
    .related-link {
        margin-bottom: 40px;
        padding: 0 53px 60px 20px
    }
}

.related-link__ctas {
    margin-top: 26px
}

.related-link__link {
    cursor: pointer;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.related-link__featured-link {
    margin-top: 30px;
    position: relative;
    z-index: 1
}

@media only screen and (max-width:991.98px) {
    .related-link__featured-link {
        margin-left: 4px;
        margin-top: 10px
    }
}

.related-links__title {
    border-left: 0;
    color: #000;
    font-variant: normal;
    margin-bottom: 50px;
    padding-left: 18px;
    position: relative;
    text-transform: uppercase
}

.related-links__title:before {
    background-color: #B69142;
    bottom: -6px;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    width: 3px
}

@media only screen and (max-width:991.98px) {
    .related-links__title:before {
        bottom: -6px;
        content: "";
        height: 100px
    }

    .related-links__title {
        font-weight: 500;
        letter-spacing: .4em;
        margin-bottom: 55px
    }
}

.related-links__subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 45px
}

@media only screen and (max-width:767.98px) {
    .related-links__subtitle {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 55px
    }
}

.related-link__article-title {
    background-image: linear-gradient(transparent calc(100% - 2px), #000 2px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    cursor: pointer;
    display: inline;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
    line-height: 24px;
    margin-bottom: 26px;
    position: relative;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

@media only screen and (max-width:991.98px) {
    .related-link__article-title {
        display: inline-block;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0;
        max-width: 495px;
        max-width: 100%
    }
}

.related-link__tag {
    display: block;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 28px;
    margin-bottom: 18px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.related-link__featured {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 0;
    max-width: 50%;
    overflow: hidden;
    padding: 14.5% 150px 30px 40px;
    position: relative
}

.related-link__featured:after {
    background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(1turn, #000, rgba(0, 0, 0, 0));
    content: "";
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.related-link__featured .related-link__article-title {
    background-image: linear-gradient(transparent calc(100% - 2px), #fff 2px);
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 43px;
    position: relative;
    z-index: 1
}

.related-link__featured .related-link__tag {
    color: #fff;
    letter-spacing: .6em;
    margin-bottom: 31px;
    padding: 10px 0 10px 20px
}

.related-link__featured .related-link__cta {
    color: #fff
}

.related-link__featured .related-link__cta:after {
    background-color: #fff
}

@media only screen and (min-width:1025px) {
    .no-touch .related-link__featured:hover .related-link__article-title {
        background-size: 100% 100%;
        width: 100%
    }

    .no-touch .related-link__featured:hover .related-link__img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }

    .no-touch .related-link__featured:hover .related-link__cta {
        margin-left: 20px
    }

    .no-touch .related-link__featured:hover .related-link__cta:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }

    .no-touch .related-link__featured:hover .related-link__cta:before {
        left: -20px;
        width: 14px
    }
}

@media only screen and (max-width:991.98px) {
    .related-link__featured {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-top: 32px;
        max-width: 100%;
        padding: 266px 61px 60px 60px
    }

    .related-link__featured .related-link__tag {
        margin-bottom: 15px;
        padding: 9px 0 9px 18px
    }
}

@media only screen and (max-width:767.98px) {
    .related-link__featured {
        margin-top: 0;
        padding: 124px 18px 40px
    }

    .related-link__featured .related-link__tag {
        font-weight: 500;
        letter-spacing: .4em;
        margin-bottom: 23px
    }

    .related-link__featured .related-link__article-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 18px
    }
}

.related-link__img {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.futher-reading,
.stats {
    width: 100%
}

.stats {
    margin: 35px 0
}

.stats-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.stats-inner.stats-inher--small {
    margin: 0 auto;
    max-width: 992px
}

@media only screen and (max-width:991.98px) {
    .stats-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:767.98px) {
    .stats-inner {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}

.stat {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    margin-bottom: 30px;
    margin-right: 55px;
    max-width: 350px
}

@media only screen and (max-width:991.98px) {
    .stat {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%;
        margin-right: 20px;
        max-width: 30%
    }
}

@media only screen and (max-width:767.98px) {
    .stat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        margin-right: 14px;
        max-width: 50%
    }
}

.stat__statistic {
    color: #53565a;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 50px;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .stat__statistic {
        font-size: 44px;
        line-height: 55px
    }
}

.stat__statistic:after {
    background-color: #98784a;
    bottom: -25px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 89px
}

.stat__caption {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

@media only screen and (max-width:991.98px) {
    .stat__caption {
        font-size: 14px;
        letter-spacing: .5px;
        line-height: 24px
    }
}

.share-widget {
    margin: 50px 0;
    width: 100%
}

.share-widget .share-icon {
    color: #98784a;
    -webkit-transition: .4s ease;
    transition: .4s ease
}

@media only screen and (min-width:1025px) {
    .no-touch .share-widget .share-icon:hover {
        color: rgba(152, 120, 74, .7)
    }
}

.share-widget .share-icons {
    text-align: center
}

.share-widget__title {
    border-left: 0;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.share-widget__title span {
    display: inline-block;
    position: relative
}

.share-widget__title span:after,
.share-widget__title span:before {
    border-bottom: 1px solid #d0d0ce;
    content: "";
    margin: 0 20px;
    position: absolute;
    top: 50%;
    width: 620px
}

.share-widget__title span:before {
    right: 100%
}

.share-widget__title span:after {
    left: 100%
}

.back-button {
    bottom: 100%;
    font-size: 10px;
    letter-spacing: .19em;
    line-height: 15px;
    margin-bottom: 13px;
    padding-left: 20px;
    text-transform: uppercase
}

.back-button,
.back-button:after {
    color: #fff;
    left: 0;
    position: absolute
}

.back-button:after {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea03";
    display: block;
    display: inline-block;
    font-size: 8px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    top: 3px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.story-content .gallery {
    margin-top: 0
}

.story-content .standard-content__wrap {
    background-color: hsla(0, 0%, 100%, .8);
    bottom: -168px;
    -webkit-box-shadow: 0 -19px 15px -1px rgba(0, 0, 0, .1);
    box-shadow: 0 -19px 15px -1px rgba(0, 0, 0, .1);
    padding: 0
}

.story-content .standard-content__wrap .breadcrumbs-wrap {
    margin-bottom: 43px;
    max-width: 100%;
    padding: 9px 5px;
    width: 100%
}

.story-content .standard-content__wrap .breadcrumb {
    padding-left: 96px
}

.story-content .standard-content__wrap .share-icons {
    padding-right: 96px
}

.story-content .standard-content__wrap .rte {
    max-width: 1038px
}

.story-content .standard-content__bottom {
    padding-top: 158px
}

.story-content .anchor-links--fixed {
    margin: 35px 0 90px
}

@media only screen and (max-width:991.98px) {
    .story-content .anchor-links--fixed {
        margin: 35px 0
    }
}

.story-content .case-study {
    margin-bottom: -90px;
    margin-top: 50px;
    padding-bottom: 0
}

@media only screen and (max-width:991.98px) {
    .story-content .standard-content__wrap {
        bottom: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 20px 0;
        position: relative
    }

    .story-content .standard-content__wrap .breadcrumb {
        padding-left: 38px
    }

    .story-content .standard-content__wrap .share-icons {
        padding-right: 38px
    }

    .story-content .standard-content__bottom {
        padding-top: 40px
    }
}

.story-content__overview {
    margin: 35px auto 125px;
    max-width: 1070px
}

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

@media only screen and (max-width:767.98px) {
    .story-content__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.story-content__block {
    border-left: 1px solid #98784a;
    min-width: 302px;
    padding: 20px 50px 0 20px;
    width: 100%
}

.story-content__block.story-content__block-map {
    border-left: 0
}

.story-content__block .h4 {
    border-left: 0;
    padding: 0
}

@media only screen and (max-width:991.98px) {
    .story-content__block {
        min-width: auto
    }
}

@media only screen and (max-width:767.98px) {
    .story-content__block {
        margin-bottom: 20px
    }
}

.story-content__block-map {
    padding-right: 0
}

.story-content__block-map img {
    height: auto;
    margin-bottom: 10px;
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .story-content__block-map {
        padding-left: 0
    }
}

.text-image {
    background: transparent;
    margin: 10px 0;
    padding: 35px 0
}

.text-image.text-image--white {
    background: #fff
}

@media only screen and (max-width:991.98px) {
    .text-image {
        margin: 10px 0
    }
}

@media only screen and (max-width:767.98px) {
    .text-image {
        margin: 10px 0;
        padding: 21px 0 41px
    }
}

.text-image__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 998px
}

.text-image__wrap.text-image__wrap--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.text-image__wrap.text-image__wrap--right .text-image__photo {
    margin-left: 56px;
    margin-right: 0
}

@media only screen and (max-width:991.98px) {

    .text-image__wrap,
    .text-image__wrap.text-image__wrap--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 100%;
        padding: 0 59px
    }

    .text-image__wrap.text-image__wrap--right .text-image__photo {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:767.98px) {

    .text-image__wrap,
    .text-image__wrap.text-image__wrap--right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.text-image__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 393px;
    flex: 0 0 393px;
    height: 393px;
    margin-right: 56px;
    position: relative;
    width: 393px
}


.text-image__photo img {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .text-image__photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 574;
        flex: 0 0 574;
        margin-left: 0;
        margin-right: 0;
        max-height: 400px;
        width: 100%
    }
}

@media only screen and (max-width:767.98px) {
    .text-image__photo {
        max-height: 400px;

    }

}

.text-image__description {
    max-width: 550px;
    padding-top: 20px;
    width: 100%
}



@media only screen and (max-width:991.98px) {
    .text-image__description {
        max-width: 100%
    }

}

.text-image__title {
    margin-bottom: 15px;
    padding: 4px 0 4px 20px
}

@media only screen and (max-width:991.98px) {
    .text-image__title {
        margin-bottom: 24px
    }
}

@media only screen and (max-width:767.98px) {
    .text-image__title {
        font-weight: 500
    }
}

.text-image__subtitle {
    border-left: 0;
    margin-bottom: 15px;
    padding: 0
}

@media only screen and (max-width:991.98px) {
    .text-image__subtitle {
        margin-bottom: 20px
    }
}

.text-image__paragraph {
    margin-bottom: 15px
}

@media only screen and (max-width:991.98px) {
    .text-image__paragraph {
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767.98px) {
    .text-image__paragraph {
        letter-spacing: .5px;
        margin-bottom: 25px
    }
}

.text-image__btn {
    margin-top: 15px
}

.text-image__btn:first-of-type {
    margin-right: 20px
}

@media only screen and (max-width:767.98px) {
    .text-image__btn {
        display: block;
        margin-top: 0;
        width: 100%
    }

    .text-image__btn:first-of-type {
        margin-bottom: 25px;
        margin-right: 0
    }
}

.cta-hero {
    width: 100%
}

.carousel-wrapper--hero .carousel {
    margin-right: auto;
    padding: 63px
}

.carousel-wrapper--hero .carousel-item {
    margin: 0 0 0 15px;
    max-width: 100%;
    width: 100%
}

.carousel-wrapper--hero .carousel-item:first-of-type {
    margin-left: 0
}

@media only screen and (max-width:767.98px) {
    .carousel-wrapper--hero .carousel {
        padding: 20px 0
    }
}

.site-index {
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .site-index {
        display: none
    }
}

.site-index__inner {
    margin: 0 auto 75px;
    max-width: 992px
}

.site-index__title {
    color: #000;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.site-index__standfirst {
    font-weight: 500
}

.sitemap__list--first-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sitemap__item--first-level {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 180px;
    max-width: 25%;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .sitemap__item--first-level {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.sitemap__item--first-level:before {
    background-color: #98784a;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: 1px
}

.sitemap__link {
    color: #000;
    display: inline-block;
    margin-left: 10px
}

.sitemap__link,
.sitemap__link span {
    position: relative
}

.sitemap__link span:after {
    background-color: #000;
    bottom: 3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .sitemap__link span:hover:after {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left
    }
}

.sitemap__link:before {
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 2px
}

.sitemap__link--first-level {
    display: inline-block;
    margin-bottom: 10px
}

.sitemap__item--second-level {
    font-weight: 500;
    margin-bottom: 20px
}

.sitemap__item--third-level {
    letter-spacing: 1px
}

.sitemap__item--fifth-level,
.sitemap__item--fourth-level,
.sitemap__item--third-level {
    font-size: 16px;
    line-height: 28px
}

.sitemap__item--fifth-level {
    font-weight: 300;
    margin-bottom: 13px
}

.sitemap__link--second-level {
    font-weight: 500;
    margin-left: 20px
}

.sitemap__link--second-level:before {
    background-color: #B69142;
    left: -10px
}

.sitemap__link--third-level {
    margin-left: 30px
}

.sitemap__link--third-level:before {
    background-color: #B69142;
    left: -10px
}

.sitemap__link--fourth-level {
    letter-spacing: 1px;
    margin-left: 40px
}

.sitemap__link--fourth-level:before {
    background-color: #000;
    left: -10px
}

.sitemap__link--fifth-level {
    letter-spacing: 1px;
    margin-left: 50px
}

.sitemap__link--fifth-level:before {
    background-color: #d0d0ce;
    left: -10px;
    width: 1px
}

.carousel-wrapper--simple {
    width: 100%
}

.carousel-wrapper--simple .slick-dots {
    display: none
}

@media only screen and (min-width:768px) {
    .carousel-wrapper--simple .slick-arrow {
        display: none
    }
}

@media only screen and (max-width:767.98px) {
    .carousel-wrapper--simple .btn-center {
        display: none
    }

    .carousel-wrapper--simple .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.downloads {
    margin: 70px 0;
    width: 100%
}

.downloads-wrap {
    background-color: hsla(60, 2%, 81%, .4);
    max-width: 1200px;
    padding-bottom: 69px;
    padding-top: 24px;
    position: relative
}

@media only screen and (max-width:991.98px) {
    .downloads-wrap {
        padding-bottom: 75px;
        padding-top: 22px
    }
}

.downloads-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media only screen and (max-width:991.98px) {
    .downloads-description {
        margin-bottom: 35px
    }
}

@media only screen and (max-width:767.98px) {
    .downloads-description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.downloads-description__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 998px
}

@media only screen and (max-width:991.98px) {
    .downloads-description__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.downloads-title {
    border-left: 0;
    margin: 0 auto 81px;
    max-width: 998px;
    padding: 0 0 0 20px;
    position: relative
}

.downloads-title:before {
    background-color: #B69142;
    bottom: -20px;
    content: "";
    height: 108px;
    left: 0;
    position: absolute;
    width: 3px
}

@media only screen and (max-width:991.98px) {
    .downloads-title {
        margin-bottom: 60px
    }
}

.download-description__image {
    margin: 0 17px 0 19px;
    position: relative;
    width: 267px
}

.download-description__image:before {
    background-color: #98784a;
    content: "";
    height: 100%;
    left: -19px;
    position: absolute;
    top: 0;
    width: 1px
}

.download-description__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .download-description__image {
        height: 253px;
        margin: 0 16px 0 15px;
        width: 205px
    }

    .download-description__image:before {
        left: -14px
    }
}

@media only screen and (max-width:767.98px) {
    .download-description__image {
        height: 300px;
        margin: 0 0 23px 17px;
        width: 244px
    }

    .download-description__image:before {
        left: -17px
    }
}

.downloads-description__title {
    margin-bottom: 19px;
    padding-top: 2px
}

@media only screen and (max-width:991.98px) {
    .downloads-description__title {
        padding: 6px 0 6px 20px
    }
}

@media only screen and (max-width:767.98px) {
    .downloads-description__title {
        padding: 2px 0 11px 20px
    }
}

.downloads-description__subtitle {
    border-left: 0;
    padding: 0
}

@media only screen and (max-width:767.98px) {
    .downloads-description__subtitle {
        max-width: 300px
    }
}

.downloads-description__btn {
    padding: 14px 26px 14px 45px;
    position: relative
}

.downloads-description__btn .font-icon:before {
    color: #fff;
    font-size: 10px;
    left: -13px;
    top: 5px
}

@media only screen and (max-width:767.98px) {
    .downloads-description__btn {
        display: block;
        padding: 14px 35px;
        text-align: center
    }
}

.downloads-description__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 291px;
    flex: 1 0 291px;
    padding-right: 30px
}

@media only screen and (max-width:991.98px) {
    .downloads-description__text {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 0
    }
}

.downloads-links {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 41%;
    flex: 1 0 41%
}

@media only screen and (max-width:991.98px) {
    .downloads-links {
        width: 100%
    }
}

.downloads-links__title {
    margin-bottom: 58px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .downloads-links__title {
        margin-bottom: 21px
    }
}

@media only screen and (max-width:767.98px) {
    .downloads-links__title {
        margin-bottom: 28px;
        margin-top: 30px
    }
}

.downloads-links__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.downloads-links__link {
    background-image: linear-gradient(transparent calc(100% - 2px), #000 1px);
    background-repeat: no-repeat;
    background-size: 0 100%;
    color: #000;
    display: inline;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: background-size .5s ease-in-out, font-weight .3s ease-in-out;
    transition: background-size .5s ease-in-out, font-weight .3s ease-in-out
}

@media only screen and (min-width:1025px) {
    .no-touch .downloads-links__link:hover {
        background-size: 100% 100%;
        width: 100%
    }
}

.downloads-links__item {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 17px;
    margin-bottom: 25px;
    margin-right: 10px;
    max-width: 183px;
    min-width: 183px;
    padding-left: 20px;
    position: relative
}

.downloads-links__item:before {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B69142;
    content: "\ea07";
    display: block;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    text-decoration: none;
    text-transform: none;
    top: 3px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .downloads-links__item {
        max-width: 213px;
        min-width: 213px
    }
}

@media only screen and (max-width:767.98px) {
    .downloads-links__item {
        max-width: 150px;
        min-width: 150px
    }
}

.landing-slider {
    position: relative
}

.landing-slider.landing__smaller .banner-slider__wrap {
    height: 768px
}

.landing-slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 40px;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.landing-slider .slick-dots li:hover button {
    background-color: #B69142;
    border: 3px solid #fff
}

@media only screen and (max-width:767.98px) {
    .landing-slider .slick-dots {
        bottom: 18px
    }
}

.slider__down-arrow {
    bottom: 70px;
    height: 50px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:1199.98px) {
    .slider__down-arrow {
        display: none
    }
}

.banner-slider {
    position: relative;
    width: 100%
}

.banner-slider .slick-prev {
    color: #fff;
    left: 40px;
    opacity: .3s ease;
    top: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.banner-slider .slick-prev.hidden {
    visibility: hidden
}

.banner-slider .slick-next {
    color: #fff;
    opacity: .3s ease;
    right: 40px;
    top: 50%;
    -webkit-transform: translate(-50%) rotate(180deg);
    -ms-transform: translate(-50%) rotate(180deg);
    transform: translate(-50%) rotate(180deg)
}

.banner-slider .slick-next.hidden {
    visibility: hidden
}

.banner-slider .slick-arrow:before {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
    content: "";
    height: 68px;
    position: absolute;
    right: -18px;
    top: -27px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    width: 68px;
    z-index: -1
}

.banner-slider .slick-arrow.slick-disabled {
    opacity: 0;
    pointer-events: none
}

.banner-slider .slick-arrow:hover:before {
    border-color: #B69142
}

.banner-slider .arrow:before {
    font-size: 17px
}

.banner-slider .arrow:hover:before {
    color: #fff
}

@media only screen and (max-width:991.98px) {
    .banner-slider .slick-arrow {
        top: 38%
    }
}

@media only screen and (max-width:767.98px) {
    .banner-slider .slick-arrow {
        display: none !important
    }
}

.banner-slider__overlay {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-40%, #020203), color-stop(65.45%, rgba(2, 2, 3, 0)));
    background: linear-gradient(0deg, #020203 -40%, rgba(2, 2, 3, 0) 65.45%);
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

@media only screen and (max-width:767.98px) {
    .banner-slider__overlay {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(-.56%, #020203), color-stop(80.47%, rgba(2, 2, 3, 0)));
        background: linear-gradient(0deg, #020203 -.56%, rgba(2, 2, 3, 0) 80.47%)
    }
}

.banner-slider__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media only screen and (max-width:991.98px) {
    .banner-slider__content {
        margin: 0 auto;
        max-width: 90%
    }
}

@media only screen and (max-width:767.98px) {
    .banner-slider__content {
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 100vw;
        top: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 80px 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.banner-slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    overflow: hidden;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.banner-slider__wrap .standfirst,
.banner-slider__wrap p {
    color: #fff;
    margin-bottom: 60px
}

@media only screen and (max-width:767.98px) {

    .banner-slider__wrap .standfirst,
    .banner-slider__wrap p {
        margin-bottom: 40px
    }
}

.banner-slider__wrap .gallery-box__image {
    display: block;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .banner-slider__wrap {
        height: 1000px
    }
}

@media only screen and (max-width:767.98px) {
    .banner-slider__wrap {
        padding: 0
    }

    .banner-slider__wrap .gallery-box__image {
        height: 100vh;
        position: static
    }
}

.banner-slider__pretitle {
    color: #fff;
    display: inline-block
}

.banner-slider__title {
    color: #fff;
    font-weight: 300;
    letter-spacing: .07em;
    line-height: 67px
}

@media only screen and (max-width:991.98px) {
    .banner-slider__title {
        font-size: 50px;
        line-height: 67px
    }
}

@media only screen and (max-width:767.98px) {
    .banner-slider__title {
        font-size: 40px;
        line-height: 50px
    }
}

.banner-slider__btn:first-of-type {
    margin-right: 10px
}

@media only screen and (max-width:991.98px) {
    .banner-slider__btn {
        display: block;
        margin: 0 auto;
        max-width: 60%
    }

    .banner-slider__btn:first-of-type {
        margin-bottom: 25px;
        margin-right: auto
    }
}

@media only screen and (max-width:767.98px) {
    .banner-slider__btn {
        font-size: 12px;
        max-width: 100%
    }
}

.contacts {
    margin: 40px 0 0;
    width: 100%
}

.contacts .btn-center {
    margin-bottom: 40px
}

.contacts-boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contacts-boxes.contacts-boxes--one {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.contacts-boxes.contacts-boxes--one .contact-box__image {
    width: 392px
}

.contacts-boxes.contacts-boxes--one .contact-box {
    margin-bottom: 0;
    width: 100%
}

.contacts-boxes.contacts-boxes--one .contact-box:not(:last-of-type) {
    margin-right: 0
}

@media only screen and (max-width:991.98px) {
    .contacts-boxes.contacts-boxes--one {
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: normal
    }

    .contacts-boxes.contacts-boxes--one .contact-box__image {
        width: 340px
    }
}

@media only screen and (max-width:1199.98px) {
    .contacts-boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:767.98px) {
    .contacts-boxes.contacts-boxes--one .contact-box__image {
        width: 100%
    }
}

.contacts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    width: 50%
}

@media only screen and (max-width:1199.98px) {
    .contacts-box {
        margin-bottom: 50px;
        width: 100%
    }
}

@media only screen and (max-width:991.98px) {
    .contacts-box {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767.98px) {
    .contacts-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        border-left: 1px solid #98784a;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 12px;
        width: 100%
    }
}

.contact-box__image {
    max-width: 291px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 291px;
    flex: 0 0 291px;
    height: auto;
    margin-right: 33px;
    position: relative
}

.contact-box__image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.contact-box__image:after {
    background-color: #98784a;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    width: 1px
}

@media only screen and (max-width:1199.98px) {
    .contact-box__image {
        margin-right: 41px;
        width: 392px
    }

    .contact-box__image:after {
        right: -20px
    }
}

@media only screen and (max-width:991.98px) {
    .contact-box__image {
        width: 340px
    }
}

@media only screen and (max-width:767.98px) {
    .contact-box__image {
        height: 232px;
        margin-right: 0;
        width: 100%
    }

    .contact-box__image:after {
        display: none
    }
}

.contact-box__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.contact-box__description a {
    color: #101820;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 16px;
    margin-bottom: 15px;
    max-width: 260px;
    position: relative
}

.contact-box__description p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
    max-width: 300px
}

@media only screen and (max-width:991.98px) {
    .contact-box__description {
        padding-top: 30px
    }

    .contact-box__description p {
        letter-spacing: 1px
    }
}

@media only screen and (max-width:767.98px) {
    .contact-box__description {
        padding-top: 20px
    }
}

.contact-box__title {
    border-left: 0;
    margin: 0;
    padding: 0
}

@media only screen and (max-width:767.98px) {
    .contact-box__title {
        margin-bottom: 20px
    }
}

.contact-box__text {
    margin-bottom: 15px;
    max-width: 212px
}

@media only screen and (max-width:1199.98px) {
    .contact-box__text {
        max-width: 240px
    }
}

@media only screen and (max-width:767.98px) {
    .contact-box__text {
        letter-spacing: .5px
    }
}

.contact-box__subtitle {
    border-left: 0;
    margin: 0 0 15px;
    padding: 0
}

@media only screen and (max-width:767.98px) {
    .contact-box__subtitle {
        font-weight: 500;
        margin-bottom: 40px
    }
}

.contact-box__link {
    color: #101820;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 15px;
    max-width: 260px;
    padding-left: 20px;
    position: relative;
    word-break: break-all
}

.contact-box__link span {
    display: inline-block;
    position: relative
}

.contact-box__link span:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1);
    transition: transform .4s cubic-bezier(.86, 0, .07, 1), -webkit-transform .4s cubic-bezier(.86, 0, .07, 1);
    width: 100%
}

.contact-box__link span:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left
}

.contact-box__link:before {
    font-family: svgicons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #B69142;
    content: "\ea10";
    display: block;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    left: 0;
    line-height: 1;
    position: absolute;
    text-decoration: none;
    text-transform: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.contact-box__link:hover:before {
    color: #B69142
}

@media only screen and (max-width:1199.98px) {
    .contact-box__link {
        max-width: 100%
    }
}

@media only screen and (max-width:767.98px) {
    .contact-box__link {
        margin-bottom: 17px
    }
}

.contact-box__link--mobphone:before {
    content: "\ea0f";
    font-size: 15px;
    top: 48%
}

.contact-box__link--email {
    font-weight: 500
}

.contact-box__link--email span:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1);
    transition: transform .6s cubic-bezier(.53, .21, 0, 1), -webkit-transform .6s cubic-bezier(.53, .21, 0, 1);
    width: 100%
}

.contact-box__link--email span:hover:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right
}

.contact-box__link--email:before {
    color: #B69142;
    content: "\ea08";
    font-size: 11px
}

@media only screen and (max-width:991.98px) {
    .contact-box__link--email:before {
        color: #B69142
    }
}

.feature-block {
    height: 100%;
    margin: 30px 0;
    padding: 120px 0;
    position: relative;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .feature-block {
        padding: 135px 0 132px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block {
        margin: 60px 0;
        padding: 155px 0 52px
    }
}

.feature-block h6 {
    color: #fff;
    padding-top: 0
}

@media only screen and (max-width:991.98px) {
    .feature-block h6 {
        margin-bottom: 25px;
        padding-top: 9px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block h6 {
        font-weight: 500
    }
}

.feature-block h3 {
    border-left: 0;
    color: #fff;
    margin-bottom: 10px;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .feature-block h3 {
        font-size: 44px;
        line-height: 55px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block h3 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 23px
    }
}

.feature-block p {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
    margin-bottom: 15px
}

@media only screen and (max-width:767.98px) {
    .feature-block p {
        margin-bottom: 15px
    }
}

.feature-block__img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.feature-block__img,
.feature-block__img:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.feature-block__img:before {
    background: linear-gradient(90.01deg, #020203 1.95%, hsla(0, 0%, 100%, 0) 105.05%);
    background-blend-mode: multiply, normal;
    content: "";
    opacity: .9
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .feature-block__img:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(-5.08%, #020203), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left bottom, left top, from(#c4c4c4), to(#c4c4c4));
        background: linear-gradient(90deg, #020203 -5.08%, hsla(0, 0%, 100%, 0)), linear-gradient(0deg, #c4c4c4, #c4c4c4)
    }
}

.feature-block__content {
    color: #fff;
    max-width: 594px;
    position: relative;
    width: 100%;
    z-index: 2
}

@media only screen and (max-width:991.98px) {
    .feature-block__content {
        margin: 0 auto;
        max-width: 574px
    }
}

.feature-block__title {
    color: #fff;
    padding-top: 0
}

@media only screen and (max-width:991.98px) {
    .feature-block__title {
        margin-bottom: 25px;
        padding-top: 9px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block__title {
        font-weight: 500
    }
}

.feature-block__subtitle {
    border-left: 0;
    color: #fff;
    margin-bottom: 10px;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .feature-block__subtitle {
        font-size: 44px;
        line-height: 55px;
        margin-bottom: 25px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block__subtitle {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 23px
    }
}

.feature-block__text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .5px;
    line-height: 32px;
    margin-bottom: 15px
}

@media only screen and (max-width:767.98px) {
    .feature-block__text {
        margin-bottom: 15px
    }
}

.feature-block__btn {
    margin-top: 15px
}

.feature-block__btn:first-of-type {
    margin-right: 28px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .feature-block__btn:first-of-type {
        margin-right: 20px
    }
}

@media only screen and (max-width:767.98px) {
    .feature-block__btn {
        display: block;
        margin-top: 0;
        padding: 14px 40px;
        text-align: center
    }

    .feature-block__btn:first-of-type {
        margin-bottom: 23px;
        margin-right: 0
    }
}

.error-main {
    padding-bottom: 205px
}

.error-main .landing-slider {
    margin-bottom: 73px
}

.error-main .rte .standfirst {
    color: #222;
    font-family: FranklinGothicURW;
    font-size: 22px;
    letter-spacing: .5px;
    line-height: 34px;
    margin-bottom: 20px
}

.error-main .rte ul {
    margin-bottom: 20px;
    padding-left: 0
}

.error-main .rte ul li {
    color: #222;
    margin-bottom: 20px
}

.error-main .rte ul li:before {
    color: #fa4616;
    width: 1.4em
}

@media only screen and (max-width:991.98px) {
    .error-main {
        padding-bottom: 100px
    }
}

.download-advanced {
    width: 100%
}

.download-advanced .cta {
    display: table;
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 144.5%;
    margin: 10px 0
}

.download-advanced table {
    width: 100%
}

.download-advanced table thead td,
.download-advanced table thead th {
    padding: 17px 56px 17px 35px;
    text-align: start
}

.download-advanced table tbody td {
    padding: 20px 35px;
    vertical-align: middle
}

.download-advanced table tbody td:first-of-type {
    padding-left: 35px
}

.download-advanced table tbody td:nth-child(odd) {
    background-color: hsla(60, 2%, 81%, .2)
}

.download-advanced table tbody td:nth-child(2n) {
    background-color: transparent
}

.cards-filter {
    width: 100%
}

.iframe-container {
    height: 100%;
    margin: 40px 0;
    position: relative;
    width: 100%
}

.iframe-container iframe {
    border: 0
}

.cta-simple-filtering {
    width: 100%
}

.cta-grid {
    display: block
}

@media only screen and (max-width:767.98px) {
    .cta-grid {
        display: none
    }
}

.cta-grid-mobile {
    display: none
}

@media only screen and (max-width:767.98px) {
    .cta-grid-mobile {
        display: block
    }
}

.form__dropdown {
    display: block;
    font-size: 20px;
    margin: auto;
    padding: 10px 15px
}

@media only screen and (max-width:767.98px) {
    .form__dropdown {
        max-width: 100%
    }
}

.lb-disclaimer {
    font-size: 18px;
    line-height: 24px;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

.cb-checkbox {
    height: 30px;
    width: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30px;
    flex: 1 1 30px
}

.disclaimer__select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 30px 0
}

.cb-disclaimer-error {
    color: #af272f;
    display: none;
    margin-top: 15px
}

.disclaimer__btn {
    display: block;
    margin: auto
}

.disclaimer__btn--small {
    display: inline-block;
    margin: 0 10px;
    text-align: center
}

.btn-disclaimer-2__container {
    text-align: center
}

.disclaimer-1,
.disclaimer-2,
.disclaimer-declined--accepted {
    padding-top: 40px
}

.decarb-activities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    height: 700px;
    justify-content: center
}

@media only screen and (max-width:1199.98px) {
    .decarb-activities {
        height: 580px
    }
}

@media only screen and (max-width:991.98px) {
    .decarb-activities {
        height: 460px
    }
}

@media only screen and (max-width:767.98px) {
    .decarb-activities {
        height: 360px
    }
}

@media only screen and (min-width:992px) {
    .decarb-activities .decarb-activities__mobile {
        display: none
    }
}

.decarb-activities .decarb-activities__mobile a {
    float: right;
    margin: 24px 24px 0
}

@media only screen and (max-width:575.98px) {
    .decarb-activities .decarb-activities__mobile a {
        float: none;
        margin: 24px 0 0
    }
}

.decarb-activities .decarb-activities__scopes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1201px;
    position: absolute;
    width: 100%
}

@media only screen and (max-width:991.98px) {
    .decarb-activities .decarb-activities__scopes {
        display: none
    }
}

.decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img {
    display: block;
    position: relative
}

@media only screen and (min-width:768px) {
    .decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img:hover {
        opacity: 0
    }
}

.decarb-activities .decarb-activities__scopes--withouttext .decarb-activities__scopes__img--layer {
    background-color: rgba(0, 0, 0, .6);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.landscape-animation {
    margin: 100px 42px
}

.landscape-animation .landscape-animation__container {
    position: relative;
    width: 100%
}

@media only screen and (max-width:1199.98px) {

    .landscape-animation .landscape-animation__container .landscape-animation__container--desktopbackground,
    .landscape-animation .landscape-animation__container .landscape-animation__container__overlay {
        display: none
    }
}

.landscape-animation .landscape-animation__container .landscape-animation__container__overlay,
.landscape-animation .landscape-animation__container__accordions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media only screen and (max-width:1199.98px) {
    .landscape-animation .landscape-animation__container__accordions {
        position: relative
    }

    .landscape-animation .landscape-animation__container__accordions .landscape-animation__container__accordions--desktop {
        display: none
    }
}

.landscape-animation .landscape-animation__container__accordions .turbines__accordion {
    right: 7%;
    top: 20%
}

.landscape-animation .landscape-animation__container__accordions .turbines__accordion--hover {
    height: 37%;
    position: absolute;
    right: 7%;
    top: 27%;
    width: 18%
}

.landscape-animation .landscape-animation__container__accordions .substation__accordion {
    bottom: 30%;
    right: 29%
}

.landscape-animation .landscape-animation__container__accordions .ccs__accordion {
    bottom: 19%;
    right: 49%
}

.landscape-animation .landscape-animation__container__accordions .ccs__accordion--hover {
    bottom: 19%;
    height: 13%;
    position: absolute;
    right: 43%;
    width: 8%
}

.landscape-animation .landscape-animation__container__accordions .repurpose__accordion {
    bottom: 41%;
    right: 52%
}

.landscape-animation .landscape-animation__container__accordions .repurpose__accordion--hover {
    bottom: 30%;
    height: 24%;
    position: absolute;
    right: 43%;
    width: 9%
}

.landscape-animation .landscape-animation__container__accordions .platform__accordion {
    right: 39%;
    top: 29%
}

.landscape-animation .landscape-animation__container__accordions .platform__accordion--hover {
    height: 26%;
    position: absolute;
    right: 28%;
    top: 13%;
    width: 12%
}

.landscape-animation .landscape-animation__container__accordions .dac__accordion {
    right: 50%;
    top: 6%
}

.landscape-animation .landscape-animation__container__accordions .dac__accordion--hover {
    height: 16%;
    position: absolute;
    right: 51%;
    top: 6%;
    width: 10%
}

.landscape-animation .landscape-animation__container__accordions .green__accordion {
    bottom: 33%;
    right: 82%
}

.landscape-animation .landscape-animation__container__accordions .green__accordion--hover {
    bottom: 23%;
    height: 15%;
    position: absolute;
    right: 82%;
    width: 12%
}

.landscape-animation .landscape-animation__container__accordions .blue__accordion {
    bottom: 46%;
    right: 73%
}

.landscape-animation .landscape-animation__container__accordions .blue__accordion--hover {
    bottom: 45%;
    height: 14%;
    position: absolute;
    right: 62%;
    width: 12%
}

.landscape-animation .landscape-animation__container__accordions .waste__accordion {
    right: 76%;
    top: 32%
}

.landscape-animation .landscape-animation__container__accordions .waste__accordion--hover {
    height: 12%;
    position: absolute;
    right: 75%;
    top: 23%;
    width: 11%
}

.landscape-animation .accordion__landscapeitem {
    border-bottom: 0;
    border-top: 0;
    position: absolute;
    width: 320px
}

.landscape-animation .accordion__landscapeitem .accordion__landscapeitem__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 20px
}

.landscape-animation .accordion__landscapeitem .accordion__btn:before {
    height: 2px;
    right: -3px;
    width: 23px
}

.landscape-animation .accordion__landscapeitem .accordion__btn:after {
    height: 23px;
    right: 18px;
    width: 2px
}

.landscape-animation .accordion__landscapeitem .accordion__btn {
    background: hsla(0, 0%, 100%, .9);
    margin-left: auto;
    padding: 19px;
    width: 40px
}

.landscape-animation .accordion__landscapeitem .accordion__btn--active {
    width: 100%;
    z-index: 1
}

.landscape-animation .accordion__landscapeitem .accordion__content {
    background: hsla(0, 0%, 100%, .9);
    height: 260px;
    overflow: auto;
    padding: 0 24px 24px
}

.landscape-animation .accordion__landscapeitem .accordion__content--active {
    z-index: 1 !important
}

@media only screen and (max-width:1199.98px) {

    .landscape-animation__container--mobilebackground,
    .landscape-animation__container__accordions--mobile {
        display: block !important
    }
}

@media only screen and (min-width:1025px) {
    .no-touch .landscape-animation__container__accordions--desktop .accordion__item:hover {
        border-top: 0 solid transparent;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        z-index: 1
    }

    .no-touch .landscape-animation__container__accordions--desktop .accordion__item:last-of-type:hover {
        border-bottom: 0
    }
}

.modal-monthly-overlay {
    background-color: rgba(0, 0, 0, .5);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-monthly {
    display: none;
    left: 50%;
    max-width: 600px;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 10002
}

.modal-monthly__close-btn {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px
}

.modal-monthly__close-btn .font-icon:before {
    left: 0;
    position: relative
}

.modal-monthly__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    max-height: 90vh;
    overflow: auto;
    padding: 44px 40px 60px;
    width: 100%
}

@media only screen and (max-width:767.98px) {
    .modal-monthly__container {
        max-height: 80vh;
        padding: 40px 30px
    }
}

.modal-monthly__container-title {
    border-left: 0;
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0;
    text-align: center
}

.modal-monthly__container-desc {
    overflow: auto
}

.modal-monthly__container-desc :last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.modal-monthly__container-btn {
    margin-top: 30px
}

@media only screen and (max-width:767.98px) {
    .modal-monthly__container-btn {
        margin-top: 20px
    }
}

@media only screen and (max-width:991.98px) {
    .umbraco-forms-fieldset {
        margin-bottom: 0 !important
    }
}

.umbraco-forms-fieldset .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media only screen and (min-width:768px) {
    .umbraco-forms-fieldset .row-fluid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field-wrapper {
    margin-bottom: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-field-wrapper .umbraco-input-icon {
    background-color: #B69142;
    display: block;
    height: 24px;
    left: 16px;
    position: absolute;
    top: 17px;
    width: 2px
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .longanswer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .dropdown .umbraco-input-icon {
    top: 25px !important
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea {
    border: 1px solid;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300;
    width: 100%
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input {
    padding-left: 32px
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select {
    padding-left: 28px
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select {
    height: 56px
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea {
    height: 100%;
    margin-top: 0;
    padding: 16px 0 0 12px
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input::-webkit-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select::-webkit-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea::-webkit-input-placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input::-moz-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select::-moz-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea::-moz-placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input:-ms-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select:-ms-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea:-ms-input-placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input::-ms-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select::-ms-input-placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea::-ms-input-placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container input::placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container select::placeholder,
.umbraco-forms-fieldset .row-fluid .umbraco-forms-container textarea::placeholder {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 18px;
    font-weight: 300
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .field-validation-error {
    color: #fa4616
}

.umbraco-forms-fieldset .row-fluid .umbraco-forms-container .umbraco-forms-label {
    display: block;
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 20px;
    margin-bottom: 6px
}

.umbraco-forms-fieldset .row-fluid .dataconsent .umbraco-forms-field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:768px) {
    .umbraco-forms-fieldset .row-fluid .dataconsent .umbraco-forms-field-wrapper {
        margin-bottom: 0
    }
}

.umbraco-forms-fieldset .row-fluid .dataconsent input {
    height: 32px;
    margin-bottom: 0;
    margin-right: 16px;
    margin-top: 0;
    width: 32px
}

.umbraco-forms-fieldset .row-fluid .dataconsent label {
    font-family: HelveticaNowDisplay, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px
}

.umbraco-forms-fieldset .row-fluid .dataconsent a {
    font-weight: 400
}

.umbraco-forms-fieldset .row-fluid .dataconsent a:after {
    content: none
}

.umbraco-forms-navigation input.primary {
    background-color: #B69142;
    color: #000;
    height: 47px;
    padding: 13px 24px 12px;
    width: 100%
}

@media only screen and (min-width:1025px) {
    .no-touch .umbraco-forms-navigation input.primary:hover {
        background-color: #B69142
    }
}

@media only screen and (min-width:768px) {
    .umbraco-forms-navigation input.primary {
        margin-top: 0;
        width: auto
    }
}

.grecaptcha-badge {
    display: none !important
}

@media print {
    body {
        background: #fff !important;
        color: #000 !important;
        margin: 0;
        padding: 0;
        text-align: left
    }

    @page {
        size: 10in 11in;
        margin: 4%
    }

    img {
        height: auto;
        max-width: 100%;
        page-break-after: auto;
        page-break-before: auto;
        page-break-inside: avoid
    }

    .main:after {
        display: none
    }

    a:link,
    a:visited {
        background: transparent;
        color: #000;
        text-decoration: none
    }

    a:not([href="javascript:;"]):after {
        content: "[" attr(href) "]";
        display: none
    }

    .btn {
        display: none
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        background: none;
        color: #000 !important
    }

    h1 {
        font-size: 50px !important
    }

    .image-caption__text,
    .rte {
        max-width: 100%
    }

    .image {
        margin: 30px 0;
        page-break-after: avoid
    }

    .anchor-links,
    .breadcrumbs-wrap,
    .carousel-wrapper,
    .case-study,
    .downloads,
    .filter-results,
    .footer,
    .gallery,
    .header-nav,
    .header-progress,
    .homepage-banner__wrap,
    .numeric-promo__slider,
    .related-link__cta,
    .results,
    .share-icons,
    .share-widget,
    .slick-arrow,
    .slick-dots,
    .stats-scroller,
    .tabs,
    .temp {
        display: none
    }

    .header {
        border-bottom: 2px solid #98784a;
        height: 100px;
        margin-bottom: 10px;
        padding: 20px;
        position: static
    }

    .header:after,
    .header:before {
        display: none
    }

    .logo .logo--white {
        display: none !important
    }

    .logo .logo--dark {
        display: block !important
    }

    .column {
        background: #fff !important
    }

    .article__img,
    .banner-slider__wrap,
    .blockquote-wrap__photo,
    .feature-block-wrap,
    .feature-block__img,
    .has-cover,
    .related-link__img {
        page-break-after: auto;
        page-break-before: auto;
        page-break-inside: avoid
    }

    .has-cover {
        display: block
    }

    .contact-box__image img {
        page-break-after: auto;
        page-break-before: auto;
        page-break-inside: avoid
    }

    .content-wrap {
        background-color: #fff !important;
        margin: 0;
        max-width: 100%;
        padding: 100px 0 0
    }

    .content-wrap h6 {
        margin-bottom: 5px
    }

    .feature-block-wrapper:before,
    .numeric-promo:before {
        display: none
    }

    .numeric-promo__inner {
        padding: 20px 0
    }

    .numeric-promo__content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        
    }

    .news-wrapper {
        padding: 0
    }

    .news {
        background-color: #fff;
        padding: 20px
    }

    .news-inner {
        margin: 0
    }

    .articles-wrap {
        display: block
    }

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

    .article {
        padding: 10px
    }

    .article__title {
        color: #000
    }

    .featured-article {
        max-width: 100%
    }

    .featured-article a {
        display: none
    }

    .hero-banner.hero-banner--big {
        height: 400px
    }

    .hero-banner picture:before {
        display: none
    }

    .related-links,
    .related-links.futher-reading {
        background-color: #fff;
        padding: 0
    }

    .related-links-box,
    .related-links__wrap {
        display: block
    }

    .related-link {
        margin-bottom: 20px;
        padding-bottom: 0;
        width: 100%
    }

    .related-link .related-link__cta {
        display: none
    }

    .related-links__title {
        margin-bottom: 10px;
        padding: 0
    }

    .related-links__title:before {
        display: none
    }

    .related-link__link {
        position: relative
    }

    .related-link__article-title {
        background-image: none !important;
        color: #000
    }

    .feature-block__subtitle,
    .feature-block__title,
    .related-link__tag {
        color: #000 !important
    }

    .related-link__featured {
        color: #000;
        display: block;
        max-width: 100%;
        page-break-inside: avoid
    }

    .related-link__featured:after {
        display: none
    }

    .standard-content__top {
        margin-top: 20px;
        max-width: 100%
    }

    .standard-content__top .standard-content__wrap {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: static
    }

    .story-content .standard-content__bottom {
        padding-top: 30px
    }

    .story-content__overview {
        margin-bottom: 30px;
        page-break-inside: avoid
    }

    .image-caption {
        padding: 10px
    }

    .feature-block__content {
        max-width: 100%
    }

    .feature-block,
    .text-image {
        background: #fff;
        margin: 0;
        padding: 30px 0
    }

    .feature-block__img {
        height: 500px;
        margin-bottom: 20px;
        position: static
    }

    .feature-block__img:before {
        display: none
    }

    .two-column {
        display: block
    }

    .two-column__row,
    .two-column__row:first-of-type {
        max-width: 100%
    }

    .contact-box__description,
    .contact-box__image {
        display: inline-block
    }

    .stats {
        margin: 30px
    }

    .stat {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        margin-bottom: 20px;
        margin-right: 20px;
        max-width: 400px;
        page-break-inside: avoid
    }

    .contacts-box {
        display: block;
        margin-bottom: 20px
    }

    .contact-box__link,
    .contacts-boxes {
        display: block
    }

    .accordion__content,
    .text-image__wrap {
        display: block;
        margin: 10px;
        max-width: 100%
    }

    .text-image__description,
    .text-image__photo {
        display: block;
        max-width: 100%;
        page-break-inside: avoid;
        width: 100%
    }

    .blockquote-wrap {
        margin: 30px 0;
        page-break-inside: avoid
    }

    .blockquote-wraper {
        max-width: 100%
    }

    .blockquote-wrap__photo {
        position: static
    }

    .table-responsive {
        overflow: hidden;
        page-break-inside: avoid
    }

    table {
        overflow: hidden;
        width: 100%
    }

    table td,
    table th {
        background-color: #fff !important;
        padding: 10px
    }

    .search-results__inner {
        padding: 0
    }

    .banner-slider__wrap {
        min-height: 500px;
        padding: 30px 0
    }

    .banner-slider__content {
        display: block;
        margin: 0 auto;
        position: static;
        text-align: center
    }

    .back-button {
        display: none
    }

    .landing-slider h2,
    .landing-slider h6,
    .landing-slider p {
        color: #fff !important;
        display: block;
        text-align: left
    }

    .landing-slider .wrap {
        margin-left: 30px;
        max-width: 900px
    }

    .banner-slider__standfirst,
    .landing-slider .wrap .standfirst,
    .landing-slider .wrap p {
        margin: 0 auto 20px 0;
        max-width: 500px
    }

    .banner-slider__overlay {
        display: none
    }

    .text-image__wrap {
        display: block !important
    }

    .text-image__photo {
        display: block;
        margin-left: 0 !important
    }

    .text-image__description {
        color: #000
    }

    .iframe-container {
        display: none
    }

    .sitemap__group {
        page-break-inside: avoid
    }
}

ul.check-list li::before {
    content: "🗸";
    margin-right: 8px;
    color: #B69142;
  }

  @media only screen and (max-width:767.98px) {
    ul.check-list li {
        font-size: 16px;
      }
}