.content__path, .content__share .content__share__list, .reset__ul, .subnav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1
}
.reset__a {
    text-decoration: none;
    color: inherit
}
.reset__button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: 0;
    outline: 0
}
.parent {
    position: relative;
    width: 100%;
    overflow: hidden
}
.container {
    display: flow-root;
    position: relative;
    width: 100%
}
@media (-ms-high-contrast:active), (-ms-high-contrast:none) {
    .container {
        overflow: hidden
    }
}
.center {
    position: relative;
    display: flow-root;
    width: 90%;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--both {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px)
    }
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--left {
        padding-left: calc(50% - 635px)
    }
}
@media (min-width:1409.7px) and (min-width:1409.7px) {
    .spread--right {
        padding-right: calc(50% - 635px)
    }
}
.inline {
    display: inline-block;
    vertical-align: top
}
.block {
    display: block
}
.cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.f__uppercase {
    text-transform: uppercase
}
.f__display {
    font-family: "EB Garamond", sans-serif
}
.f__center {
    text-align: center
}
.f__left {
    text-align: left
}
.f__right {
    text-align: right
}
.col__pri {
    color: #3a6370
}
.col__sec {
    color: #83defc
}
.col__ter {
    color: #2d4d57
}
.col__white {
    color: #FFF
}
.bg__pri {
    background-color: #3a6370
}
.bg__sec {
    background-color: #83defc
}
.bg__ter {
    background-color: #2d4d57
}
.bg__white {
    background: #fff
}
.circle {
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1
}
.none {
    display: none
}
.hide {
    width: 0px;
    height: 0px;
    position: absolute;
    overflow: hidden;
    left: 200vw;
    font-size: 0;
    visibility: hidden
}
.content__region {
    line-height: 1.5;
    color: #444444
}
.content__region h2, .content__region h3, .content__region h4, .content__region h5, .content__region h6 {
    color: #444444;
    font-family: "EB Garamond", sans-serif;
    margin: 1em 0 0
}
.content__region h2 {
    font-size: 2.5em
}
.content__region h3 {
    font-size: 2em
}
.content__region h4 {
    font-size: 1.5em
}
.content__region h5 {
    font-size: 1.25em
}
.content__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0
}
.content__region a {
    color: #4587d0;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(69, 135, 208, 0.2);
    text-decoration-color: rgba(69, 135, 208, 0.2)
}
.content__region>img {
    max-width: 100%;
    height: auto;
    border: 1px solid #707070
}
.content__region img[style*=right] {
    margin: 0 0 1em 1em
}
.content__region img[style*=left] {
    margin: 0 1em 1em 0
}
.content__share {
    width: 100%
}
.content__share .content__share__list {
    text-align: right
}
.content__share .content__share__list__icon {
    display: inline-block;
    font-size: 1.3em;
    margin-left: 5px;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease
}
.content__share .content__share__list__icon a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    border: 1px solid
}
.content__share .content__share__list__icon--twitter {
    background: #1da1f2;
    border-color: #064870
}
.content__share .content__share__list__icon--twitter:hover {
    background: #4db5f5
}
.content__share .content__share__list__icon--facebook {
    background: #1877f2;
    border-color: #06326b
}
.content__share .content__share__list__icon--facebook:hover {
    background: #4893f5
}
.content__share .content__share__list__icon--linkedin {
    background: #007bb5;
    border-color: #00131c
}
.content__share .content__share__list__icon--linkedin:hover {
    background: #009ee8
}
.content__share .content__share__list__icon--email {
    background: rgba(68, 68, 68, 0)
}
.content__share .content__share__list__icon--email a {
    border-color: rgba(68, 68, 68, 0.3);
    color: #444444
}
.content__share .content__share__list__icon--email:hover {
    background: rgba(68, 68, 68, 0.1)
}
@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes marquee {
    0% {
        -webkit-transform: translateX(100vw);
        transform: translateX(100vw)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*! normalize.css v1.1.2 | MIT License | git.io/normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden] {
    display: none
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
button, html, input, select, textarea {
    font-family: sans-serif
}
body {
    margin: 0
}
a:focus {
    outline: thin dotted
}
a:active, a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: 0.67em 0
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0
}
h3 {
    font-size: 1.17em;
    margin: 1em 0
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: bold
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
p, pre {
    margin: 1em 0
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:after, q:before {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}
menu, ol, ul {
    padding: 0 0 0 40px
}
nav ol, nav ul {
    list-style: none;
    list-style-image: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 0
}
form {
    margin: 0
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}
button, input {
    line-height: normal
}
button, select {
    text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}
button[disabled], html input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
body {
    font-size: 100%
}
.mason, body, html {
    width: 100%;
    height: 100%
}
body {
    background: #cccccc
}
.mason *, .mason :after, .mason :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("/_includes/polyfills/boxsizing.htc")
}
.mason--resizing * {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}
.mason {
    width: 1024px;
    min-height: 100%;
    height: auto!important;
    height: 100%;
    margin: 0 auto;
    clear: both;
    position: relative;
    overflow: hidden;
    background: #ffffff
}
@media (min-width:0px) {
    .mason {
        width: auto
    }
}
.mason {
    color: #444444;
    font-family: "Open Sans", sans-serif
}
button, input, select, textarea {
    font-family: "Open Sans", sans-serif
}
.video {
    max-width: 100%;
    position: relative;
    background: #000
}
.video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0
}
.region h1, .region h2, .region h3, .region h4, .region h5, .region h6 {
    color: #444444;
    font-family: "EB Garamond", sans-serif;
    font-weight: normal;
    line-height: 1.5em
}
.region a {
    color: #4587d0;
    text-decoration: none
}
.region hr {
    width: 100%;
    height: 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #e0e0e0
}
.region iframe, .region img {
    max-width: 100%
}
.region img {
    height: auto!important
}
.region img[data-fill] {
    max-width: none
}
.region figure {
    max-width: 100%;
    padding: 2px;
    margin: 1em 0;
    border: 1px solid #e0e0e0;
    background: #f8f8f8
}
.region figure img {
    clear: both
}
.region figure figcaption {
    clear: both
}
.region blockquote {
    margin: 1em 0;
    padding: 0 0 0 1em
}
.region table {
    max-width: 100%;
    margin: 1em 0;
    clear: both;
    border: 1px solid #e0e0e0;
    background: #f8f8f8
}
.region td, .region th {
    text-align: left;
    padding: 0.25em 0.5em;
    border: 1px solid #e0e0e0
}
.region label {
    margin-right: .5em;
    display: block
}
.region legend {
    padding: 0 .5em
}
.region label em, .region legend em {
    color: #CF1111;
    font-style: normal;
    margin-left: .2em
}
.region input {
    max-width: 100%
}
.region input[type=number], .region input[type=password], .region input[type=text] {
    width: 18em;
    height: 2em;
    display: block;
    padding: 0 0 0 .5em;
    border: 1px solid #e0e0e0
}
.region input[type=checkbox], .region input[type=radio] {
    width: 1em;
    height: 1em;
    margin: .4em
}
.region textarea {
    max-width: 100%;
    display: block;
    padding: .5em;
    border: 1px solid #e0e0e0
}
.region select {
    max-width: 100%;
    width: 18em;
    height: 2em;
    padding: .2em;
    border: 1px solid #e0e0e0
}
.region select[size] {
    height: auto;
    padding: .2em
}
.region fieldset {
    border-color: #e0e0e0
}
.captcha {
    display: block;
    margin: 0 0 1em
}
.captcha__help {
    max-width: 28em
}
.captcha__help--extended {
    max-width: 26em
}
.captcha__elements {
    width: 200px
}
.btn {
    height: auto;
    margin-top: -1px;
    display: inline-block;
    padding: 0 1em;
    color: #4587d0;
    line-height: 2.8em;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid #4587d0;
    background: transparent;
    -webkit-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s
}
.btn:focus, .btn:hover {
    color: #FFF;
    background: #4587d0
}
.btn__icon, .btn__text {
    float: left;
    margin: 0 0.2em;
    line-height: inherit
}
.btn__icon {
    font-size: 1.5em;
    margin-top: -2px
}
.btn--disabled {
    color: #999;
    border-color: #999;
    cursor: default
}
.btn--disabled:focus, .btn--disabled:hover {
    color: #999;
    background: transparent
}
.access__anchor, .anchor {
    visibility: hidden;
    position: absolute;
    top: 0
}
#forumUpdateForm fieldset {
    margin: 1em 0
}
#forumUpdateForm .cmsForm__field {
    display: block;
    clear: both
}
.mason--admin .access__anchor, .mason--admin .anchor {
    margin-top: -110px
}
.ui_toolbar {
    clear: both;
    margin: 1em 0;
    line-height: 2.1em
}
.ui_toolbar:after, .ui_toolbar:before {
    content: '';
    display: table
}
.ui_toolbar:after {
    clear: both
}
.lte-ie7 .ui_toolbar {
    zoom: 1
}
.ui_left>*, .ui_right>*, .ui_toolbar>* {
    margin: 0 .5em 0 0;
    float: left
}
.ui_right>:last-child, .ui_toolbar>:last-child {
    margin-right: 0
}
.ui_left {
    float: left
}
.ui_right {
    float: right;
    margin-left: .5em
}
.ui_button, .ui_select, .ui_tag {
    margin: 0 .5em 0 0;
    position: relative;
    float: left;
    text-align: left
}
.ui_button, .ui_select>div, .ui_tag {
    height: 2.1em;
    padding: 0 .6em;
    position: relative;
    font-size: 1em;
    white-space: nowrap;
    color: #444444!important;
    line-height: 2.1em;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    background-color: #f8f8f8;
    background-image: none
}
.ui_button:hover, .ui_select:hover>div {
    background-color: #e0e0e0
}
.ui_button.ui_button--selected, .ui_select.ui_select--selected>div {
    background-color: #e0e0e0
}
.ui_button.ui_button--disabled, .ui_select.ui_select--disabled>div {
    cursor: default;
    color: rgba(68, 68, 68, 0.25)!important;
    background-color: #f8f8f8
}
.ui_button {
    margin: 0 .3em 0 0;
    cursor: pointer;
    outline: none!important;
    text-decoration: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}
.ui_card {
    padding: 1em;
    display: block;
    text-align: left;
    color: #444444;
    background-color: #f8f8f8;
    border: 1px solid!important;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25)!important;
    border-radius: 0px
}
.ui_card:after, .ui_card:before {
    content: '';
    display: table;
    clear: both
}
.ui_card--void {
    padding: 0;
    overflow: hidden
}
.ui_card--void>* {
    margin: -1px -2px -1px -1px
}
.ui_card__img {
    margin: 0 -1em;
    display: block;
    overflow: hidden;
    border: 2px solid #f8f8f8
}
.ui_card__img--top {
    margin: -1em -1em 0;
    border-radius: 0px 0px 0 0
}
.ui_card__img--full {
    margin: -1em;
    border-radius: 0px
}
.ui_txt {
    margin: 0 0 0.8em;
    font-weight: 300;
    line-height: 1.6em
}
.ui_txt__title {
    margin: 0.66667em 0;
    font-size: 1.2em;
    font-weight: 400;
    line-height: 1.33333em
}
.ui_txt__bold {
    margin: 0.8em 0;
    font-weight: 400
}
.ui_txt__sub {
    margin: -1em 0 1em;
    font-size: 0.8em;
    font-weight: 300;
    line-height: 2em
}
.ui_txt__content {
    font-size: 0.9em;
    line-height: 1.77778em
}
.ui_txt__content * {
    display: inline;
    margin: 0
}
.ui_txt--truncate_3, .ui_txt--truncate_4, .ui_txt--truncate_5, .ui_txt--truncate_6, .ui_txt--truncate_7, .ui_txt--truncate_8, .ui_txt--truncate_9 {
    position: relative;
    overflow: hidden
}
.ui_txt--truncate_3:after, .ui_txt--truncate_4:after, .ui_txt--truncate_5:after, .ui_txt--truncate_6:after, .ui_txt--truncate_7:after, .ui_txt--truncate_8:after, .ui_txt--truncate_9:after {
    content: '';
    width: 50%;
    height: 1.6em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
    background: -webkit-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
    background: -o-linear-gradient(left, rgba(248, 248, 248, 0), #f8f8f8);
    background: linear-gradient(to right, rgba(248, 248, 248, 0), #f8f8f8)
}
.ui_txt--truncate_3 {
    height: 4.8em
}
.ui_txt--truncate_3 .ui_txt__title {
    max-height: 1.33333em;
    overflow: hidden
}
.ui_txt--truncate_4 {
    height: 6.4em
}
.ui_txt--truncate_4 .ui_txt__title {
    max-height: 2.66667em;
    overflow: hidden
}
.ui_txt--truncate_5 {
    height: 8em
}
.ui_txt--truncate_5 .ui_txt__title {
    max-height: 4em;
    overflow: hidden
}
.ui_txt--truncate_6 {
    height: 9.6em
}
.ui_txt--truncate_6 .ui_txt__title {
    max-height: 5.33333em;
    overflow: hidden
}
.ui_txt--truncate_7 {
    height: 11.2em
}
.ui_txt--truncate_7 .ui_txt__title {
    max-height: 6.66667em;
    overflow: hidden
}
.ui_txt--truncate_8 {
    height: 12.8em
}
.ui_txt--truncate_8 .ui_txt__title {
    max-height: 8em;
    overflow: hidden
}
.ui_txt--truncate_9 {
    height: 14.4em
}
.ui_txt--truncate_9 .ui_txt__title {
    max-height: 9.33333em;
    overflow: hidden
}
.ui_select {
    padding: 0
}
.ui_select>div {
    padding: 0 1.5em 0 .6em;
    cursor: pointer;
    outline: none!important;
    text-decoration: none;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s
}
.ui_select>div:after {
    content: '';
    display: block;
    position: absolute;
    right: .6em;
    top: 50%;
    margin-top: -2px;
    border: 4px solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent
}
.ui_select>ul {
    padding: 0;
    margin: .75em 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    background: #fff;
    position: absolute;
    z-index: 8;
    top: 100%;
    right: 0
}
.ui_select>ul li {
    height: 2.1em;
    padding: .15em;
    clear: both;
    position: relative;
    border-bottom: 1px solid #ddd
}
.ui_select>ul li span {
    width: .6em;
    height: .6em;
    margin: .6em;
    float: left
}
.ui_select>ul li label {
    margin: 0 3.6em 0 1.8em;
    display: block;
    white-space: nowrap
}
.ui_select>ul li input {
    position: absolute;
    top: 50%;
    right: 0.15em;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}
.ui_select--selected>ul {
    display: block
}
.ui_group {
    float: left;
    margin: 0 .3em 0 0
}
.ui_group .ui_button {
    float: left;
    margin: 0;
    border-radius: 0;
    border-left-color: rgba(255, 255, 255, 0.15)
}
.ui_group .ui_button:first-child {
    border-radius: 0px 0 0 0px;
    border-left-color: rgba(0, 0, 0, 0.15)
}
.ui_group .ui_button:last-child {
    border-radius: 0 0px 0px 0
}
.ui_icon {
    height: .5em;
    font-size: 2em;
    line-height: .5em;
    display: inline-block;
    font-family: "Courier New", Courier, monospace
}
.ui_icon--prev:after {
    content: "\02039";
    font-weight: bold
}
.ui_icon--next:after {
    content: "\0203A";
    font-weight: bold
}
.ui-tooltip {
    -webkit-box-shadow: 0 0 5px #aaa;
    box-shadow: 0 0 5px #aaa;
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
    font-size: 95%;
    line-height: 1.2
}
.f__12 {
    font-size: 0.75em
}
.f__14 {
    font-size: 0.875em
}
.f__16 {
    font-size: 1em
}
.f__20 {
    font-size: 1.25em
}
.f__22 {
    font-size: 1.375em
}
.f__26 {
    font-size: 1.625em
}
.f__30 {
    font-size: 1.875em
}
.f__32 {
    font-size: 2em
}
.fw__400 {
    font-weight: 400
}
.fw__500 {
    font-weight: 500
}
.fw__600 {
    font-weight: 600
}
.fw__700 {
    font-weight: 700
}
.fs__50 {
    letter-spacing: 0.05em
}
.fs__80 {
    letter-spacing: 0.08em
}
@-webkit-keyframes success {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
@keyframes success {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }
}
[data-img][data-animation=fade] .lazy__load__img, [data-lazy][data-animation=fade] .lazy__load__img {
    opacity: 0
}
[data-img][data-animation=fade].lazy--loaded .lazy__load__img, [data-lazy][data-animation=fade].lazy--loaded .lazy__load__img {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}
[data-img][data-animation=scale] .lazy__load__img, [data-lazy][data-animation=scale] .lazy__load__img {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
[data-img][data-animation=scale].lazy--loaded .lazy__load__img, [data-lazy][data-animation=scale].lazy--loaded .lazy__load__img {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
    transition: opacity .3s ease .2s, -webkit-transform .6s ease 0s;
    -o-transition: opacity .3s ease .2s, transform .6s ease 0s;
    transition: opacity .3s ease .2s, transform .6s ease 0s;
    transition: opacity .3s ease .2s, transform .6s ease 0s, -webkit-transform .6s ease 0s
}
[data-img][data-swipe=ltr]:before, [data-img][data-swipe=rtl]:before, [data-lazy][data-swipe=ltr]:before, [data-lazy][data-swipe=rtl]:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3a6370;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    z-index: 2
}
[data-img][data-swipe=ltr].lazy--prep:before, [data-img][data-swipe=rtl].lazy--prep:before, [data-lazy][data-swipe=ltr].lazy--prep:before, [data-lazy][data-swipe=rtl].lazy--prep:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s, -webkit-transform .3s ease 0s
}
[data-img][data-swipe=ltr].lazy--loaded:before, [data-img][data-swipe=rtl].lazy--loaded:before, [data-lazy][data-swipe=ltr].lazy--loaded:before, [data-lazy][data-swipe=rtl].lazy--loaded:before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    -o-transition: transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s
}
[data-img][data-swipe=ltr]:before, [data-lazy][data-swipe=ltr]:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
[data-img][data-swipe=ltr].lazy--loaded:before, [data-lazy][data-swipe=ltr].lazy--loaded:before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
[data-img][data-swipe=rtl]:before, [data-lazy][data-swipe=rtl]:before {
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
}
[data-img][data-swipe=rtl].lazy--loaded:before, [data-lazy][data-swipe=rtl].lazy--loaded:before {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}
[data-img][data-loading]:after, [data-lazy][data-loading]:after {
    position: absolute;
    content: '';
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    content: attr(data-loading);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'fontAwesome';
    font-size: 2em;
    color: #fff;
    background: #3a6370;
    z-index: 7;
    -webkit-animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    animation: spin 1.25s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}
[data-img][data-loading].lazy--prep:after, [data-lazy][data-loading].lazy--prep:after {
    -webkit-animation-play-state: running;
    animation-play-state: running
}
[data-img][data-loading].lazy--loaded:after, [data-lazy][data-loading].lazy--loaded:after {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}
[data-img] .lazy__load__img, [data-lazy] .lazy__load__img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}
.lazy--loaded [data-img] .lazy__load__img, .lazy--loaded [data-lazy] .lazy__load__img {
    opacity: 1
}
[data-img] img, [data-lazy] img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) and ((-o-object-fit:contain) or (object-fit:contain)) {
    [data-img] img, [data-lazy] img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }
}
[data-img][data-fill=false] img, [data-lazy][data-fill=false] img {
    -o-object-fit: none;
    object-fit: none
}
.lazy__swipe {
    overflow: hidden;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 12
}
.lazy--prep .lazy__swipe {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.lazy--loaded .lazy__swipe {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}
.subnav__grid__container {
    width: 100%;
    padding: 0 5% 3em
}
@media (min-width:1409.7px) {
    .subnav__grid__container {
        padding-left: calc(50% - 635px);
        padding-right: calc(50% - 635px)
    }
}
.subnav__grid {
    position: relative;
    padding: 0 1em 1em
}
.subnav__grid__item {
    position: relative;
    width: 100%;
    max-height: 220px;
    background: #000;
    margin: 0 0 1em
}
.subnav__grid__item:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%
}
.subnav__grid__item:hover .subnav__grid__item__image {
    background: #83defc
}
.subnav__grid__item:hover .subnav__grid__item__image img {
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}
.subnav__grid__item:hover .subnav__grid__item__title {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.subnav__grid__item:hover .subnav__grid__item__more {
    opacity: 1;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em)
}
.subnav__grid__item__image {
    background: rgba(131, 222, 252, 0);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease
}
.subnav__grid__item__image img {
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-filter: brightness(0.7);
    filter: brightness(0.7)
}
.subnav__grid__item__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.subnav__grid__item__title {
    padding: 0 1em;
    -webkit-transform: translateY(1.875em);
    -ms-transform: translateY(1.875em);
    transform: translateY(1.875em);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}
.subnav__grid__item__title h3 {
    margin: 0
}
.subnav__grid__item__more {
    opacity: 0;
    -webkit-transform: translateY(80%);
    -ms-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease
}
@media (min-width:580px) {
    .subnav__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 -1em
    }
    .subnav__grid__item {
        width: calc(50% - 1em);
        max-height: none;
        margin: 0.5em
    }
}
@media (min-width:850px) {
    .subnav__grid__item {
        width: calc(33.33333% - 1em);
        max-height: none
    }
}
@media (min-width:1025px) {
    .subnav__grid__item {
        width: calc(25% - 1em);
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
}
.urgent {
    background: #c80505;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5%
}
.urgent__item__title {
    position: relative;
    margin-right: 1em
}
.urgent__item__title .fa, .urgent__item__title .svg-inline--fa {
    font-size: 1.2em;
    margin-right: .35em
}
.urgent__close {
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #c80505;
    background: #fff;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    z-index: 3;
    border-radius: 50%
}
@media (min-width:769px) {
    .urgent[data-urgent*=fixed] {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 200;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        padding-right: 56px;
        -webkit-transition: -webkit-transform 350ms ease;
        transition: -webkit-transform 350ms ease;
        -o-transition: transform 350ms ease;
        transition: transform 350ms ease;
        transition: transform 350ms ease, -webkit-transform 350ms ease
    }
    .urgent[data-urgent*=fixed] .urgent__close {
        display: block
    }
    .urgent.urgent--hide {
        -webkit-transform: translateY(200%);
        -ms-transform: translateY(200%);
        transform: translateY(200%)
    }
    .urgent[data-urgent*=marquee]:after {
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 150px;
        background: #c80505;
        background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
        background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
        background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
        background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
        background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
        z-index: 2
    }
    .urgent[data-urgent*=marquee] .urgent__list {
        width: auto;
        display: inline-block;
        white-space: nowrap;
        -webkit-animation: marquee 20s linear infinite;
        animation: marquee 20s linear infinite
    }
    .urgent[data-urgent*=marquee] .urgent__list:hover {
        -webkit-animation-play-state: paused;
        animation-play-state: paused
    }
    .urgent[data-urgent*=marquee] .urgent__item {
        display: inline-block;
        vertical-align: top;
        padding-right: 100px
    }
    .urgent__item__title {
        overflow: hidden;
        width: 100%;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }
}
.lte-ie8 .urgent[data-urgent*=fixed] {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding-right: 56px;
    -webkit-transition: -webkit-transform 350ms ease;
    transition: -webkit-transform 350ms ease;
    -o-transition: transform 350ms ease;
    transition: transform 350ms ease;
    transition: transform 350ms ease, -webkit-transform 350ms ease
}
.lte-ie8 .urgent[data-urgent*=fixed] .urgent__close {
    display: block
}
.lte-ie8 .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%)
}
.lte-ie8 .urgent[data-urgent*=marquee]:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 150px;
    background: #c80505;
    background: -webkit-linear-gradient(-180deg, #c80505, rgba(200, 5, 5, 0));
    background: -webkit-gradient(linear, right top, left top, from(#c80505), to(rgba(200, 5, 5, 0)));
    background: -webkit-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: -o-linear-gradient(right, #c80505, rgba(200, 5, 5, 0));
    background: linear-gradient(270deg, #c80505, rgba(200, 5, 5, 0));
    z-index: 2
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__list {
    width: auto;
    display: inline-block;
    white-space: nowrap;
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__list:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}
.lte-ie8 .urgent[data-urgent*=marquee] .urgent__item {
    display: inline-block;
    vertical-align: top;
    padding-right: 100px
}
.lte-ie8 .urgent__item__title {
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}
.owl-stage-outer {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-dot {
    cursor: pointer
}
.owl-nav {
    display: none
}
.access {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative
}
.sr__only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.font__alt {
    font-family: "EB Garamond", sans-serif
}
.tool__tip {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(112, 112, 112, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    text-transform: none;
    padding: 5px 10px
}
.header {
    width: 100%
}
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 5
}
.header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4
}
.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.header__logo__img {
    width: 100px
}
.header__logo__img img {
    width: 100%;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s
}
.header__logo__img:focus-within img, .header__logo__img:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8
}
.header__logo__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    font-size: clamp(24px, 6vw, 52px);
    line-height: 1;
    margin-left: 10px;
    font-weight: 500;
    color: #fafafa
}
.header__logo__title span {
    font-size: clamp(14px, 6vw, 22px);
    font-size: 500
}
.header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}
.header__links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px
}
.header__links__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(250, 250, 250, 0.2);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    border-radius: 100%;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s
}
.header__links__item svg {
    color: #fff;
    width: 16px!important;
    height: 16px!important;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    pointer-events: none
}
.header__links__item:focus-within, .header__links__item:hover {
    background: #fff
}
.header__links__item:focus-within[title*=Twitter], .header__links__item:hover[title*=Twitter] {
    background: #1da1f2
}
.header__links__item:focus-within[title*=Twitter] svg, .header__links__item:hover[title*=Twitter] svg {
    color: #fff
}
.header__links__item:focus-within[title*=Facebook], .header__links__item:hover[title*=Facebook] {
    background: #1877f2
}
.header__links__item:focus-within[title*=Facebook] svg, .header__links__item:hover[title*=Facebook] svg {
    color: #fff
}
.header__links__item:focus-within[title*=Instagram], .header__links__item:hover[title*=Instagram] {
    background: #c32aa3
}
.header__links__item:focus-within[title*=Instagram] svg, .header__links__item:hover[title*=Instagram] svg {
    color: #fff
}
.header__links__item:focus-within svg, .header__links__item:hover svg {
    color: #3a6370
}
.menu__extras .find__button {
    background: none;
    border: 2px solid #2d4d57;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.menu__extras .find__button svg {
    color: #3a6370
}
.menu__extras .header__links__item {
    background: none;
    border: 2px solid #2d4d57;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.menu__extras .header__links__item svg {
    color: #3a6370
}
.menu__extras .header__links__item:first-of-type {
    border-color: #1da1f2
}
.menu__extras .header__links__item:first-of-type svg {
    color: #1da1f2
}
.menu__extras .header__links__item:nth-of-type(2) {
    border-color: #1877f2
}
.menu__extras .header__links__item:nth-of-type(2) svg {
    color: #1877f2
}
.menu__extras .header__links__item:focus-within, .menu__extras .header__links__item:hover {
    background: #2d4d57
}
.menu__extras .header__links__item:focus-within[title*=Twitter], .menu__extras .header__links__item:hover[title*=Twitter] {
    background: #1da1f2!important
}
.menu__extras .header__links__item:focus-within[title*=Twitter] svg, .menu__extras .header__links__item:hover[title*=Twitter] svg {
    color: #fff
}
.menu__extras .header__links__item:focus-within[title*=Facebook], .menu__extras .header__links__item:hover[title*=Facebook] {
    background: #1877f2!important
}
.menu__extras .header__links__item:focus-within[title*=Facebook] svg, .menu__extras .header__links__item:hover[title*=Facebook] svg {
    color: #fff
}
.menu__extras .header__links__item:focus-within[title*=Instagram], .menu__extras .header__links__item:hover[title*=Instagram] {
    background: #c32aa3!important
}
.menu__extras .header__links__item:focus-within[title*=Instagram] svg, .menu__extras .header__links__item:hover[title*=Instagram] svg {
    color: #fff
}
.menu__extras .header__links__item:focus-within svg, .menu__extras .header__links__item:hover svg {
    color: #fff
}
.menu__extras .header__close__btn {
    position: relative;
    font-family: "fontAwesome";
    background: #333;
    font-weight: 300;
    font-size: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 2;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.menu__extras .header__close__btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}
.menu__extras .header__close__btn:focus-within, .menu__extras .header__close__btn:hover {
    background: #2d4d57
}
.nav__links__block__wrap {
    position: relative;
    height: 100%;
    width: 31.58%
}
.nav__links__block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}
.nav__links__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
    gap: 30px;
    height: 50%;
    padding: 60px 20px
}
.nav__links__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%)
}
.nav__links__item:focus-within .nav__links__item__image, .nav__links__item:hover .nav__links__item__image {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}
.nav__links__item:focus-within .nav__links__item__cta, .nav__links__item:hover .nav__links__item__cta {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}
.nav__links__item:focus-within .nav__links__item__title, .nav__links__item:hover .nav__links__item__title {
    text-decoration: underline;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.nav__links__item__image {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    -webkit-transition: ease 0.2s filter;
    -o-transition: ease 0.2s filter;
    transition: ease 0.2s filter
}
.nav__links__item__title {
    position: relative;
    font-size: 42px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform
}
.nav__links__block .nav__links__item__cta {
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 1
}
.header__extras, .menu__extras {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    padding-right: 10px
}
.search__container {
    width: 45px;
    position: relative
}
.search__container__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.menu__extras__form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 45px;
    width: 45px;
    position: relative;
    z-index: 2
}
.menu__extras__form input {
    right: 0;
    left: auto;
    height: 100%;
    background: #3a6370;
    color: #fff;
    padding: 0 1em 0 1em;
    border: 0;
    border-radius: 50px;
    opacity: 0;
    width: 40px;
    -webkit-transition: opacity 0.3s ease, width 0.3s ease;
    -o-transition: opacity 0.3s ease, width 0.3s ease;
    transition: opacity 0.3s ease, width 0.3s ease
}
.menu__extras__form input::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.8!important
}
.menu__extras__form input:-moz-placeholder {
    color: #fff;
    opacity: 0.8!important
}
.menu__extras__form input::-moz-placeholder {
    color: #fff;
    opacity: 0.8!important
}
.menu__extras__form input:-ms-input-placeholder {
    color: #fff;
    opacity: 0.8!important
}
.menu__extras__form input:active, .menu__extras__form input:focus {
    outline-color: rgba(131, 222, 252, 0.1);
    width: 280px;
    opacity: 1;
    -webkit-transition: opacity 0.1s ease, width 0.3s ease;
    -o-transition: opacity 0.1s ease, width 0.3s ease;
    transition: opacity 0.1s ease, width 0.3s ease
}
.menu__extras__form button {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 45px;
    color: #fff;
    display: none
}
.find__button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: rgba(250, 250, 250, 0.2);
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    border-radius: 100%;
    color: #fff
}
.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 70px 5% 1em;
    background: #2d4d57
}
@media (max-width:720px) {
    .header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
    .header .header__wrapper {
        margin-left: auto
    }
}
.menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    right: 2.8vw;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    display: block;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    border: 2px solid #fff;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.25))
}
.menu__btn:focus-within .tool__tip, .menu__btn:hover .tool__tip {
    opacity: 1;
    visibility: visible
}
.menu__btn:focus-within .bars span:first-of-type, .menu__btn:hover .bars span:first-of-type {
    width: 18px
}
.menu__btn:focus-within .bars span:nth-of-type(3), .menu__btn:hover .bars span:nth-of-type(3) {
    width: 14px
}
.menu__btn .bars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    width: 24px;
    margin: 0 auto
}
.menu__btn .bars span {
    height: 2px;
    width: 24px;
    -webkit-transition: ease 0.2s width;
    -o-transition: ease 0.2s width;
    transition: ease 0.2s width;
    background: #fff;
    margin: 0
}
@media (max-width:1500px) {
    .menu__btn {
        right: 2.5vw
    }
}
@media (max-width:1050px) {
    .menu__btn {
        position: relative;
        right: 20px
    }
}
.menu__btn__text--open {
    height: 1.1em;
    line-height: 1;
    margin: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease
}
.menu__btn__text--open span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}
.menu__btn__text--close {
    display: none
}
.mobile__menu__bg {
    position: absolute;
    top: 0;
    right: 100%;
    left: auto;
    width: 100vw;
    visibility: hidden;
    opacity: 0;
    background: rgba(0, 0, 0, 0.85);
    -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s
}
.mason--menu .mobile__menu__bg {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}
.menu {
    top: 0;
    scrollbar-width: thin;
    scrollbar-color: #29454e #629cae;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    position: fixed;
    display: block;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    max-width: 75.2%;
    right: 0;
    background: url(../images/design/nav-watermark.png) center right -313px no-repeat #fff;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    -webkit-transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
    transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, visibility 0s ease 0.3s;
    transition: transform 0.3s ease, visibility 0s ease 0.3s;
    transition: transform 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease
}
.mason--admin .menu {
    top: 110px
}
.mason--preview .menu {
    top: 110px
}
.mason--secure .menu {
    top: 40px
}
.menu::-webkit-scrollbar {
    width: 10px
}
.menu::-webkit-scrollbar-track {
    background-color: #629cae;
    border-radius: 10px
}
.menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #29454e
}
.menu:after {
    position: absolute;
    content: '';
    top: 80px;
    right: 60px;
    bottom: auto;
    left: auto;
    content: "\f00d";
    font-family: "fontAwesome";
    background: #333;
    font-weight: 300;
    font-size: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 5;
    display: none
}
.menu:after:focus-within, .menu:after:hover {
    background: #2d4d57
}
.mason--menu .menu {
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}
.mason--menu .menu:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}
.mason--admin .menu {
    height: calc(100% - 110px)
}
.menu__sidebar {
    position: absolute;
    right: 0;
    top: 200px;
    overflow: hidden;
    overflow-y: auto;
    background: inherit;
    z-index: 3;
    width: 68.42%;
    height: 56.6vh;
    background: none;
    scrollbar-width: thin;
    scrollbar-color: #29454e #629cae;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.menu__sidebar::-webkit-scrollbar {
    width: 10px
}
.menu__sidebar::-webkit-scrollbar-track {
    background-color: #629cae;
    border-radius: 10px
}
.menu__sidebar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #29454e
}
.menu__list {
    text-align: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.menu__list__item {
    position: relative;
    width: 100%;
    color: #2d4d57;
    max-width: 750px;
    font-size: 42px;
    font-weight: 500;
    -webkit-transition: ease 0.2s color;
    -o-transition: ease 0.2s color;
    transition: ease 0.2s color;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.menu__list__item--selected {
    text-decoration: underline
}
.menu__list__item:focus-within, .menu__list__item:hover {
    color: #000
}
.menu__list__item:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: ease 0.4s opacity;
    -o-transition: ease 0.4s opacity;
    transition: ease 0.4s opacity;
    z-index: 3;
    visibility: hidden
}
.menu__list__item.active .menu__list__item__sub__wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.menu__list__item.active .menu__list__item__button {
    position: fixed;
    z-index: 10;
    top: 176px;
    right: calc(51% - 22px);
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: ease 0.2s filter;
    -o-transition: ease 0.2s filter;
    transition: ease 0.2s filter
}
.menu__list__item.active .menu__list__item__button svg {
    display: none
}
.menu__list__item.active .menu__list__item__button svg.active {
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}
.menu__list__item.active .menu__list__item__button:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8)
}
.menu__list__item.active:after {
    opacity: 0.8;
    visibility: visible
}
.menu__list__item__link {
    position: relative;
    padding: 10px 0;
    z-index: 2
}
.menu__list__item__button {
    display: none;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    position: relative;
    border-radius: 100%;
    border: 2px solid #333;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: ease 0.2s background;
    -o-transition: ease 0.2s background;
    transition: ease 0.2s background
}
.menu__list__item__button:hover {
    background: #ddd
}
.menu__list__item__button svg {
    width: 20px!important;
    height: 20px;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease
}
.menu__list__item--expand .menu__list__item__button svg {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.menu__list__item__button svg.active {
    display: none
}
.menu__list__item--subitems>.menu__list__item__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.menu__list__item__sub__wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: ease 0.4s;
    -o-transition: ease 0.4s;
    transition: ease 0.4s;
    width: 51%;
    height: 100vh;
    background: #fff;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    padding: 21vh 30px 0
}
.menu__list__item__sub__wrap span {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 10px;
    display: block
}
.menu__list__item__sub__wrap .menu__list__item__sub {
    height: 60vh
}
.menu__list__item__sub {
    margin: 0;
    display: block!important;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    z-index: 1;
    padding: 0;
    scrollbar-width: thin;
    scrollbar-color: #29454e #629cae;
    -ms-overflow-style: -ms-autohiding-scrollbar
}
.menu__list__item__sub::-webkit-scrollbar {
    width: 10px
}
.menu__list__item__sub::-webkit-scrollbar-track {
    background-color: #629cae;
    border-radius: 10px
}
.menu__list__item__sub::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #29454e
}
.menu__list__item__sub.menu__list__item__sub .menu__list__item__sub__wrap {
    display: none
}
.menu__list__item__sub .menu__list__item {
    border: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: ease 0.2s color;
    -o-transition: ease 0.2s color;
    transition: ease 0.2s color;
    margin: 20px auto;
    max-width: 550px
}
.menu__list__item__sub .menu__list__item:focus-within, .menu__list__item__sub .menu__list__item:hover {
    color: #000;
    text-decoration: underline
}
.menu__list__item__sub .menu__list__item .reset__button {
    display: none
}
.menu__extras {
    position: absolute;
    top: 80px;
    right: 60px;
    width: 100%;
    z-index: 4
}
.search__container__button {
    display: none!important
}
@media (min-width:1050px) {
    .header {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 40px
    }
}
@media (max-width:1600px) {
    .menu {
        max-width: 85.2%
    }
    .menu__sidebar {
        height: 56.5vh
    }
    .menu__list__item {
        font-size: 32px;
        max-width: 550px
    }
}
@media (max-width:1250px) {
    .menu {
        max-width: 95.2%
    }
}
@media (max-width:1050px) {
    .menu {
        max-width: 100%
    }
    .nav__links__item__title {
        font-size: 32px
    }
}
@media (max-width:900px) {
    .menu__sidebar {
        height: 41.7vh
    }
    .menu__list {
        padding-top: 30px
    }
    .menu__list__item {
        font-size: 22px;
        max-width: 400px
    }
    .menu__sidebar {
        width: 60%;
        top: 130px
    }
    .nav__links__block__wrap {
        width: 40%;
        height: auto
    }
    .menu__list__item__button {
        width: 32px;
        height: 32px
    }
    .menu__list__item__button svg {
        width: 14px!important;
        height: 14px!important
    }
    .menu__extras {
        top: 60px;
        right: -10px;
        gap: 5px
    }
}
@media (max-width:900px) {
    .menu {
        overflow-y: auto;
        overflow-x: hidden
    }
    .menu__list__item__sub__wrap {
        width: 95%;
        padding-top: 150px;
        height: 100%
    }
    .menu__list__item__sub__wrap .menu__list__item__sub {
        height: 90%;
        scrollbar-width: thin;
        scrollbar-color: #29454e #629cae;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .menu__list__item__sub__wrap .menu__list__item__sub::-webkit-scrollbar {
        width: 10px
    }
    .menu__list__item__sub__wrap .menu__list__item__sub::-webkit-scrollbar-track {
        background-color: #629cae;
        border-radius: 10px
    }
    .menu__list__item__sub__wrap .menu__list__item__sub::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #29454e
    }
    .menu__list__item.active .menu__list__item__button {
        right: calc(95% - 22px)
    }
    .menu__sidebar {
        position: relative;
        top: 0;
        width: 100%;
        margin: 120px 0 20px;
        height: 41vh
    }
    .menu__list__item {
        max-width: 300px
    }
    .nav__links__item__title {
        font-size: 22px
    }
    .nav__links__block__wrap {
        width: 100%
    }
    .nav__links__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: auto
    }
    .nav__links__item {
        width: 100%;
        height: 250px
    }
}
@media (max-width:550px) {
    .menu__list__item {
        font-size: 18px;
        max-width: 240px
    }
}
.hero {
    height: 34.4vw;
    min-height: 50vh;
    background: #437281;
    background: -webkit-linear-gradient(-80deg, #437281, #31545f);
    background: -webkit-linear-gradient(280deg, #437281, #31545f);
    background: -o-linear-gradient(280deg, #437281, #31545f);
    background: linear-gradient(170deg, #437281, #31545f)
}
.hero:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 2
}
.hero:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 50%
}
.hero .lazy__load__img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.hero__slideshow {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity 1s ease 0.3s;
    -o-transition: opacity 1s ease 0.3s;
    transition: opacity 1s ease 0.3s
}
.hero__slideshow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/design/content-watermark.png) center left -314px no-repeat;
    background-size: 627px 760px;
    background-attachment: fixed;
    z-index: 100
}
.mason--loaded .hero__slideshow {
    opacity: 1
}
.motto__block {
    position: absolute;
    bottom: 60px;
    left: 140px;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px
}
.motto__item h2 {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    min-width: 50px
}
@media (max-width:1050px) {
    .motto__block {
        left: 20px
    }
}
@media (max-width:780px) {
    .motto__block {
        bottom: 120px
    }
}
.hero__links__block {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2
}
.hero__links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.hero__links__item {
    position: relative;
    color: #fff;
    font-size: 14px;
    opacity: 0.7;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em
}
.hero__links__item:focus-within, .hero__links__item:hover {
    opacity: 1;
    text-decoration: underline
}
@media (max-width:1050px) {
    .hero__links__block {
        right: 20px
    }
}
.schools__block__wrap {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(-100% + 50px));
    -ms-transform: translate(-50%, calc(-100% + 50px));
    transform: translate(-50%, calc(-100% + 50px));
    -webkit-transition: ease 0.4s transform;
    -o-transition: ease 0.4s transform;
    transition: ease 0.4s transform;
    width: 100%;
    z-index: 2
}
.schools__block__wrap.active {
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10
}
.mason--admin .schools__block__wrap {
    top: 110px;
    -webkit-transform: translate(-50%, calc(-100% - 60px));
    -ms-transform: translate(-50%, calc(-100% - 60px));
    transform: translate(-50%, calc(-100% - 60px))
}
.mason--admin .schools__block__wrap.active {
    -webkit-transform: translate(-50%, calc(0% - 110px));
    -ms-transform: translate(-50%, calc(0% - 110px));
    transform: translate(-50%, calc(0% - 110px))
}
.schools__block__trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px 0px 30px 30px;
    background: transparent;
    border: 2px solid rgba(250, 250, 250, 0.7);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s;
    padding: 14px 30px;
    margin: 0 auto;
    z-index: 5
}
.schools__block__trigger:focus-within, .schools__block__trigger:hover {
    background: #3a6370
}
.schools__block__trigger:focus-within .schools__block__trigger__icon, .schools__block__trigger:focus-within .schools__block__trigger__text, .schools__block__trigger:hover .schools__block__trigger__icon, .schools__block__trigger:hover .schools__block__trigger__text {
    opacity: 1
}
.schools__block__trigger[aria-expanded=true] {
    background: #3a6370
}
.schools__block__trigger * {
    pointer-events: none
}
.schools__block__trigger__icon {
    width: 21px;
    height: 21px;
    fill: #fff;
    opacity: 0.7;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity
}
.schools__block__trigger__text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    opacity: 0.7;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    text-transform: uppercase
}
.schools__block__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 20px;
    background: url(../images/design/nav-watermark.png) left -322px center no-repeat #fafafa;
    gap: 60px;
    min-height: 670px;
    width: 100%;
    z-index: 5
}
.js__popout__close {
    position: absolute;
    top: 60px;
    right: 60px;
    font-family: "fontAwesome";
    background: #333;
    font-weight: 300;
    font-size: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    z-index: 6;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.js__popout__close:focus-within, .js__popout__close:hover {
    background: #2d4d57
}
.js__popout__close svg {
    width: 20px!important;
    height: 20px;
    fill: currentColor
}
.js__popout__close * {
    pointer-events: none
}
.schools__block__heading__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 15px
}
.schools__block__heading__text {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #333;
    margin: 0;
    text-transform: uppercase
}
.schools__block__heading {
    font-weight: 500;
    font-size: 52px;
    color: #3a6370;
    margin: 0
}
.header__schools__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto
}
.header__schools__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none
}
.header__schools__item:focus-within, .header__schools__item:hover {
    text-decoration: underline
}
.header__schools__item__image {
    width: 120px;
    height: 120px;
    border-width: 7px;
    border-style: solid;
    border-radius: 100%;
    overflow: hidden;
    background: #fafafa;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.header__schools__item__image img {
    -o-object-fit: contain;
    object-fit: contain;
    padding: 14px
}
.header__schools__item__name {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #3a6370;
    max-width: 150px
}
@media (max-width:750px) {
    .js__popout__close {
        top: 20px;
        right: 20px
    }
}
@media (max-width:420px) {
    .js__popout__close {
        height: 40px;
        width: 40px
    }
    .js__popout__close svg {
        width: 14px!important;
        height: 14px
    }
}
.breadcrumbs {
    position: relative;
    display: block;
    opacity: 0.7
}
.breadcrumbs__container {
    position: relative;
    overflow: hidden
}
.content__path {
    width: 100%
}
.content__path__item {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.7;
    -webkit-transition: ease 0.2s opacity;
    -o-transition: ease 0.2s opacity;
    transition: ease 0.2s opacity;
    font-size: 14px
}
.content__path__item:focus-within, .content__path__item:hover {
    opacity: 1;
    text-decoration: underline
}
.content__path__item__sep {
    margin: 0 1em 0 1em
}
.content__path__item.content__path__item--final .content__path__item__sep {
    display: none
}
.main {
    width: 100%;
    padding-bottom: 4em;
    background: url(..//images/design/content-watermark.png) #f6f6f6 top right -438px no-repeat;
    background-attachment: fixed
}
.main__flex {
    padding-right: 5%;
    padding-left: 5%
}
@media (min-width:1409.7px) {
    .main__flex {
        padding-left: calc(50% - 635px)
    }
}
.main__flex.center {
    padding: 0
}
.content {
    padding: 3.125em 0;
    position: relative;
    z-index: 2;
    width: 100%
}
.content__title {
    color: #3a6370;
    margin: 0.4em 0 0.6em;
    font-size: 1.625em;
    font-weight: 500
}
@media (min-width:415px) {
    .content__title {
        font-size: 1.75em
    }
}
.content__title .lte-ie8 {
    font-size: 1.75em
}
@media (min-width:769px) {
    .content__title {
        font-size: 1.875em
    }
}
.content__title .lte-ie8 {
    font-size: 1.875em
}
@media (min-width:1025px) {
    .content__title {
        font-size: 2.1875em
    }
}
@media (min-width:1301px) {
    .content__title {
        font-size: 3.25em
    }
}
@media (max-width:849px) {
    .main__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
    .main__flex .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .main__flex .subnav__container, .main__flex .subnav__grid {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }
    .main__flex .related__container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}
@media (min-width:850px) {
    .main__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
    .content {
        width: 65%;
        padding: 3.75em 5% 3.75em 0
    }
}
@media (min-width:1025px) {
    .content {
        width: 60%;
        padding: 4.75em 0
    }
}
.main--full .main__flex {
    padding: 0 5%
}
.main--full .content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    max-width: 1270px
}
.main--content--hide .content__attachments, .main--content--hide .content__region, .main--content--hide .content__social {
    display: none
}
.subnav {
    position: relative;
    width: 100%;
    background: #3a6370;
    padding: 60px 0;
    max-width: 360px;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15)
}
.subnav__title {
    margin: 0 0 1em;
    color: #fff;
    padding: 0 30px;
    font-size: 32px;
    font-weight: 500
}
.subnav__list {
    position: relative
}
.subnav__list__item {
    position: relative;
    width: 100%
}
.subnav__list__item--selected {
    background: #fff
}
.subnav__list__item--selected .subnav__list__item__link {
    color: #000
}
.subnav__list__item__link {
    position: relative;
    z-index: 2;
    padding: 1em 30px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}
.subnav__list__item__link:hover span {
    text-decoration: underline
}
@media (min-width:550px) {
    .subnav__list__item {
        display: inline-block;
        vertical-align: top;
        width: 50%
    }
}
@media (min-width:850px) {
    .subnav__container {
        width: 35%
    }
    .subnav__list__item {
        width: 100%
    }
}
@media (min-width:1025px) {
    .subnav__container {
        width: 31%;
        font-size: 16px
    }
}
html {
    scroll-behavior: smooth
}
.scroll__up {
    position: absolute;
    top: -22px;
    right: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #333;
    z-index: 5;
    text-decoration: none;
    width: 44px;
    height: 44px;
    background: #fff;
    z-index: 2;
    border-radius: 100%;
    -webkit-filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.15))
}
.scroll__up svg {
    font-size: 16px;
    color: currentColor;
    -webkit-transition: ease 0.2s transform;
    -o-transition: ease 0.2s transform;
    transition: ease 0.2s transform
}
.scroll__up:hover svg {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%)
}
.bottom__wrap {
    position: relative;
    background: url(../images/design/footer-watermark.png) #2d4d57 bottom -232px left -313px no-repeat;
    padding-bottom: 120px
}
.bottom__block {
    padding: 70px 50px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 120px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width:1320px) {
    .bottom__wrap {
        padding-bottom: 0
    }
    .bottom__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }
}
.social__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}
.social__block .header__links__inner {
    margin-top: 15px
}
.social__logo__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    text-decoration: none;
    width: 313px
}
.social__logo__img img {
    display: block;
    width: 99px;
    -webkit-transition: ease 0.2s;
    -o-transition: ease 0.2s;
    transition: ease 0.2s
}
.social__logo__img .footer__header__logo__title {
    font-size: 52px
}
.social__logo__img .footer__header__logo__title span {
    font-size: 22px
}
.social__logo__img:focus-within img, .social__logo__img:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.8
}
@media (max-width:640px) {
    .social__logo__img {
        width: auto
    }
    .social__logo__img img {
        width: 60px;
        height: 60px
    }
}
.social__footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.social__footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(250, 250, 250, 0.2);
    border-radius: 100%;
    -webkit-transition: ease 0.2s background;
    -o-transition: ease 0.2s background;
    transition: ease 0.2s background
}
.social__footer__item:focus-within, .social__footer__item:hover {
    background: #fff;
    color: #3a6370
}
.social__footer__item__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16px;
    height: 16px
}
.social__footer__item__icon svg {
    color: #fff;
    width: 16px!important;
    height: 16px
}
.contact__footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 16px;
    width: 360px
}
@media (max-width:1320px) {
    .social__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .contact__footer__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        text-align: center
    }
}
@media (max-width:640px) {
    .contact__footer__inner {
        width: 100%
    }
}
.contact__footer__item__title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0
}
.contact__footer__item__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    padding: 0 10px
}
.contact__footer__item__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0
}
.contact__footer__item__number svg {
    position: relative;
    top: 2px;
    color: #fff;
    width: 15px!important;
    height: 15px
}
.contact__footer__item__email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin: 0
}
.contact__footer__item__email svg {
    position: relative;
    top: 2px;
    color: #fff;
    width: 15px!important;
    height: 15px
}
.useful__links__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}
@media (max-width:1320px) {
    .useful__links__block {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.useful__links__heading {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0
}
.useful__links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px 60px;
    width: 360px
}
@media (max-width:1320px) {
    .useful__links__inner {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}
.useful__links__item {
    margin: 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: 120px
}
.useful__links__item:focus-within, .useful__links__item:hover {
    text-decoration: underline
}
.footer {
    position: relative;
    font-size: 14px;
    padding: 20px;
    background: none
}
.footer a {
    text-decoration: none;
    color: #fff
}
.footer a:focus-within, .footer a:hover {
    text-decoration: underline
}
.footer__trust__info {
    color: #fff;
    opacity: 0.7;
    max-width: 965px;
    width: 100%;
    margin: 0 auto 30px
}
.footer__legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px;
    opacity: 0.7
}
.footer__sep {
    margin: 0 1em
}
@media (max-width:1050px) {
    .footer__legal p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px
    }
    .footer__sep {
        display: none
    }
}
.custom__edit--info {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 1em;
    right: 1em;
    z-index: 3000;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    margin: 1em;
    background: #745b99;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.35)
}
.custom__edit--info svg {
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer
}
.custom__edit--info div {
    position: absolute;
    display: block;
    white-space: nowrap;
    bottom: 0;
    right: 100%;
    border-radius: 4px;
    padding: 0 2em;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background: inherit;
    opacity: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s;
    transition: transform 0.2s ease, opacity 0.2s ease, visibility 0s ease 0.2s, -webkit-transform 0.2s ease
}
.custom__edit--info div:after {
    position: absolute;
    content: '';
    top: auto;
    right: auto;
    bottom: 12px;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 8px;
    border-color: transparent transparent transparent #745b99
}
.custom__edit--info p {
    white-space: nowrap;
    line-height: 1.8;
    text-align: left;
    text-transform: none
}
.custom__edit--info small {
    margin-right: 5px;
    opacity: 0.75;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.custom__edit--info:hover div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-1em);
    -ms-transform: translateX(-1em);
    transform: translateX(-1em);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}
/*# sourceMappingURL=main.css.map */
.footer__header__logo__title,
.header__logo__title {
    display: none;
}
.header__logo__img {
  width: 297px;
}
.social__logo__img img {
  width: 297px;
}
@media (max-width: 640px) {
    .social__logo__img img {
        width: 149px;
        height: 60px;
    }
}
