.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 .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    transition: opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease;
    -o-transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s;
    transition: transform .2s ease, opacity .2s ease, visibility 0s ease .2s, -webkit-transform .2s ease; }
  .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: .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; }

.content__share .content__share__list, .reset__ul, .subnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 1; }

.reset__a {
  -webkit-text-decoration-color: rgba(255, 255, 255, 0);
  text-decoration-color: rgba(255, 255, 255, 0);
  color: inherit; }

.reset__button {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  outline: 0; }
  .reset__button:focus, .reset__button:active {
    outline: auto; }

.parent {
  position: relative;
  width: 100%;
  overflow: hidden; }

.container {
  display: flow-root;
  position: relative;
  width: 100%; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .container {
      overflow: hidden; } }

.center {
  position: relative;
  display: flow-root;
  width: 90%;
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto; }

.spread--both {
  padding-left: 5%;
  padding-right: 5%; }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--both {
    padding-left: calc(50% - 635px);
    padding-right: calc(50% - 635px); } }

.spread--left {
  padding-left: 5%; }

@media all and (min-width: 1409.7px) and (min-width: 1409.7px) {
  .spread--left {
    padding-left: calc(50% - 635px); } }

.spread--right {
  padding-right: 5%; }

@media all and (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, .hero__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.fit, .lazy__load__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.f__uppercase {
  text-transform: uppercase; }

.f__display {
  font-family: var(--font-heading); }

.f__center {
  text-align: center; }

.f__left {
  text-align: left; }

.f__right {
  text-align: right; }

.col__pri {
  color: var(--col-pri); }

.col__sec {
  color: var(--col-sec); }

.col__ter {
  color: var(--col-ter); }

.col__white {
  color: #fff; }

.bg__pri {
  background-color: var(--col-pri); }

.bg__sec {
  background-color: var(--col-sec); }

.bg__ter {
  background-color: var(--col-ter); }

.bg__white {
  background: #fff; }

.block__pri {
  background-color: var(--col-pri);
  color: var(--col-pritxt); }

.block__sec {
  background-color: var(--col-sec);
  color: var(--col-sectxt); }

.circle {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1; }

.none {
  display: none; }

.hide, .sr__only {
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap; }

.content__region {
  position: relative;
  line-height: 1.5;
  color: #000000; }
  .content__region h2,
  .content__region h3,
  .content__region h4,
  .content__region h5,
  .content__region h6 {
    font-family: var(--font-heading);
    margin: 1em 0 0; }
  .content__region h2 {
    font-size: clamp(26px, calc(0.5rem + 4vw), 2.375em); }
  
  .content__region h3 {
    font-size: clamp(22px, calc(0.5rem + 3vw), 2em); }
  
  .content__region h4 {
    font-size: clamp(20px, calc(0.5rem + 2vw), 1.5em); }
  
  .content__region h5 {
    font-size: clamp(16px, calc(0.5rem + 1vw), 1.25em); }
  .content__region .intro {
    font-size: 1.125em;
    margin: 1.5em 0; }
  .content__region a {
    color: #3d78b8;
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(61, 120, 184, 0.2);
    text-decoration-color: rgba(61, 120, 184, 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 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.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: #0a66c2;
    border-color: #031a31; }
    .content__share .content__share__list__icon--linkedin:hover {
      background: #0d80f3; }
  .content__share .content__share__list__icon--email {
    background: rgba(0, 0, 0, 0); }
    .content__share .content__share__list__icon--email a {
      border-color: rgba(0, 0, 0, 0.3);
      color: #000000; }
    .content__share .content__share__list__icon--email:hover {
      background: rgba(0, 0, 0, 0.1); }

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -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%; }

html,
button,
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 {
  -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:before,
q:after {
  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 ul,
nav ol {
  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;
  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%; }

html,
body,
.mason {
  width: 100%;
  height: 100%; }

body {
  background: #cccccc; }

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

.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 all and (min-width: 0px) {
    .mason {
      width: auto; } }

.mason {
  color: #000000;
  font-family: var(--font-body); }

button,
input,
select,
textarea {
  font-family: var(--font-body); }

.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: var(--col-pri);
  font-family: var(--font-heading);
  font-weight: normal;
  line-height: 1.5em; }

.region a {
  color: #3d78b8;
  text-decoration: none; }

.region hr {
  width: 100%;
  height: 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e0e0e0; }

.region img,
.region iframe {
  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 th, .region td {
  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=text],
.region input[type=number],
.region input[type=password] {
  width: 18em;
  height: 2em;
  display: block;
  padding: 0 0 0 .5em;
  border: 1px solid #e0e0e0; }

.region input[type=radio],
.region input[type=checkbox] {
  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: #3d78b8;
  line-height: 2.8em;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #3d78b8;
  background: transparent;
  -webkit-transition: background .4s, color .4s;
  -o-transition: background .4s, color .4s;
  transition: background .4s, color .4s; }

.btn:hover,
.btn:focus {
  color: #FFF;
  background: #3d78b8; }

.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:hover,
.btn--disabled:focus {
  color: #999;
  background: transparent; }

.anchor, .access__anchor {
  visibility: hidden;
  position: absolute;
  top: 0; }

.mason--admin .anchor, .mason--admin .access__anchor {
  margin-top: -110px; }

.ui_toolbar {
  clear: both;
  margin: 1em 0;
  line-height: 2.1em; }

.ui_toolbar:before,
.ui_toolbar:after {
  content: '';
  display: table; }

.ui_toolbar:after {
  clear: both; }

.ui_toolbar > *,
.ui_left > *,
.ui_right > * {
  margin: 0 .5em 0 0;
  float: left; }

.ui_toolbar > *:last-child,
.ui_right > *:last-child {
  margin-right: 0; }

.ui_left {
  float: left; }

.ui_right {
  float: right;
  margin-left: .5em; }

.ui_button, .ui_tag, .ui_select {
  margin: 0 .5em 0 0;
  position: relative;
  float: left;
  text-align: left; }

.ui_button, .ui_tag, .ui_select > div {
  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;
  text-decoration: none;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s; }

.ui_button:focus {
  outline: thin dotted; }

.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:before,
.ui_card:after {
  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%); }
  100% {
    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%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.subnav__grid__frame,
.subnav__grid__clip {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0; }

.subnav__grid__container {
  width: 100%;
  padding: 0 0 3em; }
  @media all and (min-width: 1409.7px) {
    .subnav__grid__container {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.subnav__grid__item {
  container-type: inline-size;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-height: 220px;
  margin: 0 0 1em;
  overflow: hidden;
  padding: 20px; }
  .subnav__grid__item::after {
    content: "";
    position: absolute;
    inset: 0; }
  .subnav__grid__item:hover .subnav__grid__item__frame, .subnav__grid__item:focus-within .subnav__grid__item__frame {
    opacity: 1; }
  .subnav__grid__item:hover .subnav__grid__item__image img[loading="lazy"].lazy--loaded, .subnav__grid__item:focus-within .subnav__grid__item__image img[loading="lazy"].lazy--loaded {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
  .subnav__grid__item a {
    z-index: 2; }

.subnav__grid__item__frame {
  height: 100%;
  width: 100%;
  inset: 0;
  -webkit-clip-path: url("#subnav__grid__frame__path");
  clip-path: url("#subnav__grid__frame__path");
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.subnav__grid__item__image {
  inset: 20px;
  background: #fff;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-clip-path: url("#subnav__grid__clip__path");
  clip-path: url("#subnav__grid__clip__path");
  overflow: hidden; }
  .subnav__grid__item__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    display: block; }
    .subnav__grid__item__image img[loading="lazy"].lazy--loaded {
      opacity: 0.8; }
  .subnav__grid__item__image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(#000));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 50%, #000 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 50%, #000 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, #000 100%); }

.subnav__grid__item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  padding: 30px; }

.subnav__grid__item__title {
  padding: 0 1em;
  margin: 0;
  color: #fff;
  font-size: 1.125rem;
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.27778em;
  -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; }

@media all and (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: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px; }
  .subnav__grid__item {
    width: calc(50% - 12px);
    max-height: none;
    margin: 0; } }

@media all and (min-width: 800px) {
  .subnav__grid__item {
    width: calc(33.33333% - 16px); } }

.urgent {
  background: #c80505;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1em 5%;
  z-index: 80;
  width: 100%; }

.urgent__list ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.urgent__item {
  width: 100%; }

.urgent__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: .3em;
  width: 100%; }
  .urgent__item__link h2 {
    margin: 0 0 .5em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    font-size: 1.35em; }
  .urgent__item__link p {
    margin: 0;
    width: 100%;
    overflow: hidden;
    max-height: 5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.urgent__close {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 1em;
  top: 0;
  width: 3.5em;
  height: 3.5em;
  color: #c80505;
  background: #fff;
  border: 0.4em solid #c80505;
  border-radius: 50%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: 3; }

.swiper__navigation.urgent__navigation {
  margin: 1em 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .swiper__navigation.urgent__navigation button {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0); }
    .swiper__navigation.urgent__navigation button:hover {
      background-color: #fff;
      color: #000; }

.urgent__navigation__pause > *:nth-child(2) {
  display: none; }

.urgent__navigation__pause.active > *:nth-child(1) {
  display: none; }

.urgent__navigation__pause.active > *:nth-child(2) {
  display: block; }

@media all and (min-width: 850px) {
  .urgent {
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    gap: 2vw;
    -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 .urgent__close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .urgent__list {
    width: calc(100% - 200px); }
  .urgent.urgent--hide {
    -webkit-transform: translateY(200%);
    -ms-transform: translateY(200%);
    transform: translateY(200%); }
  .swiper__navigation.urgent__navigation {
    margin: 0; } }

@media all and (min-width: 1000px) {
  .urgent__item__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2em; }
    .urgent__item__link h2 {
      margin: 0; }
    .urgent__item__link p {
      overflow: hidden;
      max-height: 2.5em;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; } }

/**
 * Swiper 10.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 17, 2023
 */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff;
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */ }

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  overflow: clip;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block; }

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

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

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

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

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none; }

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

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

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

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

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

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

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

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

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

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }
  .swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none; }

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.hero__media__content,
.hero__media__content__video,
.hero__media__content__video:after,
.hero__media__content__video iframe,
.hero__media__content__video video {
  position: absolute;
  inset: 0; }

.hero__media {
  width: 100%;
  height: 100%; }
  .hero__media__content {
    overflow: hidden;
    background: #000; }
    .hero__media__content__video:after {
      content: '';
      background: rgba(0, 0, 0, 0.3); }
    .hero__media__content iframe,
    .hero__media__content video {
      width: 100%;
      height: 100%; }
    .hero__media__content video {
      -o-object-fit: cover;
      object-fit: cover; }

#mason-video-popout {
  top: 0;
  position: fixed;
  inset: 0;
  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;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000; }
  .mason--admin #mason-video-popout {
    top: 110px; }
  .mason--preview #mason-video-popout {
    top: 110px; }
  .mason--secure #mason-video-popout {
    top: 40px; }
  #mason-video-popout iframe,
  #mason-video-popout video {
    position: relative;
    aspect-ratio: 16/9;
    width: 70vw;
    height: auto;
    background: #000;
    vertical-align: bottom; }
  #mason-video-popout-close {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 15px), -50%);
    -ms-transform: translate(calc(-50% + 15px), -50%);
    transform: translate(calc(-50% + 15px), -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    #mason-video-popout-close:after {
      display: block;
      content: "\f00d";
      font-family: 'fontAwesome';
      font-size: 1.5em;
      font-weight: 300; }
    #mason-video-popout-close.clicked {
      opacity: 0;
      -webkit-transition-duration: .15s;
      -o-transition-duration: .15s;
      transition-duration: .15s; }

.hero__media__ctrls,
.hero__slideshow__ctrls {
  position: absolute;
  right: 5%;
  bottom: 5vw;
  bottom: clamp(2em, 5vw, 5em);
  margin: -.35em; }
  .hero__media__ctrls button,
  .hero__slideshow__ctrls button {
    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;
    margin: .35em; }
    .hero__media__ctrls button > *:nth-child(2),
    .hero__slideshow__ctrls button > *:nth-child(2) {
      display: none; }
    .hero__media__ctrls button.active > *:nth-child(1),
    .hero__slideshow__ctrls button.active > *:nth-child(1) {
      display: none; }
    .hero__media__ctrls button.active > *:nth-child(2),
    .hero__slideshow__ctrls button.active > *:nth-child(2) {
      display: block; }

.hero__media__ctrls button {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .hero__media__ctrls button.ready {
    opacity: 1; }

.hero__media__ctrls button,
.hero__slideshow__ctrls button,
#mason-video-popout-close {
  width: 2.65em;
  height: 2.65em;
  border-radius: 50%;
  color: #FFF;
  border: 2px solid currentColor;
  background: transparent; }

.hero__slideshow__ctrls {
  z-index: 1; }
  .hero__slideshow__ctrls button[data-cycle-cmd="resume"] {
    display: none; }

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.001s !important;
    animation-duration: 0.001s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.001s !important;
    -o-transition-duration: 0.001s !important;
    transition-duration: 0.001s !important;
    scroll-behavior: auto !important; } }

.access {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: 500; }
  .access:focus, .access:focus-within {
    left: 0; }
  .access .access__link {
    display: inline-block;
    font-size: 0.875em;
    padding: 1em;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0.2em 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0.2em 0 rgba(0, 0, 0, 0.4); }

img[loading="lazy"] {
  opacity: 0; }
  img[loading="lazy"].lazy--loaded {
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }

.lazy__load__img img {
  opacity: 0; }

.lazy--loaded .lazy__load__img img {
  opacity: 1;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }

.swiper__navigation {
  position: relative;
  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;
  gap: 1em;
  margin: 2em 0; }
  .swiper__navigation--spread {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    visibility: hidden;
    z-index: 2; }

.swiper__navigation__button {
  width: 2.75em;
  height: 2.75em;
  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;
  visibility: visible;
  border-radius: 4px;
  background-color: var(--col-pri);
  color: var(--col-pritxt);
  -webkit-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease; }
  .swiper__navigation__button:hover, .swiper__navigation__button:focus {
    background-color: var(--col-sec);
    color: var(--col-sectxt); }
  .swiper__navigation__button:focus {
    outline: solid 1px #000;
    outline-offset: 2px; }
  .swiper__navigation__button.swiper-button-disabled {
    opacity: 0.05;
    pointer-events: none; }

.swiper__pagination {
  width: 100%;
  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;
  gap: 0.5em;
  margin: 2em 0; }
  .swiper__pagination > span {
    width: 0.875em;
    height: 0.875em;
    background: var(--col-pri);
    border-radius: 50%;
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
    .swiper__pagination > span:hover {
      opacity: 0.75; }
    .swiper__pagination > span.swiper-pagination-bullet-active {
      opacity: 1; }

.header {
  width: 100%; }

.header__container {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50vw; }

.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__title {
  margin: 0;
  line-height: 1;
  font-weight: 400;
  font-family: var(--font-heading);
  color: #000000; }
  .mason--inner .header__logo__title {
    color: #fff; }
  .header__logo__title span {
    display: block; }
    .header__logo__title span:nth-child(1) {
      font-size: clamp(1.375rem, calc(0.5rem + 3vw), 3rem);
      line-height: 1.27273em; }
    .header__logo__title span:nth-child(2) {
      font-size: clamp(1rem, calc(0.5rem + 2vw), 1.625rem);
      line-height: 1.375em; }

.header__logo__image {
  width: clamp(5em, 10vw, 8.125em);
  margin-right: 15px; }
  .header__logo__image img {
    width: 100%; }

.menu__quicklinks {
  position: relative; }

.menu__quicklinks--desktop {
  display: none; }

.menu__quicklinks__toggle {
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 20px;
  background-color: var(--col-pri);
  background-color: color-mix(in srgb, var(--col-pri), transparent 30%);
  color: var(--col-pritxt);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.27778em;
  font-family: var(--font-heading);
  text-align: left;
  -webkit-transition: color 0.4s, background 0.4s;
  -o-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s; }
  .menu__quicklinks__toggle:hover, .menu__quicklinks__toggle:focus-visible, .menu__quicklinks__toggle:active {
    outline: none !important;
    color: var(--col-sectxt);
    background-color: var(--col-sec); }
    .menu__quicklinks__toggle:hover svg, .menu__quicklinks__toggle:focus-visible svg, .menu__quicklinks__toggle:active svg {
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px); }
    .menu__quicklinks__toggle:hover + ul, .menu__quicklinks__toggle:focus-visible + ul, .menu__quicklinks__toggle:active + ul {
      opacity: 1;
      visibility: visible; }
  .menu__quicklinks__toggle:focus {
    outline: none; }
  .menu__quicklinks__toggle svg {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s; }

.menu__quicklinks__list {
  width: 200px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
  background-color: var(--col-pritxt);
  color: var(--col-pri);
  padding: 30px 32px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s; }
  .menu__quicklinks__list::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 10px; }
  .mason--quicklinks__open .menu__quicklinks__list, .menu__quicklinks__list:hover, .menu__quicklinks__list:focus-within {
    opacity: 1;
    visibility: visible; }

.menu__quicklinks__item a {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.42857em;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  text-align: center;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration 0.4s;
  transition: -webkit-text-decoration 0.4s;
  -o-transition: text-decoration 0.4s;
  transition: text-decoration 0.4s;
  transition: text-decoration 0.4s, -webkit-text-decoration 0.4s; }
  .menu__quicklinks__item a:hover, .menu__quicklinks__item a:focus-visible {
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor; }

.icon__links__list {
  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;
  gap: 12px; }

.icon__links__item {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  .icon__links__item a {
    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: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 1.125rem;
    position: relative;
    border-radius: 50%; }
    .icon__links__item a:hover > div, .icon__links__item a:focus-visible > div {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94);
      border: 2px solid #fff; }
      .icon__links__item a:hover > div::after, .icon__links__item a:focus-visible > div::after {
        opacity: 0.1; }
    .icon__links__item a > div {
      position: absolute;
      inset: 0;
      z-index: 0;
      border-radius: 50%;
      border: 2px solid transparent;
      overflow: hidden;
      -webkit-transition: border 0.4s, -webkit-transform 0.4s;
      transition: border 0.4s, -webkit-transform 0.4s;
      -o-transition: transform 0.4s, border 0.4s;
      transition: transform 0.4s, border 0.4s;
      transition: transform 0.4s, border 0.4s, -webkit-transform 0.4s; }
      .icon__links__item a > div::after {
        content: "";
        position: absolute;
        inset: 0;
        background-color: #000;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s; }
    .icon__links__item a span {
      position: relative;
      z-index: 2; }

.translate__container {
  width: 100%;
  position: relative; }

.menu__translate {
  width: 100%; }

.menu__translate__button {
  display: none; }

.menu__translate__container {
  width: 100%; }
  .menu__translate__container select {
    width: 100%;
    height: 40px;
    border: none; }

@media all and (min-width: 769px) {
  .header__logo__title span:nth-child(1) {
    line-height: 1.25em; }
  .header__logo__title span:nth-child(3) {
    line-height: 1.23077em; } }

@media all and (min-width: 1050px) {
  .translate__container {
    width: auto; }
  .menu__translate__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    color: var(--col-pritxt);
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu__translate__button:focus {
      outline: none; }
    .menu__translate__button:hover::before, .menu__translate__button:focus-visible::before {
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
    .menu__translate__button::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background-color: var(--col-pri);
      z-index: -1;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      -o-transition: transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
  .menu__translate__container {
    padding: 10px;
    position: absolute;
    margin-top: 10px;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 8px;
    background-color: #fff;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s; }
    .menu__translate__container select {
      background-color: transparent; }
    .mason--translate .menu__translate__container {
      opacity: 1;
      visibility: visible; } }

.header__extras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media all and (max-width: 1049px) {
  .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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99; }
  .header__container {
    width: 100%; }
  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    margin-left: 1em;
    display: block;
    z-index: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 4px solid rgba(255, 255, 255, 0.2);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: background 0.3s ease, color 0.4s;
    -o-transition: background 0.3s ease, color 0.4s;
    transition: background 0.3s ease, color 0.4s; }
    .menu__btn:focus {
      outline: none; }
    .menu__btn:hover, .menu__btn:focus-visible {
      background-color: var(--col-sec);
      color: var(--col-sectxt); }
  .menu__btn__text {
    line-height: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em; }
  .menu__btn__bars {
    -webkit-filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1)); }
  .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; }
    .mobile__menu__bg:after {
      position: absolute;
      content: '';
      top: 2em;
      right: 0;
      bottom: auto;
      left: auto;
      content: "\f00d";
      font-family: "fontAwesome";
      background: var(--col-pri);
      font-weight: 300;
      font-size: 1.5em;
      width: 2em;
      height: 2em;
      padding-left: 5px;
      color: var(--col-pritxt);
      border-top-left-radius: 6px;
      border-bottom-left-radius: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      pointer-events: none;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .mason--menu .mobile__menu__bg {
      visibility: visible;
      opacity: 1;
      -webkit-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
      .mason--menu .mobile__menu__bg:focus:after, .mason--menu .mobile__menu__bg:active:after, .mason--menu .mobile__menu__bg:hover:after {
        background-color: var(--col-sec);
        color: var(--col-sectxt); }
  .menu {
    top: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
    max-width: 350px;
    padding-bottom: 4em;
    background: #fff;
    color: #000000;
    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; }
    .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-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        -webkit-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
  .menu__sidebar {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    background: inherit;
    z-index: 3;
    padding-top: 1em;
    scrollbar-width: thin;
    scrollbar-color: var(--col-pri) rgba(0, 0, 0, 0.25);
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .menu__sidebar::-webkit-scrollbar {
      width: 7px; }
    .menu__sidebar::-webkit-scrollbar-track {
      background-color: rgba(0, 0, 0, 0.25); }
    .menu__sidebar::-webkit-scrollbar-thumb {
      background-color: var(--col-pri); }
  .menu__list {
    text-align: left;
    width: 100%; }
  .menu__list__item {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .menu__list__item--selected {
      color: var(--col-pri); }
  .menu__list__item__link {
    padding: 1em 4.0625em 1em 2em; }
  .menu__list__item__button {
    display: none;
    top: 0;
    right: 0;
    width: 3.75em;
    height: 3.2em;
    position: absolute;
    color: inherit; }
    .menu__list__item__button svg {
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      font-size: 1.5em;
      width: 0.625em;
      height: 0.625em;
      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(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .menu__list__item--subitems > .menu__list__item__button {
      display: block; }
  .menu__list__item__sub {
    background: rgba(0, 0, 0, 0.1);
    padding: 1em 0;
    margin: 0;
    display: none; }
    .menu__list__item__sub .menu__list__item {
      border: 0; }
    .menu__list__item__sub .menu__list__item__link {
      padding: 0.75em 2em 0.75em 4.0625em;
      text-transform: none;
      font-size: 0.95em; }
  .menu__extras {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    z-index: 4;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0.5em;
    padding: 10px; }
  .search__container {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 4;
    background: var(--col-pri);
    padding: 0.5em; }
    .search__container form {
      width: 100%;
      height: 3em;
      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; }
    .search__container input {
      position: relative;
      width: 100%;
      height: 3.42857em;
      padding: 0 1em;
      border: 0;
      font-size: 0.875em;
      background-color: rgba(255, 255, 255, 0.9);
      color: #000000; }
      .search__container input::-webkit-input-placeholder {
        color: #000000;
        opacity: 0.7 !important; }
      .search__container input:-moz-placeholder {
        /* Firefox 18- */
        color: #000000;
        opacity: 0.7 !important; }
      .search__container input::-moz-placeholder {
        /* Firefox 19+ */
        color: #000000;
        opacity: 0.7 !important; }
      .search__container input:-ms-input-placeholder {
        color: #000000;
        opacity: 0.7 !important; }
    .search__container button {
      width: 2.8125em;
      height: 3em;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      background: var(--col-pri);
      color: var(--col-pritxt); }
    .search__container .find__button {
      display: none; }
  .search__container__button {
    display: none !important; } }

@media all and (max-width: 550px) {
  .menu__btn {
    width: auto;
    aspect-ratio: 1/1; }
  .menu__btn__text span {
    display: none; } }

@media all and (min-width: 1050px) {
  .menu__btn,
  .mobile__menu__bg,
  .header__extras {
    display: none; }
  .header {
    padding: 2em 5%;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
  .header[data-header*="flex"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2em; }
  .header[data-header*="fixed"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    background: transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    .mason--home .header[data-header*="fixed"] {
      color: #000; }
    .mason--prep .header[data-header*="fixed"] {
      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;
      gap: 20px;
      background: var(--col-pri);
      color: var(--col-pritxt);
      padding-top: 1em;
      padding-bottom: 1em;
      position: fixed;
      top: 0;
      -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
      transform: translateY(-100%); }
      .mason--prep .header[data-header*="fixed"] .header__container {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .mason--prep .header[data-header*="fixed"] .header__logo__image {
        width: 80px; }
      .mason--prep .header[data-header*="fixed"] .header__logo__title {
        display: none;
        color: var(--col-pritxt); }
        .mason--prep .header[data-header*="fixed"] .header__logo__title span:nth-child(1) {
          font-size: 1.5625rem; }
        .mason--prep .header[data-header*="fixed"] .header__logo__title span:nth-child(2) {
          font-size: 0.875rem; } }
      @media all and (min-width: 1050px) and (min-width: 1300px) {
        .mason--prep .header[data-header*="fixed"] .header__logo__title {
          display: block; } }

@media all and (min-width: 1050px) {
      .mason--prep .header[data-header*="fixed"] .menu__sidebar {
        margin-top: 0; }
        .mason--prep .header[data-header*="fixed"] .menu__sidebar .menu__list > .menu__list__item > .menu__list__item__link span::before {
          background-color: var(--col-pritxt); }
      .mason--prep .header[data-header*="fixed"] .menu__extras {
        margin-top: -48px;
        margin-bottom: 0;
        opacity: 0;
        visibility: hidden; }
    .mason--scrollingup .header[data-header*="fixed"] {
      -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
      transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
      -o-transition: transform 0.4s, box-shadow 0.4s;
      transition: transform 0.4s, box-shadow 0.4s;
      transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s; }
    .mason--sticky .header[data-header*="fixed"] {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
      transition: -webkit-transform 0.4s, -webkit-box-shadow 0.4s;
      -o-transition: transform 0.4s, box-shadow 0.4s;
      transition: transform 0.4s, box-shadow 0.4s;
      transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -webkit-box-shadow 0.4s; }
    .mason--admin .header[data-header*="fixed"] {
      position: absolute; }
  .header[data-menu*="flex"] .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .menu__sidebar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 20px; }
  .menu__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 40px;
    max-width: 100%; }
    .menu__list > .menu__list__item {
      text-align: center; }
      .menu__list > .menu__list__item > .menu__list__item__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        font-size: clamp(0.875rem, calc(0.5rem + 0.9vw), 1.375rem);
        font-family: var(--font-heading); }
        .menu__list > .menu__list__item > .menu__list__item__link > span {
          position: relative;
          display: inline-block; }
          .menu__list > .menu__list__item > .menu__list__item__link > span:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            height: 10px;
            width: 56px;
            -webkit-clip-path: path("m56 1.9-.06-.21c-.48-.07-.96-.15-1.44-.22-.06-.01-.12-.03-.18-.05a12.7 12.7 0 0 0-1.5-.39c-.19-.03-.4.24-.6.22-.51-.05-1.02-.21-1.54-.3-.33-.06-.67-.08-1-.12l-.03.17-.06-.45h-.45c-.22-.01-.44 0-.51.42-.09.51.19.51.4.6l-.05.21-.94-.26v-.19l.44-.13c-.05-.1-.07-.17-.09-.18-.56-.18-1.11-.38-1.67-.54-.26-.08-.52-.11-.79-.1-.2 0-.41.19-.61.18-.72-.05-1.45-.14-2.17-.23-.06 0-.12-.08-.18-.08-.32-.03-.64-.05-.95-.06-.06 0-.14.13-.16.1-.44-.44-.92-.16-1.37-.2s-.94-.25-1.29.54l-.07-.61c-.25.43-.5.41-.76.14a.35.35 0 0 0-.22-.08c-.42-.02-.85-.01-1.27.01-.22.07-.42.17-.61.3-.04.03-.17.12-.29.2-.11.07-.24.23-.32.18-.3-.19-.6-.41-.88-.63-.49.03-.97.03-1.46 0-.54.05-1.07.12-1.6.23l-.32 1.02-.67-.62.04-.2c.33.16.61.11.83-.5-.24.02-.45-.04-.62.08-.42.3-.81.44-1.22-.02-.07-.08-.22.02-.33 0-.35-.05-.68.17-1.05 0-.41-.09-.83-.08-1.24.02-.13.02-.26.02-.39.02-.23-.03-.46-.09-.69-.13v.21l.31.16v.16c-.16-.03-.34.01-.44-.11-.4-.48-.89-.55-1.13-.28-.85.18-1.58-.05-2.26.63l.2-.69h-.53l-.03.51c-.28-.12-.57-.21-.86-.29-.26-.03-.53-.03-.79-.01-.71 0-1.43-.01-2.14 0-.29.04-.57.1-.84.18-.19-.09-.4-.15-.61-.18-1.08.05-2.16.16-3.24.21-.29.02-.59-.14-.87-.09-.81.14-1.64.17-2.47.09-.08 0-.16.1-.24.13-.42.13-.84.24-1.27.31-.24.03-.49-.17-.73-.15-1.44.13-2.89.3-4.33.43-.55.05-1.09 0-1.64 0H.34c-.22 0-.28.1-.29.12-.05.08-.06.19-.04.3.02.05.04.09.06.13h.01c.11.17.17.35.2.55l.04.32c0 .08.03.16.07.23.08.11.21.15.34.12h.02c.11-.03.23-.05.35-.04.62.08 1.24.23 1.86.3.27-.02.54-.07.8-.13.3-.03.59.02.89-.02.23-.03.46-.19.69-.22.37.02.74 0 1.1-.02.24-.06.59-.03.67-.65l-.61-.11.03-.23 1.32.36.03.18-.52.16c.19.39.4.41.65.06.17-.24.37-.36.56 0 .05.06.12.1.2.1.3.04.61.06.91.09.1.02.2.03.3 0 .34-.11.73-.47.99-.3.63.4 1.24-.47 1.83.09.06.05.15.02.23 0 .34-.1.68-.21 1.04-.33l-.03-.36.78-.29.03.15c-.09.07-.16.16-.23.25-.03.08-.04.18-.02.27 0 .04.11.1.12.07.22-.31.41-.09.64 0 .26.09.54.09.79-.03.14-.06.25.02.34 0 .56-.09 1.13-.08 1.68 0 .21.02.43-.19.65-.18.37.02.74.19 1.11.19.49-.04.98-.1 1.47-.21.1-.02.19-.05.29-.09.33-.12.66-.25 1-.39 0 .19-.01.32-.01.5.38-.03.72-.27 1.08-.03.07.05.18-.08.28-.12s.18-.1.25-.06c.31.28.79.28 1.09-.01.06-.06.17-.01.26 0 .2.08.4.15.61.19.49.03.97-.02 1.46-.01 1.71.02 3.42-.07 5.14-.08.3 0 .45-.11.42-.63.18.02.44-.01.46.07.12.58.4.41.67.5.59.25 1.26.24 1.84-.04.05-.02.11.05.17.05.32 0 .64-.01.97-.02.16-.02.32-.03.47-.02.21.04.41.19.62.17.78.04 1.57.02 2.35-.06.41-.09.84.23 1.27.1.09-.03.21.16.38.3-.43.15-.82-.26-1.09.33-.02.04-.12.02-.18-.01-.39-.34-.98-.34-1.37 0-.05.05-.15.01-.22-.01-.19-.06-.38-.14-.56-.19-.15-.05-.32-.09-.48-.1-.28 0-.55 0-.82.04-.13 0-.26.06-.39.06-.17 0-.4-.14-.49-.02-.36.47-.69.07-1.04.07-.51 0-1.02.11-1.54.12-.55.02-1.09.45-1.65.09-.13-.08-.31.05-.47.08-.06.01-.13.06-.19.05-.18-.04-.37-.16-.54-.14-.31.04-.61.25-.91.22-.41-.04-.66.32-.96.61.19.37.65-.29.68.51l-.3.31c-.05-.07-.1-.13-.15-.18-.38-.54-1.03-.81-1.68-.71-.31.07-.63.06-.93-.04-.07-.02-.16.03-.23 0-.39-.2-.77.4-1.15.02-.02-.01-.06 0-.07.02-.23.66-.53.44-.85.21-.05-.04-.14.08-.21.11-.26.12-.61.45-.76.3-.38-.38-.58.01-.85.28-.08-.68-.36-.48-.61-.38-.24.15-.5.27-.77.36-.35 0-.71-.03-1.06-.08-.12.02-.21.11-.24.22-.05.64-.2.58-.45.21-.05-.08-.16-.08-.25-.09-.19-.03-.4.02-.56-.09-.31-.21-.53-.05-.81.16-.18.14-.44.02-.66.02-.03 0-.06-.02-.09-.04l-.19.54-.08-.44c-.16-.02-.29-.04-.43-.06-.11-.02-.24-.11-.33-.05-.5.34-1.1.5-1.7.45-.16-.01-.35-.07-.49.01-.21.17-.4.37-.57.59l.36.2-.3.41.35.4-.45.09v.7c.38-.02.76-.07 1.12-.16.38-.12.73-.52 1.13-.12.08.08.22.02.34 0 .28-.06.56-.13.83-.22.23-.07.45-.17.68-.24.1-.04.21-.05.31-.02.36.16.7.3 1.05-.08.14-.11.32-.15.5-.12.61.02 1.22.04 1.83.11.42.13.87-.03 1.11-.41.02-.03.09.03.14.03.44.06.88.11 1.32.16l-.04-.4 1.28.12c.42.97.59-.18.9-.39v.59l.61-.41-.34-.27c.37-.08.76-.11 1.14-.07.3.03.59.19.88.2.33 0 .55.17.62.63l.24-.39.18.48.99-.26c-.19.33-.36.65-.57.7-.53.13-1.06.21-1.6.26-.62.08-1.25.15-1.88.23-.02 0-.06 0-.08.02-.57.58-1.34.15-1.89.91-.03.05-.14-.04-.21-.06a.498.498 0 0 0-.7.5c-.19-.06-.36-.16-.5-.31-.04-.04-.11-.06-.15-.03-.31.32-.86.3-.84 1.32.22-.23.4-.46.6-.64.07-.06.18-.03.27 0 .11.03.23.13.34.14.3.03.61.03.91 0 .05 0 .09-.02.13-.05.16.16.32.33.59.15.3-.19.62-.13.66-.82.06.05.12.1.17.15.32.48.52.49.88.06.06-.09.16-.15.27-.16.72 0 1.42-.16 2.06-.48.1-.05.22 0 .33-.02.28-.03.63.07.82-.15.35-.42.7-.22 1.09-.29.12-.37.31-.6.73-.41l-.53.31.97.4.04-.15-.16-.34c.15 0 .3.03.44.1.1.03.3.04.31 0 .14-.7.47-.35.85-.32l-.27-.76H34l.02.27.54.37c.13-.22.28-.43.44-.62.33-.48.39-1.09.18-1.62-.19.13-.38.39-.55.35-.32-.11-.63-.27-.91-.47-.14.59.25.42.45.71h-1.35c.31-.25.44-.66.35-1.05h1.49c.13 0 .27-.11.4-.09.44.06.87.16 1.31.25.04 0 .08-.02.11-.03l1.01-.23c.13-.03.31 0 .38-.11.04-.21.04-.42.01-.62l.52.09-.3.65.11.11.14-.32v.18c.19.09.38.16.58.18.49-.02.97-.11 1.46-.17.15-.02.3 0 .45-.01.46-.05.92-.09 1.38-.17.29-.1.6-.18.9-.24.25-.01.51.2.76.19 1.18-.05 2.36-.13 3.53-.24.32-.03.63.42.95.02.02-.03.09.03.14.05.18.09.38.15.58.17.26-.03.52-.11.76-.22.34-.07.7-.08 1.04-.01 1.05.01 2.11-.04 3.16-.14.37-.02.74 0 1.1.04.4.04.58-.27.66-.72.01-.32-.02-.65-.09-.96l.32-.41");
            clip-path: path("m56 1.9-.06-.21c-.48-.07-.96-.15-1.44-.22-.06-.01-.12-.03-.18-.05a12.7 12.7 0 0 0-1.5-.39c-.19-.03-.4.24-.6.22-.51-.05-1.02-.21-1.54-.3-.33-.06-.67-.08-1-.12l-.03.17-.06-.45h-.45c-.22-.01-.44 0-.51.42-.09.51.19.51.4.6l-.05.21-.94-.26v-.19l.44-.13c-.05-.1-.07-.17-.09-.18-.56-.18-1.11-.38-1.67-.54-.26-.08-.52-.11-.79-.1-.2 0-.41.19-.61.18-.72-.05-1.45-.14-2.17-.23-.06 0-.12-.08-.18-.08-.32-.03-.64-.05-.95-.06-.06 0-.14.13-.16.1-.44-.44-.92-.16-1.37-.2s-.94-.25-1.29.54l-.07-.61c-.25.43-.5.41-.76.14a.35.35 0 0 0-.22-.08c-.42-.02-.85-.01-1.27.01-.22.07-.42.17-.61.3-.04.03-.17.12-.29.2-.11.07-.24.23-.32.18-.3-.19-.6-.41-.88-.63-.49.03-.97.03-1.46 0-.54.05-1.07.12-1.6.23l-.32 1.02-.67-.62.04-.2c.33.16.61.11.83-.5-.24.02-.45-.04-.62.08-.42.3-.81.44-1.22-.02-.07-.08-.22.02-.33 0-.35-.05-.68.17-1.05 0-.41-.09-.83-.08-1.24.02-.13.02-.26.02-.39.02-.23-.03-.46-.09-.69-.13v.21l.31.16v.16c-.16-.03-.34.01-.44-.11-.4-.48-.89-.55-1.13-.28-.85.18-1.58-.05-2.26.63l.2-.69h-.53l-.03.51c-.28-.12-.57-.21-.86-.29-.26-.03-.53-.03-.79-.01-.71 0-1.43-.01-2.14 0-.29.04-.57.1-.84.18-.19-.09-.4-.15-.61-.18-1.08.05-2.16.16-3.24.21-.29.02-.59-.14-.87-.09-.81.14-1.64.17-2.47.09-.08 0-.16.1-.24.13-.42.13-.84.24-1.27.31-.24.03-.49-.17-.73-.15-1.44.13-2.89.3-4.33.43-.55.05-1.09 0-1.64 0H.34c-.22 0-.28.1-.29.12-.05.08-.06.19-.04.3.02.05.04.09.06.13h.01c.11.17.17.35.2.55l.04.32c0 .08.03.16.07.23.08.11.21.15.34.12h.02c.11-.03.23-.05.35-.04.62.08 1.24.23 1.86.3.27-.02.54-.07.8-.13.3-.03.59.02.89-.02.23-.03.46-.19.69-.22.37.02.74 0 1.1-.02.24-.06.59-.03.67-.65l-.61-.11.03-.23 1.32.36.03.18-.52.16c.19.39.4.41.65.06.17-.24.37-.36.56 0 .05.06.12.1.2.1.3.04.61.06.91.09.1.02.2.03.3 0 .34-.11.73-.47.99-.3.63.4 1.24-.47 1.83.09.06.05.15.02.23 0 .34-.1.68-.21 1.04-.33l-.03-.36.78-.29.03.15c-.09.07-.16.16-.23.25-.03.08-.04.18-.02.27 0 .04.11.1.12.07.22-.31.41-.09.64 0 .26.09.54.09.79-.03.14-.06.25.02.34 0 .56-.09 1.13-.08 1.68 0 .21.02.43-.19.65-.18.37.02.74.19 1.11.19.49-.04.98-.1 1.47-.21.1-.02.19-.05.29-.09.33-.12.66-.25 1-.39 0 .19-.01.32-.01.5.38-.03.72-.27 1.08-.03.07.05.18-.08.28-.12s.18-.1.25-.06c.31.28.79.28 1.09-.01.06-.06.17-.01.26 0 .2.08.4.15.61.19.49.03.97-.02 1.46-.01 1.71.02 3.42-.07 5.14-.08.3 0 .45-.11.42-.63.18.02.44-.01.46.07.12.58.4.41.67.5.59.25 1.26.24 1.84-.04.05-.02.11.05.17.05.32 0 .64-.01.97-.02.16-.02.32-.03.47-.02.21.04.41.19.62.17.78.04 1.57.02 2.35-.06.41-.09.84.23 1.27.1.09-.03.21.16.38.3-.43.15-.82-.26-1.09.33-.02.04-.12.02-.18-.01-.39-.34-.98-.34-1.37 0-.05.05-.15.01-.22-.01-.19-.06-.38-.14-.56-.19-.15-.05-.32-.09-.48-.1-.28 0-.55 0-.82.04-.13 0-.26.06-.39.06-.17 0-.4-.14-.49-.02-.36.47-.69.07-1.04.07-.51 0-1.02.11-1.54.12-.55.02-1.09.45-1.65.09-.13-.08-.31.05-.47.08-.06.01-.13.06-.19.05-.18-.04-.37-.16-.54-.14-.31.04-.61.25-.91.22-.41-.04-.66.32-.96.61.19.37.65-.29.68.51l-.3.31c-.05-.07-.1-.13-.15-.18-.38-.54-1.03-.81-1.68-.71-.31.07-.63.06-.93-.04-.07-.02-.16.03-.23 0-.39-.2-.77.4-1.15.02-.02-.01-.06 0-.07.02-.23.66-.53.44-.85.21-.05-.04-.14.08-.21.11-.26.12-.61.45-.76.3-.38-.38-.58.01-.85.28-.08-.68-.36-.48-.61-.38-.24.15-.5.27-.77.36-.35 0-.71-.03-1.06-.08-.12.02-.21.11-.24.22-.05.64-.2.58-.45.21-.05-.08-.16-.08-.25-.09-.19-.03-.4.02-.56-.09-.31-.21-.53-.05-.81.16-.18.14-.44.02-.66.02-.03 0-.06-.02-.09-.04l-.19.54-.08-.44c-.16-.02-.29-.04-.43-.06-.11-.02-.24-.11-.33-.05-.5.34-1.1.5-1.7.45-.16-.01-.35-.07-.49.01-.21.17-.4.37-.57.59l.36.2-.3.41.35.4-.45.09v.7c.38-.02.76-.07 1.12-.16.38-.12.73-.52 1.13-.12.08.08.22.02.34 0 .28-.06.56-.13.83-.22.23-.07.45-.17.68-.24.1-.04.21-.05.31-.02.36.16.7.3 1.05-.08.14-.11.32-.15.5-.12.61.02 1.22.04 1.83.11.42.13.87-.03 1.11-.41.02-.03.09.03.14.03.44.06.88.11 1.32.16l-.04-.4 1.28.12c.42.97.59-.18.9-.39v.59l.61-.41-.34-.27c.37-.08.76-.11 1.14-.07.3.03.59.19.88.2.33 0 .55.17.62.63l.24-.39.18.48.99-.26c-.19.33-.36.65-.57.7-.53.13-1.06.21-1.6.26-.62.08-1.25.15-1.88.23-.02 0-.06 0-.08.02-.57.58-1.34.15-1.89.91-.03.05-.14-.04-.21-.06a.498.498 0 0 0-.7.5c-.19-.06-.36-.16-.5-.31-.04-.04-.11-.06-.15-.03-.31.32-.86.3-.84 1.32.22-.23.4-.46.6-.64.07-.06.18-.03.27 0 .11.03.23.13.34.14.3.03.61.03.91 0 .05 0 .09-.02.13-.05.16.16.32.33.59.15.3-.19.62-.13.66-.82.06.05.12.1.17.15.32.48.52.49.88.06.06-.09.16-.15.27-.16.72 0 1.42-.16 2.06-.48.1-.05.22 0 .33-.02.28-.03.63.07.82-.15.35-.42.7-.22 1.09-.29.12-.37.31-.6.73-.41l-.53.31.97.4.04-.15-.16-.34c.15 0 .3.03.44.1.1.03.3.04.31 0 .14-.7.47-.35.85-.32l-.27-.76H34l.02.27.54.37c.13-.22.28-.43.44-.62.33-.48.39-1.09.18-1.62-.19.13-.38.39-.55.35-.32-.11-.63-.27-.91-.47-.14.59.25.42.45.71h-1.35c.31-.25.44-.66.35-1.05h1.49c.13 0 .27-.11.4-.09.44.06.87.16 1.31.25.04 0 .08-.02.11-.03l1.01-.23c.13-.03.31 0 .38-.11.04-.21.04-.42.01-.62l.52.09-.3.65.11.11.14-.32v.18c.19.09.38.16.58.18.49-.02.97-.11 1.46-.17.15-.02.3 0 .45-.01.46-.05.92-.09 1.38-.17.29-.1.6-.18.9-.24.25-.01.51.2.76.19 1.18-.05 2.36-.13 3.53-.24.32-.03.63.42.95.02.02-.03.09.03.14.05.18.09.38.15.58.17.26-.03.52-.11.76-.22.34-.07.7-.08 1.04-.01 1.05.01 2.11-.04 3.16-.14.37-.02.74 0 1.1.04.4.04.58-.27.66-.72.01-.32-.02-.65-.09-.96l.32-.41");
            background-color: var(--col-pri);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity 0.4s, visibility 0.4s;
            -o-transition: opacity 0.4s, visibility 0.4s;
            transition: opacity 0.4s, visibility 0.4s; }
      .menu__list > .menu__list__item:hover > .menu__list__item__link span:before, .menu__list > .menu__list__item:focus-within > .menu__list__item__link span:before, .menu__list > .menu__list__item.menu__list__item--selected > .menu__list__item__link span:before {
        opacity: 1;
        visibility: visible; }
  .menu__list__item {
    position: relative; }
  .menu__list__item__link {
    position: relative; }
  .menu__list__item__button {
    display: none; }
  .menu__list__item__sub {
    position: absolute;
    top: 100%;
    right: auto;
    left: -30px;
    padding: 30px 0;
    margin: 0;
    margin-top: 18px;
    background: var(--col-pri);
    color: var(--col-pritxt);
    width: 300px;
    font-size: 0.95em;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    border-radius: 20px;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-transition: visibility 0s ease 0.15s, opacity 0.15s ease, -webkit-transform 0.15s ease;
    transition: visibility 0s ease 0.15s, opacity 0.15s ease, -webkit-transform 0.15s ease;
    -o-transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease;
    transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease;
    transition: visibility 0s ease 0.15s, transform 0.15s ease, opacity 0.15s ease, -webkit-transform 0.15s ease; }
    .menu__list__item__sub.menu__list__item__sub--right {
      right: 0;
      left: auto; }
    .menu__list__item__sub::before {
      content: "";
      position: absolute;
      bottom: 100%;
      left: 0;
      height: 18px;
      width: 100%; }
    .menu__list__item__sub .menu__list__item {
      display: inline-block;
      width: 100%;
      text-align: left;
      vertical-align: top; }
    .menu__list__item__sub .menu__list__item__link {
      padding: 10px 30px;
      font-weight: 500;
      -webkit-transition: color 0.3s ease, background 0.3s ease, padding 0.4s;
      -o-transition: color 0.3s ease, background 0.3s ease, padding 0.4s;
      transition: color 0.3s ease, background 0.3s ease, padding 0.4s; }
      .menu__list__item__sub .menu__list__item__link::before {
        content: "\f061";
        font-family: fontAwesome;
        font-size: 0.875rem;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.4s, visibility 0.4s, left 0.4s;
        -o-transition: opacity 0.4s, visibility 0.4s, left 0.4s;
        transition: opacity 0.4s, visibility 0.4s, left 0.4s; }
      .menu__list__item__sub .menu__list__item__link:hover, .menu__list__item__sub .menu__list__item__link:focus-visible {
        background-color: var(--col-pritxt);
        color: var(--col-pri);
        padding-left: 52px;
        padding-right: 8px; }
        .menu__list__item__sub .menu__list__item__link:hover::before, .menu__list__item__sub .menu__list__item__link:focus-visible::before {
          left: 30px;
          opacity: 1;
          visibility: visible; }
  .menu__list__item--subitems:hover > .menu__list__item__sub,
  .menu__list__item--subitems:focus-within > .menu__list__item__sub {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 3; }
  .menu__list__item--columns > .menu__list__item__sub {
    display: -ms-grid !important;
    display: grid !important;
    justify-items: center;
    width: 600px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .menu__list__item--columns--wide {
    position: static; }
    .menu__list__item--columns--wide > .menu__list__item__sub {
      left: 0;
      display: -ms-grid !important;
      display: grid !important;
      justify-items: center;
      min-width: 500px;
      -ms-grid-columns: (minmax(0, 1fr))[3];
      grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .menu__extras {
    position: absolute;
    top: 0;
    right: 5%;
    width: calc(45vw);
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1em;
    z-index: 5;
    margin-top: 70px;
    -webkit-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, margin 0.4s;
    transition: opacity 0.4s, visibility 0.4s, margin 0.4s; }
  .menu__quicklinks--desktop {
    display: block; }
  .search__container {
    position: relative;
    height: 48px;
    color: #fff;
    z-index: 2; }
    .search__container:hover .find__button::before, .search__container:focus-within .find__button::before {
      color: var(--col-sectxt);
      background-color: var(--col-sec);
      -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
      transform: scale(0.94); }
  .menu__extras__form {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--col-pri);
    opacity: 0;
    -webkit-transition: width 0.4s ease, padding 0.4s ease, opacity 0.4s;
    -o-transition: width 0.4s ease, padding 0.4s ease, opacity 0.4s;
    transition: width 0.4s ease, padding 0.4s ease, opacity 0.4s; }
    .mason--find .menu__extras__form {
      width: 340px;
      padding-right: 48px;
      opacity: 1; }
      .mason--find .menu__extras__form .menu__extras__input {
        cursor: auto;
        opacity: 1;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease 0s;
        transition: opacity 0.4s ease, -webkit-transform 0s ease 0s;
        -o-transition: opacity 0.4s ease, transform 0s ease 0s;
        transition: opacity 0.4s ease, transform 0s ease 0s;
        transition: opacity 0.4s ease, transform 0s ease 0s, -webkit-transform 0s ease 0s; }
      .mason--find .menu__extras__form .menu__extras__submit {
        visibility: visible;
        -webkit-transition: visibility 0s ease 0.4s;
        -o-transition: visibility 0s ease 0.4s;
        transition: visibility 0s ease 0.4s; }
  .menu__extras__input {
    position: relative;
    width: calc(100% - 48px);
    height: 100%;
    border: 0;
    color: currentColor;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: var(--col-pri);
    padding: 0 1em;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0s ease 0.2s;
    transition: opacity 0.2s ease, -webkit-transform 0s ease 0.2s;
    -o-transition: opacity 0.2s ease, transform 0s ease 0.2s;
    transition: opacity 0.2s ease, transform 0s ease 0.2s;
    transition: opacity 0.2s ease, transform 0s ease 0.2s, -webkit-transform 0s ease 0.2s; }
    .menu__extras__input::-webkit-input-placeholder {
      color: currentColor;
      opacity: 0.7 !important; }
    .menu__extras__input:-moz-placeholder {
      /* Firefox 18- */
      color: currentColor;
      opacity: 0.7 !important; }
    .menu__extras__input::-moz-placeholder {
      /* Firefox 19+ */
      color: currentColor;
      opacity: 0.7 !important; }
    .menu__extras__input:-ms-input-placeholder {
      color: currentColor;
      opacity: 0.7 !important; }
  .menu__extras__submit {
    height: 100%;
    aspect-ratio: 1/1;
    background: var(--col-pri);
    color: currentColor;
    text-align: center;
    z-index: 2; }
  .find__button {
    position: relative;
    height: 100%;
    aspect-ratio: 1/1;
    background: transparent;
    border-radius: 50%;
    color: currentColor;
    text-align: center;
    z-index: 4;
    overflow: hidden;
    -webkit-transform: background 0.4s, color 0.4s;
    -ms-transform: background 0.4s, color 0.4s;
    transform: background 0.4s, color 0.4s; }
    .find__button svg {
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
    .find__button::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 50%;
      background: var(--col-pri);
      -webkit-transition: background 0.4s, color 0.4s, -webkit-transform 0.4s;
      transition: background 0.4s, color 0.4s, -webkit-transform 0.4s;
      -o-transition: background 0.4s, color 0.4s, transform 0.4s;
      transition: background 0.4s, color 0.4s, transform 0.4s;
      transition: background 0.4s, color 0.4s, transform 0.4s, -webkit-transform 0.4s;
      z-index: -1; }
    .find__button:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: "\f00d";
      border-radius: inherit;
      font-family: "fontAwesome";
      font-weight: 300;
      font-size: 1.25em;
      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;
      background-color: inherit;
      -webkit-transform: scale(0.5) rotate(-180deg);
      -ms-transform: scale(0.5) rotate(-180deg);
      transform: scale(0.5) rotate(-180deg);
      opacity: 0;
      z-index: 2;
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      -o-transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease; }
    .mason--find .find__button svg {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
    .mason--find .find__button:after {
      -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
      opacity: 1; } }

.hero {
  height: 25vw;
  min-height: 50vh;
  background-color: var(--col-pri); }
  .mason--inner .hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    max-height: 350px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2; }
  .mason--inner .hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    max-height: 250px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 2; }

.hero__slideshow {
  width: 100%;
  height: 100%;
  z-index: 1; }

.hero__slideshow__item__image {
  width: 100%;
  height: 100%; }

@media all and (min-width: 769px) {
  .hero {
    min-height: 700px; } }

.hero__media__ctrls {
  position: absolute;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  bottom: 12px;
  right: 12px;
  z-index: 4; }
  .mason--inner .hero__media__ctrls {
    bottom: clamp(0px, 2vw, 40px);
    right: clamp(0px, 4vw, 60px); }
  @media all and (min-width: 1301px) {
    .hero__media__ctrls {
      bottom: 20px;
      right: 20px; } }

button.default__video__button {
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  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;
  border-radius: 50%;
  border: none;
  background: var(--col-pri-rgba80);
  color: var(--col-pritxt);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  button.default__video__button.ready {
    opacity: 1; }
  button.default__video__button > *:nth-child(2) {
    display: none; }
  button.default__video__button.active > *:nth-child(1) {
    display: none; }
  button.default__video__button.active > *:nth-child(2) {
    display: block; }
  button.default__video__button:hover, button.default__video__button:focus {
    background: var(--col-pri);
    color: var(--col-pritxt);
    outline: none; }
  button.default__video__button.hero__slideshow__controls__prev:hover, button.default__video__button.hero__slideshow__controls__prev:focus {
    padding-right: 6px; }
  button.default__video__button.hero__slideshow__controls__next:hover, button.default__video__button.hero__slideshow__controls__next:focus {
    padding-left: 6px; }

.hero__slideshow__controls > button {
  opacity: 1; }

.hero .admin_edit_buttons {
  display: none; }

.breadcrumbs {
  position: relative;
  display: block; }

.breadcrumbs__container {
  position: relative;
  overflow: hidden; }

.content__path {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.content__path__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; }

.content__path__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  line-height: 1.25em; }

.content__path__item__sep {
  margin: 0 12px;
  color: var(--col-pri); }

.content__path__item.content__path__item--final {
  font-weight: 700; }
  .content__path__item.content__path__item--final .content__path__item__sep {
    display: none; }

.main {
  width: 100%;
  padding: 0 0 clamp(4em, 5vw, 5.625em) 0;
  background-color: #75daff; }

.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;
  padding-right: 0%;
  padding-left: 0%; }
  @media all and (min-width: 1409.7px) {
    .main__flex {
      padding-left: calc(50% - 635px); } }
  .main__flex.center {
    padding: 0; }

.content {
  position: relative;
  z-index: 2;
  width: 100%;
  background-color: #fff;
  padding: clamp(30px, 5vw, 65px) 5% 90px;
  -webkit-filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.15)); }

.content__title {
  color: #000000;
  margin: 20px 0 14px;
  font-size: clamp(1.875rem, calc(0.75rem + 4vw), 3rem);
  font-family: var(--font-heading);
  font-weight: 400;
  line-height: 1.25em; }

.content__border__bottom {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 24px;
  margin-top: -1px; }

@media all and (max-width: 949px) {
  .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; } }

@media all and (min-width: 950px) {
  .main__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    gap: 0;
    padding-right: 0; }
  .content {
    width: 65%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .content::before {
      content: "";
      position: absolute;
      top: 0;
      right: 100%;
      width: 100vw;
      height: 100%;
      background-color: #fff; }
  .content__border__bottom {
    width: calc(100% + 11vw); } }

@media (min-width: 1410px) {
  .content__border__bottom {
    width: calc(100% + (50vw - 535px)); } }

.inner__illustration {
  background-color: #75daff; }

.inner__illustration__bg {
  background-image: url("/_site/images/design/inner-illustration-bg.svg");
  background-size: auto 100%;
  background-position: center bottom;
  background-repeat: repeat-x; }

.inner__illustration__inner {
  width: 100%;
  aspect-ratio: 1480/790;
  max-height: 790px;
  display: block;
  margin: 0 auto; }
  @supports selector(*:has(*)) {
    .inner__illustration__inner {
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s; }
      .inner__illustration__inner:has(img:nth-child(1).lazy--loaded):has(img:nth-child(3).lazy--loaded) {
        opacity: 1; } }
  .inner__illustration__inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

.inner__illustration__inner__tops {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0; }

.mason--main--full .main__flex {
  padding: 0 5%; }

.mason--main--full .content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  max-width: 1070px; }
  .mason--main--full .content::before {
    display: none; }
  @media all and (min-width: 1301px) {
    .mason--main--full .content {
      padding-left: 150px;
      padding-right: 150px; } }
  .mason--main--full .content .content__border__bottom {
    width: 100%; }

.mason--content--hide .content__region,
.mason--content--hide .content__attachments,
.mason--content--hide .content__social {
  display: none; }

.subnav {
  position: relative;
  width: 100%;
  background: #5c5c5c;
  color: #fff;
  padding: 2em 20px; }
  .subnav .subnav__border__bottom {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%; }

.subnav__title__wrapper {
  padding: 46px 40px 26px;
  position: relative;
  margin-bottom: 38px;
  max-width: 302px; }

.subnav__title__circle {
  position: absolute;
  inset: 0;
  z-index: 0;
  min-width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%; }

.subnav__title {
  margin: 0;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.26316em;
  font-family: var(--font-heading); }

.subnav__list {
  position: relative; }

.subnav__list__item {
  position: relative;
  width: 100%;
  margin-bottom: 23px; }

.subnav__list__item__link {
  position: relative;
  z-index: 2;
  padding: 0;
  padding-left: 0;
  padding-right: 34px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.27273em;
  font-family: var(--font-heading);
  -webkit-transition: padding 0.4s;
  -o-transition: padding 0.4s;
  transition: padding 0.4s; }
  .subnav__list__item__link::before {
    content: "\f061";
    font-size: 1rem;
    font-family: fontAwesome;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s, left 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s, left 0.4s;
    transition: opacity 0.4s, visibility 0.4s, left 0.4s; }
  .subnav__list__item__link::after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: 4px;
    width: 100%;
    height: 4px;
    left: 0;
    background-image: url("/_site/images/design/subnav-underline.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s; }
  .subnav__list__item__link:hover,
  .subnav__list__item--selected .subnav__list__item__link {
    padding-left: 24px;
    padding-right: 10px; }
    .subnav__list__item__link:hover::before,
    .subnav__list__item--selected .subnav__list__item__link::before {
      opacity: 1;
      visibility: visible;
      left: 0; }
    .subnav__list__item__link:hover::after,
    .subnav__list__item--selected .subnav__list__item__link::after {
      opacity: 1;
      visibility: visible; }

@media all and (min-width: 550px) {
  .subnav__list__item {
    display: inline-block;
    vertical-align: top;
    width: 50%; } }

@media all and (min-width: 950px) {
  .subnav__container {
    width: 35%;
    max-width: 410px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .subnav__list__item {
    width: 100%; } }

@media all and (min-width: 1301px) {
  .subnav__list__item {
    margin-left: 40px; } }

.footer {
  padding: 0 5%;
  background-color: var(--col-sec);
  color: var(--col-sectxt); }

.footer__legal {
  padding: clamp(30px, 5vw, 60px) 0; }

.footer__legal__links {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em; }

.footer__legal__links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1em;
  line-height: 1.25em; }
  .footer__legal__links__item p {
    margin: 0; }
  .footer__legal__links__item a {
    display: inline-block;
    padding: 0;
    color: var(--col-sectxt);
    -webkit-transition: -webkit-text-decoration-color 0.2s ease;
    transition: -webkit-text-decoration-color 0.2s ease;
    -o-transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease;
    transition: text-decoration-color 0.2s ease, -webkit-text-decoration-color 0.2s ease; }
    .footer__legal__links__item a:hover, .footer__legal__links__item a:focus-visible {
      opacity: 0.75; }
    .footer__legal__links__item a:focus {
      outline: auto; }

.footer__sep {
  display: none; }

@media all and (min-width: 769px) {
  .footer__legal__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__sep {
    display: block; } }
