@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=9ce8cb1d-a4b2-4400-9034-793470629547);

.col-xs-24,
body {
    width: 100%;
}

.slick-slider,
html {
    -webkit-tap-highlight-color: transparent;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row-flex:after,
.row:after,
.sub-menu:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix,
* html .container,
* html .container-fluid,
* html .dl-horizontal dd,
* html .form-horizontal .form-group,
* html .row,
* html .row-flex {
    height: 1%;
}

.clearfix,
.container,
.container-fluid,
.dl-horizontal dd,
.form-horizontal .form-group,
.row,
.row-flex,
.sub-menu {
    display: block;
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: no-repeat;
}

.form-group-lg .form-control,
.input-lg {
    border-radius: 6px;
    padding: 10px 16px;
    font-size: 23px;
}

blockquote,
q {
    quotes: none;
}

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

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

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

* {
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    min-height: 100%;
    font-size: 10px;
}

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

body {
    background: #fff;
    height: 100%;
    font-size: 20px;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.text-hide,
pre code {
    background-color: transparent;
}

legend,
pre {
    display: block;
    color: #333;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 1px solid #eee;
}

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

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.form-control[disabled],
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .form-control,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
input[type="radio"].disabled,
input[type="radio"][disabled],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled] {
    cursor: not-allowed;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none;
}

.form-control,
.has-success .form-control {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

pre {
    padding: 10px;
    margin: 0 0 10.5px;
    font-size: 19px;
    line-height: 1.25;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0;
}

.container,
.container-fluid {
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

@media (min-width: 650px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 950px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
    }
}

.row {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-2,
.col-lg-20,
.col-lg-21,
.col-lg-22,
.col-lg-23,
.col-lg-24,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-13,
.col-md-14,
.col-md-15,
.col-md-16,
.col-md-17,
.col-md-18,
.col-md-19,
.col-md-2,
.col-md-20,
.col-md-21,
.col-md-22,
.col-md-23,
.col-md-24,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-13,
.col-sm-14,
.col-sm-15,
.col-sm-16,
.col-sm-17,
.col-sm-18,
.col-sm-19,
.col-sm-2,
.col-sm-20,
.col-sm-21,
.col-sm-22,
.col-sm-23,
.col-sm-24,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}

fieldset,
legend {
    padding: 0;
    border: 0;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-2,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left;
}

.col-xs-23 {
    width: 95.83333333%;
}

.col-xs-22 {
    width: 91.66666667%;
}

.col-xs-21 {
    width: 87.5%;
}

.col-xs-20 {
    width: 83.33333333%;
}

.col-xs-19 {
    width: 79.16666667%;
}

.col-xs-18 {
    width: 75%;
}

.col-xs-17 {
    width: 70.83333333%;
}

.col-xs-16 {
    width: 66.66666667%;
}

.col-xs-15 {
    width: 62.5%;
}

.col-xs-14 {
    width: 58.33333333%;
}

.col-xs-13 {
    width: 54.16666667%;
}

.col-xs-12 {
    width: 50%;
}

.col-xs-11 {
    width: 45.83333333%;
}

.col-xs-10 {
    width: 41.66666667%;
}

.col-xs-9 {
    width: 37.5%;
}

.col-xs-8 {
    width: 33.33333333%;
}

.col-xs-7 {
    width: 29.16666667%;
}

.col-xs-6 {
    width: 25%;
}

.col-xs-5 {
    width: 20.83333333%;
}

.col-xs-4 {
    width: 16.66666667%;
}

.col-xs-3 {
    width: 12.5%;
}

.col-xs-2 {
    width: 8.33333333%;
}

.col-xs-1 {
    width: 4.16666667%;
}

.col-xs-pull-24 {
    right: 100%;
}

.col-xs-pull-23 {
    right: 95.83333333%;
}

.col-xs-pull-22 {
    right: 91.66666667%;
}

.col-xs-pull-21 {
    right: 87.5%;
}

.col-xs-pull-20 {
    right: 83.33333333%;
}

.col-xs-pull-19 {
    right: 79.16666667%;
}

.col-xs-pull-18 {
    right: 75%;
}

.col-xs-pull-17 {
    right: 70.83333333%;
}

.col-xs-pull-16 {
    right: 66.66666667%;
}

.col-xs-pull-15 {
    right: 62.5%;
}

.col-xs-pull-14 {
    right: 58.33333333%;
}

.col-xs-pull-13 {
    right: 54.16666667%;
}

.col-xs-pull-12 {
    right: 50%;
}

.col-xs-pull-11 {
    right: 45.83333333%;
}

.col-xs-pull-10 {
    right: 41.66666667%;
}

.col-xs-pull-9 {
    right: 37.5%;
}

.col-xs-pull-8 {
    right: 33.33333333%;
}

.col-xs-pull-7 {
    right: 29.16666667%;
}

.col-xs-pull-6 {
    right: 25%;
}

.col-xs-pull-5 {
    right: 20.83333333%;
}

.col-xs-pull-4 {
    right: 16.66666667%;
}

.col-xs-pull-3 {
    right: 12.5%;
}

.col-xs-pull-2 {
    right: 8.33333333%;
}

.col-xs-pull-1 {
    right: 4.16666667%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-24 {
    left: 100%;
}

.col-xs-push-23 {
    left: 95.83333333%;
}

.col-xs-push-22 {
    left: 91.66666667%;
}

.col-xs-push-21 {
    left: 87.5%;
}

.col-xs-push-20 {
    left: 83.33333333%;
}

.col-xs-push-19 {
    left: 79.16666667%;
}

.col-xs-push-18 {
    left: 75%;
}

.col-xs-push-17 {
    left: 70.83333333%;
}

.col-xs-push-16 {
    left: 66.66666667%;
}

.col-xs-push-15 {
    left: 62.5%;
}

.col-xs-push-14 {
    left: 58.33333333%;
}

.col-xs-push-13 {
    left: 54.16666667%;
}

.col-xs-push-12 {
    left: 50%;
}

.col-xs-push-11 {
    left: 45.83333333%;
}

.col-xs-push-10 {
    left: 41.66666667%;
}

.col-xs-push-9 {
    left: 37.5%;
}

.col-xs-push-8 {
    left: 33.33333333%;
}

.col-xs-push-7 {
    left: 29.16666667%;
}

.col-xs-push-6 {
    left: 25%;
}

.col-xs-push-5 {
    left: 20.83333333%;
}

.col-xs-push-4 {
    left: 16.66666667%;
}

.col-xs-push-3 {
    left: 12.5%;
}

.col-xs-push-2 {
    left: 8.33333333%;
}

.col-xs-push-1 {
    left: 4.16666667%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-24 {
    margin-left: 100%;
}

.col-xs-offset-23 {
    margin-left: 95.83333333%;
}

.col-xs-offset-22 {
    margin-left: 91.66666667%;
}

.col-xs-offset-21 {
    margin-left: 87.5%;
}

.col-xs-offset-20 {
    margin-left: 83.33333333%;
}

.col-xs-offset-19 {
    margin-left: 79.16666667%;
}

.col-xs-offset-18 {
    margin-left: 75%;
}

.col-xs-offset-17 {
    margin-left: 70.83333333%;
}

.col-xs-offset-16 {
    margin-left: 66.66666667%;
}

.col-xs-offset-15 {
    margin-left: 62.5%;
}

.col-xs-offset-14 {
    margin-left: 58.33333333%;
}

.col-xs-offset-13 {
    margin-left: 54.16666667%;
}

.col-xs-offset-12 {
    margin-left: 50%;
}

.col-xs-offset-11 {
    margin-left: 45.83333333%;
}

.col-xs-offset-10 {
    margin-left: 41.66666667%;
}

.col-xs-offset-9 {
    margin-left: 37.5%;
}

.col-xs-offset-8 {
    margin-left: 33.33333333%;
}

.col-xs-offset-7 {
    margin-left: 29.16666667%;
}

.col-xs-offset-6 {
    margin-left: 25%;
}

.col-xs-offset-5 {
    margin-left: 20.83333333%;
}

.col-xs-offset-4 {
    margin-left: 16.66666667%;
}

.col-xs-offset-3 {
    margin-left: 12.5%;
}

.col-xs-offset-2 {
    margin-left: 8.33333333%;
}

.col-xs-offset-1 {
    margin-left: 4.16666667%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 650px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-13,
    .col-sm-14,
    .col-sm-15,
    .col-sm-16,
    .col-sm-17,
    .col-sm-18,
    .col-sm-19,
    .col-sm-2,
    .col-sm-20,
    .col-sm-21,
    .col-sm-22,
    .col-sm-23,
    .col-sm-24,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left;
    }

    .col-sm-24 {
        width: 100%;
    }

    .col-sm-23 {
        width: 95.83333333%;
    }

    .col-sm-22 {
        width: 91.66666667%;
    }

    .col-sm-21 {
        width: 87.5%;
    }

    .col-sm-20 {
        width: 83.33333333%;
    }

    .col-sm-19 {
        width: 79.16666667%;
    }

    .col-sm-18 {
        width: 75%;
    }

    .col-sm-17 {
        width: 70.83333333%;
    }

    .col-sm-16 {
        width: 66.66666667%;
    }

    .col-sm-15 {
        width: 62.5%;
    }

    .col-sm-14 {
        width: 58.33333333%;
    }

    .col-sm-13 {
        width: 54.16666667%;
    }

    .col-sm-12 {
        width: 50%;
    }

    .col-sm-11 {
        width: 45.83333333%;
    }

    .col-sm-10 {
        width: 41.66666667%;
    }

    .col-sm-9 {
        width: 37.5%;
    }

    .col-sm-8 {
        width: 33.33333333%;
    }

    .col-sm-7 {
        width: 29.16666667%;
    }

    .col-sm-6 {
        width: 25%;
    }

    .col-sm-5 {
        width: 20.83333333%;
    }

    .col-sm-4 {
        width: 16.66666667%;
    }

    .col-sm-3 {
        width: 12.5%;
    }

    .col-sm-2 {
        width: 8.33333333%;
    }

    .col-sm-1 {
        width: 4.16666667%;
    }

    .col-sm-pull-24 {
        right: 100%;
    }

    .col-sm-pull-23 {
        right: 95.83333333%;
    }

    .col-sm-pull-22 {
        right: 91.66666667%;
    }

    .col-sm-pull-21 {
        right: 87.5%;
    }

    .col-sm-pull-20 {
        right: 83.33333333%;
    }

    .col-sm-pull-19 {
        right: 79.16666667%;
    }

    .col-sm-pull-18 {
        right: 75%;
    }

    .col-sm-pull-17 {
        right: 70.83333333%;
    }

    .col-sm-pull-16 {
        right: 66.66666667%;
    }

    .col-sm-pull-15 {
        right: 62.5%;
    }

    .col-sm-pull-14 {
        right: 58.33333333%;
    }

    .col-sm-pull-13 {
        right: 54.16666667%;
    }

    .col-sm-pull-12 {
        right: 50%;
    }

    .col-sm-pull-11 {
        right: 45.83333333%;
    }

    .col-sm-pull-10 {
        right: 41.66666667%;
    }

    .col-sm-pull-9 {
        right: 37.5%;
    }

    .col-sm-pull-8 {
        right: 33.33333333%;
    }

    .col-sm-pull-7 {
        right: 29.16666667%;
    }

    .col-sm-pull-6 {
        right: 25%;
    }

    .col-sm-pull-5 {
        right: 20.83333333%;
    }

    .col-sm-pull-4 {
        right: 16.66666667%;
    }

    .col-sm-pull-3 {
        right: 12.5%;
    }

    .col-sm-pull-2 {
        right: 8.33333333%;
    }

    .col-sm-pull-1 {
        right: 4.16666667%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-24 {
        left: 100%;
    }

    .col-sm-push-23 {
        left: 95.83333333%;
    }

    .col-sm-push-22 {
        left: 91.66666667%;
    }

    .col-sm-push-21 {
        left: 87.5%;
    }

    .col-sm-push-20 {
        left: 83.33333333%;
    }

    .col-sm-push-19 {
        left: 79.16666667%;
    }

    .col-sm-push-18 {
        left: 75%;
    }

    .col-sm-push-17 {
        left: 70.83333333%;
    }

    .col-sm-push-16 {
        left: 66.66666667%;
    }

    .col-sm-push-15 {
        left: 62.5%;
    }

    .col-sm-push-14 {
        left: 58.33333333%;
    }

    .col-sm-push-13 {
        left: 54.16666667%;
    }

    .col-sm-push-12 {
        left: 50%;
    }

    .col-sm-push-11 {
        left: 45.83333333%;
    }

    .col-sm-push-10 {
        left: 41.66666667%;
    }

    .col-sm-push-9 {
        left: 37.5%;
    }

    .col-sm-push-8 {
        left: 33.33333333%;
    }

    .col-sm-push-7 {
        left: 29.16666667%;
    }

    .col-sm-push-6 {
        left: 25%;
    }

    .col-sm-push-5 {
        left: 20.83333333%;
    }

    .col-sm-push-4 {
        left: 16.66666667%;
    }

    .col-sm-push-3 {
        left: 12.5%;
    }

    .col-sm-push-2 {
        left: 8.33333333%;
    }

    .col-sm-push-1 {
        left: 4.16666667%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-24 {
        margin-left: 100%;
    }

    .col-sm-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-sm-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-21 {
        margin-left: 87.5%;
    }

    .col-sm-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-sm-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-sm-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-15 {
        margin-left: 62.5%;
    }

    .col-sm-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 950px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-13,
    .col-md-14,
    .col-md-15,
    .col-md-16,
    .col-md-17,
    .col-md-18,
    .col-md-19,
    .col-md-2,
    .col-md-20,
    .col-md-21,
    .col-md-22,
    .col-md-23,
    .col-md-24,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left;
    }

    .col-md-24 {
        width: 100%;
    }

    .col-md-23 {
        width: 95.83333333%;
    }

    .col-md-22 {
        width: 91.66666667%;
    }

    .col-md-21 {
        width: 87.5%;
    }

    .col-md-20 {
        width: 83.33333333%;
    }

    .col-md-19 {
        width: 79.16666667%;
    }

    .col-md-18 {
        width: 75%;
    }

    .col-md-17 {
        width: 70.83333333%;
    }

    .col-md-16 {
        width: 66.66666667%;
    }

    .col-md-15 {
        width: 62.5%;
    }

    .col-md-14 {
        width: 58.33333333%;
    }

    .col-md-13 {
        width: 54.16666667%;
    }

    .col-md-12 {
        width: 50%;
    }

    .col-md-11 {
        width: 45.83333333%;
    }

    .col-md-10 {
        width: 41.66666667%;
    }

    .col-md-9 {
        width: 37.5%;
    }

    .col-md-8 {
        width: 33.33333333%;
    }

    .col-md-7 {
        width: 29.16666667%;
    }

    .col-md-6 {
        width: 25%;
    }

    .col-md-5 {
        width: 20.83333333%;
    }

    .col-md-4 {
        width: 16.66666667%;
    }

    .col-md-3 {
        width: 12.5%;
    }

    .col-md-2 {
        width: 8.33333333%;
    }

    .col-md-1 {
        width: 4.16666667%;
    }

    .col-md-pull-24 {
        right: 100%;
    }

    .col-md-pull-23 {
        right: 95.83333333%;
    }

    .col-md-pull-22 {
        right: 91.66666667%;
    }

    .col-md-pull-21 {
        right: 87.5%;
    }

    .col-md-pull-20 {
        right: 83.33333333%;
    }

    .col-md-pull-19 {
        right: 79.16666667%;
    }

    .col-md-pull-18 {
        right: 75%;
    }

    .col-md-pull-17 {
        right: 70.83333333%;
    }

    .col-md-pull-16 {
        right: 66.66666667%;
    }

    .col-md-pull-15 {
        right: 62.5%;
    }

    .col-md-pull-14 {
        right: 58.33333333%;
    }

    .col-md-pull-13 {
        right: 54.16666667%;
    }

    .col-md-pull-12 {
        right: 50%;
    }

    .col-md-pull-11 {
        right: 45.83333333%;
    }

    .col-md-pull-10 {
        right: 41.66666667%;
    }

    .col-md-pull-9 {
        right: 37.5%;
    }

    .col-md-pull-8 {
        right: 33.33333333%;
    }

    .col-md-pull-7 {
        right: 29.16666667%;
    }

    .col-md-pull-6 {
        right: 25%;
    }

    .col-md-pull-5 {
        right: 20.83333333%;
    }

    .col-md-pull-4 {
        right: 16.66666667%;
    }

    .col-md-pull-3 {
        right: 12.5%;
    }

    .col-md-pull-2 {
        right: 8.33333333%;
    }

    .col-md-pull-1 {
        right: 4.16666667%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-24 {
        left: 100%;
    }

    .col-md-push-23 {
        left: 95.83333333%;
    }

    .col-md-push-22 {
        left: 91.66666667%;
    }

    .col-md-push-21 {
        left: 87.5%;
    }

    .col-md-push-20 {
        left: 83.33333333%;
    }

    .col-md-push-19 {
        left: 79.16666667%;
    }

    .col-md-push-18 {
        left: 75%;
    }

    .col-md-push-17 {
        left: 70.83333333%;
    }

    .col-md-push-16 {
        left: 66.66666667%;
    }

    .col-md-push-15 {
        left: 62.5%;
    }

    .col-md-push-14 {
        left: 58.33333333%;
    }

    .col-md-push-13 {
        left: 54.16666667%;
    }

    .col-md-push-12 {
        left: 50%;
    }

    .col-md-push-11 {
        left: 45.83333333%;
    }

    .col-md-push-10 {
        left: 41.66666667%;
    }

    .col-md-push-9 {
        left: 37.5%;
    }

    .col-md-push-8 {
        left: 33.33333333%;
    }

    .col-md-push-7 {
        left: 29.16666667%;
    }

    .col-md-push-6 {
        left: 25%;
    }

    .col-md-push-5 {
        left: 20.83333333%;
    }

    .col-md-push-4 {
        left: 16.66666667%;
    }

    .col-md-push-3 {
        left: 12.5%;
    }

    .col-md-push-2 {
        left: 8.33333333%;
    }

    .col-md-push-1 {
        left: 4.16666667%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-24 {
        margin-left: 100%;
    }

    .col-md-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-md-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-21 {
        margin-left: 87.5%;
    }

    .col-md-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-md-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-md-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-15 {
        margin-left: 62.5%;
    }

    .col-md-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-13,
    .col-lg-14,
    .col-lg-15,
    .col-lg-16,
    .col-lg-17,
    .col-lg-18,
    .col-lg-19,
    .col-lg-2,
    .col-lg-20,
    .col-lg-21,
    .col-lg-22,
    .col-lg-23,
    .col-lg-24,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left;
    }

    .col-lg-24 {
        width: 100%;
    }

    .col-lg-23 {
        width: 95.83333333%;
    }

    .col-lg-22 {
        width: 91.66666667%;
    }

    .col-lg-21 {
        width: 87.5%;
    }

    .col-lg-20 {
        width: 83.33333333%;
    }

    .col-lg-19 {
        width: 79.16666667%;
    }

    .col-lg-18 {
        width: 75%;
    }

    .col-lg-17 {
        width: 70.83333333%;
    }

    .col-lg-16 {
        width: 66.66666667%;
    }

    .col-lg-15 {
        width: 62.5%;
    }

    .col-lg-14 {
        width: 58.33333333%;
    }

    .col-lg-13 {
        width: 54.16666667%;
    }

    .col-lg-12 {
        width: 50%;
    }

    .col-lg-11 {
        width: 45.83333333%;
    }

    .col-lg-10 {
        width: 41.66666667%;
    }

    .col-lg-9 {
        width: 37.5%;
    }

    .col-lg-8 {
        width: 33.33333333%;
    }

    .col-lg-7 {
        width: 29.16666667%;
    }

    .col-lg-6 {
        width: 25%;
    }

    .col-lg-5 {
        width: 20.83333333%;
    }

    .col-lg-4 {
        width: 16.66666667%;
    }

    .col-lg-3 {
        width: 12.5%;
    }

    .col-lg-2 {
        width: 8.33333333%;
    }

    .col-lg-1 {
        width: 4.16666667%;
    }

    .col-lg-pull-24 {
        right: 100%;
    }

    .col-lg-pull-23 {
        right: 95.83333333%;
    }

    .col-lg-pull-22 {
        right: 91.66666667%;
    }

    .col-lg-pull-21 {
        right: 87.5%;
    }

    .col-lg-pull-20 {
        right: 83.33333333%;
    }

    .col-lg-pull-19 {
        right: 79.16666667%;
    }

    .col-lg-pull-18 {
        right: 75%;
    }

    .col-lg-pull-17 {
        right: 70.83333333%;
    }

    .col-lg-pull-16 {
        right: 66.66666667%;
    }

    .col-lg-pull-15 {
        right: 62.5%;
    }

    .col-lg-pull-14 {
        right: 58.33333333%;
    }

    .col-lg-pull-13 {
        right: 54.16666667%;
    }

    .col-lg-pull-12 {
        right: 50%;
    }

    .col-lg-pull-11 {
        right: 45.83333333%;
    }

    .col-lg-pull-10 {
        right: 41.66666667%;
    }

    .col-lg-pull-9 {
        right: 37.5%;
    }

    .col-lg-pull-8 {
        right: 33.33333333%;
    }

    .col-lg-pull-7 {
        right: 29.16666667%;
    }

    .col-lg-pull-6 {
        right: 25%;
    }

    .col-lg-pull-5 {
        right: 20.83333333%;
    }

    .col-lg-pull-4 {
        right: 16.66666667%;
    }

    .col-lg-pull-3 {
        right: 12.5%;
    }

    .col-lg-pull-2 {
        right: 8.33333333%;
    }

    .col-lg-pull-1 {
        right: 4.16666667%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-24 {
        left: 100%;
    }

    .col-lg-push-23 {
        left: 95.83333333%;
    }

    .col-lg-push-22 {
        left: 91.66666667%;
    }

    .col-lg-push-21 {
        left: 87.5%;
    }

    .col-lg-push-20 {
        left: 83.33333333%;
    }

    .col-lg-push-19 {
        left: 79.16666667%;
    }

    .col-lg-push-18 {
        left: 75%;
    }

    .col-lg-push-17 {
        left: 70.83333333%;
    }

    .col-lg-push-16 {
        left: 66.66666667%;
    }

    .col-lg-push-15 {
        left: 62.5%;
    }

    .col-lg-push-14 {
        left: 58.33333333%;
    }

    .col-lg-push-13 {
        left: 54.16666667%;
    }

    .col-lg-push-12 {
        left: 50%;
    }

    .col-lg-push-11 {
        left: 45.83333333%;
    }

    .col-lg-push-10 {
        left: 41.66666667%;
    }

    .col-lg-push-9 {
        left: 37.5%;
    }

    .col-lg-push-8 {
        left: 33.33333333%;
    }

    .col-lg-push-7 {
        left: 29.16666667%;
    }

    .col-lg-push-6 {
        left: 25%;
    }

    .col-lg-push-5 {
        left: 20.83333333%;
    }

    .col-lg-push-4 {
        left: 16.66666667%;
    }

    .col-lg-push-3 {
        left: 12.5%;
    }

    .col-lg-push-2 {
        left: 8.33333333%;
    }

    .col-lg-push-1 {
        left: 4.16666667%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-24 {
        margin-left: 100%;
    }

    .col-lg-offset-23 {
        margin-left: 95.83333333%;
    }

    .col-lg-offset-22 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-21 {
        margin-left: 87.5%;
    }

    .col-lg-offset-20 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-19 {
        margin-left: 79.16666667%;
    }

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

    .col-lg-offset-17 {
        margin-left: 70.83333333%;
    }

    .col-lg-offset-16 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-15 {
        margin-left: 62.5%;
    }

    .col-lg-offset-14 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-13 {
        margin-left: 54.16666667%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    width: 100%;
    margin-bottom: 21px;
    font-size: 30px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5;
}

.form-control,
output {
    font-size: 20px;
    line-height: 1.25;
    color: #555;
    display: block;
}

input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 7px;
}

.form-control {
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.cta.cta-fluid,
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.fade-in-bottom,
.fade-in-left,
.fade-in-right,
.fade-in-top,
.fade-out-bottom,
.fade-out-top {
    transition: opacity 1.05s 0s linear,
    transform 1.05s 0s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 35px;
    }

    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"],
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm {
        line-height: 28px;
    }

    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"],
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg {
        line-height: 57px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 41px;
}

.form-group-sm .form-control,
.input-sm {
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 16px;
}

.input-sm {
    height: 28px;
    line-height: 1;
}

select.input-sm {
    height: 28px;
    line-height: 28px;
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 28px;
    line-height: 1;
}

.form-group-sm select.form-control {
    height: 28px;
    line-height: 28px;
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 28px;
    min-height: 37px;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 1;
}

.input-lg {
    height: 57px;
    line-height: 1.5;
}

select.input-lg {
    height: 57px;
    line-height: 57px;
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 57px;
    line-height: 1.5;
}

.form-group-lg select.form-control {
    height: 57px;
    line-height: 57px;
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 57px;
    min-height: 44px;
    padding: 11px 16px;
    font-size: 23px;
    line-height: 1.5;
}

.has-feedback {
    position: relative;
}

.form-control-feedback {
    position: absolute;
    display: block;
    text-align: center;
    pointer-events: none;
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #888;
}

@media (min-width: 650px) {
    .form-inline .form-control,
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .checkbox,
    .form-inline .control-label,
    .form-inline .form-group,
    .form-inline .radio {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0;
    }

    .form-inline .checkbox input[type="checkbox"],
    .form-inline .radio input[type="radio"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 28px;
}

.form-horizontal .form-group {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}

@media (min-width: 650px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 16px;
        font-size: 23px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 16px;
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.checkbox label,
.radio label {
    min-height: 21px;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.checkbox + .checkbox,
.radio + .radio {
    margin-top: -5px;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
    margin-top: 0;
    margin-left: 10px;
}

.has-feedback .form-control {
    padding-right: 43.75px;
}

.form-control-feedback {
    top: 0;
    right: 0;
    z-index: 2;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
    width: 57px;
    height: 57px;
    line-height: 57px;
}

.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.has-feedback label ~ .form-control-feedback {
    top: 26px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.clearfix,
.container,
.container-fluid,
.dl-horizontal dd,
.form-horizontal .form-group,
.row,
.row-flex {
    display: inline-block;
    display: block;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row-flex:after,
.row-flex:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row-flex:after,
.row:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

@media (max-width: 768px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 650px) and (max-width: 949px) {
    .visible-sm {
        display: block !important;
    }

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

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

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }

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

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

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

@media (min-width: 950px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

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

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

    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }

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

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

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

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

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

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

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }

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

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

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

    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 650px) and (max-width: 949px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 950px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

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

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

    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

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

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }
}

.fade-in-bottom {
    transform: translateZ(0);
}

.fade-in-bottom.before-transition {
    transform: translateY(75%) translateZ(0);
    opacity: 0;
}

.fade-in-top {
    transform: translateZ(0);
}

.fade-in-top.before-transition {
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
}

.fade-in-right {
    transform: translateZ(0);
}

.fade-in-right.before-transition {
    transform: translateX(100px) translateZ(0);
    opacity: 0;
}

.fade-in-left {
    transform: translateZ(0);
}

.fade-in-left.before-transition {
    transform: translateX(-100px) translateZ(0);
    opacity: 0;
}

.fade-out-bottom {
    transform: translateZ(0);
}

.fade-out-bottom.after-transition {
    transform: translateY(75%) translateZ(0);
    opacity: 0;
}

.fade-out-top {
    transform: translateZ(0);
}

.fade-out-top.after-transition {
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
}

.fade-out-right {
    transition: opacity 1.05s 0s linear,
    transform 0.95s 0s;
    transform: translateZ(0);
}

.fade-out-right.after-transition {
    transform: translateX(100px) translateZ(0);
    opacity: 0;
}

.fade-out-left {
    transition: opacity 1.05s 0s linear,
    transform 1.05s 0s;
    transform: translateZ(0);
}

.fade-in,
.fade-out {
    transition: opacity 1.05s;
}

.fade-out-left.after-transition {
    transform: translateX(-100px) translateZ(0);
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.fade-in.before-transition {
    opacity: 0;
}

.fade-out {
    opacity: 1;
}

.fade-out.after-transition {
    opacity: 0;
}

@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

.container .row.bottom {
    position: absolute;
    bottom: 0;
    left: 0.55rem;
    width: 100%;
}

.window-height {
    position: relative;
    height: 100vh;
}

.window-height .row {
    height: 100%;
}

.abs-wrap,
.window-height .row.bottom {
    height: auto;
}

.abs-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.bg,
.hover-text,
.overlay {
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}

.row-abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: inline-block;
    display: block;
}

.row-abs:after,
.row-abs:before {
    content: " ";
    display: table;
}

.row-abs:after {
    clear: both;
}

.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.overlay {
    pointer-events: none;
    background-color: #000;
    opacity: 0.6;
}

.overlay.hover {
    opacity: 0;
}

:hover > .overlay.hover {
    opacity: 0.6;
}

.hover-text {
    display: none;
}

.hover-text span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.image-wrap,
.video-wrap,
.video-wrap.video-wide {
    position: relative;
}

:hover > .hover-text {
    opacity: 1;
    display: block;
}

.image-wrap,
.image-wrap img {
    width: 100%;
}

.video-wrap iframe {
    width: 100%;
}

.video-wrap.video-wide {
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.video-wrap.video-wide > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-wrap.video-standard {
    height: 0;
    width: 100%;
    padding-bottom: 75%;
    position: relative;
}

.video-wrap.video-standard > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.video-wrap.aspect-cust-1 {
    height: 0;
    width: 100%;
    padding-bottom: 48.47775176%;
    position: relative;
}

.video-wrap.aspect-cust-1 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.aspect-16-9,
.aspect-4-3 {
    position: relative;
    width: 100%;
}

.video-wrap video {
    width: 100%;
    height: auto;
}

.aspect-16-9 {
    height: 0;
    padding-bottom: 56.25%;
}

.aspect-16-9 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.aspect-4-3 {
    height: 0;
    padding-bottom: 75%;
}

.aspect-4-3 > * {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.aspect-golden {
    height: 0;
    width: 100%;
    padding-bottom: 61.80469716%;
    position: relative;
}

.aspect-golden > *,
.cta .cta-content {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    height: 100%;
    bottom: 0;
}

.aspect-golden > * {
    width: 100%;
}

.cta,
.cta.cta-lg,
.cta.cta-md,
.cta.cta-sm,
.full-width,
.half-width {
    position: relative;
}

.full-width {
    width: 100%;
}

.half-width {
    width: 50%;
}

.cta.cta-lg {
    min-height: 200px;
}

.cta.cta-md {
    min-height: 120px;
}

.cta.cta-sm {
    min-height: 80px;
}

.cta .cta-content {
    width: 100%;
}

.cta .above-overlay {
    z-index: 5;
}

.panel-margin-top {
    margin-top: 10px;
}

.panel-half-margin-top {
    margin-top: 6px;
}

.panel-half-margin-bottom {
    margin-bottom: 6px;
}

.panel-large-margin-top {
    margin-top: 16px;
}

.panel-large-margin-bottom {
    margin-bottom: 16px;
}

.panel-margin-bottom {
    margin-bottom: 10px;
}

.panel-small-margin-bottom {
    margin-bottom: 5px;
}

.panel-padding-top {
    padding-top: 10px;
}

.panel-padding-bottom {
    padding-bottom: 10px;
}

.panel-large-padding-top {
    padding-top: 16px;
}

.panel-large-padding-bottom {
    padding-bottom: 16px;
}

.panel-half-padding-bottom {
    padding-bottom: 6px;
}

.panel-half-padding-top {
    padding-top: 6px;
}

.uppercase {
    text-transform: uppercase;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

@media screen and (max-width: 649px) {
    .xs-no-margin {
        margin: 0;
    }

    .xs-smaller-text,
    .xs-smaller-text p {
        font-size: 14px;
        line-height: 24px;
    }
}

.img-bg {
    position: relative;
}

.img-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.no-object-fit .img-bg {
    overflow: hidden;
}

.no-object-fit .img-bg img {
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.row-flex {
    margin-left: -0.55rem;
    margin-right: -0.55rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex {
    display: -ms-flexbox;
    display: flex;
}

:root {
    font-size: 20px;
}

body {
    color: #484848;
    font-family: "FF Meta Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.25rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: normal;
    color: #502c85;
    margin-top: 10.5px;
    margin-bottom: 10.5px;
}

.h1,
h1 {
    font-size: 34px;
    font-size: 1.7rem;
}

.h2,
h2 {
    font-size: 27px;
    font-size: 1.35rem;
    font-weight: 700;
}

.h3,
h3 {
    font-size: 27px;
    font-size: 1.35rem;
}

.h4,
h4 {
    font-size: 25px;
    font-size: 1.25rem;
}

.h5,
h5 {
    font-size: 23px;
    font-size: 1.15rem;
}

.h6,
h6 {
    font-size: 20px;
    font-size: 1rem;
}

a {
    text-decoration: none;
    color: #2b2f83;
}

a:focus,
a:hover {
    text-decoration: underline;
    color: #2b0000;
}

p {
    margin: 0 0 1.25rem;
}

.lead {
    margin-bottom: 21px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 650px) {
    .lead {
        font-size: 30px;
    }
}

.small,
small {
    font-size: 16px;
    font-size: 0.8rem;
}

.text-left {
    text-align: left;
}

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

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

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

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:focus,
a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9.5px;
    margin: 42px 0 21px;
    border-bottom: 1px solid #eee;
}

dl,
ol,
ul {
    margin-top: 0;
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}

address,
dl {
    margin-bottom: 21px;
}

ol,
ul {
    list-style: none;
    margin-bottom: 10.5px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dd,
dt {
    line-height: 1.25;
}

dt {
    font-weight: 700;
}

dd {
    margin-left: 0;
}

@media (min-width: 650px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 10.5px 21px;
    margin: 0 0 21px;
    font-size: 25px;
    border-left: 5px solid #eee;
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.25;
    color: #777;
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0";
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: "";
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014";
}

.__no_grid .image_block_grid:after,
.award__image::before,
.brands_list__item__image::after,
.contact_team .contact_block_inner h4:after,
.directors_grid .image_block__img::after,
.flexible_grid__item--text.__color-grey:after,
.flexible_grid__item.__color-gradient:after,
.hero__img:before,
.hero__vid:before,
.image_block--info .image_block__inner::after,
.image_block--square .image_block__img::before,
.image_block--square::before,
.slick-track:after,
.slick-track:before,
.social_list__item__link::after,
.trg_timeline::before {
    content: "";
}

address {
    font-style: normal;
    line-height: 1.25;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.size-large,
.size-medium,
.wp-caption {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

.size-large img,
.size-medium img,
.wp-caption img {
    max-width: 100%;
    height: auto;
    display: block;
}

img.alignleft,
img.alignright {
    margin-bottom: 0;
}

.article-content img,
.page-content img {
    max-width: 100%;
    height: auto;
}

.size-full,
.size-large {
    width: 100%;
    height: auto;
}

.size-medium {
    width: 33%;
    height: auto;
}

.wp-caption img {
    margin: 0;
}

.wp-caption p {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.wp-gallery {
    margin: 2rem 0;
}

.wp-gallery-images {
    display: -ms-flexbox;
    display: flex;
    margin: -0.3rem -0.15rem 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.wp-gallery-image {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.15rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0.3rem;
}

.wp-gallery-image img {
    width: 100%;
    height: auto;
    display: block;
}

.wp-gallery.across-1 .wp-gallery-image {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.wp-gallery.across-2 .wp-gallery-image {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.wp-gallery.across-3 .wp-gallery-image {
    -ms-flex: 1 1 33.33333333%;
    flex: 1 1 33.33333333%;
}

.wp-gallery.across-4 .wp-gallery-image {
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.wp-gallery.across-5 .wp-gallery-image {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.wp-gallery.across-6 .wp-gallery-image {
    -ms-flex: 1 1 16.66666667%;
    flex: 1 1 16.66666667%;
}

.wp-gallery.across-7 .wp-gallery-image {
    -ms-flex: 1 1 14.28571429%;
    flex: 1 1 14.28571429%;
}

.wp-gallery.across-8 .wp-gallery-image {
    -ms-flex: 1 1 12.5%;
    flex: 1 1 12.5%;
}

.wp-gallery.across-9 .wp-gallery-image {
    -ms-flex: 1 1 11.11111111%;
    flex: 1 1 11.11111111%;
}

.wp-caption-text {
    color: #7d7d7d;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
    margin: 0.3rem 0 0;
}

.__copy,
.__copy--big,
.__copy--black,
.__copy--large,
.__copy--larger,
.__copy--small,
.article_content,
.page-content {
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
}

.__copy ul,
.__copy--big ul,
.__copy--black ul,
.__copy--large ul,
.__copy--larger ul,
.__copy--small ul,
.article_content ul,
.page-content ul {
    list-style-type: disc;
}

.__copy ol,
.__copy--big ol,
.__copy--black ol,
.__copy--large ol,
.__copy--larger ol,
.__copy--small ol,
.article_content ol,
.page-content ol {
    list-style-type: decimal;
}

.__copy ol,
.__copy ul,
.__copy--big ol,
.__copy--big ul,
.__copy--black ol,
.__copy--black ul,
.__copy--large ol,
.__copy--large ul,
.__copy--larger ol,
.__copy--larger ul,
.__copy--small ol,
.__copy--small ul,
.article_content ol,
.article_content ul,
.page-content ol,
.page-content ul {
    list-style-position: outside;
    padding-left: 1rem;
}

.__copy ol li,
.__copy ul li,
.__copy--big ol li,
.__copy--big ul li,
.__copy--black ol li,
.__copy--black ul li,
.__copy--large ol li,
.__copy--large ul li,
.__copy--larger ol li,
.__copy--larger ul li,
.__copy--small ol li,
.__copy--small ul li,
.article_content ol li,
.article_content ul li,
.page-content ol li,
.page-content ul li {
    margin-bottom: 0.3rem;
}

.__copy ol li:last-child,
.__copy ul li:last-child,
.__copy--big ol li:last-child,
.__copy--big ul li:last-child,
.__copy--black ol li:last-child,
.__copy--black ul li:last-child,
.__copy--large ol li:last-child,
.__copy--large ul li:last-child,
.__copy--larger ol li:last-child,
.__copy--larger ul li:last-child,
.__copy--small ol li:last-child,
.__copy--small ul li:last-child,
.article_content ol li:last-child,
.article_content ul li:last-child,
.page-content ol li:last-child,
.page-content ul li:last-child {
    margin: 0;
}

.__copy ol,
.__copy p,
.__copy ul,
.__copy--big ol,
.__copy--big p,
.__copy--big ul,
.__copy--black ol,
.__copy--black p,
.__copy--black ul,
.__copy--large ol,
.__copy--large p,
.__copy--large ul,
.__copy--larger ol,
.__copy--larger p,
.__copy--larger ul,
.__copy--small ol,
.__copy--small p,
.__copy--small ul,
.article_content ol,
.article_content p,
.article_content ul,
.page-content ol,
.page-content p,
.page-content ul {
    margin-bottom: 1.2rem;
}

.__copy h2,
.__copy h3,
.__copy--big h2,
.__copy--big h3,
.__copy--black h2,
.__copy--black h3,
.__copy--large h2,
.__copy--large h3,
.__copy--larger h2,
.__copy--larger h3,
.__copy--small h2,
.__copy--small h3,
.article_content h2,
.article_content h3,
.page-content h2,
.page-content h3 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2.25rem;
    margin-bottom: 1.2rem;
}

.__copy h4,
.__copy--big h4,
.__copy--black h4,
.__copy--large h4,
.__copy--larger h4,
.__copy--small h4,
.article_content h4,
.page-content h4 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.__copy h5,
.__copy h6,
.__copy--big h5,
.__copy--big h6,
.__copy--black h5,
.__copy--black h6,
.__copy--large h5,
.__copy--large h6,
.__copy--larger h5,
.__copy--larger h6,
.__copy--small h5,
.__copy--small h6,
.article_content h5,
.article_content h6,
.page-content h5,
.page-content h6 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.__copy h2:first-child,
.__copy h3:first-child,
.__copy h4:first-child,
.__copy h5:first-child,
.__copy h6:first-child,
.__copy--big h2:first-child,
.__copy--big h3:first-child,
.__copy--big h4:first-child,
.__copy--big h5:first-child,
.__copy--big h6:first-child,
.__copy--black h2:first-child,
.__copy--black h3:first-child,
.__copy--black h4:first-child,
.__copy--black h5:first-child,
.__copy--black h6:first-child,
.__copy--large h2:first-child,
.__copy--large h3:first-child,
.__copy--large h4:first-child,
.__copy--large h5:first-child,
.__copy--large h6:first-child,
.__copy--larger h2:first-child,
.__copy--larger h3:first-child,
.__copy--larger h4:first-child,
.__copy--larger h5:first-child,
.__copy--larger h6:first-child,
.__copy--small h2:first-child,
.__copy--small h3:first-child,
.__copy--small h4:first-child,
.__copy--small h5:first-child,
.__copy--small h6:first-child,
.article_content h2:first-child,
.article_content h3:first-child,
.article_content h4:first-child,
.article_content h5:first-child,
.article_content h6:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

.__copy p:last-child,
.__copy--big p:last-child,
.__copy--black p:last-child,
.__copy--large p:last-child,
.__copy--larger p:last-child,
.__copy--small p:last-child,
.article_content p:last-child,
.page-content p:last-child {
    margin-bottom: 0;
}

.__copy--big > img,
.__copy--black > img,
.__copy--large > img,
.__copy--larger > img,
.__copy--small > img,
.__copy > img,
.article_content > img,
.page-content > img {
    margin: 2.25rem 0 2rem;
    display: block;
}

.__copy .wp-caption,
.__copy--big .wp-caption,
.__copy--black .wp-caption,
.__copy--large .wp-caption,
.__copy--larger .wp-caption,
.__copy--small .wp-caption,
.article_content .wp-caption,
.page-content .wp-caption {
    margin: 2.25rem 0 2rem;
}

.__copy .wp-caption p,
.__copy--big .wp-caption p,
.__copy--black .wp-caption p,
.__copy--large .wp-caption p,
.__copy--larger .wp-caption p,
.__copy--small .wp-caption p,
.article_content .wp-caption p,
.page-content .wp-caption p {
    margin: 0.6rem 0 0;
    color: #7d7d7d;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.__copy blockquote,
.__copy--big blockquote,
.__copy--black blockquote,
.__copy--large blockquote,
.__copy--larger blockquote,
.__copy--small blockquote,
.article_content blockquote,
.page-content blockquote {
    margin-top: 2.25rem;
}

.__copy blockquote cite,
.__copy--big blockquote cite,
.__copy--black blockquote cite,
.__copy--large blockquote cite,
.__copy--larger blockquote cite,
.__copy--small blockquote cite,
.article_content blockquote cite,
.page-content blockquote cite {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.__copy--small {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.__copy--small h2 {
    font-size: 27px;
    font-size: 1.35rem;
    line-height: 36px;
    line-height: 1.8rem;
    letter-spacing: 0.89px;
    letter-spacing: 0.0445rem;
    text-align: center;
    color: #484848;
}

@media screen and (max-width: 649px) {
    .__copy--small h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.__copy--xsmall {
    font-size: 15px;
    font-size: 0.75rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.__copy--xsmall h2 {
    font-size: 24px;
    font-size: 1.2rem;
    line-height: 30px;
    line-height: 1.5rem;
    letter-spacing: 0.89px;
    letter-spacing: 0.0445rem;
    text-align: center;
}

.__copy--big,
.__copy--large,
.__copy--larger {
    letter-spacing: 0;
    font-size: 20px;
    font-size: 1rem;
    line-height: 27px;
    line-height: 1.35rem;
}

.__copy--big ol,
.__copy--big p,
.__copy--big ul,
.__copy--large ol,
.__copy--large p,
.__copy--large ul,
.__copy--larger ol,
.__copy--larger p,
.__copy--larger ul {
    margin-bottom: 1.35rem;
}

.__copy--black {
    background-color: #1a1a1a;
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.22) 0,
            rgba(0, 0, 0, 0) 10%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0.22) 100%
    );
    color: #fff;
}

.__text_light {
    color: #737373;
}

.__bg_grey {
    background: #f1f1f1;
}

.__text_left {
    text-align: left;
}

.__text_right {
    text-align: right;
}

.__text_center {
    text-align: center;
}

.__no_padding {
    padding: 0 !important;
}

.__no_padding_bottom {
    padding-bottom: 0 !important;
}

.__no_margin {
    margin: 0 !important;
}

.__no_margin_bottom {
    margin-bottom: 0 !important;
}

.__title_purple .h1,
.__title_purple .h2,
.__title_purple .h3,
.__title_purple .h4,
.__title_purple .h5,
.__title_purple .h6,
.__title_purple h1,
.__title_purple h2,
.__title_purple h3,
.__title_purple h4,
.__title_purple h5,
.__title_purple h6 {
    color: #bc7bd3;
}

@media screen and (max-width: 649px) {
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: normal;
    }

    .wp-gallery {
        margin: 1.1rem 0;
    }

    .wp-gallery-images {
        margin: 0 -1rem;
        display: block;
    }

    .wp-gallery-image {
        padding: 0;
        margin-bottom: 1.2rem;
    }

    .wp-gallery .wp-caption-text {
        padding: 0 0.55rem;
    }

    .h1,
    h1 {
        font-size: 28px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 1.5rem;
    }

    .h2,
    h2 {
        font-size: 26px;
        font-size: 1.3rem;
        line-height: 30px;
        line-height: 1.5rem;
    }

    .h3,
    h3 {
        font-size: 22px;
        font-size: 1.1rem;
        line-height: 24px;
        line-height: 1.2rem;
    }

    .h4,
    h4 {
        font-size: 19px;
        font-size: 0.95rem;
        font-size: 22px;
        font-size: 1.1rem;
    }

    .h5,
    .h6,
    h5,
    h6 {
        font-size: 17px;
        font-size: 0.85rem;
        font-size: 22px;
        font-size: 1.1rem;
    }

    .__copy,
    .__copy--big,
    .__copy--black,
    .__copy--large,
    .__copy--larger,
    .__copy--small,
    .article_content,
    .page-content {
        font-size: 17px;
        font-size: 0.85rem;
        line-height: 24px;
        line-height: 1.2rem;
    }

    .__copy ol,
    .__copy p,
    .__copy ul,
    .__copy--big ol,
    .__copy--big p,
    .__copy--big ul,
    .__copy--black ol,
    .__copy--black p,
    .__copy--black ul,
    .__copy--large ol,
    .__copy--large p,
    .__copy--large ul,
    .__copy--larger ol,
    .__copy--larger p,
    .__copy--larger ul,
    .__copy--small ol,
    .__copy--small p,
    .__copy--small ul,
    .article_content ol,
    .article_content p,
    .article_content ul,
    .page-content ol,
    .page-content p,
    .page-content ul {
        margin-bottom: 1rem;
    }

    .__copy .h2,
    .__copy h2,
    .__copy--big .h2,
    .__copy--big h2,
    .__copy--black .h2,
    .__copy--black h2,
    .__copy--large .h2,
    .__copy--large h2,
    .__copy--larger .h2,
    .__copy--larger h2,
    .__copy--small .h2,
    .__copy--small h2,
    .article_content .h2,
    .article_content h2,
    .page-content .h2,
    .page-content h2 {
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
    }

    .__copy .h3,
    .__copy h3,
    .__copy--big .h3,
    .__copy--big h3,
    .__copy--black .h3,
    .__copy--black h3,
    .__copy--large .h3,
    .__copy--large h3,
    .__copy--larger .h3,
    .__copy--larger h3,
    .__copy--small .h3,
    .__copy--small h3,
    .article_content .h3,
    .article_content h3,
    .page-content .h3,
    .page-content h3 {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .__copy .h4,
    .__copy h4,
    .__copy--big .h4,
    .__copy--big h4,
    .__copy--black .h4,
    .__copy--black h4,
    .__copy--large .h4,
    .__copy--large h4,
    .__copy--larger .h4,
    .__copy--larger h4,
    .__copy--small .h4,
    .__copy--small h4,
    .article_content .h4,
    .article_content h4,
    .page-content .h4,
    .page-content h4 {
        margin-top: 1.05rem;
        margin-bottom: 0.45rem;
    }

    .__copy .h5,
    .__copy .h6,
    .__copy h5,
    .__copy h6,
    .__copy--big .h5,
    .__copy--big .h6,
    .__copy--big h5,
    .__copy--big h6,
    .__copy--black .h5,
    .__copy--black .h6,
    .__copy--black h5,
    .__copy--black h6,
    .__copy--large .h5,
    .__copy--large .h6,
    .__copy--large h5,
    .__copy--large h6,
    .__copy--larger .h5,
    .__copy--larger .h6,
    .__copy--larger h5,
    .__copy--larger h6,
    .__copy--small .h5,
    .__copy--small .h6,
    .__copy--small h5,
    .__copy--small h6,
    .article_content .h5,
    .article_content .h6,
    .article_content h5,
    .article_content h6,
    .page-content .h5,
    .page-content .h6,
    .page-content h5,
    .page-content h6 {
        margin-top: 1.05rem;
        margin-bottom: 0.3rem;
    }

    .__copy .size-large,
    .__copy .size-medium,
    .__copy .wp-caption,
    .__copy--big .size-large,
    .__copy--big .size-medium,
    .__copy--big .wp-caption,
    .__copy--black .size-large,
    .__copy--black .size-medium,
    .__copy--black .wp-caption,
    .__copy--large .size-large,
    .__copy--large .size-medium,
    .__copy--large .wp-caption,
    .__copy--larger .size-large,
    .__copy--larger .size-medium,
    .__copy--larger .wp-caption,
    .__copy--small .size-large,
    .__copy--small .size-medium,
    .__copy--small .wp-caption,
    .article_content .size-large,
    .article_content .size-medium,
    .article_content .wp-caption,
    .page-content .size-large,
    .page-content .size-medium,
    .page-content .wp-caption {
        margin: 1.6rem -1rem;
        width: calc(100% + 2rem);
    }

    .__copy--large ol,
    .__copy--large p,
    .__copy--large ul,
    .__copy--larger ol,
    .__copy--larger p,
    .__copy--larger ul {
        margin-bottom: 1.25rem;
    }

    .__copy .wp-caption p,
    .__copy--big .wp-caption p,
    .__copy--black .wp-caption p,
    .__copy--large .wp-caption p,
    .__copy--larger .wp-caption p,
    .__copy--small .wp-caption p,
    .article_content .wp-caption p,
    .page-content .wp-caption p {
        font-size: 15px;
        font-size: 0.75rem;
        line-height: 21px;
        line-height: 1.05rem;
        margin-top: 0.3rem;
        padding-left: 0.55rem;
        padding-right: 0.55rem;
    }

    .__copy--large {
        font-size: 16px;
        font-size: 0.8rem;
        line-height: 25px;
        line-height: 1.25rem;
    }

    .__copy--larger {
        font-size: 21px;
        font-size: 1.05rem;
        line-height: 25px;
        line-height: 1.25rem;
    }

    .__copy--medium {
        font-size: 17px;
        font-size: 0.85rem;
        line-height: 22px;
        line-height: 1.1rem;
    }

    .__copy--medium ol,
    .__copy--medium p,
    .__copy--medium ul {
        margin-bottom: 1.1rem;
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

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

.slick-list:focus {
    outline: 0;
}

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

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

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

.slick-track:after {
    clear: both;
}

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

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

[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 {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

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

.site_header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    padding: 0 1.6rem;
    height: 102px;
    height: 5.1rem;
}

.site_header__logo {
    display: block;
    width: 183px;
    width: 9.15rem;
}

.site_header__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.site_header__nav {
    margin: 0;
}

.site_header__toggle {
    display: block;
    width: 32px;
    width: 1.6rem;
    height: 24px;
    height: 1.2rem;
    padding: 0.2rem;
    margin: 0;
}

.site_header__toggle .icon-bar {
    width: 100%;
    display: block;
    background: #3f3f3f;
    height: 2px;
    height: 0.1rem;
    margin-bottom: 0.25rem;
}

.site_header__toggle .icon-bar:last-child {
    margin-bottom: 0;
}

.site_header .nav_menu__item {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    font-size: 21px;
    font-size: 1.05rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #484848;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.site_header .nav_menu__item__link {
    padding: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: inherit;
    transition: all 0.19s;
}

.site_header .nav_menu__item__link:focus,
.site_header .nav_menu__item__link:hover {
    text-decoration: none;
}

.site_header .nav_menu__item:last-child {
    margin-right: 0;
}

.site_header .nav_menu__item:last-child .nav_menu__item__link {
    padding-right: 0;
}

.nav-open .site_header__toggle .icon-bar {
    background: #2b2f83;
}

.nav_menu {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nav_menu__item {
    display: block;
    margin: 0;
}

@media screen and (max-width: 949px) {
    .site_header {
        top: 0;
        width: 100%;
        position: fixed;
        -ms-flex-pack: center;
        justify-content: center;
        background: #fff;
        padding: 0 1.05rem;
        height: 54px;
        height: 2.7rem;
    }

    .site_header__logo {
        -ms-flex-order: 3;
        order: 3;
        margin: 0;
        width: 123px;
        width: 6.15rem;
    }

    .site_header__nav {
        width: 32px;
        width: 1.6rem;
        height: 1px;
        position: static;
        margin-left: auto;
    }

    .site_header .nav_menu {
        position: absolute;
        top: 100%;
        right: 100%;
        max-width: 100%;
        width: 280px;
        width: 14rem;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #f1f1f1;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: transform 0.2s;
    }

    .site_header .nav_menu__item {
        margin: 0 0 0.25rem;
        padding: 0.25rem;
    }

    .site_header .nav_menu__item__link {
        padding: 0.05rem;
        display: block;
    }

    .nav-open .site_header .nav_menu {
        transform: translateX(100%);
    }

    .__no_grid .site_header {
        display: block;
        padding-top: 0.5rem;
    }

    .__no_grid .site_header__toggle {
        float: left;
        margin-top: 0.4rem;
    }

    .__no_grid .site_header__logo {
        margin-top: 0;
    }

    .__no_grid .site_header__nav {
        margin: 0;
        float: left;
    }
}

.site_footer__nav > ul,
.site_footer__social > ul {
    float: right;
}

.site_footer {
    position: relative;
    color: #484848;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 22px;
    line-height: 1.1rem;
}

.site_footer p:last-child {
    margin-bottom: 0;
}

.site_footer__grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-areas: "footerLogo footerSocial" "footerCopy footerNav";
    padding: 0 1.6rem 1.35rem;
}

.site_footer__logo {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    grid-area: footerLogo;
    justify-self: start;
    -ms-grid-row-align: start;
    margin-top: 0.85rem;
    margin-bottom: 1.1rem;
    max-width: 183px;
    max-width: 9.15rem;
    display: block;
}

.site_footer__logo img {
    width: 100%;
    height: auto;
}

.site_footer__social {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
    grid-area: footerSocial;
    justify-self: end;
    margin-right: 18.61111111vw;
    -ms-grid-row-align: center;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin-top: 15px;
}

.site_footer__copy {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    grid-area: footerCopy;
    justify-self: start;
    -ms-grid-row-align: start;
}

.site_footer__copy p {
    font-size: 16px;
    line-height: 21px;
}

.site_footer__nav {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    grid-area: footerNav;
    justify-self: end;
    -ms-grid-row-align: end;
}

.site_footer .nav_menu__item {
    margin-left: 1.25rem;
}

.site_footer .nav_menu__item:first-child {
    margin-left: 0;
}

.back_to_top {
    position: absolute;
    top: 15px;
    top: 0.75rem;
    right: 32px;
    right: 1.6rem;
    height: 53px;
    height: 2.65rem;
    background-color: #e0e0e0;
    border-radius: 0.2rem;
    background-position: right 0.75rem center;
    background-size: 1.45rem 0.95rem;
    background-image: url(../../images/footer/arrow.png);
    background-image: url(../../images/footer/arrow.svg), none;
    font-weight: 500;
    font-size: 18px;
    font-size: 0.9rem;
    line-height: 20px;
    line-height: 1rem;
    padding: 0.8rem 2.65rem 0.8rem 0.55rem;
    color: #737373;
    letter-spacing: 0;
}

@media screen and (max-width: 949px) {
    .site_footer {
        text-align: center;
        border-top-width: 0.6rem;
        font-size: 14px;
        font-size: 0.7rem;
        line-height: 18px;
        line-height: 0.9rem;
    }

    .site_footer__grid {
        padding: 0.8rem 0.55rem;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: (auto) [ 4 ];
        grid-template-rows: repeat(4, auto);
        grid-template-areas: "footerLogo" "footerSocial" "footerNav" "footerCopy";
        grid-gap: 15px;
        grid-gap: 0.75rem;
    }

    .site_footer__copy,
    .site_footer__logo,
    .site_footer__nav,
    .site_footer__social {
        justify-self: center;
    }

    .site_footer__copy > ul,
    .site_footer__logo > ul,
    .site_footer__nav > ul,
    .site_footer__social > ul {
        float: auto;
    }

    .site_footer__logo {
        margin: 0.6rem 0 0.4rem;
        width: 149px;
        width: 7.45rem;
    }

    .site_footer__logo img {
        width: 100%;
        height: auto;
    }

    .site_footer__social {
        margin: 0.2rem 0 0.25rem;
    }

    .site_footer__social .social_list__item__link {
        width: 48px;
        height: 48px;
        padding: 0 !important;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .site_footer .nav_menu {
        -ms-flex-pack: center;
        justify-content: center;
    }

    .site_footer .nav_menu__item {
        margin-top: 6px;
    }

    .back_to_top {
        top: -23px;
        top: -1.15rem;
        right: 11px;
        right: 0.55rem;
        height: unset;
        background-size: 0.95rem 0.6rem;
        background-position: right 0.6rem center;
        padding: 0.55rem 1.8rem 0.55rem 0.6rem;
        font-size: 13px;
        font-size: 0.65rem;
        line-height: 20px;
        line-height: 1rem;
    }
}

.article_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.2rem;
}

.article_flex--column {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
}

.article_content {
    -ms-flex: 0 1 36rem;
    flex: 0 1 36rem;
    margin-right: 5.625%;
    padding: 0 0.55rem;
    margin-top: 3.2rem;
}

.article_content > :first-child {
    margin-top: 0;
}

.article_flex--column .article_content {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%;
    max-width: 726px;
    max-width: 36.3rem;
    padding: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
    margin: 1.5rem auto auto;
}

.article_flex--column .article_content:first-child {
    margin-top: 3.2rem;
}

.article_flex--column .article_content:last-child {
    margin-bottom: 3.2rem;
}

.article_content--index {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 2.5rem auto auto;
    width: 100%;
}

.article_content--index h2,
.article_content--index h3 {
    font-weight: 700;
    font-size: 27px;
    font-size: 1.35rem;
    line-height: 30px;
    line-height: 1.5rem;
    letter-spacing: 0;
    color: #007d7c;
    text-align: center;
    margin-top: 1.2rem;
    margin-bottom: 1.8rem;
}

.article_sidebar {
    -ms-flex: 0 0 12rem;
    flex: 0 0 12rem;
    padding-left: 0.55rem;
    margin-top: 4.2rem;
    border-left: 1px dashed #d8d8d8;
}

@media screen and (max-width: 649px) {
    .article_flex {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .article_content {
        width: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: 0;
        padding-left: 1rem;
        padding-right: 1rem;
        margin-top: 2.65rem;
    }

    .article_sidebar {
        margin-top: 0;
        border: none;
        padding: 0 1rem;
        width: 100%;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.brands_list {
    width: 100%;
    margin: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (auto) [ 3 ];
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: auto;
    grid-gap: 4px;
    grid-gap: 0.2rem;
}

.brands_list__item {
    width: auto;
    position: relative;
    height: 21.66666667vw;
}

.brands_list__item a {
    display: block;
}

.brands_list__item__link {
    height: 100%;
}

.brands_list__item__link[data-button] {
    cursor: pointer;
}

.brands_list__item__image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.brands_list__item__image a {
    width: 100%;
    height: 100%;
}

.brands_list__item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: transform 0.2s;
    transform: scale(1);
}

.brands_list__item__image::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(11, 40, 40, 0.32);
    pointer-events: none;
}

.brands_list__item__logo {
    left: 27px;
    left: 1.35rem;
    bottom: 27px;
    bottom: 1.35rem;
    position: absolute;
    z-index: 2;
}

.brands_list__item__logo img,
.brands_list__item__logo svg {
    height: auto;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 203px;
    max-height: 104px;
}

.brands_list__item__link:hover .brands_list__item__image img {
    transform: scale(1.15);
}

.brands_list__item.brand--coast-to-coast .brands_list__item__logo img {
    max-width: 80%;
    max-width: calc(100% - 2.7rem);
}

.__no_grid .brands_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.__no_grid .brands_list__item {
    width: 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    padding: 0.1rem;
}

.__no_grid .brands_list__item__image::after {
    top: 2px;
    top: 0.1rem;
    left: 2px;
    left: 0.1rem;
    right: 2px;
    right: 0.1rem;
    bottom: 2px;
    bottom: 0.1rem;
}

@media screen and (max-width: 949px) {
    .brands_list {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
    }

    .brands_list__item {
        height: 32.5vw;
    }

    .__no_grid .brands_list__item {
        width: 50%;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        padding: 0.1rem;
    }
}

@media screen and (max-width: 649px) {
    .__no_grid .brands_list,
    .brands_list {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .__no_grid .brands_list__item,
    .brands_list__item {
        margin-bottom: 0.2rem;
        padding: 0;
        width: 100% !important;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        height: 65vw;
    }

    .__no_grid .brands_list__item__logo,
    .brands_list__item__logo {
        left: 18px;
        left: 0.9rem;
        bottom: 18px;
        bottom: 0.9rem;
    }

    .__no_grid .brands_list__item__logo img,
    .brands_list__item__logo img {
        max-width: 140px;
        max-width: 7rem;
        max-height: 60px;
        max-height: 3rem;
    }

    .__no_grid .brands_list__item__image::after {
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
    }
}

.section_brands {
    padding: 0rem 1rem 5rem 1rem;
}

.section_brands_container {
    position: relative;
}

.section_brands .row {
    position: relative;
}

.section_brands .col-brand {
    margin-bottom: 22px;
}

@media screen and (max-width: 649px) {
    .section_brands {
        padding: 18px 16px;
    }

    .section_brands_container {
        padding-left: 6px;
        padding-right: 6px;
    }

    .section_brands .row {
        margin-left: -6px;
        margin-right: -6px;
    }

    .section_brands .col-brand {
        margin-bottom: 12px;
        padding-left: 6px;
        padding-right: 6px;
    }

    .section_brands .col-filter {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.brand_nav {
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin: auto auto 42px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.brand_nav .button-block {
    width: 20%;
    max-width: 228px;
    margin-bottom: 12px;
}

.brand_nav .button {
    background: #2b2f83;
    color: #fff;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
    outline: 0;
    border-radius: 2px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 16px;
    margin: 0 6px;
    cursor: pointer;
    display: block;
    text-align: center;
    width: calc(100% - 12px);
}

.brand_dropdown .dropdown-toggle:focus,
.brand_dropdown .dropdown-toggle:hover,
.brand_nav .button.is-checked,
.brand_nav .button:hover {
    background: #6063a2;
}

@media screen and (max-width: 949px) {
    .brand_nav .button-block {
        width: 20%;
        max-width: 228px;
        margin-bottom: 12px;
    }

    .brand_nav .button {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 5px;
        margin: 0 4px;
        width: calc(100% - 8px);
    }
}

.brand_dropdown .dropdown-toggle,
.dropdown-menu li button {
    font-size: 18px;
    line-height: 20px;
    border: none;
    display: block;
    text-align: left;
}

.brand_dropdown {
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin-bottom: 18px;
}

.brand_dropdown button {
    margin: 0;
}

.brand_dropdown .dropdown-toggle {
    width: 100%;
    padding: 11px 18px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.brand_dropdown .dropdown-toggle .arrow-right {
    width: 10px;
    height: 13px;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    display: block;
    background: url(../../images/arrow-right.svg) center no-repeat;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}

.dropdown-menu li button {
    width: 100%;
    padding: 11px 18px;
    color: #fff;
    background: #2b2f83;
    transition: all 0.3s;
    border-top: 1px solid #650a0a;
}

.dropdown-menu li button.is-checked,
.dropdown-menu li button:focus,
.dropdown-menu li button:hover {
    background: #6063a2;
}

.dropdown-menu li:last-child button {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.dropdown.open .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown.open .dropdown-menu {
    display: block;
}

.brand_block {
    height: 198px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    position: relative;
}

.brand_block_inner {
    padding: 20px;
    width: 100%;
    transition: all 0.3s;
}

.brand_block_inner img {
    max-width: 302px;
    max-height: 144px;
    width: 100%;
    margin: auto;
    display: block;
}

.brand_block_inner.tall_height img {
    width: auto;
}

.brand_block_inner.medium_height img {
    width: auto;
    max-height: 100px;
}

.brand_block .brand_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(../../images/trading-suspended-overlay.png) bottom center no-repeat;
    display: none;
}

.brand_block.has_overlay .brand_overlay {
    display: block;
}

.brand_block:hover .brand_block_inner {
    opacity: 0.8;
}

@media screen and (max-width: 800px) {
    .brand_block_inner.medium_height img,
    .brand_block_inner.tall_height img {
        width: 100%;
        max-height: unset;
    }
}

@media screen and (max-width: 649px) {
    .brand_block {
        height: 24vw;
    }

    .brand_block_inner {
        padding: 20px;
        width: 100%;
    }

    .brand_block_inner img {
        max-width: 105px;
        max-height: 55px;
    }

    .brand_block_inner.tall_height img {
        width: auto;
        max-height: 62px;
    }

    .brand_block_inner.medium_height img {
        max-height: 38px;
    }
}

@media screen and (max-width: 480px) {
    .brand_block .brand_overlay {
        background-size: 320px auto;
    }
}

.section-notify {
    display: block;
    overflow: hidden;
    width: 100%;
}

.section-notify .container-fluid {
    width: 100%;
    max-width: 1200px;
}

.section-notify .notify-block {
    background: #ab1e1e;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    padding: 15px 20px 20px;
    text-align: center;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-notify .notify-block a {
    color: #fff;
    text-decoration: underline;
}

.section-notify .notify-block p {
    padding: 0;
}

.section-notify .notify-block p:last-child {
    margin-bottom: 0;
}

.section-notify-ticker {
    background: #ab1e1e;
}

.section-notify-ticker .ticker {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration: 30s;
}

.section-notify-ticker .section-notify-inner {
    overflow: hidden;
    width: 100%;
    padding-left: 100%;
    box-sizing: content-box;
}

.section-notify-ticker .container-fluid {
    width: auto;
    margin: 0;
    padding: 0;
    max-width: inherit;
}

.section-notify-ticker .notify-block {
    display: inline-block;
    width: auto;
    background: 0 0 !important;
    color: #fff !important;
}

.site_header.site_header--absolute {
    background: 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.site_header.site_header--absolute .nav_menu__item {
    color: #fff;
}

.site_header--absolute .site_header__toggle .icon-bar,
.site_header.site_header--absolute .site_header__toggle .icon-bar {
    background: #fff;
}

.nav-open .site_header--absolute .site_header__toggle .icon-bar {
    background: #007d7c;
}

.jobs_panel,
.trg_stats li {
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 649px) {
    .section-notify .notify-block {
        padding: 12px 20px 16px;
    }

    .site_header.site_header--absolute .nav_menu__item {
        color: #000;
    }
}

.trg_stats {
    width: 100%;
    margin: 0;
    border-top: 0.3rem solid #fff;
    display: -ms-flexbox;
    display: flex;
}

.trg_stats li {
    border-right: 0.3rem solid #fff;
    width: 33%;
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    color: #404040;
    text-align: left;
    font-weight: 500;
    background-color: #f9fafa;
    background-image: url(../../images/careers/stats-bg.jpg);
    font-size: 25px;
    font-size: 1.25rem;
    line-height: 27px;
    line-height: 1.35rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    padding-bottom: 0.9rem;
}

.trg_stats li strong {
    font-weight: inherit;
}

.trg_stats li span {
    font-weight: 700;
    font-size: 48px;
    font-size: 2.4rem;
    line-height: 66px;
    line-height: 3.3rem;
    color: #007d7c;
    display: block;
}

.trg_stats li:last-child {
    border-right: none;
}

.heading_purple {
    letter-spacing: 0;
    color: #bc7bd3;
    font-weight: 500;
    margin: 0 0 2.2rem;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 44px;
    line-height: 2.2rem;
    text-align: left;
}

.jobs_panel {
    background-image: url(../../images/careers/jobs.jpg);
    height: 454px;
    height: 22.7rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.jobs_panel .section_content {
    text-align: left;
    margin-top: 0;
    width: 663px;
    width: 33.15rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    margin-left: 41.73611111%;
}

.jobs_panel .section_content .btn {
    margin-left: 0;
}

.jobs_panel--smaller {
    height: 223px;
    height: 11.15rem;
    background-image: url(../../images/careers/jobs-2.jpg);
}

.jobs_panel h2,
.jobs_panel h3,
.jobs_panel h4 {
    text-align: left;
    margin-bottom: 2.1rem;
    font-size: 32px;
    font-size: 1.6rem;
    line-height: 44px;
    line-height: 2.2rem;
    color: #007d7c;
    letter-spacing: 0;
}

.careers_brands {
    padding-bottom: 3.8rem;
}

.careers_brands h2 {
    font-weight: 700;
    font-size: 27px;
    font-size: 1.35rem;
    letter-spacing: 1px;
    letter-spacing: 0.05rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #007d7c;
    text-align: center;
    margin: 0 auto 1.5rem;
}

.careers_brands__text {
    max-width: 600px;
    max-width: 30rem;
    margin: auto auto 1.75rem;
    text-align: center;
}

.careers_brands__list {
    max-width: 100%;
    width: 530px;
    width: 26.5rem;
    margin: auto;
}

.careers_brands__item {
    max-width: 100%;
    max-width: 100vw;
    width: 530px;
    width: 26.5rem;
    padding: 0.55rem;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    text-align: center;
}

.careers_brands__item:first-child {
    display: block;
}

.careers_brands__item .decorative_link {
    margin: auto;
}

.careers_brands__item__img {
    width: 300px;
    width: 15rem;
    height: 300px;
    height: 15rem;
    max-width: 90vw;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
    z-index: 1;
}

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

.careers_brands__item__text {
    color: #737373;
    line-height: 25px;
    line-height: 1.25rem;
}

.careers_brands__item__text p {
    margin-bottom: 1.7rem;
}

.careers_brands__item__text p:last-child {
    margin: 0;
}

.careers_brands__item__logo {
    z-index: 2;
    background: #fff;
    position: relative;
    padding: 0.55rem;
    padding-top: 0.95rem;
    margin-top: -2.05rem;
}

.careers_brands__item__logo img {
    max-width: 90%;
    margin: auto;
    max-height: 60px;
    height: auto;
}

.what_makes {
    background: #f1f1f1;
    padding-top: 0.05rem;
    padding-bottom: 4.4rem;
}

.what_makes .section_title {
    margin-top: 2.5rem;
    margin-bottom: 1.8rem;
}

.proud_to_be__top {
    max-width: 982px;
    max-width: 49.1rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    margin: 3.2rem auto 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.proud_to_be__top h2 {
    width: 25%;
    margin: 0;
}

.proud_to_be__top h2 img {
    width: 100%;
    height: auto;
}

.proud_to_be__text {
    width: 62.5%;
}

.proud_to_be__reasons {
    max-width: 1440px;
    max-width: 72rem;
    padding: 0 1.75rem;
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.proud_to_be__reasons .slick-arrow {
    position: absolute;
    top: calc(50% - 1.4rem);
    width: 39px;
    width: 1.95rem;
    height: 56px;
    height: 2.8rem;
    background-color: transparent;
    padding: 0;
    display: block;
    border: none;
    font-size: 0;
    background-size: 0.95rem 1.8rem;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../../images/arrow-left.png);
    cursor: pointer;
    z-index: 2;
}

.proud_to_be__reasons .slick-arrow.slick-prev {
    left: 0;
}

.proud_to_be__reasons .slick-arrow.slick-next {
    transform: scale(-1);
    right: 0;
}

.proud_to_be__reason {
    padding: 0 0.55rem;
    position: relative;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
    color: #fff;
    letter-spacing: 0;
    background-color: #007d7c;
    background-clip: content-box;
}

.proud_to_be__reason__cover {
    transition: all 0.16s 0.16s;
}

.proud_to_be__reason__cover img {
    z-index: 1;
    position: absolute;
    right: 11px;
    right: 0.55rem;
    left: 11px;
    left: 0.55rem;
    bottom: 0;
    top: 0;
    width: calc(100% - 1.1rem);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.37;
    transition: opacity 0.18s;
}

.proud_to_be__reason__cover .h3,
.proud_to_be__reason__cover .h4,
.proud_to_be__reason__cover h3,
.proud_to_be__reason__cover h4 {
    color: #fff;
    z-index: 3;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.proud_to_be__reason__content {
    z-index: 2;
    transition: all 0.16s;
    padding: 1.7rem;
    padding-left: 2.25rem;
    padding-right: 2.25rem;
    min-height: 263px;
    min-height: 13.15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
}

.proud_to_be__reason__close {
    z-index: 3;
    position: absolute;
    background: 0 0;
    border: none;
    cursor: pointer;
    bottom: 18px;
    bottom: 0.9rem;
    right: 18px;
    right: 0.9rem;
    padding: 0.5rem;
    transition: all 0.2s;
}

.image_block--info .image_block__inner,
.section_title--background,
.section_title.background {
    background-size: cover;
    background-position: center;
}

.proud_to_be__reason__close svg {
    transition: transform 0.14s;
    display: block;
    margin: auto;
}

.proud_to_be__reason__close:focus-visible svg,
.proud_to_be__reason__close:hover svg {
    transform: scale(1.4);
}

.proud_to_be__reason__close:focus-visible {
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}

.proud_to_be__reason--purple {
    background-color: #bc7bd3;
}

.proud_to_be__reason.__hovered .proud_to_be__reason__cover img {
    opacity: 0.23;
}

.proud_to_be__reason.__open .proud_to_be__reason__cover {
    opacity: 0;
    transition: all 0.16s;
}

.proud_to_be__reason.__open .proud_to_be__reason__content {
    opacity: 1;
    transition: all 0.16s 0.16s;
}

.proud_to_be__reason.__open .proud_to_be__reason__close {
    transform: rotate(45deg);
}

.our_teams h2 {
    margin-top: 2.8rem;
    margin-bottom: 2.3rem;
}

.our_teams .tab {
    background-color: #1e1c1e;
    background-size: cover;
    background-position: center;
    font-size: 20px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 1.45rem;
    color: #f7f7f7;
    letter-spacing: 0;
    min-height: 718px;
    min-height: 35.9rem;
    text-align: left;
    padding-top: 3.65rem;
    padding-bottom: 3.65rem;
}

.our_teams .tab .decorative_title {
    margin-left: 0;
}

.our_teams .tab__text {
    max-width: 100%;
    margin-top: 1.8rem;
    width: 520px;
    width: 26rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    margin-left: 9.79166667%;
}

.our_teams .tab__text .decorative_title:first-child {
    margin-bottom: 1.05rem;
}

.our_teams .tab__text blockquote {
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 29px;
    line-height: 1.45rem;
    color: #fad669;
    letter-spacing: 0;
    font-weight: 700;
    padding: 0;
    border: none;
    margin-top: 2.5rem;
}

.our_teams .tab__text blockquote:last-child {
    margin-bottom: 0;
}

.our_teams .tab__text blockquote p {
    margin-bottom: 0.45rem;
}

.our_teams .tab__text blockquote cite {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 25px;
    line-height: 1.25rem;
    letter-spacing: 0;
    color: #f7f7f7;
}

.our_teams .tab__link {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.2rem;
}

.tabs p:empty {
    display: none;
}

.tabs__buttons {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0.15rem;
    margin-bottom: 0.15rem;
}

.tabs__button {
    -ms-flex: 1 1 33%;
    flex: 1 1 33%;
    border: none;
    display: block;
    cursor: pointer;
    padding: 0.9rem;
    margin-right: 0.15rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #cfa1e0;
    font-size: 20px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.2rem;
    letter-spacing: 0.89px;
    letter-spacing: 0.0445rem;
}

.tabs__button[aria-selected="true"] {
    background: #1a1a1a;
}

.tab {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tab[hidden] {
    display: none;
}

.rewards_carousel {
    max-width: 80%;
    width: 480px;
    width: 24rem;
    margin-left: auto;
    margin-right: auto;
}

.rewards_carousel__item {
    width: 480px;
    width: 24rem;
    max-width: 100%;
}

.rewards_carousel a.decorative_link {
    margin-top: 0.4rem;
}

.rewards_carousel .slick-arrow {
    top: 56px;
    top: 2.8rem;
    transform: scale(0.8);
    opacity: 0.7;
}

.rewards_carousel .slick-arrow.slick-prev {
    left: -38px;
    left: -1.9rem;
}

.rewards_carousel .slick-arrow.slick-next {
    right: -38px;
    right: -1.9rem;
    transform: scale(-0.8);
}

@media screen and (max-width: 1199px) {
    .rewards_carousel,
    .rewards_carousel__item {
        width: 300px;
        width: 15rem;
    }
}

@media screen and (max-width: 949px) {
    .page-template-careers .site_header .nav_menu__item {
        color: #393939;
    }

    .our_teams .tab__text {
        margin-left: 0;
    }

    .rewards_carousel,
    .rewards_carousel__item {
        width: 240px;
        width: 12rem;
    }
}

@media screen and (max-width: 649px) {
    .image_block_grid {
        display: block;
        padding-right: 0.55rem;
        padding-left: 0.55rem;
    }

    .image_block_grid .image_block {
        width: 100%;
        margin-bottom: 1.1rem;
    }

    .careers_brands__item__img {
        width: 10rem;
        height: 10rem;
    }

    .careers_brands__item__logo img {
        max-width: 66%;
    }

    .slick-arrow .slick-prev {
        left: 0;
    }

    .slick-arrow .slick-next {
        right: 0;
    }

    .trg_stats {
        display: block;
    }

    .trg_stats li {
        width: 100%;
        border-bottom: 0.3rem solid #fff;
        border-left: 0.3rem solid #fff;
        border-right: 0.3rem solid #fff;
    }

    .jobs_panel .section_content {
        width: 100%;
        margin-left: 0;
    }

    .jobs_panel .btn {
        margin-left: auto;
    }

    .tabs__buttons {
        padding: 0 0.15rem;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .tabs__button {
        margin-bottom: 0.15rem;
    }
}

.brand_header {
    text-align: center;
    margin-top: 2.3rem;
    margin-bottom: 1.65rem;
}

.brand_header__title {
    margin-bottom: 1.45rem;
}

.brand_header__title img {
    max-width: 296px;
    max-width: 14.8rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.list_links {
    padding: 0.55rem;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 2.3rem;
    margin-bottom: 2.1rem;
}

.list_links ul {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
}

.list_links a {
    display: inline-block;
    font-size: 19px;
    font-size: 0.95rem;
    margin: 0;
}

.list_links a::before {
    content: "\2014\00a0";
}

.list_links li {
    margin: 1.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.list_links li:last-child {
    margin-right: 0;
}

.list_links li:first-child {
    margin-left: 0;
}

.brand_content {
    max-width: 618px;
    max-width: 30.9rem;
    width: 100%;
    margin: 1.2rem auto 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.brand_social {
    text-align: center;
    margin-bottom: 3rem;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.brand_social p {
    margin-bottom: 1.2rem;
}

.brand_social strong {
    font-weight: 500;
    color: #484848;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.brand .section_content__inner {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.2rem;
}

@media screen and (max-width: 649px) {
    .brand .section_content__inner {
        font-size: 15px;
        font-size: 0.75rem;
        line-height: 21px;
        line-height: 1.05rem;
    }
}

.brand_location {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 36px;
}

.brand_location h2 {
    color: #484848;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 10px;
}

.brand_location h3 {
    font-weight: 400;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 8px 10px;
}

.brand_location a,
.brand_location h3,
.brand_location p {
    font-size: 24px;
    line-height: 27px;
}

.brand_location a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 10px;
}

#gallery .flexible_grid {
    grid-auto-rows: 35.34722222vw;
}

#gallery .flexible_grid.__rows-1 {
    -ms-grid-rows: (35.34722222vw) [ 1 ];
    grid-template-rows: repeat(1, 35.34722222vw);
}

#gallery .flexible_grid.__rows-2 {
    -ms-grid-rows: (35.34722222vw) [ 2 ];
    grid-template-rows: repeat(2, 35.34722222vw);
}

#gallery .flexible_grid.__rows-3 {
    -ms-grid-rows: (35.34722222vw) [ 3 ];
    grid-template-rows: repeat(3, 35.34722222vw);
}

#gallery .flexible_grid.__rows-4 {
    -ms-grid-rows: (35.34722222vw) [ 4 ];
    grid-template-rows: repeat(4, 35.34722222vw);
}

#gallery .flexible_grid.__rows-5 {
    -ms-grid-rows: (35.34722222vw) [ 5 ];
    grid-template-rows: repeat(5, 35.34722222vw);
}

@media screen and (min-width: 650px) {
    #gallery .flexible_grid__item--img img {
        max-height: 100%;
    }
}

@media screen and (max-width: 649px) {
    .brand_location {
        margin-bottom: 45px;
    }

    .brand_location a,
    .brand_location h2,
    .brand_location h3,
    .brand_location p {
        font-size: 21px;
        line-height: 30px;
    }

    .brand_location a,
    .brand_location h3 {
        display: block;
        text-align: center;
        margin-bottom: 8px;
    }

    .brand_header {
        margin-top: 1.55rem;
        margin-bottom: 1.2rem;
    }

    .brand_header__title {
        margin-bottom: 0.9rem;
    }

    .brand_header__title img {
        max-width: 186px;
        max-width: 9.3rem;
    }

    .brand_header__tag {
        margin-left: 0.65rem;
        margin-right: 0.65rem;
    }

    .brand_content {
        margin-bottom: 1.7rem;
    }

    .brand_social {
        font-size: 13px;
        font-size: 0.65rem;
        letter-spacing: 0.32px;
        letter-spacing: 0.016rem;
        margin-bottom: 1.35rem;
    }

    .brand_social p {
        margin-bottom: 0.6rem;
    }

    .brand_grid {
        padding: 0 0.15rem;
    }

    .brand_grid .flexible_grid__item {
        margin-bottom: 0.15rem;
    }

    .brand_grid .flexible_grid__item:last-child {
        margin-bottom: 0;
    }
}

.contact_page .section_title {
    margin-top: 0;
    margin-bottom: 1.8rem;
}

.contact_page .section_title + p:not(:empty) {
    margin-top: -0.8rem;
}

.contact_page .article_content:first-child {
    margin-top: 30px;
}

.contact_page .article_content:not(:first-child) {
    margin-top: 0;
}

.contact_page .article_flex {
    margin-bottom: 0;
}

@media screen and (max-width: 649px) {
    .contact_page .article_content {
        margin-bottom: 10px;
    }

    .contact_page .article_content:first-child {
        margin-top: 22px;
    }
}

.contact_panels {
    max-width: 1260px;
    max-width: 63rem;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 2.95rem auto 2.1rem;
}

.contact_panel {
    -ms-flex: 1 1 19.9rem;
    flex: 1 1 19.9rem;
    margin: 0 0.55rem;
    text-align: center;
    background: #fff;
    border: 0.4rem solid #f1f1f1;
    color: #737373;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 18px;
    line-height: 0.9rem;
    padding: 0.6rem 0.55rem 1.2rem;
}

.contact_panel small {
    font-size: 14px;
    font-size: 0.7rem;
    line-height: 18px;
    line-height: 0.9rem;
    color: #484848;
}

.contact_panel h2,
.contact_panel h3 {
    font-family: inherit;
    font-weight: 500;
    line-height: normal;
    font-size: 27px;
    font-size: 1.35rem;
    margin-top: 10.5px;
    margin-bottom: 0.6rem;
    color: #007d7c;
}

.contact_panel p {
    margin-bottom: 0.6rem;
}

.contact_panel p:last-child {
    margin: 0;
}

.contact_panel a {
    font-weight: 500;
}

.contact_panel a[href^="tel"] {
    font-size: 21px;
    font-size: 1.05rem;
    color: #484848;
}

.contact_location {
    font-size: 17px;
    font-size: 0.85rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1.5rem 0 2.75rem;
}

.contact_location address {
    margin: 0;
}

.contact_location strong {
    font-weight: 500;
    margin-bottom: 0.15rem;
    display: block;
}

.contact_location p {
    margin: 0;
}

.contact_location > p {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 27px;
}

.contact_location .contact_location_title {
    color: #2b2f83;
    width: 100%;
    text-align: left;
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 30px;
    line-height: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 0.45rem;
}

.contact_numbers {
    padding-left: 0.55rem;
}

.contact_address {
    padding-right: 0.55rem;
}

.contact_address,
.contact_numbers {
    -ms-flex: 0 1 37%;
    flex: 0 1 37%;
    max-width: 37%;
}

.contact_address a,
.contact_numbers a {
    color: #484848;
}

.contact_address a:hover,
.contact_numbers a:hover {
    color: #2b2f83;
}

@media screen and (max-width: 649px) {
    .contact_location > p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 18px;
    }

    .contact_address,
    .contact_address p,
    .contact_numbers,
    .contact_numbers p {
        font-size: 15px;
        line-height: 21px;
    }
}

.team_contact {
    width: 100%;
}

.team_contact .section_title {
    margin-bottom: 0;
}

.contact_team {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1178px;
    margin-left: auto;
    margin-right: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_team .contact_block {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 11px;
    padding-right: 11px;
    margin-bottom: 22px;
}

.contact_team .contact_block_inner {
    width: 100%;
    background: #2b2f83;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 33px 40px 52px;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_team .contact_block_inner a,
.contact_team .contact_block_inner h2,
.contact_team .contact_block_inner h4,
.contact_team .contact_block_inner p {
    color: #fff;
    text-align: center;
}

.contact_team .contact_block_inner a,
.contact_team .contact_block_inner h4,
.contact_team .contact_block_inner p {
    font-size: 23px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}

.contact_team .contact_block_inner h2 {
    margin-bottom: 5px;
}

.contact_team .contact_block_inner h4 {
    margin: 0 0 16px;
    position: relative;
}

.contact_team .contact_block_inner h4:after {
    display: block;
    width: 71px;
    height: 2px;
    margin: 19px auto 0;
    background: #f1f1f1;
}

.contact_team .contact_block_inner a:hover {
    color: #fff;
}

@media screen and (max-width: 649px) {
    .contact_team {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .contact_team .contact_block {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 21px;
        padding-right: 21px;
        margin-bottom: 9px;
    }

    .contact_team .contact_block_inner {
        padding: 14px 12px 20px;
    }

    .contact_team .contact_block_inner a,
    .contact_team .contact_block_inner h4,
    .contact_team .contact_block_inner p {
        font-size: 16px;
        line-height: 21px;
    }

    .contact_team .contact_block_inner h2 {
        font-size: 21px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .contact_team .contact_block_inner p:first-of-type {
        margin-bottom: 3px;
    }
}

.contact_cta {
    text-align: center;
    padding: 20px 15px 45px;
    max-width: 36.3rem;
    margin: auto;
}

.contact_cta .section_title + p:not(:empty) {
    margin-top: 0;
}

.contact_cta .section_title h2 {
    margin-bottom: 12px;
}

.contact_cta p {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
}

.contact_cta a {
    color: #484848;
}

.contact_cta a:hover {
    color: #2b2f83;
}

@media screen and (max-width: 649px) {
    .contact_cta {
        padding: 16px 15px 45px;
    }

    .contact_cta p {
        font-size: 17px;
        line-height: 24px;
        font-weight: 400;
    }
}

@media screen and (max-width: 949px) {
    .contact_panels {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 1.15rem;
        margin-bottom: 1.1rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }

    .contact_panels h2,
    .contact_panels h3 {
        font-size: 20px;
        font-size: 1rem;
        line-height: 22px;
        line-height: 1.1rem;
        letter-spacing: 0.69px;
        letter-spacing: 0.034499999999999996rem;
    }

    .contact_panel {
        width: 100%;
        margin: 0 auto 0.9rem;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .contact_panel:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 649px) {
    .contact_location {
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .contact_address,
    .contact_numbers {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-bottom: 0.85rem;
    }

    .contact_address:last-child,
    .contact_numbers:last-child {
        margin-bottom: 0;
    }

    .article_flex--column .article_content {
        margin-top: 1rem;
    }

    .contact_page .__copy--small,
    .contact_page .article_content {
        line-height: 18px;
        line-height: 0.9rem;
    }
}

.flexible_grid .flexible_grid__item.about_top {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 9.09722222vw 3.85rem 5.69444444vw;
}

.flexible_grid .flexible_grid__item.about_top > * {
    max-width: 578px;
    max-width: 28.9rem;
}

ul.about_facts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0.9rem auto 2.7rem;
    padding: 0;
    font-weight: 500;
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 27px;
    line-height: 1.35rem;
    color: #404040;
    letter-spacing: 0;
    text-align: left;
    list-style: none !important;
}

ul.about_facts li {
    width: 50%;
    margin-bottom: 1.6rem;
    padding: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
}

ul.about_facts li:nth-child(2n - 1) {
    padding-left: 0;
}

ul.about_facts li:nth-child(2n) {
    padding-right: 0;
}

ul.about_facts span {
    display: block;
}

ul.about_facts strong {
    font-weight: 700;
    font-size: 57px;
    font-size: 2.85rem;
    line-height: 66px;
    line-height: 3.3rem;
    color: #007d7c;
    letter-spacing: 0;
}

#timeline {
    margin-top: 1.55rem;
    -ms-grid-rows: auto 0;
    grid-template-rows: auto 0;
}

.__no_grid #timeline .flexible_grid__item--img img {
    min-height: 0;
}

.trg_timeline {
    -ms-grid-row-span: 2;
    -ms-grid-row: 1;
    grid-row: 1 / span 2;
    position: relative;
    padding: 2.9rem 3rem 2.9rem 3.5rem;
}

.trg_timeline::before {
    display: block;
    position: absolute;
    left: 110px;
    left: 5.5rem;
    top: 90px;
    top: 4.5rem;
    bottom: 0;
    border-right: 1px solid #007d7c;
}

.trg_timeline__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3.8rem;
}

.trg_timeline__item__date {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 50%;
    width: 78px;
    width: 3.9rem;
    height: 78px;
    height: 3.9rem;
    background: #007d7c;
    border: 0.2rem solid #fff;
    box-shadow: 0 0 0 0.05rem #007d7c;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.25rem;
    letter-spacing: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.trg_timeline__item__date span {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0.2rem;
}

.trg_timeline__item__logo {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 150px;
    width: 7.5rem;
    margin-left: 0.8rem;
}

.trg_timeline__item__logo img {
    margin: auto;
    display: block;
    max-height: 36px;
    max-height: 1.8rem;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
    -o-filter: invert(85%);
    -moz-filter: invert(85%);
    -ms-filter: invert(85%);
    filter: invert(0.85);
}

.trg_timeline__item__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 22px;
    line-height: 1.1rem;
    margin-left: 2.4rem;
}

.trg_timeline__item__text p {
    margin: 0;
}

.__no_filter .trg_timeline__item__logo,
.__no_o_fit .trg_timeline__item__logo {
    padding: 0.25rem;
    background: #007d7c;
}

.__no_filter .trg_timeline__item__logo img,
.__no_o_fit .trg_timeline__item__logo img {
    width: auto;
}

@media screen and (max-width: 1199px) {
    .trg_timeline {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .trg_timeline::before {
        left: 70px;
        left: 3.5rem;
    }
}

@media screen and (max-width: 949px) {
    #timeline {
        margin-bottom: 0.3rem;
    }

    #timeline .flexible_grid__item--img {
        -ms-grid-column-span: 10;
        -ms-grid-column: auto;
        grid-column: auto/span 10;
    }

    #timeline .trg_timeline {
        -ms-grid-column-span: 20;
        -ms-grid-column: auto;
        grid-column: auto/span 20;
    }

    #timeline.flexible_grid {
        -ms-grid-rows: auto 61.78010471vw;
        grid-template-rows: auto 61.78010471vw;
    }

    .trg_timeline {
        -ms-grid-column-span: 20;
        -ms-grid-column: auto;
        grid-column: auto/span 20;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

@media screen and (max-width: 649px) {
    #timeline,
    #timeline .flexible_grid__item.flexible_grid__item--img {
        margin-top: 0;
    }

    ul.about_facts {
        margin-left: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.6rem;
    }

    ul.about_facts li {
        width: 100%;
        padding: 0;
        margin-bottom: 1.1rem;
    }

    #timeline {
        display: block;
    }

    #timeline::after {
        content: "";
        display: table;
        clear: both;
    }

    #timeline .flexible_grid__item--img {
        float: left;
        width: 50%;
    }

    #timeline .trg_timeline {
        width: 100%;
    }

    .trg_timeline {
        padding: 2rem 0.55rem 0.5rem;
    }

    .trg_timeline::before {
        top: 40px;
        top: 2rem;
        left: 50px;
        left: 2.5rem;
    }

    .trg_timeline__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.8rem;
    }

    .trg_timeline__item__text {
        margin-left: 3.65rem;
        margin-top: 0.3rem;
        width: calc(100% - 73px);
        width: calc(100% - 3.65rem);
    }

    .trg_timeline__item__logo {
        margin: auto;
    }
}

.page-template-template-homepage .ctas {
    margin-top: 0;
    margin-bottom: 2.25rem;
}

.page-template-template-homepage .ctas:last-child,
.page-template-template-homepage .page_intro {
    margin-bottom: 2.25rem;
}

.stock_price {
    background: #f6f6f6;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.35rem;
}

.page_index__list,
.page_index__list ul {
    padding: 0;
    list-style: none;
    margin: 0 auto;
}

.page_index__list {
    min-width: 840px;
    min-width: 42rem;
    width: 58.33333333%;
    max-width: 100%;
}

.page_index__list ul {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page_index__list ul:last-child {
    margin-bottom: -0.7rem;
}

.page_index__item,
.page_index__list .menu li {
    padding: 0.55rem;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    width: 50%;
    margin-bottom: 1.75rem;
    font-size: 21px;
    font-size: 1.05rem;
    line-height: 28px;
    line-height: 1.4rem;
}

.page_index__item a,
.page_index__list .menu li a {
    width: 100%;
    color: #484848;
    letter-spacing: 0;
    border: 0.1rem solid #007d7c;
    border-left: 1rem solid #007d7c;
    border-radius: 0.15rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1.4rem 1.1rem 1.5rem 1.15rem;
}

.page_index__item a:focus,
.page_index__item a:hover,
.page_index__list .menu li a:focus,
.page_index__list .menu li a:hover {
    text-decoration: none;
    color: #007d7c;
    border-color: #004a49;
}

@media screen and (max-width: 949px) {
    .page_index__list {
        width: 100%;
        min-width: 0;
    }
}

@media screen and (max-width: 649px) {
    .stock_price {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .stock_price .btn--share-price {
        margin: 0 auto 0.3rem;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .page_index__list .menu {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .page_index__list .menu li {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 1.1rem;
    }

    .page_index__list .menu li a {
        padding-top: 0.6rem;
        padding-bottom: 0.7rem;
        padding-left: 0.75rem;
    }
}

.directors_grid {
    display: -ms-grid;
    display: grid;
    margin: 3.2rem auto;
    padding: 1.1rem;
    padding-top: 0;
    padding-bottom: 0;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr) [ 2 ];
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 6.94716243%;
    grid-row-gap: 48px;
    grid-row-gap: 2.4rem;
    max-width: 1022px;
    max-width: 51.1rem;
}

.directors_grid .image_block {
    cursor: pointer;
}

.directors_grid .image_block .image_block__text {
    z-index: 2;
}

.directors_grid .image_block__img {
    background-color: #007d7c;
    background-image: url(../../images/plus.svg);
    background-position: center;
    background-size: 1rem;
    position: relative;
}

.directors_grid .image_block__img::after {
    display: block;
    padding-bottom: 100%;
}

.directors_grid .image_block__img img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.2s;
}

.directors_grid .image_block:focus-visible .image_block__img img,
.directors_grid .image_block:hover .image_block__img img {
    opacity: 0.1;
}

.director-modal-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    scroll-behavior: smooth;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    overflow-y: scroll;
}

.director_modal {
    display: none;
    max-width: 95%;
    margin-top: auto;
    margin-bottom: auto;
    width: 938px;
    width: 46.9rem;
    opacity: 0;
    transform: translateY(10%);
    transition: all 0.19s 0.02s;
    background: #fff;
    border: 0.3rem solid #f1f1f1;
    border-radius: 0.7rem;
    min-height: 440px;
    min-height: 22rem;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
}

.director_modal.visible {
    position: relative;
    display: block;
}

.director_modal.enter {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.19s;
}

.director_modal h2 {
    font-weight: 500;
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #007d7c;
    letter-spacing: 0;
    margin: 0 0 0.15rem;
}

.director_modal__inner {
    display: -ms-flexbox;
    display: flex;
    padding: 2.4rem 12.20302376% 2.4rem 5.83153348%;
}

.director_modal .__close {
    position: absolute;
    cursor: pointer;
    width: 30px;
    width: 1.5rem;
    height: 30px;
    height: 1.5rem;
    background-image: url(../../images/close.svg);
    background-size: 1.05rem 1rem;
    background-position: center;
    background-repeat: no-repeat;
    right: 15px;
    right: 0.75rem;
    top: 12px;
    top: 0.6rem;
    transition: transform 0.15s;
}

.director_modal .__close:focus-visible,
.director_modal .__close:hover {
    transform: scale(1.1);
}

.director_modal__image {
    -ms-flex: 0 0 13.9rem;
    flex: 0 0 13.9rem;
    width: 278px;
    width: 13.9rem;
    height: 278px;
    height: 13.9rem;
    border-radius: 6.95rem;
    overflow: hidden;
}

.director_modal__image img {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.director_modal__text {
    margin-top: 0.55rem;
    margin-left: 7.77338603%;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.director_modal__text strong {
    font-weight: 500;
}

.director_modal__text p:first-of-type {
    margin-bottom: 1.05rem;
}

.__no_grid .directors_grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.__no_grid .directors_grid .image_block {
    -ms-flex: 0 1 28.62985685%;
    flex: 0 1 28.62985685%;
    margin: 0 0 3.2rem;
}

@media screen and (max-width: 949px) {
    .directors_grid {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr) [ 3 ];
        grid-template-rows: repeat(3, 1fr);
    }

    .__no_grid .directors_grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .__no_grid .directors_grid .image_block {
        -ms-flex: 0 1 46.46017699%;
        flex: 0 1 46.46017699%;
        margin: 0 0 3.2rem;
    }
}

@media screen and (max-width: 649px) {
    .directors_grid {
        grid-row-gap: 22px;
        grid-row-gap: 1.1rem;
        max-width: 444px;
        max-width: 22.2rem;
        -ms-grid-columns: (1fr) [ 1 ];
        grid-template-columns: repeat(1, 1fr);
        -ms-grid-rows: (1fr) [ 6 ];
        grid-template-rows: repeat(6, 1fr);
    }

    .__no_grid .directors_grid {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .__no_grid .directors_grid .image_block {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .director-modal-wrap {
        padding: 0.3rem;
        width: 100%;
        max-width: 100%;
    }

    .director_modal__inner {
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0.8rem;
    }

    .director_modal__image {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin: 0 auto 1.25rem;
        max-width: 75vw;
        max-height: 75vw;
    }

    .director_modal__text {
        margin-left: 0;
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 16px;
        font-size: 0.8rem;
        line-height: 21px;
        line-height: 1.05rem;
    }

    .director_modal__text strong {
        font-weight: 500;
        font-size: 17px;
        font-size: 0.85rem;
        line-height: 20px;
        line-height: 1rem;
    }

    .director_modal__text p:first-of-type {
        margin-bottom: 0.9rem;
    }

    .director_modal__text p {
        margin-bottom: 1rem;
    }
}

.calls_to_action {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.15rem 2rem;
}

.cta {
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    width: 33.33%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
}

.cta > p {
    margin: 0;
}

.cta__img {
    width: 100%;
    position: relative;
    padding-bottom: 49.15966387%;
}

.cta__img img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.cta__text {
    background: #502c85;
    padding: 0.5rem;
    padding-bottom: 0.55rem;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
    text-decoration: none;
    letter-spacing: 0;
}

.cta__link {
    display: block;
    color: #fff;
}

.cta__link span {
    border-bottom: 0;
}

.cta__link:focus,
.cta__link:hover {
    color: #004a49;
    text-decoration: none;
}

@media screen and (min-width: 650px) {
    .calls_to_action.__items-2 .cta,
    .calls_to_action.__items-4 .cta,
    .calls_to_action.__items-8 .cta {
        -ms-flex: 1 1 49%;
        flex: 1 1 49%;
        width: 49%;
    }

    .calls_to_action.__items-2 .cta .cta__img,
    .calls_to_action.__items-4 .cta .cta__img,
    .calls_to_action.__items-5 .cta:last-child .cta__img,
    .calls_to_action.__items-5 .cta:nth-last-child(2) .cta__img,
    .calls_to_action.__items-7 .cta:last-child .cta__img,
    .calls_to_action.__items-7 .cta:nth-last-child(2) .cta__img,
    .calls_to_action.__items-8 .cta .cta__img {
        padding-bottom: 37.93584379%;
    }

    .calls_to_action.__items-7 .cta {
        -ms-flex: 1 1 49%;
        flex: 1 1 49%;
        width: 49%;
    }

    .calls_to_action.__items-7 .cta:nth-child(1),
    .calls_to_action.__items-7 .cta:nth-child(2),
    .calls_to_action.__items-7 .cta:nth-child(3) {
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        width: 33%;
    }

    .calls_to_action.__items-5 .cta,
    .calls_to_action.__items-7 .cta {
        margin-bottom: 0.3rem;
    }
}

@media screen and (max-width: 649px) {
    .calls_to_action {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0 0 1.2rem;
    }

    .cta {
        width: 100%;
        padding: 0;
        margin-bottom: 0.3rem;
    }
}

.article_content table,
.page-content table {
    width: 100%;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.2rem;
    margin-bottom: 2.25rem;
}

.article_content table a,
.page-content table a {
    text-decoration: underline;
}

.article_content td,
.article_content th,
.page-content td,
.page-content th {
    border: 1px solid #dadada;
    text-align: left;
}

.article_content thead td,
.article_content thead th,
.page-content thead td,
.page-content thead th {
    padding: 0.2rem 0.5rem 0.25rem;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.75rem;
    line-height: 24px;
    line-height: 1.2rem;
}

.article_content tbody td,
.article_content tbody th,
.page-content tbody td,
.page-content tbody th {
    padding: 0.7rem 0.45rem 0.5rem;
}

.article_content tr:nth-child(even),
.page-content tr:nth-child(even) {
    background-color: #fafafa;
}

@media screen and (max-width: 649px) {
    .article_content table,
    .page-content table {
        width: calc(100% + 2rem);
        margin-left: -1rem;
        margin-right: -1rem;
        margin-bottom: 1.25rem;
        font-size: 15px;
        font-size: 0.75rem;
        line-height: 24px;
        line-height: 1.2rem;
    }
}

.widgettitle {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.2rem;
    margin-top: 0.5rem;
    margin-left: 1rem;
    margin-bottom: 0.4rem;
    letter-spacing: 0;
    color: #2a2a2a;
}

.widget ul {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 24px;
    line-height: 1.2rem;
    margin-bottom: 1.3rem;
}

.widget ul li {
    margin-bottom: 0.3rem;
    padding-left: 1rem;
    position: relative;
}

.widget ul li:after {
    font-size: 17px;
    font-size: 0.85rem;
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(0, 170, 142, 0.5);
}

.widget ul a {
    color: #737373;
}

.page_intro {
    max-width: 858px;
    max-width: 42.9rem;
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
    margin: 1.65rem auto 2rem;
}

.page_intro strong {
    font-weight: 500;
}

.page_intro p {
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 27px;
    line-height: 1.35rem;
    margin-bottom: 1.6rem;
}

.page_intro .btn {
    margin-bottom: 3px;
}

@media screen and (max-width: 649px) {
    .page_intro {
        padding: 0 1rem;
        margin-top: 1.05rem;
        margin-bottom: 1.05rem;
    }

    .page_intro p {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 1.05rem;
    }
}

.image_block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    background: #f1f1f1;
}

.image_block__text {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.image_block__img img {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.image_block--5050 .image_block__img,
.image_block--5050 .image_block__text {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.image_block--5050.__left {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.image_block--5050 .image_block__text {
    padding: 1.1rem 9.02777778%;
}

.image_block--5050.__wide .image_block__text {
    padding: 1.1rem 6.25%;
}

.image_block--square {
    display: -ms-grid;
    display: grid;
    margin-bottom: 3.4rem;
    -ms-grid-rows: 3.6rem 5.85rem 2.25rem auto 3.6rem;
    grid-template-rows: 3.6rem 5.85rem 2.25rem auto 3.6rem;
}

.image_block--square.__left {
    -ms-grid-columns: 7.43055556% auto 4.16666667% 33.33333333% 4.16666667%;
    grid-template-columns: 7.43055556% auto 4.16666667% 33.33333333% 4.16666667%;
    grid-template-areas: ". . . img ." ". title . img ." ". . . img ." ". textContent . img ." ". . . img .";
}

.image_block--square.__right {
    -ms-grid-columns: 6.25% 33.33333333% 4.16666667% auto 4.16666667%;
    grid-template-columns: 6.25% 33.33333333% 4.16666667% auto 4.16666667%;
    grid-template-areas: ". img . . ." ". img . title ." ". img . . ." ". img . textContent ." ". img . . .";
}

.image_block--square .image_block__title {
    grid-area: title;
    z-index: 2;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    justify-self: left;
}

.image_block--square .image_block__title h2,
.image_block--square .image_block__title h3,
.image_block--square .image_block__title h4 {
    margin-top: 0.75rem;
    margin-bottom: 0.6rem;
    font-weight: 700;
}

.image_block--square .image_block__img {
    z-index: 2;
    grid-area: img;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    justify-self: center;
    position: relative;
    width: 100%;
}

.image_block--square .image_block__img::before {
    display: block;
    padding-bottom: 100%;
}

.image_block--square .image_block__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.image_block--square .image_block__text {
    grid-area: textContent;
    z-index: 2;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    justify-self: left;
    text-align: left;
}

.image_block--square::before {
    display: block;
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 6;
    -ms-grid-row: 2;
    grid-row: 2;
    z-index: 1;
}

.image_block--square.__title_green .image_block__title,
.image_block--square.__title_green::before {
    background: #007d7c;
}

.image_block--square.__title_green .image_block__title h2,
.image_block--square.__title_green .image_block__title h3,
.image_block--square.__title_green .image_block__title h4 {
    color: #fff;
}

.image_block--square.__title_yellow .image_block__title,
.image_block--square.__title_yellow::before {
    background: #fad669;
}

.image_block--square.__title_yellow .image_block__title h2,
.image_block--square.__title_yellow .image_block__title h3,
.image_block--square.__title_yellow .image_block__title h4 {
    color: #bc7bd3;
}

.image_block--square.__title_brown .image_block__title h2,
.image_block--square.__title_brown .image_block__title h3,
.image_block--square.__title_brown .image_block__title h4,
.image_block--square.__title_purple .image_block__title h2,
.image_block--square.__title_purple .image_block__title h3,
.image_block--square.__title_purple .image_block__title h4 {
    color: #fff;
}

.image_block--square.__title_purple .image_block__title,
.image_block--square.__title_purple::before {
    background: #bc7bd3;
}

.image_block--square.__title_brown .image_block__title,
.image_block--square.__title_brown::before {
    background: #2b2f83;
}

.image_block.__dark,
.page_panel.__dark {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.22) 0,
            rgba(0, 0, 0, 0) 10%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0.22) 100%
    );
    background-color: #1a1a1a;
}

.image_block.__dark .image_block__text {
    color: #f1f1f1;
}

.image_block--thumbnail {
    background: #f1f1f1;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto auto 1.1rem;
    max-width: 1058px;
    max-width: 52.9rem;
    padding: 0.6rem;
}

.image_block--thumbnail .image_block__text {
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
    text-align: left;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-left: 1.1rem;
    margin-top: 0.85rem;
    margin-bottom: 0.6rem;
    padding-right: 9.64083176%;
}

.image_block--thumbnail .image_block__text ul {
    list-style-type: disc;
}

.image_block--thumbnail .image_block__text ol {
    list-style-type: decimal;
}

.image_block--thumbnail .image_block__text ol,
.image_block--thumbnail .image_block__text ul {
    list-style-position: outside;
    padding-left: 1rem;
}

.image_block--thumbnail .image_block__text ol li,
.image_block--thumbnail .image_block__text ul li {
    margin-bottom: 0.3rem;
}

.image_block--thumbnail .image_block__text ol li:last-child,
.image_block--thumbnail .image_block__text ul li:last-child {
    margin: 0;
}

.image_block--thumbnail .image_block__text ol,
.image_block--thumbnail .image_block__text p,
.image_block--thumbnail .image_block__text ul {
    margin-bottom: 1.2rem;
}

.image_block--thumbnail .image_block__text h5,
.image_block--thumbnail .image_block__text h6 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.image_block--thumbnail .image_block__text h2:first-child,
.image_block--thumbnail .image_block__text h3:first-child,
.image_block--thumbnail .image_block__text h4:first-child,
.image_block--thumbnail .image_block__text h5:first-child,
.image_block--thumbnail .image_block__text h6:first-child {
    margin-top: 0;
}

.image_block--thumbnail .image_block__text p:last-child {
    margin-bottom: 0;
}

.image_block--thumbnail .image_block__text > img {
    margin: 2.25rem 0 2rem;
    display: block;
}

.image_block--thumbnail .image_block__text .wp-caption {
    margin: 2.25rem 0 2rem;
}

.image_block--thumbnail .image_block__text .wp-caption p {
    margin: 0.6rem 0 0;
    color: #7d7d7d;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.image_block--thumbnail .image_block__text blockquote {
    margin-top: 2.25rem;
}

.image_block--thumbnail .image_block__text blockquote cite {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.image_block--thumbnail .image_block__text h2,
.image_block--thumbnail .image_block__text h3,
.image_block--thumbnail .image_block__text h4,
.image_block--thumbnail .image_block__text h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: normal;
    color: #2b2f83;
    font-size: 23px;
    font-size: 1.15rem;
    margin-top: 10.5px;
    margin-bottom: 0.6rem;
}

.image_block--thumbnail .image_block__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 193px;
    width: 9.65rem;
    padding: 1.25rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #fff;
}

.image_block--thumbnail .image_block__img img {
    width: 142px;
    width: 7.1rem;
    height: 142px;
    height: 7.1rem;
    min-height: 0;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
    display: block;
}

.image_block--circle {
    -ms-flex-direction: column;
    flex-direction: column;
}

.image_block--circle .image_block__img {
    border-radius: 50%;
    overflow: hidden;
}

.image_block--circle .image_block__text {
    margin-top: -2.2rem;
    padding: 0.55rem;
    padding-top: 0.75rem;
    padding-bottom: 0.25rem;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1rem;
    letter-spacing: 0;
    color: #484848;
    text-align: center;
    width: 100%;
}

.image_block--circle .image_block__text p {
    margin: 0 0 0.15rem;
}

.image_block--circle .image_block__text strong {
    font-weight: 500;
    font-size: 20px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.2rem;
    color: #007d7c;
}

@media screen and (min-width: 650px) {
    .__no_grid .image_block--square {
        display: block;
        position: relative;
        min-height: 33.33333333vw;
        padding-top: 3.6rem;
        padding-left: 7.43055556%;
        padding-right: 43.75%;
    }

    .__no_grid .image_block--square::before {
        position: absolute;
        top: 72px;
        top: 3.6rem;
        left: 0;
        right: 0;
        height: 117px;
        height: 5.85rem;
    }

    .__no_grid .image_block--square .image_block__title {
        margin-left: 0;
        margin-top: 1.75rem;
        margin-bottom: 3.9rem;
        z-index: 2;
        position: relative;
    }

    .__no_grid .image_block--square .image_block__img {
        position: absolute;
        left: 60.41666667%;
        right: 6.25%;
        width: 33.33333333%;
        top: 0;
        bottom: 0;
    }

    .__no_grid .image_block--square .image_block__img img {
        width: 100%;
        height: auto;
        display: block;
        min-height: 140px;
        min-height: 7rem;
    }

    .__no_grid .image_block--square.__right {
        padding-right: 7.43055556%;
        padding-left: 43.75%;
    }

    .__no_grid .image_block--square.__right .image_block__img {
        right: 60.41666667%;
        left: auto;
    }
}

.flexible_grid,
.image_block_grid {
    display: -ms-grid;
    grid-auto-rows: auto;
}

.image_block_grid {
    margin: 1.8rem auto auto;
    max-width: 1724px;
    max-width: 86.2rem;
    padding: 0 1.1rem;
    display: grid;
    -ms-grid-rows: (auto) [ 3 ];
    grid-template-rows: repeat(3, auto);
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 44px;
    grid-column-gap: 2.2rem;
    grid-row-gap: 46px;
    grid-row-gap: 2.3rem;
}

.image_block_grid.__rows-1 {
    -ms-grid-rows: (auto) [ 1 ];
    grid-template-rows: repeat(1, auto);
}

.image_block_grid.__rows-2 {
    -ms-grid-rows: (auto) [ 2 ];
    grid-template-rows: repeat(2, auto);
}

.image_block_grid.__rows-3 {
    -ms-grid-rows: (auto) [ 3 ];
    grid-template-rows: repeat(3, auto);
}

.image_block_grid.__rows-4 {
    -ms-grid-rows: (auto) [ 4 ];
    grid-template-rows: repeat(4, auto);
}

.image_block_grid.__rows-5 {
    -ms-grid-rows: (auto) [ 5 ];
    grid-template-rows: repeat(5, auto);
}

.image_block_grid.__rows-6 {
    -ms-grid-rows: (auto) [ 6 ];
    grid-template-rows: repeat(6, auto);
}

.image_block_grid.__rows-7 {
    -ms-grid-rows: (auto) [ 7 ];
    grid-template-rows: repeat(7, auto);
}

.image_block_grid.__rows-8 {
    -ms-grid-rows: (auto) [ 8 ];
    grid-template-rows: repeat(8, auto);
}

.image_block_grid.__rows-9 {
    -ms-grid-rows: (auto) [ 9 ];
    grid-template-rows: repeat(9, auto);
}

.image_block_grid.__rows-10 {
    -ms-grid-rows: (auto) [ 10 ];
    grid-template-rows: repeat(10, auto);
}

.image_block--info {
    color: #fff;
    letter-spacing: 0;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
}

.image_block--info .image_block__inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 234px;
    min-height: 11.7rem;
}

.image_block--info .image_block__inner::after {
    display: block;
    width: 0;
    padding-bottom: 45.17374517%;
}

.image_block--info .image_block__text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%;
    text-align: left;
}

.image_block--info .image_block__text h3 {
    background-color: rgba(0, 125, 124, 0.81);
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.2rem;
    letter-spacing: 0.66px;
    letter-spacing: 0.033rem;
    color: #fff;
    padding: 0.65rem 0.9rem;
}

.image_block--info .image_block__text p {
    font-weight: 400;
    margin: 0;
    background-color: rgba(0, 125, 124, 0.81);
    padding: 0.45rem 0.9rem 0.6rem;
}

.__no_grid .image_block_grid {
    display: block;
    padding: 0;
    margin-bottom: -2.3rem;
}

.__no_grid .image_block_grid:after {
    display: table;
    margin: auto;
    clear: both;
}

.__no_grid .image_block_grid .image_block {
    width: 50%;
    float: left;
    margin-bottom: 2.3rem;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
}

@media screen and (max-width: 649px) {
    .image_block--thumbnail {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        padding: 1.25rem 0.3rem 2.5rem;
    }

    .image_block--thumbnail .image_block__img {
        -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
    }

    .image_block--thumbnail .image_block__text {
        padding: 0;
        margin-top: 0.75rem;
    }

    .image_block--thumbnail .image_block__text h2,
    .image_block--thumbnail .image_block__text h3,
    .image_block--thumbnail .image_block__text h4,
    .image_block--thumbnail .image_block__text h5,
    .image_block--thumbnail .image_block__text h6 {
        letter-spacing: 0.8px;
        letter-spacing: 0.04rem;
        line-height: 30px;
        line-height: 1.5rem;
        text-align: center;
    }

    .image_block--square {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .image_block--square::before {
        content: none;
    }

    .image_block--square .image_block__title {
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        text-align: center;
        padding: 0.8rem 0.55rem 1rem;
    }

    .image_block--square .image_block__title h2,
    .image_block--square .image_block__title h3,
    .image_block--square .image_block__title h4,
    .image_block--square .image_block__title h5,
    .image_block--square .image_block__title h6 {
        margin: 0;
        font-size: 21px;
        font-size: 1.05rem;
        line-height: 30px;
        line-height: 1.5rem;
        letter-spacing: 0;
    }

    .image_block--square .image_block__img {
        -ms-flex-order: 2;
        order: 2;
    }

    .image_block--square .image_block__text {
        padding: 0.9rem 1rem 1.95rem;
        -ms-flex-order: 3;
        order: 3;
    }

    .image_block_grid {
        display: block;
    }
}

@media screen and (min-width: 950px) {
    .thumbnails_group {
        max-width: 1320px;
        max-width: 66rem;
        margin: auto auto 2.1rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .thumbnails_group .image_block {
        max-width: none;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: calc(50% - 1.1rem);
        margin: 0 0.55rem 1.1rem;
    }
}

.page_panel {
    text-align: center;
}

.page_panel__inner {
    margin: auto;
    max-width: 600px;
    max-width: 30rem;
    padding: 3.2rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
}

.page_panel.__dark {
    color: #f1f1f1;
}

.section_title {
    margin: 3.2rem 0 2.65rem;
    padding-left: 0.55rem;
    padding-right: 0.55rem;
    text-align: center;
}

.section_title h2,
.section_title h3,
.section_title h4,
.section_title h5 {
    font-weight: 700;
}

.section_title--background {
    background-color: #1a1a1a;
    margin: 0;
    padding: 2.6rem 0.55rem 2.25rem;
}

.section_title--background h2,
.section_title--background h3,
.section_title--background h4,
.section_title--background h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: normal;
    font-size: 27px;
    font-size: 1.35rem;
    color: #fff;
    margin: 0 auto;
}

.section_title.background {
    background-image: url(../../images/panel-bg.jpg);
    padding: 3rem 0.55rem;
    margin: 0;
}

.quote_block,
.text_block__area.__dark {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.22) 0,
            rgba(0, 0, 0, 0) 10%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0.22) 100%
    );
}

.section_title.background h2,
.section_title.background h3,
.section_title.background h4,
.section_title.background h5,
.section_title.background h6 {
    margin: 0 auto;
}

@media screen and (max-width: 649px) {
    .section_title--background {
        padding: 1.05rem;
    }

    .section_title.background {
        padding: 1.6rem 0.55rem;
    }
}

.section_content {
    text-align: center;
    margin: 0 auto 1.8rem;
    padding-top: 33px;
}

.section_content__inner {
    margin: auto;
    width: 100%;
    max-width: 720px;
    max-width: 36rem;
    padding: 0.55rem;
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 649px) {
    .section_content {
        padding-top: 21px;
        margin-bottom: 25px;
    }
}

.section.__bg_grey {
    padding-top: 1px;
    padding-bottom: 3.25rem;
}

.section.__bg_grey.__no_padding_bottom {
    padding-bottom: 1px !important;
}

.section.__bg_grey .image_block--square {
    margin-bottom: 0;
}

.section.__bg_grey .page_intro {
    margin-top: 42px;
    margin-bottom: 40px;
}

.section.__bg_grey .page_intro p {
    margin-bottom: 24px;
    font-weight: 400;
}

@media screen and (max-width: 649px) {
    .section.__bg_grey {
        padding-bottom: 0;
    }

    .section.__bg_grey .page_intro {
        margin-top: 18px;
        margin-bottom: 40px;
        font-weight: 400;
    }

    .section.__bg_grey .page_intro p {
        font-size: 15px;
        line-height: 21px;
        margin-bottom: 12px;
    }
}

.text_block {
    display: -ms-flexbox;
    display: flex;
}

.text_block__area {
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding: 1.1rem 7.84722222% 1.3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 573px;
    min-height: 28.65rem;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.text_block__area h2,
.text_block__area h3,
.text_block__area h4,
.text_block__area h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: normal;
    color: #2b2f83;
    font-size: 25px;
    font-size: 1.25rem;
    margin-bottom: 10.5px;
    margin-top: 0;
}

.text_block__area.__dark {
    background-color: #1a1a1a;
    color: #f1f1f1;
}

@media screen and (max-width: 949px) {
    .image_block--square {
        -ms-grid-rows: 0 5.85rem 2.25rem auto 3.6rem;
        grid-template-rows: 0 5.85rem 2.25rem auto 3.6rem;
    }

    .text_block {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .text_block__area {
        min-height: 320px;
        min-height: 16rem;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}

.video_block {
    display: -ms-flexbox;
    display: flex;
}

.video_block__vid {
    -ms-flex: 3 3 60%;
    flex: 3 3 60%;
    position: relative;
}

.video_block__vid__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

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

.video_block__vid .iframe_wrap {
    padding-bottom: 57.52314815%;
}

.video_block__vid .btn--video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_block__text {
    -ms-flex: 2 2 40%;
    flex: 2 2 40%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.1rem 7.08333333%;
    color: #737373;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-block p {
    margin: 0;
}

.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quote_block {
    background-color: #252525;
    font-weight: 500;
    font-size: 21px;
    font-size: 1.05rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #83d0c3;
    letter-spacing: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.79);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.95rem 1rem 2.15rem;
    margin-bottom: 3.2rem;
}

.quote_block ul {
    list-style-type: disc;
}

.quote_block ol {
    list-style-type: decimal;
}

.quote_block ol,
.quote_block ul {
    list-style-position: outside;
    padding-left: 1rem;
}

.quote_block ol li,
.quote_block ul li {
    margin-bottom: 0.3rem;
}

.quote_block ol li:last-child,
.quote_block ul li:last-child {
    margin: 0;
}

.quote_block ol,
.quote_block p,
.quote_block ul {
    margin-bottom: 1.2rem;
}

.quote_block h2,
.quote_block h3 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2.25rem;
    margin-bottom: 1.2rem;
}

.quote_block h4 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.quote_block h5,
.quote_block h6 {
    line-height: 30px;
    line-height: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.quote_block h2:first-child,
.quote_block h3:first-child,
.quote_block h4:first-child,
.quote_block h5:first-child,
.quote_block h6:first-child {
    margin-top: 0;
}

.quote_block p:last-child {
    margin-bottom: 0;
}

.quote_block .wp-caption,
.quote_block > img {
    margin: 2.25rem 0 2rem;
}

.quote_block > img {
    display: block;
}

.quote_block .wp-caption p {
    margin: 0.6rem 0 0;
    color: #7d7d7d;
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.quote_block blockquote {
    margin-top: 2.25rem;
}

.quote_block blockquote cite {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 21px;
    line-height: 1.05rem;
}

.quote_block > * {
    max-width: 698px;
    max-width: 34.9rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 649px) {
    .quote_block {
        font-size: 17px;
        font-size: 0.85rem;
        line-height: 21px;
        line-height: 1.05rem;
    }
}

.flexible_grid {
    display: grid;
    -ms-grid-columns: (1fr) [ 20 ];
    grid-template-columns: repeat(20, 1fr);
    width: 100%;
    -ms-grid-rows: (auto) [ 6 ];
    grid-template-rows: repeat(6, auto);
}

.flexible_grid.__rows-1 {
    -ms-grid-rows: (auto) [ 1 ];
    grid-template-rows: repeat(1, auto);
}

.flexible_grid.__rows-2 {
    -ms-grid-rows: (auto) [ 2 ];
    grid-template-rows: repeat(2, auto);
}

.flexible_grid.__rows-3 {
    -ms-grid-rows: (auto) [ 3 ];
    grid-template-rows: repeat(3, auto);
}

.flexible_grid.__rows-4 {
    -ms-grid-rows: (auto) [ 4 ];
    grid-template-rows: repeat(4, auto);
}

.flexible_grid.__rows-5 {
    -ms-grid-rows: (auto) [ 5 ];
    grid-template-rows: repeat(5, auto);
}

.flexible_grid.__rows-6 {
    -ms-grid-rows: (auto) [ 6 ];
    grid-template-rows: repeat(6, auto);
}

.flexible_grid.__rows-7 {
    -ms-grid-rows: (auto) [ 7 ];
    grid-template-rows: repeat(7, auto);
}

.flexible_grid.__rows-8 {
    -ms-grid-rows: (auto) [ 8 ];
    grid-template-rows: repeat(8, auto);
}

.flexible_grid.__rows-9 {
    -ms-grid-rows: (auto) [ 9 ];
    grid-template-rows: repeat(9, auto);
}

.flexible_grid.__rows-10 {
    -ms-grid-rows: (auto) [ 10 ];
    grid-template-rows: repeat(10, auto);
}

.flexible_grid.__row_spacing--small {
    grid-row-gap: 6px;
    grid-row-gap: 0.3rem;
}

.flexible_grid.__row_spacing--med {
    grid-row-gap: 24px;
    grid-row-gap: 1.2rem;
}

.flexible_grid.__row_spacing--large {
    grid-row-gap: 64px;
    grid-row-gap: 3.2rem;
}

.flexible_grid.__col_spacing--small {
    grid-column-gap: 6px;
    grid-column-gap: 0.3rem;
}

.flexible_grid.__col_spacing--med {
    grid-column-gap: 11px;
    grid-column-gap: 0.55rem;
}

.flexible_grid.__col_spacing--large {
    grid-column-gap: 20px;
    grid-column-gap: 1rem;
}

.flexible_grid__item.__size-5 {
    -ms-grid-column: span 1;
    grid-column: span 1;
    -ms-flex: 1 1 5%;
    flex: 1 1 5%;
}

.flexible_grid__item.__size-10 {
    -ms-grid-column: span 2;
    grid-column: span 2;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
}

.flexible_grid__item.__size-15 {
    -ms-grid-column: span 3;
    grid-column: span 3;
    -ms-flex: 1 1 15%;
    flex: 1 1 15%;
}

.flexible_grid__item.__size-20 {
    -ms-grid-column: span 4;
    grid-column: span 4;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
}

.flexible_grid__item.__size-25 {
    -ms-grid-column: span 5;
    grid-column: span 5;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
}

.flexible_grid__item.__size-30 {
    -ms-grid-column: span 6;
    grid-column: span 6;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
}

.flexible_grid__item.__size-35 {
    -ms-grid-column: span 7;
    grid-column: span 7;
    -ms-flex: 1 1 35%;
    flex: 1 1 35%;
}

.flexible_grid__item.__size-40 {
    -ms-grid-column: span 8;
    grid-column: span 8;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
}

.flexible_grid__item.__size-45 {
    -ms-grid-column: span 9;
    grid-column: span 9;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
}

.flexible_grid__item.__size-50 {
    -ms-grid-column: span 10;
    grid-column: span 10;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.flexible_grid__item.__size-55 {
    -ms-grid-column: span 11;
    grid-column: span 11;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
}

.flexible_grid__item.__size-60 {
    -ms-grid-column: span 12;
    grid-column: span 12;
    -ms-flex: 1 1 60%;
    flex: 1 1 60%;
}

.flexible_grid__item.__size-65 {
    -ms-grid-column: span 13;
    grid-column: span 13;
    -ms-flex: 1 1 65%;
    flex: 1 1 65%;
}

.flexible_grid__item.__size-70 {
    -ms-grid-column: span 14;
    grid-column: span 14;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
}

.flexible_grid__item.__size-75 {
    -ms-grid-column: span 15;
    grid-column: span 15;
    -ms-flex: 1 1 75%;
    flex: 1 1 75%;
}

.flexible_grid__item.__size-80 {
    -ms-grid-column: span 16;
    grid-column: span 16;
    -ms-flex: 1 1 80%;
    flex: 1 1 80%;
}

.flexible_grid__item.__size-85 {
    -ms-grid-column: span 17;
    grid-column: span 17;
    -ms-flex: 1 1 85%;
    flex: 1 1 85%;
}

.flexible_grid__item.__size-90 {
    -ms-grid-column: span 18;
    grid-column: span 18;
    -ms-flex: 1 1 90%;
    flex: 1 1 90%;
}

.flexible_grid__item.__size-95 {
    -ms-grid-column: span 19;
    grid-column: span 19;
    -ms-flex: 1 1 95%;
    flex: 1 1 95%;
}

.flexible_grid__item.__size-100 {
    -ms-grid-column: span 20;
    grid-column: span 20;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

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

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

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

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

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

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

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

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

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

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

.flexible_grid__item.gradient {
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0) 0,
            rgba(0, 0, 0, 0.04) 131px
    );
}

.flexible_grid__item.__color-gradient {
    position: relative;
}

.flexible_grid__item.__color-gradient:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 131px;
    opacity: 0.04;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, #000 100%);
}

.flexible_grid__item--text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0;
    padding-left: 9.02777778%;
    padding-right: 9.02777778%;
}

.flexible_grid__item--text h2,
.flexible_grid__item--text h3,
.flexible_grid__item--text h4 {
    width: 100%;
    margin: 0 auto 1.25rem;
}

.flexible_grid__item--text.__color-grey {
    position: relative;
}

.flexible_grid__item--text.__color-grey:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.award__image,
.flexible_grid__item--video {
    position: relative;
}

.flexible_grid__item--text.__color-dark {
    background-color: #1a1a1a;
    background-image: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.22) 0,
            rgba(0, 0, 0, 0) 10%,
            rgba(0, 0, 0, 0) 88%,
            rgba(0, 0, 0, 0.22) 100%
    );
    color: #f1f1f1;
}

.flexible_grid__item--text.callout {
    color: #83d0c3;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.79);
}

.flexible_grid__item--text.__text_align-left {
    text-align: left;
}

.flexible_grid__item--text.__text_align-right {
    text-align: right;
}

.flexible_grid__item--text.__text_align-center {
    text-align: center;
}

.flexible_grid__item--text.__padding-none {
    padding: 0;
}

.flexible_grid__item--text.__padding-large,
.flexible_grid__item--text.__padding-med,
.flexible_grid__item--text.__padding-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.flexible_grid__item--text.__padding-large {
    padding-left: 9.02777778vw;
    padding-right: 9.02777778vw;
}

.flexible_grid__item--text.__padding-med {
    padding-left: 8.88888889vw;
    padding-right: 8.88888889vw;
}

.flexible_grid__item--text.__padding-small {
    padding-left: 7.77777778vw;
    padding-right: 7.77777778vw;
}

.flexible_grid__item--images {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
}

.flexible_grid__item--img img {
    height: auto;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.flexible_grid__item--video .iframe_wrap {
    min-height: 100%;
    padding-bottom: 57.52314815%;
}

.flexible_grid__item.__copy,
.flexible_grid__item.__copy--big,
.flexible_grid__item.__copy--black,
.flexible_grid__item.__copy--large,
.flexible_grid__item.__copy--larger,
.flexible_grid__item.__copy--small,
.flexible_grid__item.article_content,
.flexible_grid__item.page-content {
    font-size: 19px;
    line-height: 27px;
}

.flexible_grid__item.__copy h2,
.flexible_grid__item.__copy--big h2,
.flexible_grid__item.__copy--black h2,
.flexible_grid__item.__copy--large h2,
.flexible_grid__item.__copy--larger h2,
.flexible_grid__item.__copy--small h2,
.flexible_grid__item.article_content h2,
.flexible_grid__item.page-content h2 {
    line-height: 30px;
    line-height: 1.5rem;
}

.flexible_grid__item.__copy h2,
.flexible_grid__item.__copy h3,
.flexible_grid__item.__copy h4,
.flexible_grid__item.__copy h5,
.flexible_grid__item.__copy--big h2,
.flexible_grid__item.__copy--big h3,
.flexible_grid__item.__copy--big h4,
.flexible_grid__item.__copy--big h5,
.flexible_grid__item.__copy--black h2,
.flexible_grid__item.__copy--black h3,
.flexible_grid__item.__copy--black h4,
.flexible_grid__item.__copy--black h5,
.flexible_grid__item.__copy--large h2,
.flexible_grid__item.__copy--large h3,
.flexible_grid__item.__copy--large h4,
.flexible_grid__item.__copy--large h5,
.flexible_grid__item.__copy--larger h2,
.flexible_grid__item.__copy--larger h3,
.flexible_grid__item.__copy--larger h4,
.flexible_grid__item.__copy--larger h5,
.flexible_grid__item.__copy--small h2,
.flexible_grid__item.__copy--small h3,
.flexible_grid__item.__copy--small h4,
.flexible_grid__item.__copy--small h5,
.flexible_grid__item.article_content h2,
.flexible_grid__item.article_content h3,
.flexible_grid__item.article_content h4,
.flexible_grid__item.article_content h5,
.flexible_grid__item.page-content h2,
.flexible_grid__item.page-content h3,
.flexible_grid__item.page-content h4,
.flexible_grid__item.page-content h5 {
    margin-bottom: 1rem;
}

.flexible_grid.__row_height--large .flexible_grid__item {
    min-height: 39.79166667vw;
}

.flexible_grid.__row_height--med .flexible_grid__item {
    min-height: 34.51388889vw;
}

@media screen and (max-width: 649px) {
    .flexible_grid.__row_spacing--small .flexible_grid__item,
    .flexible_grid__item--img + .flexible_grid__item--img {
        margin-top: 0.3rem;
    }

    .flexible_grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .flexible_grid__item {
        width: 100%;
        -ms-flex: 0 0 auto !important;
        flex: 0 0 auto !important;
        -ms-grid-column: 1 !important;
        grid-column: 1 !important;
    }

    .flexible_grid__item--text {
        font-size: 17px;
        font-size: 0.85rem;
        line-height: 24px;
        line-height: 1.2rem;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }

    .flexible_grid__item--text.__padding-large,
    .flexible_grid__item--text.__padding-med,
    .flexible_grid__item--text.__padding-small {
        padding: 1rem 1.15rem 1.25rem;
    }

    .flexible_grid__item--text.__copy,
    .flexible_grid__item--text.__copy--big,
    .flexible_grid__item--text.__copy--black,
    .flexible_grid__item--text.__copy--large,
    .flexible_grid__item--text.__copy--larger,
    .flexible_grid__item--text.__copy--small,
    .flexible_grid__item--text.article_content,
    .flexible_grid__item--text.page-content {
        font-size: 17px;
        line-height: 24px;
    }

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

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

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

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

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

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

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

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

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

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

    .flexible_grid__item h2 {
        font-size: 21px;
        line-height: 20px;
    }

    .flexible_grid__item.__copy h2,
    .flexible_grid__item.__copy h3,
    .flexible_grid__item.__copy h4,
    .flexible_grid__item.__copy h5,
    .flexible_grid__item.__copy--big h2,
    .flexible_grid__item.__copy--big h3,
    .flexible_grid__item.__copy--big h4,
    .flexible_grid__item.__copy--big h5,
    .flexible_grid__item.__copy--black h2,
    .flexible_grid__item.__copy--black h3,
    .flexible_grid__item.__copy--black h4,
    .flexible_grid__item.__copy--black h5,
    .flexible_grid__item.__copy--large h2,
    .flexible_grid__item.__copy--large h3,
    .flexible_grid__item.__copy--large h4,
    .flexible_grid__item.__copy--large h5,
    .flexible_grid__item.__copy--larger h2,
    .flexible_grid__item.__copy--larger h3,
    .flexible_grid__item.__copy--larger h4,
    .flexible_grid__item.__copy--larger h5,
    .flexible_grid__item.__copy--small h2,
    .flexible_grid__item.__copy--small h3,
    .flexible_grid__item.__copy--small h4,
    .flexible_grid__item.__copy--small h5,
    .flexible_grid__item.article_content h2,
    .flexible_grid__item.article_content h3,
    .flexible_grid__item.article_content h4,
    .flexible_grid__item.article_content h5,
    .flexible_grid__item.page-content h2,
    .flexible_grid__item.page-content h3,
    .flexible_grid__item.page-content h4,
    .flexible_grid__item.page-content h5 {
        margin-bottom: 0.5rem;
    }

    .flexible_grid__item--images {
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }

    .flexible_grid__item.__color-gradient:after {
        display: none;
    }
}

.btn--video,
.video_block__button {
    -ms-flex-align: center;
    background: rgba(0, 171, 142, 0.52);
    border: 1px solid #fff;
    cursor: pointer;
}

.video_block__image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

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

.video_block__button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    transition: background-color 0.2s;
    padding: 0.25rem;
    padding-right: 0.75rem;
    border-radius: 1.5rem;
}

.video_block__button__arrow {
    width: 48px;
    width: 2.4rem;
    height: 48px;
    height: 2.4rem;
    margin-right: 0.4rem;
}

.video_block__button__text {
    color: #fff;
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 34px;
    line-height: 1.7rem;
}

.video_block__button:focus-visible,
.video_block__button:hover {
    background: rgba(0, 171, 142, 0.9);
}

.__no_grid .flexible_grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.__no_grid .flexible_grid__item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.__no_grid .flexible_grid__item.__size-5 {
    width: 5%;
}

.__no_grid .flexible_grid__item.__size-10 {
    width: 10%;
}

.__no_grid .flexible_grid__item.__size-15 {
    width: 15%;
}

.__no_grid .flexible_grid__item.__size-20 {
    width: 20%;
}

.__no_grid .flexible_grid__item.__size-25 {
    width: 25%;
}

.__no_grid .flexible_grid__item.__size-30 {
    width: 30%;
}

.__no_grid .flexible_grid__item.__size-35 {
    width: 35%;
}

.__no_grid .flexible_grid__item.__size-40 {
    width: 40%;
}

.__no_grid .flexible_grid__item.__size-45 {
    width: 45%;
}

.__no_grid .flexible_grid__item.__size-50 {
    width: 50%;
}

.__no_grid .flexible_grid__item.__size-55 {
    width: 55%;
}

.__no_grid .flexible_grid__item.__size-60 {
    width: 60%;
}

.__no_grid .flexible_grid__item.__size-65 {
    width: 65%;
}

.__no_grid .flexible_grid__item.__size-70 {
    width: 70%;
}

.__no_grid .flexible_grid__item.__size-75 {
    width: 75%;
}

.__no_grid .flexible_grid__item.__size-80 {
    width: 80%;
}

.__no_grid .flexible_grid__item.__size-85 {
    width: 85%;
}

.__no_grid .flexible_grid__item.__size-90 {
    width: 90%;
}

.__no_grid .flexible_grid__item.__size-95 {
    width: 95%;
}

.__no_grid .flexible_grid__item.__size-100 {
    width: 100%;
}

@media screen and (min-width: 650px) {
    .__no_grid .flexible_grid.__row_spacing--small .flexible_grid__item {
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .__no_grid .flexible_grid.__row_spacing--med .flexible_grid__item {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }

    .__no_grid .flexible_grid.__row_spacing--large .flexible_grid__item {
        padding-top: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .__no_grid .flexible_grid.__col_spacing--small .flexible_grid__item {
        padding-right: 0.15rem;
        padding-left: 0.15rem;
    }

    .__no_grid .flexible_grid.__col_spacing--med .flexible_grid__item {
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }

    .__no_grid .flexible_grid.__col_spacing--large .flexible_grid__item {
        padding-right: 0.8rem;
        padding-left: 0.8rem;
    }
}

.flexible_grid__item--text > * {
    max-width: 482px;
    max-width: 24.1rem;
    margin-left: auto;
    margin-right: auto;
}

.flexible_grid__item--text h2,
.flexible_grid__item--text h3,
.flexible_grid__item--text h4 {
    max-width: 482px;
    max-width: 24.1rem;
}

.flexible_grid__item--text.__size-100 h2,
.flexible_grid__item--text.__size-100 h3,
.flexible_grid__item--text.__size-100 h4,
.flexible_grid__item--text.__size-100 > * {
    max-width: 638px;
    max-width: 31.9rem;
}

.flexible_grid__item.get_involved {
    background-image: url(../../images/placeholders/csr-cta-bg.jpg);
    background-size: cover;
    background-position: center;
    margin-bottom: 2.65rem;
    padding-top: 4.2rem;
    padding-bottom: 4.2rem;
}

.flexible_grid__item.get_involved h2.yellow_title,
.flexible_grid__item.get_involved h3.yellow_title,
.flexible_grid__item.get_involved h4.yellow_title {
    margin-bottom: 1rem;
}

.flexible_grid__item.get_involved p {
    max-width: 600px;
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 649px) {
    .__no_grid .flexible_grid {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .__no_grid .flexible_grid__item {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .flexible_grid__item.get_involved {
        padding-top: 2rem;
        padding-bottom: 2.3rem;
        margin-bottom: 2rem;
    }

    .site_header--absolute + #main .hero__text {
        background-color: rgba(11, 40, 40, 0.32);
        background-image: linear-gradient(
                -180deg,
                rgba(20, 31, 31, 0.65) 0,
                rgba(11, 40, 40, 0) 96px
        );
    }
}

.content_block {
    display: -ms-flexbox;
    display: flex;
    padding: 6%;
    background: #f1f1f1;
}

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

.content_block__text {
    width: 100%;
    max-width: 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding: 0 15px;
}

.content_block__text__inner {
    margin-left: 3%;
}

.content_block__text h2 {
    color: #502c85;
    line-height: 30px;
    margin-bottom: 22px;
    margin-top: 0;
}

.content_block__text p {
    font-size: 19px;
    line-height: 27px;
}

.content_block__img {
    width: 40%;
    max-width: 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding: 0 15px;
}

.content_block__img img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 649px) {
    .content_block {
        padding: 22px 7px 17px;
    }

    .content_block__row {
        margin: 0;
    }

    .content_block__img,
    .content_block__text {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .content_block__img__inner,
    .content_block__text__inner {
        margin-left: 0;
    }

    .content_block__img h2,
    .content_block__text h2 {
        font-size: 21px;
        margin-bottom: 17px;
        width: 100%;
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center;
        xdisplay: none;
    }

    .content_block__img p,
    .content_block__text p {
        font-size: 17px;
        line-height: 24px;
    }

    .content_block__img {
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
        margin-bottom: 18px;
    }

    .content_block__text {
        padding-left: 13px;
        padding-right: 13px;
        -ms-flex-order: 3;
        order: 3;
    }

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

    .content_block__text._mobile h2 {
        display: block;
    }
}

.awards {
    width: 100%;
    margin: 48px auto;
}

.awards__title {
    font-weight: 500;
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 21px;
    line-height: 1.05rem;
    margin: 24px auto;
    color: #484848;
    letter-spacing: 0;
    text-align: center;
}

.award__title,
.btn {
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}

.awards__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: -1.2rem;
}

.awards__item {
    -ms-flex: 0 1 11.8rem;
    flex: 0 1 11.8rem;
    padding: 0 0.85rem;
    margin: 0 0 1.2rem;
}

.award__image {
    width: 100%;
    margin: auto auto 0.9rem;
    max-width: 121px;
    max-width: 6.05rem;
}

.award__image::before {
    display: block;
    padding-bottom: 100%;
}

.award__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
}

.hero__img,
.hero__img img,
.hero__img:before,
.hero__vid video,
.hero__vid:before {
    width: 100%;
    height: 100%;
}

.award__title {
    font-size: 17px;
    font-size: 0.85rem;
    line-height: 1.2rem;
    color: #484848;
    margin-bottom: 3px;
}

.award__sub {
    font-size: 16px;
    font-size: 0.8rem;
    line-height: 21px;
    line-height: 1.05rem;
    color: #484848;
    letter-spacing: 0;
    text-align: center;
}

@media screen and (max-width: 649px) {
    .awards__item {
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 0 0.25rem;
    }

    .award__img {
        max-width: 94px;
        max-width: 4.7rem;
    }

    .award__sub,
    .award__title {
        font-size: 14px;
        font-size: 0.7rem;
        line-height: 18px;
        line-height: 0.9rem;
    }
}

.hero {
    position: relative;
    background-color: #1a1a1a;
}

.hero__img {
    top: 0;
    left: 0;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.hero__img:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(98, 98, 98, 0.4);
}

.hero__img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__vid {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__vid:before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(248, 248, 248, 0.2);
}

.hero__vid video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero__text {
    color: #fff;
    background-color: rgba(11, 40, 40, 0.32);
}

.hero__text__block {
    text-align: center;
    width: 338px;
    height: 338px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    background: rgba(218, 28, 92, 0.8);
}

.hero__text .pagetitle {
    color: #fff;
    font-weight: 500;
}

.hero__text p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10.5px;
}

.hero--home {
    overflow: hidden;
    background: #2f2f2f;
}

.hero--home .hero__vid {
    opacity: 1;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero--home .hero__vid video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hero--home .hero__text {
    min-height: 603px;
    min-height: 30.15rem;
    padding: 0 0.55rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.hero--brand .hero__text,
.hero--large .hero__text {
    padding: 0 0.55rem;
    -ms-flex-direction: column;
    position: relative;
}

.hero--large .hero__text {
    min-height: 550px;
    min-height: 27.5rem;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.hero--brand .hero__text {
    min-height: 535px;
    min-height: 26.75rem;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

.hero--brand .hero__text__block {
    width: 288px;
    height: 288px;
    padding: 25px;
    background: #fff;
}

.hero--brand .hero__text .pagetitle {
    margin: 0;
}

.hero--brand .hero__text .pagetitle .brand-title {
    display: none;
}

.hero--brand .hero__text .pagetitle img {
    max-width: 302px;
    max-height: 144px;
    width: 100%;
    margin: auto;
    display: block;
}

.hero--brand .hero__text .pagetitle.tall_height img {
    width: auto;
}

.hero--brand .hero__text .pagetitle.medium_height img {
    width: auto;
    max-height: 100px;
}

.hero--brand .hero__img:before {
    background: rgba(98, 98, 98, 0.41);
}

.hero--medium .hero__text {
    height: 536px;
    height: 26.8rem;
    padding: 0 0.55rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero--small {
    padding: 0.15rem 0;
}

.hero--investors .hero__text,
.hero--small .hero__text {
    padding: 1.55rem 0.55rem 1.6rem;
    position: relative;
    z-index: 2;
}

.hero--small .hero__text {
    margin: 0;
    background: rgba(50, 50, 50, 0.6);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.hero--small .hero__text .pagetitle {
    width: 100%;
    font-size: 39px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin: auto;
}

.hero--small .hero__img:before {
    display: none;
}

.hero--video .hero__text {
    height: 603px;
    height: 30.15rem;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero--video .hero__text .pagetitle {
    margin: auto auto 1.5rem;
}

.hero--video .hero__text .btn {
    margin-bottom: auto;
}

.hero--video .hero__text::after {
    content: none;
}

.hero--career .hero__text {
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}

.hero--career .hero__text .pagetitle {
    margin: auto auto 1.5rem;
}

.hero--career .hero__text .btn {
    margin-bottom: auto;
}

.hero--career .hero__text::after {
    content: none;
}

.hero--investors .hero__text {
    display: -ms-flexbox;
    display: flex;
    height: 366px;
    height: 18.3rem;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero--investors .hero__text .pagetitle {
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 1.5rem auto;
}

@media screen and (max-width: 649px) {
    .hero__text {
        color: #fff;
        background-color: rgba(11, 40, 40, 0.32);
    }

    .hero__text__block {
        width: 100%;
        height: unset;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        background: 0 0;
    }

    .hero__text p {
        font-size: 19px;
        line-height: 27px;
    }

    .hero--large .hero__text {
        height: 100vh;
        min-height: 300px;
        min-height: 15rem;
    }

    .hero--large .hero__text::after {
        height: 26px;
        height: 1.3rem;
    }

    .hero--home .hero__text {
        min-height: 283px;
        min-height: 14.15rem;
    }

    .hero--medium .hero__text {
        height: 283px;
        height: 14.15rem;
    }

    .hero--investors .hero__text {
        height: 258px;
        height: 12.9rem;
    }

    .hero--brand .hero__text {
        min-height: 258px;
        min-height: 12.9rem;
    }

    .hero--brand .hero__text .hero__text__block {
        width: 130px;
        height: 130px;
    }

    .hero--brand .hero__text .pagetitle {
        margin: 0;
    }

    .hero--brand .hero__text .pagetitle img {
        max-height: 65px;
    }

    .hero--brand .hero__text .pagetitle.tall_height img {
        width: auto;
    }

    .hero--brand .hero__text .pagetitle.medium_height img {
        max-height: 46px;
    }

    .hero--small .hero__text {
        padding: 37px 11px 36px;
    }

    .hero--small .hero__text .pagetitle {
        padding: 0;
        letter-spacing: 0;
        font-size: 28px;
        font-size: 1.4rem;
        line-height: 30px;
        line-height: 1.5rem;
    }
}

.postid-395 .hero__img {
    background-position: top center;
}

.postid-395 .hero__img img {
    -o-object-position: top;
    object-position: top;
}

@media (min-aspect-ratio: 1.77777778) {
    .fullscreen-bg__video {
        width: 100%;
        height: auto;
    }
}

@media (max-aspect-ratio: 1.77777778) {
    .fullscreen-bg__video {
        width: auto;
        height: 100%;
    }
}

.ctas {
    margin-top: 3.85rem;
    margin-bottom: 3.2rem;
}

.ctas_list {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ctas_list__item {
    width: calc(33.33% - 0.2rem);
}

.ctas_list__item__text {
    font-size: 20px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.5rem;
    color: #2e2e2e;
    text-align: center;
    padding: 0.55rem 0.55rem 0.65rem;
}

.ctas_list__item__img {
    padding-bottom: 49.15966387%;
    position: relative;
}

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

.cta__link,
.cta__link:focus,
.cta__link:hover {
    text-decoration: none;
}

.cta .cta__text:focus,
.cta .cta__text:hover,
.cta:focus .cta__text,
.cta:hover .cta__text {
    background: #13153b;
    color: #fff;
}

@media screen and (min-width: 650px) {
    .ctas:last-child {
        margin-bottom: 0.9rem;
    }

    .ctas:last-child .__items-2 .cta,
    .ctas:last-child .__items-3 .cta,
    .ctas:last-child .calls_to_action {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 649px) {
    .ctas {
        margin-top: 3.2rem;
        margin-bottom: 1.7rem;
    }

    .ctas_list {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ctas_list__item {
        width: 100%;
        margin-bottom: 0.3rem;
    }
}

.btn {
    font-size: 20px;
    font-size: 1rem;
    line-height: 1.2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #2b2f83;
    background: #2b2f83;
    text-shadow: none;
    color: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0.75rem 1.25rem 0.8rem;
    margin: auto;
    transition: all 0.19s;
    min-width: 216px;
    border-radius: 0.1rem;
}

.btn:focus,
.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #100;
}

.btn--video {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 auto;
    min-width: 153px;
    min-width: 7.65rem;
    padding: 0.25rem;
    padding-right: 0.75rem;
    border-radius: 1.5rem;
}

.btn--video .btn__arrow {
    width: 48px;
    width: 2.4rem;
    height: 48px;
    height: 2.4rem;
    margin-right: 0.4rem;
}

.btn--video .btn__text {
    color: #fff;
    font-size: 23px;
    font-size: 1.15rem;
    line-height: 34px;
    line-height: 1.7rem;
}

.btn--video:focus-visible,
.btn--video:hover {
    background: rgba(0, 171, 142, 0.9);
}

.btn--small {
    padding: 0.25rem 1.05rem;
    display: inline-block;
    margin-right: 0.4rem;
}

.btn--share-price {
    margin: 0 0 0 1rem;
    padding-left: 1.05rem;
    padding-right: 1.05rem;
}

.btn--download {
    background: #f1f1f1;
    font-size: 0.75rem;
    line-height: 1.2rem;
    color: #2b2f83;
    letter-spacing: 0;
    border-color: #f1f1f1;
    text-decoration: none !important;
    padding: 0.45rem 0.4rem;
    text-align: center;
    display: inline-block;
}

.btn--download:focus,
.btn--download:hover {
    text-decoration: none;
    color: #2b2f83;
    background: #d8d8d8;
}

@media screen and (max-width: 649px) {
    .btn {
        min-width: 172px;
        font-size: 18px;
        line-height: 20px;
    }

    .btn--video .btn__text {
        font-size: 17px;
        font-size: 0.85rem;
    }
}

tr.tab-title-row td:first-child {
    border-right: none;
    padding: 0.7rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    font-weight: 500;
    font-size: 19px;
    font-size: 0.95rem;
    line-height: 24px;
    line-height: 1.2rem;
    color: #2a2a2a;
    letter-spacing: 0;
}

tr.tab-title-row td:last-child {
    padding: 0.2rem;
    border-left: none;
    text-align: center;
}

.page-id-209 table td:first-child,
.page-id-209 table td:last-child {
    width: 5.7rem;
}

.article_content .tabs .tabs__buttons {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.article_content .tabs .tabs__button {
    -ms-flex: 0 1 9.55rem;
    flex: 0 1 9.55rem;
    margin-right: 0.3rem;
    background: #007d7c;
    font-size: 0.95rem;
    line-height: 1.2rem;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    border-radius: 2px 2px 0 0;
    height: auto;
    padding: 0.6rem 0.4rem;
}

.article_content .tabs .tabs__button:last-child {
    margin-right: 0;
}

.article_content .tabs .tabs__button:hover {
    background-color: #004a49;
}

.article_content .tabs .tabs__button:focus {
    box-shadow: 0 0 2px 2px rgba(11, 11, 11, 0.2);
}

.article_content .tabs .tabs__button[aria-selected="true"] {
    background: #f1f1f1;
    color: #1a1a1a;
}

.slick-arrow,
.social_list__item__link::after {
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 649px) {
    .article_content .tabs .tabs__button {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 0;
        margin-right: 0;
    }

    .page-id-209 table td:first-child {
        width: 3.4rem;
    }

    .page-id-209 table td:last-child {
        width: 4.7rem;
    }

    .page-id-209 .btn--download {
        line-height: 0.9rem;
    }
}

#main,
section {
    position: relative;
}

body {
    position: relative;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

header {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 949px) {
    #main {
        margin-top: 54px;
    }
}

footer {
    position: relative;
    z-index: 2;
}

a {
    transition: opacity 0.32s,
    background-color 0.32s,
    color 0.32s;
}

.social_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
}

.social_list__item {
    margin: 0.4rem;
    margin-top: 0;
    margin-bottom: 0;
}

.social_list__item:first-child {
    margin-left: 0;
}

.social_list__item:last-child {
    margin-right: 0;
}

.social_list__item__link {
    padding: 0.25rem;
    display: block;
}

.social_list__item__link::after {
    display: block;
    height: 24px;
    height: 1.2rem;
    width: 26px;
    width: 1.3rem;
    background-size: contain;
}

.social_list__item__link.fb:after {
    background-image: url(../../images/social/facebook.png);
    background-image: url(../../images/social/facebook.svg), none;
}

.social_list__item__link.tw:after {
    background-image: url(../../images/social/twitter.png);
    background-image: url(../../images/social/twitter.svg), none;
}

.social_list__item__link.in:after {
    background-image: url(../../images/social/linkedin.png);
    background-image: url(../../images/social/linkedin.svg), none;
}

.social_list__item__link.ig:after {
    background-image: url(../../images/social/instagram.png);
    background-image: url(../../images/social/instagram.svg), none;
}

.site_footer .social_list__item__link {
    border-radius: 0.2rem;
    background: #e0e0e0;
}

span.u {
    display: inline-block;
    border-bottom: 0.1rem solid currentColor;
    padding-bottom: 0.15rem;
}

.decorative_title {
    text-align: center;
    padding: 0.35rem 0 0.45rem;
    border-top: 1px solid #007d7c;
    border-top: 1px solid currentColor;
    border-bottom: 1px solid #007d7c;
    border-bottom: 1px solid currentColor;
    display: table;
    margin: auto;
}

.decorative_link,
a.decorative_link {
    display: inline-block;
    margin-top: 0.75rem;
}

.decorative_title:not(:last-child) {
    margin-bottom: 1.5rem;
}

.decorative_link {
    font-size: 19px;
    font-size: 0.95rem;
}

.decorative_link::before {
    content: "\2014\00a0";
}

a.decorative_link {
    font-size: 19px;
    font-size: 0.95rem;
}

a.decorative_link::before {
    content: "\2014\00a0";
}

.iframe_wrap {
    position: relative;
}

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

.spacer {
    border: none;
    margin: 0 0 3.2rem;
}

.spacer--small {
    margin-bottom: 1.6rem;
}

.spacer--xs {
    margin-bottom: 0.3rem;
}

div[data-bg-img-cover] {
    background-position: center;
    background-size: cover;
}

div[data-bg-img-contain] img,
div[data-bg-img-cover] img {
    opacity: 0;
    visibility: hidden;
}

div[data-bg-img-contain] {
    background-position: center;
    background-size: contain;
}

div[data-bg-img] img {
    opacity: 1;
    visibility: visible;
}

.slick-arrow {
    position: absolute;
    top: 121px;
    top: 6.05rem;
    width: 39px;
    width: 1.95rem;
    height: 56px;
    height: 2.8rem;
    background-color: transparent;
    padding: 0;
    display: block;
    border: none;
    font-size: 0;
    background-size: 0.95rem 1.8rem;
    background-image: url(../../images/arrow-left.png);
    cursor: pointer;
    z-index: 2;
}

.video_panel__img,
.video_panel__vid {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.video_panel iframe.video_panel__vid,
.video_panel__img img,
.video_panel__vid video {
    height: 100%;
    width: 100%;
}

.slick-arrow.slick-prev {
    left: 30px;
    left: 1.5rem;
}

.slick-arrow.slick-next {
    transform: scale(-1);
    right: 30px;
    right: 1.5rem;
}

.video_panel {
    position: relative;
    min-height: 100%;
    z-index: 1;
}

.video_panel p {
    margin: 0 !important;
    display: inline;
}

.video_panel:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 59%;
}

.video_panel__vid {
    bottom: 0;
    z-index: 1;
    opacity: 0;
}

.video_panel__vid video {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_panel__img {
    bottom: 0;
    z-index: 2;
}

.video_panel__img img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_panel .btn {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h2.yellow_title,
h3.yellow_title,
h4.yellow_title {
    padding: 0;
    border: none;
    font-weight: 500;
    font-size: 20px;
    font-size: 1rem;
    letter-spacing: 0.5px;
    letter-spacing: 0.025rem;
    line-height: 28px;
    line-height: 1.4rem;
    color: #fad669;
    text-align: center;
}

.__carousel_shortcode p:empty,
p:empty {
    display: none;
}

.__carousel_item_shortcode > p {
    margin: 0;
}

.site_header--absolute + #main .hero__text {
    background-color: rgba(11, 40, 40, 0.32);
    background-image: linear-gradient(
            -180deg,
            rgba(20, 31, 31, 0.65) 0,
            rgba(11, 40, 40, 0) 136px
    );
}

.restricted_form__label {
    font-weight: 500;
}

.restricted_form__dropdown {
    padding: 0.25rem 0.5rem;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    line-height: 1.5;
    font-weight: 500;
    color: #484848;
}

.visible_xs {
    display: none !important;
}

@media screen and (max-width: 649px) {
    .visible_xs {
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

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

@media screen and (max-width: 649px) {
    .hidden_xs {
        display: none !important;
    }

    .site_header--absolute + #main .hero__text {
        background-color: rgba(11, 40, 40, 0.32);
        background-image: linear-gradient(
                -180deg,
                rgba(20, 31, 31, 0.65) 0,
                rgba(11, 40, 40, 0) 96px
        );
    }
}