/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

h1, h2, h3, h4, h4, h5, h6, p, a {
  margin: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  color: c(black);
  background: #fff;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 767.96px) {
  html {
    font-size: 16px;
  }
}

body {
  color: rgb(var(--color-primary));
  font-family: var(--body-font-family);
}

.site-width {
  max-width: var(--site-width);
  margin: 0 auto;
  padding: 0 15px;
}

.site-width-full {
  padding: 0 15px;
}

@media (max-width: 991.96px) {
  .site-width.site-width--no-mobile-padding {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .site-width {
    padding: 0 30px;
  }
  .site-width-full {
    padding: 0 30px;
  }
}
.site-width--medium {
  max-width: var(--site-width-medium);
}

.site-width--small {
  max-width: var(--site-width-small);
}

.skip-link {
  display: block;
  font-size: 0;
  height: 0;
  overflow: hidden;
  width: 0;
}

img {
  width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.no-scroll {
  overflow: hidden;
}

.icon {
  width: 20px;
  height: 20px;
}
.icon svg {
  width: 100%;
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--header-font-family);
  letter-spacing: 0.5px;
}

h1,
.h1 {
  font-size: var(--h1-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h1-margin);
}

h2,
.h2 {
  font-size: var(--h2-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h2-margin);
}

h3,
.h3 {
  font-size: var(--h3-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h3-margin);
}

h4,
.h4 {
  font-size: var(--h4-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h4-margin);
}

h5,
.h5 {
  font-size: var(--h5-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h5-margin);
}

h6,
.h6 {
  font-size: var(--h6-font-size);
  line-height: 1.2;
  font-weight: bold;
  margin: var(--h6-margin);
}

@media (max-width: 767.96px) {
  h1,
  .h1 {
    font-size: calc(var(--h1-font-size) * 0.7);
  }
  h2,
  .h2 {
    font-size: calc(var(--h2-font-size) * 0.8);
  }
  h3,
  .h3 {
    font-size: calc(var(--h3-font-size) * 0.8);
  }
  h4,
  .h4 {
    font-size: calc(var(--h4-font-size) * 0.9);
  }
  h5,
  .h5 {
    font-size: calc(var(--h5-font-size) * 0.9);
  }
  h6,
  .h6 {
    font-size: calc(var(--h6-font-size) * 0.9);
  }
}
.text-center {
  text-align: center;
}

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

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

.title-accent:not(.title-accent-none) h1,
.title-accent:not(.title-accent-none) .h1,
.title-accent:not(.title-accent-none) h2,
.title-accent:not(.title-accent-none) .h2,
.title-accent:not(.title-accent-none) h3,
.title-accent:not(.title-accent-none) .h3,
.title-accent:not(.title-accent-none) h4,
.title-accent:not(.title-accent-none) .h4,
.title-accent:not(.title-accent-none) h5,
.title-accent:not(.title-accent-none) .h5,
.title-accent:not(.title-accent-none) h6,
.title-accent:not(.title-accent-none) .h6 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
}
.title-accent:not(.title-accent-none) h1:after,
.title-accent:not(.title-accent-none) .h1:after,
.title-accent:not(.title-accent-none) h2:after,
.title-accent:not(.title-accent-none) .h2:after,
.title-accent:not(.title-accent-none) h3:after,
.title-accent:not(.title-accent-none) .h3:after,
.title-accent:not(.title-accent-none) h4:after,
.title-accent:not(.title-accent-none) .h4:after,
.title-accent:not(.title-accent-none) h5:after,
.title-accent:not(.title-accent-none) .h5:after,
.title-accent:not(.title-accent-none) h6:after,
.title-accent:not(.title-accent-none) .h6:after {
  background: rgb(var(--color-accent));
  content: "";
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  height: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
  border-radius: 10px;
  -ms-flex-direction: column;
      flex-direction: column;
}
.title-accent:not(.title-accent-none).title-accent-25 *:after {
  width: 25%;
}
.title-accent:not(.title-accent-none).title-accent-50 *:after {
  width: 50%;
}
.title-accent:not(.title-accent-none).title-accent-75 *:after {
  width: 75%;
}
.title-accent:not(.title-accent-none).title-accent-100 *:after {
  width: 100%;
}
.title-accent:not(.title-accent-none).title-accent-125 *:after {
  width: 125%;
}
.title-accent:not(.title-accent-none).title-accent-white *:after {
  background: rgb(var(--color-white));
}

@media (min-width: 992px) {
  .font-medium {
    font-size: 18px;
  }
  .font-large {
    font-size: 22px;
  }
}
p + p {
  margin-top: 20px;
}

a {
  color: rgb(var(--color-accent));
  text-decoration: underline;
}

a.has-arrow {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
}
a.has-arrow .icon {
  height: 15px;
  width: 15px;
  transform: rotate(90deg);
  margin-left: 8px;
}
@media (pointer: fine) {
  a.has-arrow:hover {
    text-decoration: underline;
  }
}

.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  transition: 300ms all ease;
  z-index: 999;
}

.site-header .title-area img {
  float: left;
  margin-right: -100%;
}

.site-header svg.icon {
  width: 25px;
  height: 25px;
}

.site-header.nav-site-width .wrap {
  max-width: var(--site-width);
  margin: 0 auto;
}

@media (min-width: 992px) {
  .site-header .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.genesis-nav-menu a {
  font-size: var(--nav-font-size);
}

.genesis-nav-menu .menu-item.is-search .hidden-title {
  display: none;
}
.genesis-nav-menu .menu-item.is-search svg {
  display: inline-block;
  vertical-align: middle;
}

.nav-primary .genesis-nav-menu a {
  font-weight: var(--nav-font-weight);
  padding: 20px 0;
}
@media (max-width: 767.96px) {
  .nav-primary .genesis-nav-menu a {
    border-bottom: 1px solid rgb(var(--color-primary));
  }
}
@media (min-width: 768px) {
  .nav-primary .genesis-nav-menu a {
    margin-left: 30px;
    margin-left: 0;
    padding: 12px 20px;
  }
}

.nav-primary .genesis-nav-menu > li:last-child a {
  color: rgb(var(--color-white));
  background: rgb(var(--color-accent));
  border: 1px solid rgb(var(--color-accent));
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
  text-align: center;
}
@media (pointer: fine) {
  .nav-primary .genesis-nav-menu > li:last-child a:hover {
    color: rgb(var(--color-accent));
    background: rgb(var(--color-white));
  }
}
@media (min-width: 768px) {
  .nav-primary .genesis-nav-menu > li:last-child a {
    margin-top: 0;
  }
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: rgb(var(--color-accent));
}

@media (min-width: 768px) {
  .site-header .nav-primary {
    margin-left: auto;
  }
}
.site-header .title-area .transparent {
  display: none;
}

body:not(.block-editor-page) {
  padding-top: 98px;
}
@media (max-width: 575.96px) {
  body:not(.block-editor-page) {
    padding-top: 112px;
  }
}

@media (min-width: 992px) {
  body.site-header-transparent {
    padding-top: 0;
  }
  body.site-header-transparent:not(.scrolling) .site-header {
    background: rgba(56, 56, 56, 0.5);
    color: rgb(var(--color-white));
  }
  body.site-header-transparent:not(.scrolling) .site-header .title-area .transparent {
    display: block;
  }
  body.site-header-transparent:not(.scrolling) .site-header .genesis-nav-menu a,
  body.site-header-transparent:not(.scrolling) .site-header .menu-main-menu-container a {
    color: rgb(var(--color-white));
  }
}
@media (min-width: 992px) and (pointer: fine) {
  body.site-header-transparent:not(.scrolling) .site-header .genesis-nav-menu a:hover,
  body.site-header-transparent:not(.scrolling) .site-header .menu-main-menu-container a:hover {
    color: rgb(var(--color-accent));
  }
}
@media (min-width: 992px) {
  body.site-header-transparent:not(.scrolling) .site-header .menu-toggle {
    color: rgb(var(--color-white));
  }
}
@media (min-width: 768px) {
  .site-header.nav-align-middle .nav-primary {
    -ms-flex-positive: 100;
        flex-grow: 100;
  }
  .site-header.nav-align-middle .menu-primary {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .site-header.nav-align-middle .menu-primary > li:first-of-type {
    margin-left: auto;
  }
  .site-header.nav-align-middle .menu-primary > li:last-of-type {
    margin-left: auto;
  }
}

.admin-bar .site-header {
  top: 45px;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .admin-bar .site-header {
    top: 32px;
    position: fixed;
  }
}

.title-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.site-header__drawer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 100;
      flex-grow: 100;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 30px;
}

.site-header__search {
  cursor: pointer;
  transition: 250ms color ease;
  margin-left: 20px;
  margin-right: 30px;
  display: none;
}
@media (pointer: fine) {
  .site-header__search:hover {
    color: rgb(var(--color-accent));
  }
}

.site-header__inquire {
  cursor: pointer;
  color: rgb(var(--color-white));
  background: rgb(var(--color-accent));
  border: 1px solid rgb(var(--color-accent));
  padding: 10px 20px;
  margin-top: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  width: 100%;
}
@media (pointer: fine) {
  .site-header__inquire:hover {
    color: rgb(var(--color-accent));
    background: rgb(var(--color-white));
  }
}

@media (max-width: 991.96px) {
  .site-header__drawer {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header__nav {
    margin-left: auto;
  }
  .site-header__drawer {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
        align-items: center;
    padding-bottom: 0;
  }
  .site-header__search {
    display: block;
  }
  .site-header__inquire {
    margin-left: auto;
    margin-top: 0;
    width: auto;
  }
}
.site-footer {
  background: rgb(var(--color-primary));
  color: rgb(var(--color-white));
  text-align: left;
  padding: 40px 0 40px;
  font-size: 0.7777777778rem;
}
.site-footer .widget {
  margin-bottom: 20px;
}
.site-footer img {
  width: auto;
  max-width: 250px !important;
}
.site-footer ul.menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: start;
  gap: 25px;
  row-gap: 0;
}
.site-footer ul.menu li a {
  color: white;
  transition: 300ms opacity ease;
  text-decoration: none;
}

.site-footer__row + .site-footer__row {
  padding-top: 20px;
  margin-top: 20px;
}

.site-footer__row.site-footer__row--has-border {
  border-top: 1px solid rgb(var(--color-white));
}

.site-footer__row.site-footer__row--small-text {
  font-size: 0.7222222222rem;
  margin-top: 0;
}
.site-footer__row.site-footer__row--small-text .site-footer__col {
  max-width: 800px;
}

@media (min-width: 768px) {
  .site-footer {
    font-size: 0.8888888889rem;
  }
  .site-footer__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .site-footer__row {
    display: -ms-flexbox;
    display: flex;
  }
  .site-footer__row:last-of-type {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .site-footer__col-accreditation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: end;
    -ms-flex-pack: end;
        justify-content: end;
    margin-left: auto;
  }
  .site-footer__col.menu {
    margin-left: auto;
  }
  .site-footer__col:nth-child(3),
  .site-footer__col:nth-child(4) {
    width: 100%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .widget {
    margin-bottom: 0;
  }
  .site-footer ul.menu li {
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-footer img {
    max-width: 290px !important;
  }
  .site-footer__row:nth-child(2) {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .site-footer__row:nth-child(2) .site-footer__col:last-of-type {
    margin-left: auto;
  }
}
@media (pointer: fine) {
  .site-footer ul.menu:hover li a {
    opacity: 0.5;
  }
}
@media (pointer: fine) and (pointer: fine) {
  .site-footer ul.menu:hover li a:hover {
    opacity: 1;
  }
}

.site-footer__row.site-footer__row--school {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.site-footer__row.site-footer__row--school .site-footer__col:first-child {
  -ms-flex-order: 1;
      order: 1;
}
.site-footer__row.site-footer__row--school .site-footer__col:last-child {
  -ms-flex-order: 0;
      order: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .site-footer__row.site-footer__row--school {
    -ms-flex-direction: row;
        flex-direction: row;
    margin-top: 10px;
    padding-top: 10px;
  }
  .site-footer__row.site-footer__row--school .site-footer__col:first-child {
    -ms-flex-order: 0;
        order: 0;
  }
  .site-footer__row.site-footer__row--school .site-footer__col:last-child {
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 0;
    margin-left: auto;
  }
}

.school-info-box {
  line-height: 1.4;
}
.school-info-box strong {
  font-weight: 500;
}
.school-info-box a {
  text-decoration: none;
}
.school-info-box address,
.school-info-box a {
  color: rgb(170, 170, 170);
}
@media (max-width: 767.96px) {
  .school-info-box .school-info-box__school + .school-info-box__school {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .school-info-box .school-info-box__schools {
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}

.school-info-box__title {
  margin-bottom: 5px;
}

.social-icons {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.social-icons .social-icons__icon svg {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .social-icons {
    gap: 25px;
  }
}
@media (pointer: fine) {
  .social-icons:hover .social-icons__icon {
    opacity: 0.5;
    transition: 250ms opacity ease;
  }
}
@media (pointer: fine) and (pointer: fine) {
  .social-icons:hover .social-icons__icon:hover {
    opacity: 1;
  }
}

.container-full-width {
  clear: both;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw !important;
  max-width: none !important;
}

.striped-bg-grey {
  background: repeating-linear-gradient(-45deg, #f5f5f7, #f5f5f7 5px, #f1f1f3 5px, #f1f1f3 10px);
}

.striped-bg-red {
  background: repeating-linear-gradient(-45deg, #d03f44, #d03f44 5px, #cd3c41 5px, #cd3c41 10px);
}

.glide__nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 15px;
}

.glide__nav-item {
  cursor: pointer;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: rgb(var(--color-black));
  opacity: 0.3;
  color: transparent;
  transition: 200ms background ease, 200ms opacity ease;
  will-change: color;
}
.glide__nav-item.glide__bullet--active {
  opacity: 1;
}
@media (pointer: fine) {
  .glide__nav-item:hover {
    opacity: 0.6;
  }
}

.glide__controls > div {
  --size: 40px;
  cursor: pointer;
  height: var(--size);
  width: var(--size);
  transform: 200ms opacity ease;
  will-change: opacity;
  border-radius: var(--size);
  position: relative;
  opacity: 1;
}
.glide__controls > div:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 90%;
  box-shadow: 0 0 15px rgba(136, 164, 172, 0.25);
  border-radius: var(--size);
}
@media (pointer: fine) {
  .glide__controls > div:hover {
    opacity: 1;
  }
}
.glide__controls > div svg {
  width: 100%;
  height: 100%;
}
.glide__controls > div:first-child {
  transform: translateY(-50%) rotate(-180deg);
  position: absolute;
  left: calc(var(--size) / 2 * -1);
  top: 50%;
}
.glide__controls > div:last-child {
  position: absolute;
  right: calc(var(--size) / 2 * -1);
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .glide__controls > div {
    --size: 50px;
    opacity: 0.8;
  }
}

.btn.btn:focus {
  outline: none;
}

.btn.btn {
  background: rgb(var(--btn-primary-background));
  border: 1px solid rgb(var(--btn-primary-background));
  color: rgb(var(--btn-primary-color));
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  padding: 15px 35px;
  text-align: center;
  max-width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  letter-spacing: 0.5px;
}
@media (pointer: fine) {
  .btn.btn:hover {
    color: rgb(var(--btn-primary-color-hover));
    background: rgb(var(--btn-primary-background-hover));
  }
}

.btn.btn.btn--size-xsmall {
  min-width: 150px;
}

.btn.btn.btn--size-small {
  min-width: 200px;
}

.btn.btn.btn--size-medium {
  min-width: 260px;
}

.btn.btn.btn--size-large {
  min-width: 300px;
}

.btn.btn.btn--style-two {
  background: rgb(var(--btn-2-background));
  color: rgb(var(--btn-2-color));
  border: 1px solid rgb(var(--btn-2-color-hover));
}
@media (pointer: fine) {
  .btn.btn.btn--style-two:hover {
    color: rgb(var(--btn-2-color-hover));
    background: rgb(var(--btn-2-background-hover));
  }
}

.btn.btn.btn--style-three {
  background: rgb(var(--btn-3-background));
  color: rgb(var(--btn-3-color));
  border: 1px solid rgb(var(--btn-3-color));
}
@media (pointer: fine) {
  .btn.btn.btn--style-three:hover {
    color: rgb(var(--btn-3-color-hover));
    background: rgb(var(--btn-3-background-hover));
    border: 1px solid rgb(var(--btn-3-color-hover));
  }
}

.btn.btn.btn--style-four {
  background: rgb(var(--btn-4-background));
  color: rgb(var(--btn-4-color));
  border: 1px solid rgb(var(--btn-4-color));
}
@media (pointer: fine) {
  .btn.btn.btn--style-four:hover {
    color: rgb(var(--btn-4-color-hover));
    background: rgb(var(--btn-4-background-hover));
    border: 1px solid rgb(var(--btn-4-color-hover));
  }
}

.hover-reveal-cta {
  color: rgb(var(--color-white));
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: 300ms color ease;
}

.hover-reveal-cta__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
  z-index: 1;
}

.hover-reveal-cta__title {
  font-weight: bold;
  margin-top: auto;
  margin-bottom: 0;
  padding: 20px 10px 0;
  background: rgb(56, 56, 56);
  background: rgba(56, 56, 56, 0.5);
  -ms-flex-order: 1;
      order: 1;
}
.hover-reveal-cta__title h2 {
  margin-bottom: 0;
}

.hover-reveal-cta__caption {
  -ms-flex-positive: 100;
      flex-grow: 100;
  padding: 0 10px 20px;
  -ms-flex-order: 0;
      order: 0;
  opacity: 0;
}

img.hover-reveal-cta__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.hover-reveal-cta__wrap.loaded {
  transition: 300ms transform ease, 300ms background-color ease;
  background-color: rgb(56, 56, 56);
  background-color: rgba(56, 56, 56, 0.5);
}
.hover-reveal-cta__wrap.loaded .hover-reveal-cta__title {
  -ms-flex-order: 0;
      order: 0;
  background: none;
}
.hover-reveal-cta__wrap.loaded .hover-reveal-cta__caption {
  -ms-flex-order: 1;
      order: 1;
  transition: 700ms opacity ease;
}

.hover-reveal-cta__link {
  color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (pointer: fine) {
  .hover-reveal-cta:hover .hover-reveal-cta__wrap {
    transform: translateY(0) !important;
  }
  .hover-reveal-cta:hover .hover-reveal-cta__caption {
    opacity: 1;
  }
}

@media (max-width: 575.96px) {
  img.hover-reveal-cta__image {
    height: 100%;
  }
}
.hover-reveal-cta--alt h2:after {
  display: none;
}
.hover-reveal-cta--alt .hover-reveal-cta__caption {
  padding: 0 20px 20px;
}
.hover-reveal-cta--alt .hover-reveal-cta__title {
  padding: 20px;
  position: relative;
}
.hover-reveal-cta--alt .hover-reveal-cta__title-icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  transition: 300ms transform ease;
}
.hover-reveal-cta--alt .hover-reveal-cta__wrap.expanded {
  background-color: rgb(235, 235, 235);
  background-color: rgba(235, 235, 235, 0.9);
  transform: translateY(0) !important;
  color: rgb(var(--color-black));
}
.hover-reveal-cta--alt .hover-reveal-cta__wrap.expanded .hover-reveal-cta__caption {
  opacity: 1;
}
.hover-reveal-cta--alt .hover-reveal-cta__wrap.expanded .hover-reveal-cta__title-icon {
  transform: translateY(-50%) rotate(180deg);
}
.hover-reveal-cta--alt .hover-reveal-cta__title {
  padding-right: 40px;
}
@media (pointer: fine) {
  .hover-reveal-cta--alt .hover-reveal-cta__title {
    padding-right: 0;
  }
  .hover-reveal-cta--alt .hover-reveal-cta__title-icon {
    display: none;
  }
}
@media (max-width: 575.96px) {
  .hover-reveal-cta--alt .hover-reveal-cta__title {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hover-reveal-cta--alt .hover-reveal-cta__title:after {
    display: none;
  }
}
@media (pointer: fine) {
  .hover-reveal-cta--alt:hover {
    color: rgb(var(--color-black));
  }
  .hover-reveal-cta--alt:hover .hover-reveal-cta__wrap.loaded {
    background-color: rgb(235, 235, 235);
    background-color: rgba(235, 235, 235, 0.9);
  }
}

.menu-main-menu-container {
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .menu-main-menu-container {
    width: auto;
  }
}
.menu-main-menu-container a {
  color: rgb(var(--color-primary));
  text-decoration: none;
  font-weight: var(--nav-font-weight);
  display: block;
}
@media (pointer: fine) {
  .menu-main-menu-container a:hover {
    color: rgb(var(--color-accent));
  }
}
.menu-main-menu-container ul {
  width: 100%;
}
@media (max-width: 991.96px) {
  .menu-main-menu-container ul a {
    text-align: left;
    border-bottom: 1px solid rgb(var(--color-primary));
    padding: 10px 0;
  }
  .menu-main-menu-container ul > li > ul {
    display: none;
  }
}
@media (min-width: 992px) {
  .menu-main-menu-container ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .menu-main-menu-container ul a {
    padding: 0 20px;
    line-height: 1.2;
  }
  .menu-main-menu-container ul > li > ul {
    display: none;
  }
}
