@charset "UTF-8";
/*!
Theme Name: Pendleton Sixth Form College
Theme URI: https://wearebauercreate.co.uk/
Author: Aaron Nergaard - Bauer Create
Author URI: https://wearebauercreate.co.uk/
Description: Theme for use on Pendleton Sixth Form College
Requires at least: WordPress 5.0.0
Version: 1.2.3
Text Domain: pendleton
*/
:root {
  --brand-one: #988011;
  --brand-two: #1c1c1c;
  --brand-three: #988011;
  --brand-four: #988011;
  --white: #ffffff;
  --black: #000000;
  --light-grey: #898989;
  --form-border: #cacaca;
  --inner-width: 1200px;
  --sp: 1rem;
  --sp-small: .5rem;
  --sp-large: 2rem;
}

/*! 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* 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, .faqs details .faq-content {
  display: list-item;
}

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

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

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* lato-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/lato-v23-latin-100.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-100.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-100.woff2") format("woff2"), url("fonts/lato-v23-latin-100.woff") format("woff"), url("fonts/lato-v23-latin-100.ttf") format("truetype"), url("fonts/lato-v23-latin-100.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("fonts/lato-v23-latin-100italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-100italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-100italic.woff2") format("woff2"), url("fonts/lato-v23-latin-100italic.woff") format("woff"), url("fonts/lato-v23-latin-100italic.ttf") format("truetype"), url("fonts/lato-v23-latin-100italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/lato-v23-latin-300.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-300.woff2") format("woff2"), url("fonts/lato-v23-latin-300.woff") format("woff"), url("fonts/lato-v23-latin-300.ttf") format("truetype"), url("fonts/lato-v23-latin-300.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/lato-v23-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-300italic.woff2") format("woff2"), url("fonts/lato-v23-latin-300italic.woff") format("woff"), url("fonts/lato-v23-latin-300italic.ttf") format("truetype"), url("fonts/lato-v23-latin-300italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/lato-v23-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-regular.woff2") format("woff2"), url("fonts/lato-v23-latin-regular.woff") format("woff"), url("fonts/lato-v23-latin-regular.ttf") format("truetype"), url("fonts/lato-v23-latin-regular.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/lato-v23-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-italic.woff2") format("woff2"), url("fonts/lato-v23-latin-italic.woff") format("woff"), url("fonts/lato-v23-latin-italic.ttf") format("truetype"), url("fonts/lato-v23-latin-italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/lato-v23-latin-700.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-700.woff2") format("woff2"), url("fonts/lato-v23-latin-700.woff") format("woff"), url("fonts/lato-v23-latin-700.ttf") format("truetype"), url("fonts/lato-v23-latin-700.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/lato-v23-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-700italic.woff2") format("woff2"), url("fonts/lato-v23-latin-700italic.woff") format("woff"), url("fonts/lato-v23-latin-700italic.ttf") format("truetype"), url("fonts/lato-v23-latin-700italic.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/lato-v23-latin-900.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-900.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-900.woff2") format("woff2"), url("fonts/lato-v23-latin-900.woff") format("woff"), url("fonts/lato-v23-latin-900.ttf") format("truetype"), url("fonts/lato-v23-latin-900.svg#Lato") format("svg"); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("fonts/lato-v23-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("fonts/lato-v23-latin-900italic.eot?#iefix") format("embedded-opentype"), url("fonts/lato-v23-latin-900italic.woff2") format("woff2"), url("fonts/lato-v23-latin-900italic.woff") format("woff"), url("fonts/lato-v23-latin-900italic.ttf") format("truetype"), url("fonts/lato-v23-latin-900italic.svg#Lato") format("svg"); /* Legacy iOS */
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-size: 16px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
  overflow-x: hidden;
}
body.large_font {
  font-size: 20px;
}

.padd_all {
  padding: var(--sp);
}

.padd_top, .padd_vertical {
  padding-top: var(--sp);
}

.padd_bottom, .padd_vertical {
  padding-bottom: var(--sp);
}

.padd_left, .padd_horizontal {
  padding-left: var(--sp);
}

.padd_right, .padd_horizontal {
  padding-right: var(--sp);
}

.margin_all {
  margin: var(--sp);
}

.margin_top {
  margin-top: var(--sp);
}

.margin_bottom {
  margin-bottom: var(--sp);
}

.margin_left {
  margin-left: var(--sp);
}

.margin_right {
  margin-right: var(--sp);
}

.padd_small {
  --sp: var(--sp-small);
}

.padd_large {
  --sp: var(--sp-large);
}

.margin_small {
  --sp: var(--sp-small);
}

.margin_large {
  --sp: var(--sp-large);
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#site_search {
  background-color: var(--brand-one);
  padding: 2rem;
  width: 600px;
  max-width: 100%;
  border-radius: 2rem;
}
#site_search p {
  font-size: 2.5rem;
  font-weight: 800;
  margin: 0 auto 1rem;
  color: var(--white);
}
#site_search button {
  margin-top: 2rem;
  padding: 1rem 3rem 1rem 2rem;
  text-transform: uppercase;
  background-color: var(--brand-two);
  color: var(--white);
  border: none;
  border-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
}
#site_search button:hover {
  background-color: var(--brand-two);
  color: var(--white);
  background-position: center left 85%;
}
#site_search input[type=search] {
  background-color: var(--white);
  padding: 1rem;
  border: none;
  color: var(--black);
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 5rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #site_search input[type=search] {
    font-size: 1rem;
  }
}
#site_search input[type=search]:focus-visible {
  outline: none;
}
#site_search ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23000000'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: var(--black);
}
#site_search ::-webkit-input-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-moz-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-ms-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::-moz-placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}
#site_search ::placeholder {
  color: var(--light-grey);
  opacity: 0.9;
}

.site_header {
  background-color: var(--brand-one);
  z-index: 1;
  position: relative;
  box-shadow: 0 0 1rem 0.75rem rgba(28, 28, 28, 0.7);
  z-index: 3;
}
.site_header .nav_container {
  max-width: var(--inner-width);
  margin: 0 auto;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1200px) {
  .site_header .nav_container {
    padding: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.site_header .logo {
  display: block;
  max-width: 200px;
  flex: 0 0 200px;
}
.site_header .menu {
  flex: auto;
  list-style-type: none;
  padding-left: 2rem;
  text-align: right;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .site_header .menu {
    display: none;
    text-align: left;
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
  }
}
.site_header .menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.site_header .menu-item svg {
  fill: #ffffff;
  max-width: 1rem;
  width: 1rem;
  margin-left: 1rem;
  display: none;
}
@media screen and (max-width: 1200px) {
  .site_header .menu-item svg {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1200px) {
  .site_header .menu-item {
    display: block;
    margin: 0 auto 0.5rem;
  }
}
.site_header .menu-item a {
  font-weight: 700;
  padding: 0.75rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 2px solid transparent;
  border-radius: 5rem;
}
@media screen and (max-width: 1200px) {
  .site_header .menu-item a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.site_header .menu-item a:hover, .site_header .menu-item a:focus {
  color: var(--brand-two);
}
.site_header .menu-item-has-children:hover .sub-menu {
  display: block;
}
@media screen and (max-width: 1200px) {
  .site_header .menu-item-has-children:hover .sub-menu {
    display: none;
  }
}
.site_header .sub-menu {
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
  width: auto;
  min-width: 300px;
  height: auto;
  content: "";
  z-index: 999;
  background-color: var(--brand-two);
  font-size: 0.8em;
  text-align: left;
  padding: 0.5rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 1rem 0.5rem rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1200px) {
  .site_header .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    box-shadow: unset;
  }
}
.site_header .sub-menu:after {
  position: absolute;
  top: -0.5rem;
  left: 1rem;
  content: "";
  width: 0;
  height: 0;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid var(--brand-two);
  z-index: 1;
}
.site_header .sub-menu .menu-item {
  display: block;
  line-height: 1.25em;
}
.site_header .sub-menu .menu-item a {
  padding: 0.5rem 1rem;
  display: block;
  color: var(--brand-one);
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.site_header .sub-menu .menu-item a:hover, .site_header .sub-menu .menu-item a:focus {
  color: var(--white);
}

.top-banner {
  padding: 4rem 0 8rem;
  position: relative;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: var(--brand-two);
  color: var(--white);
}
@media screen and (max-width: 1200px) {
  .top-banner {
    padding: 4rem 2rem 8rem;
  }
}
@media screen and (max-width: 991px) {
  .top-banner {
    padding: 2rem 2rem 6rem;
    background-position: center;
  }
}
@media screen and (max-width: 991px) {
  .top-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
    background-color: var(--brand-two);
  }
}
.top-banner .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-height: 12rem;
}
@media screen and (max-width: 991px) {
  .top-banner .inner {
    min-height: auto;
  }
}
.top-banner .banner-text {
  max-width: 50%;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .top-banner .banner-text {
    max-width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .top-banner .banner-text {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.top-banner .banner-text p {
  background-color: transparent !important;
}
.top-banner .pre,
.top-banner .sub {
  color: var(--brand-one);
}
.top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6, .top-banner .sub {
  text-transform: uppercase;
}
.top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-banner h1, .top-banner h2, .top-banner h3, .top-banner h4, .top-banner h5, .top-banner h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.top-banner .pre {
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1em;
}
.top-banner .sub {
  font-weight: 700;
  margin-top: 0.5rem;
}
.top-banner .divider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.link-access,
.link-search {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 0;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .link-access,
  .link-search {
    display: inline-block !important;
  }
}
.link-access .sub-menu,
.link-search .sub-menu {
  left: unset;
  right: 0;
}
.link-access .sub-menu:after,
.link-search .sub-menu:after {
  left: unset;
  right: 1rem;
}
.link-access a,
.link-search a {
  background-size: 1.75rem;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 !important;
  height: 3rem;
  width: 3rem;
  font-size: 0;
  border: 2px solid var(--brand-two) !important;
  border-radius: 50%;
  display: block;
}
.link-access a:hover, .link-access a:focus,
.link-search a:hover,
.link-search a:focus {
  background-color: var(--brand-two);
  border: 2px solid var(--brand-two) !important;
}

.link-access a {
  background-image: url("data:image/svg+xml,%3Csvg id='accessibility' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M0,49.94C.01,22.33,22.43-.01,50.1,0c27.55,.01,49.91,22.44,49.9,50.06-.01,27.58-22.42,49.95-50.01,49.94C22.35,99.99,0,77.6,0,49.94Zm6.72,.02c-.03,23.73,19.37,43.26,43.05,43.31,23.89,.06,43.46-19.3,43.5-43.03,.05-24.02-19.34-43.52-43.26-43.53-23.82,0-43.26,19.41-43.3,43.25Z'/%3E%3Cpath class='cls-1' d='M50,59.4c-.17,.41-.28,.65-.37,.9-2.47,6.56-4.94,13.12-7.42,19.68-.67,1.76-2.13,2.73-3.99,2.68-1.7-.04-3.1-1.07-3.65-2.66-.34-.98-.21-1.93,.11-2.89,1.55-4.74,3.21-9.44,4.58-14.23,1.87-6.53,2.65-13.25,2.66-20.04,0-1.42-.33-1.83-1.72-2.15-5.33-1.2-10.66-2.4-15.99-3.6-1.22-.27-2.19-.89-2.76-2.02-1.18-2.36,.63-5.14,3.35-4.99,1.79,.1,3.57,.5,5.35,.75,5.55,.79,11.04,1.92,16.66,2.17,5.15,.23,10.25-.15,15.32-.96,4.12-.66,8.23-1.3,12.35-1.94,2.17-.33,4.05,.91,4.39,2.87,.33,1.94-.94,3.64-3.11,4.13-5.3,1.2-10.6,2.39-15.9,3.58-1.45,.33-1.76,.71-1.77,2.19-.06,10.1,2.1,19.79,5.48,29.25,.61,1.7,1.19,3.4,1.79,5.1,.79,2.27-.15,4.41-2.26,5.19-2.17,.8-4.46-.24-5.3-2.45-2.48-6.56-4.95-13.12-7.42-19.68-.09-.25-.21-.49-.38-.89Z'/%3E%3Cpath class='cls-1' d='M49.97,17.32c3.87-.02,6.99,3.05,7.04,6.93,.05,3.89-3.09,7.08-6.98,7.1-3.88,.02-7.06-3.15-7.05-7.03,0-3.87,3.11-6.97,6.98-6.99Z'/%3E%3C/svg%3E");
}
.link-access a:hover, .link-access a:focus {
  background-image: url("data:image/svg+xml,%3Csvg id='accessibility' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M0,49.94C.01,22.33,22.43-.01,50.1,0c27.55,.01,49.91,22.44,49.9,50.06-.01,27.58-22.42,49.95-50.01,49.94C22.35,99.99,0,77.6,0,49.94Zm6.72,.02c-.03,23.73,19.37,43.26,43.05,43.31,23.89,.06,43.46-19.3,43.5-43.03,.05-24.02-19.34-43.52-43.26-43.53-23.82,0-43.26,19.41-43.3,43.25Z'/%3E%3Cpath class='cls-1' d='M50,59.4c-.17,.41-.28,.65-.37,.9-2.47,6.56-4.94,13.12-7.42,19.68-.67,1.76-2.13,2.73-3.99,2.68-1.7-.04-3.1-1.07-3.65-2.66-.34-.98-.21-1.93,.11-2.89,1.55-4.74,3.21-9.44,4.58-14.23,1.87-6.53,2.65-13.25,2.66-20.04,0-1.42-.33-1.83-1.72-2.15-5.33-1.2-10.66-2.4-15.99-3.6-1.22-.27-2.19-.89-2.76-2.02-1.18-2.36,.63-5.14,3.35-4.99,1.79,.1,3.57,.5,5.35,.75,5.55,.79,11.04,1.92,16.66,2.17,5.15,.23,10.25-.15,15.32-.96,4.12-.66,8.23-1.3,12.35-1.94,2.17-.33,4.05,.91,4.39,2.87,.33,1.94-.94,3.64-3.11,4.13-5.3,1.2-10.6,2.39-15.9,3.58-1.45,.33-1.76,.71-1.77,2.19-.06,10.1,2.1,19.79,5.48,29.25,.61,1.7,1.19,3.4,1.79,5.1,.79,2.27-.15,4.41-2.26,5.19-2.17,.8-4.46-.24-5.3-2.45-2.48-6.56-4.95-13.12-7.42-19.68-.09-.25-.21-.49-.38-.89Z'/%3E%3Cpath class='cls-1' d='M49.97,17.32c3.87-.02,6.99,3.05,7.04,6.93,.05,3.89-3.09,7.08-6.98,7.1-3.88,.02-7.06-3.15-7.05-7.03,0-3.87,3.11-6.97,6.98-6.99Z'/%3E%3C/svg%3E");
}
.link-access .menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  box-sizing: border-box;
}
.link-access .menu-item svg {
  fill: #ffffff;
  max-width: 1rem;
  width: 1rem;
  margin-left: 1rem;
  display: none;
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item svg {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item {
    display: block;
    margin: 0 auto 0.5rem;
  }
}
.link-access .menu-item a {
  font-weight: 700;
  padding: 0.75rem;
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  border: 2px solid transparent;
  border-radius: 5rem;
  background-image: none;
  padding: 0.5rem 1rem !important;
  height: auto;
  width: auto;
  font-size: 1em;
  border: none;
  border-radius: none;
}
@media screen and (max-width: 1200px) {
  .link-access .menu-item a {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
}
.link-access .menu-item a:hover, .link-access .menu-item a:focus {
  color: var(--white) !important;
}

@media screen and (max-width: 1200px) {
  .link-search {
    margin-left: 0.5rem !important;
  }
}
.link-search a {
  background-image: url("data:image/svg+xml,%3Csvg id='search_icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M85.1,79.15c-6.54-6.52-6.43-6.42-12.96-12.95l-3.94-3.94c.19-.26,.38-.51,.56-.77,3.91-5.47,6.11-11.54,6.56-18.04,.7-10.23-2.47-19.25-9.41-26.84-5.15-5.65-11.65-9.29-19.3-10.83-1.02-.21-2.04-.35-3.03-.48-.46-.06-.91-.13-1.37-.2l-4.78-.02-.2,.02c-.45,.07-.9,.13-1.36,.2-1.02,.14-2.03,.29-3.03,.48-6.2,1.23-11.74,3.95-16.46,8.09-6.44,5.65-10.44,12.85-11.88,21.37-.12,.7-.21,1.4-.3,2.1l-.13,.95v4.76l.12,1.08c.08,.69,.17,1.37,.28,2.05,1.42,8.48,5.27,15.57,11.43,21.05,8.5,7.55,18.54,10.49,29.81,8.7,5.48-.87,10.61-3.05,15.24-6.5l.28-.21c7.77,7.79,8.93,8.94,16.71,16.72,.31,.3,.66,.66,1.07,.97,.87,.66,1.91,1.01,2.98,1.01,.51,0,1.02-.08,1.51-.24,1.53-.5,2.72-1.72,3.18-3.27,.56-1.89,.04-3.66-1.57-5.27h-.02Zm-19.52-38.38c-.12,14.46-11.46,25.8-25.82,25.82h-.04c-14.19,0-25.75-11.56-25.78-25.79-.02-6.85,2.66-13.31,7.52-18.2,4.88-4.9,11.38-7.61,18.27-7.62h.04c14.2,0,25.78,11.57,25.81,25.79Z'/%3E%3C/svg%3E");
}
.link-search a:hover, .link-search a:focus {
  background-image: url("data:image/svg+xml,%3Csvg id='search_icon' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='%23ffffff'%3E%3Cpath d='M85.1,79.15c-6.54-6.52-6.43-6.42-12.96-12.95l-3.94-3.94c.19-.26,.38-.51,.56-.77,3.91-5.47,6.11-11.54,6.56-18.04,.7-10.23-2.47-19.25-9.41-26.84-5.15-5.65-11.65-9.29-19.3-10.83-1.02-.21-2.04-.35-3.03-.48-.46-.06-.91-.13-1.37-.2l-4.78-.02-.2,.02c-.45,.07-.9,.13-1.36,.2-1.02,.14-2.03,.29-3.03,.48-6.2,1.23-11.74,3.95-16.46,8.09-6.44,5.65-10.44,12.85-11.88,21.37-.12,.7-.21,1.4-.3,2.1l-.13,.95v4.76l.12,1.08c.08,.69,.17,1.37,.28,2.05,1.42,8.48,5.27,15.57,11.43,21.05,8.5,7.55,18.54,10.49,29.81,8.7,5.48-.87,10.61-3.05,15.24-6.5l.28-.21c7.77,7.79,8.93,8.94,16.71,16.72,.31,.3,.66,.66,1.07,.97,.87,.66,1.91,1.01,2.98,1.01,.51,0,1.02-.08,1.51-.24,1.53-.5,2.72-1.72,3.18-3.27,.56-1.89,.04-3.66-1.57-5.27h-.02Zm-19.52-38.38c-.12,14.46-11.46,25.8-25.82,25.82h-.04c-14.19,0-25.75-11.56-25.78-25.79-.02-6.85,2.66-13.31,7.52-18.2,4.88-4.9,11.38-7.61,18.27-7.62h.04c14.2,0,25.78,11.57,25.81,25.79Z'/%3E%3C/svg%3E");
}

.link-button {
  margin-left: 0.75rem;
}
@media screen and (max-width: 1200px) {
  .link-button {
    display: inline-block !important;
    margin-right: 0.5rem !important;
  }
}
.link-button a {
  border-color: var(--brand-two) !important;
  padding: 0.75rem 1.5rem !important;
}
.link-button a:hover, .link-button a:focus {
  border-color: var(--brand-two);
  background-color: var(--brand-two);
  color: var(--white) !important;
}

.course-banner {
  background-position: center center;
  background-size: cover;
  background-color: var(--black);
}
.course-banner .banner-text {
  background-color: var(--brand-two);
  color: var(--white);
  padding: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.05)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right -20%;
}
.course-banner .banner-text h1 {
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .course-banner .banner-text h1 {
    font-size: 1.75rem;
  }
}
.course-banner .banner-text .type {
  margin: 0 auto;
  font-size: 1.5rem;
  color: var(--brand-one);
  font-style: italic;
}
.course-banner .banner-text span {
  background-color: transparent !important;
  font-family: unset !important;
  color: inherit !important;
}

.nav-toggle {
  border: none;
  background-color: transparent;
  color: var(--white);
  flex: 0 0 2rem;
  cursor: pointer;
}
@media screen and (min-width: 1200px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle svg {
  fill: currentColor;
  width: 2rem;
  height: auto;
  display: block;
}

.post-type-archive-courses .search_container,
.page-template-template-16-18-courses .search_container,
.page-template-template-he-courses .search_container,
.page-template-template-adult-courses .search_container {
  border: 4px solid var(--brand-one);
  background-color: var(--brand-two);
  border-radius: 5rem;
  overflow: hidden;
  padding: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  width: 500px;
}
.post-type-archive-courses .search_container:has(input:focus-visible),
.page-template-template-16-18-courses .search_container:has(input:focus-visible),
.page-template-template-he-courses .search_container:has(input:focus-visible),
.page-template-template-adult-courses .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
@media screen and (max-width: 991px) {
  .post-type-archive-courses .search_container,
  .page-template-template-16-18-courses .search_container,
  .page-template-template-he-courses .search_container,
  .page-template-template-adult-courses .search_container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses .search_container,
  .page-template-template-16-18-courses .search_container,
  .page-template-template-he-courses .search_container,
  .page-template-template-adult-courses .search_container {
    width: 100%;
  }
}
.post-type-archive-courses .search_icon,
.page-template-template-16-18-courses .search_icon,
.page-template-template-he-courses .search_icon,
.page-template-template-adult-courses .search_icon {
  flex: 0 0 50px;
  padding: 0.75rem 0.5rem 0.25rem 0.75rem;
}
.post-type-archive-courses .search_icon svg,
.page-template-template-16-18-courses .search_icon svg,
.page-template-template-he-courses .search_icon svg,
.page-template-template-adult-courses .search_icon svg {
  fill: #ffffff;
}
.post-type-archive-courses form,
.page-template-template-16-18-courses form,
.page-template-template-he-courses form,
.page-template-template-adult-courses form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
}
.post-type-archive-courses input[type=search],
.page-template-template-16-18-courses input[type=search],
.page-template-template-he-courses input[type=search],
.page-template-template-adult-courses input[type=search] {
  flex: auto;
  padding: 1rem 0 1rem 0.5rem;
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses input[type=search],
  .page-template-template-16-18-courses input[type=search],
  .page-template-template-he-courses input[type=search],
  .page-template-template-adult-courses input[type=search] {
    font-size: 1rem;
  }
}
.post-type-archive-courses input[type=search]:focus-visible,
.page-template-template-16-18-courses input[type=search]:focus-visible,
.page-template-template-he-courses input[type=search]:focus-visible,
.page-template-template-adult-courses input[type=search]:focus-visible {
  outline: none;
}
.post-type-archive-courses ::-webkit-search-cancel-button,
.page-template-template-16-18-courses ::-webkit-search-cancel-button,
.page-template-template-he-courses ::-webkit-search-cancel-button,
.page-template-template-adult-courses ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: white;
}
.post-type-archive-courses ::-webkit-input-placeholder,
.page-template-template-16-18-courses ::-webkit-input-placeholder,
.page-template-template-he-courses ::-webkit-input-placeholder,
.page-template-template-adult-courses ::-webkit-input-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-moz-placeholder,
.page-template-template-16-18-courses ::-moz-placeholder,
.page-template-template-he-courses ::-moz-placeholder,
.page-template-template-adult-courses ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-ms-placeholder,
.page-template-template-16-18-courses ::-ms-placeholder,
.page-template-template-he-courses ::-ms-placeholder,
.page-template-template-adult-courses ::-ms-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::-moz-placeholder, .page-template-template-16-18-courses ::-moz-placeholder, .page-template-template-he-courses ::-moz-placeholder, .page-template-template-adult-courses ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses ::placeholder,
.page-template-template-16-18-courses ::placeholder,
.page-template-template-he-courses ::placeholder,
.page-template-template-adult-courses ::placeholder {
  color: var(--white);
  opacity: 0.9;
}
.post-type-archive-courses .search_container button,
.page-template-template-16-18-courses .search_container button,
.page-template-template-he-courses .search_container button,
.page-template-template-adult-courses .search_container button {
  flex: 0 0 150px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--brand-one);
  color: var(--white);
  border: none;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .post-type-archive-courses .search_container button,
  .page-template-template-16-18-courses .search_container button,
  .page-template-template-he-courses .search_container button,
  .page-template-template-adult-courses .search_container button {
    flex: 0 0 60px;
    font-size: 0 !important;
    background-position: center !important;
    background-size: 1rem !important;
    -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
  }
}
.post-type-archive-courses .search_container button:hover,
.page-template-template-16-18-courses .search_container button:hover,
.page-template-template-he-courses .search_container button:hover,
.page-template-template-adult-courses .search_container button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  background-position: center left 85%;
}

#page-header {
  position: relative;
}
#page-header:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23988011'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #page-header:before {
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.12)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 991px) {
  #page-header:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
  }
}
#page-header .inner {
  z-index: 2;
}
#page-header .divider {
  z-index: 2;
}

#banner-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  #banner-image {
    background-position: center center;
    display: none;
  }
}

.page-template-template-single-courses #page-header:before {
  background-image: none;
}

.page-template-template-single-posts .top-banner h1, .page-template-template-single-posts .top-banner h2, .page-template-template-single-posts .top-banner h3, .page-template-template-single-posts .top-banner h4, .page-template-template-single-posts .top-banner h5, .page-template-template-single-posts .top-banner h6 {
  text-transform: unset;
  max-width: 60%;
  margin: 0;
  font-size: 2.5rem;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  .page-template-template-single-posts .top-banner h1, .page-template-template-single-posts .top-banner h2, .page-template-template-single-posts .top-banner h3, .page-template-template-single-posts .top-banner h4, .page-template-template-single-posts .top-banner h5, .page-template-template-single-posts .top-banner h6 {
    text-align: center;
    max-width: 100%;
    font-size: 2rem;
  }
}

.my_apps {
  position: absolute;
  top: 5rem;
  right: 0;
  content: "";
  padding: 0.5rem 1rem;
  border-radius: 0 0 0 0.5rem;
  background-color: var(--white);
  width: 86px;
  height: auto;
  box-shadow: 0 0.5rem 0.5rem 0.25rem rgba(0, 0, 0, 0.5);
  text-align: center;
}
@media screen and (max-width: 991px) {
  .my_apps {
    width: 86px;
    right: 0;
  }
}
.my_apps a {
  text-decoration: none;
  color: var(--brand-one);
}
.my_apps a:hover {
  text-decoration: none;
  color: var(--brand-two);
}
.my_apps a:hover .icon {
  color: var(--brand-two);
}
.my_apps .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.my_apps .icon {
  flex: 0 0 1.5rem;
  color: var(--brand-one);
}
.my_apps .text {
  flex: auto;
}
.my_apps .text p {
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 0.5em;
}

.group-intro {
  background-color: var(--black);
  color: var(--white);
  text-align: right;
  padding: 0 2rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.group-intro a {
  color: var(--white);
  text-decoration: underline;
}
.group-intro a:hover {
  color: var(--white);
  text-decoration: underline;
}

.wpcf7 {
  width: 100%;
}
.wpcf7 input {
  width: 100%;
  display: block;
}
.wpcf7 label {
  display: block;
  margin: 0 auto 1rem;
  font-weight: 700;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
.wpcf7-form-control.wpcf7-submit {
  display: inline-block;
  width: auto;
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.wpcf7-not-valid-tip {
  color: var(--white);
  background-color: red;
  display: block;
  padding: 0.5rem;
  margin: 1rem auto;
  border-radius: 0.25rem;
}

.wpcf7-form.submitting .wpcf7-submit {
  display: none;
}

.wpcf7-spinner {
  margin: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 0.25rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: green;
  color: var(--white);
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: red;
  color: var(--white);
}

#frm {
  width: 100%;
  margin: 2rem auto;
}
#frm .frm-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#frm .frm-half {
  flex: 0 0 49%;
  margin-bottom: 1%;
}
@media screen and (max-width: 991px) {
  #frm .frm-half {
    flex: 0 0 100%;
  }
}
#frm .frm-full {
  flex: 0 0 100%;
}
#frm label {
  display: block;
  font-weight: 800;
  margin: 0 auto 0.5rem;
  text-transform: uppercase;
}
#frm label span {
  color: red;
}
#frm input[type=text],
#frm input[type=tel],
#frm input[type=email],
#frm input[type=number],
#frm input[type=date],
#frm input[type=password],
#frm textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
}
#frm select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  background-clip: padding-box;
  border: 5px solid var(--form-border);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0 auto 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 320 512'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 0.5em;
}
#frm button {
  display: inline-block;
  width: 100%;
  background-color: var(--brand-one);
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 1rem;
}
#frm button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
#frm .error {
  color: red;
  margin: 0 auto 1rem;
  display: none;
}

/**
 * Accordion v3.3.2
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
  margin-top: 10px;
  border: 1px solid #eee;
  background-color: #fff;
  box-sizing: border-box;
}

.ac .ac-header {
  margin: 0;
  padding: 0;
}

.ac .ac-trigger {
  font: bold 16px "Arial", sans-serif;
  color: #111;
  text-align: left;
  width: 100%;
  padding: 10px 30px 10px 10px;
  display: block;
  cursor: pointer;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
}

.ac .ac-trigger::after {
  content: "+";
  text-align: center;
  width: 15px;
  transform: translate(0, -50%);
  position: absolute;
  right: 10px;
  top: 50%;
  height: 1em !important;
}

.ac .ac-trigger:focus {
  color: #8a8a8a;
}

.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
  font: 15px/24px "Arial", sans-serif;
  color: #111;
  padding: 10px;
  margin: 0;
}

.ac.js-enabled .ac-panel {
  visibility: hidden;
}

.ac.is-active .ac-panel {
  visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
  content: "–";
}

.standard {
  padding: 4rem 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .standard {
    padding: 2rem;
  }
}
.standard + .icon-row {
  padding-top: 0;
}
.standard .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .standard .inner {
    flex-wrap: wrap;
  }
}
.standard.standard-white + .standard-white {
  padding: 0 2rem 4rem;
}
@media screen and (max-width: 1200px) {
  .standard.standard-white + .standard-white {
    padding: 0 2rem 2rem;
  }
}
.standard.standard-white blockquote {
  color: var(--brand-one);
}
.standard a.btn {
  margin-top: 0.5rem;
}
.standard .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.standard .tablepress th,
.standard .tablepress td {
  text-align: center;
}
.standard .standard-content {
  width: 100%;
}
.standard .standard-content p {
  line-height: 1.5em;
}
.standard .standard-content p span {
  line-height: 1.5em;
}
.standard .standard-content h1, .standard .standard-content h2, .standard .standard-content h3, .standard .standard-content h4, .standard .standard-content h5, .standard .standard-content h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.2em;
}
.standard .standard-content h1 {
  font-size: 3rem;
}
.standard .standard-content h2 {
  font-size: 2.5rem;
}
.standard .standard-content h3 {
  font-size: 1.75rem;
}
.standard .standard-content h4 {
  font-size: 1.5rem;
}
.standard .standard-content h5 {
  font-size: 1.25rem;
}
.standard .standard-content h6 {
  font-size: 1rem;
}
.standard ul, .standard li {
  list-style-position: inside;
  padding-left: 0;
  margin: 0 auto 1rem;
}
.standard blockquote {
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.standard blockquote p {
  font-size: 1.3em;
  line-height: 1.3em !important;
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .standard blockquote p {
    font-size: 1.25em;
  }
}

.course-information .standard {
  padding: 2rem;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .course-information .standard {
    padding: 2rem;
  }
}
.course-information .standard + .standard {
  padding-top: 0;
}

.apply-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  margin: 2rem auto;
}
.apply-table thead tr {
  background-color: var(--brand-two);
  color: var(--white);
}
.apply-table th, .apply-table td {
  padding: 1rem;
}
.apply-table tbody tr {
  background-color: #f1f2f3;
  color: var(--black);
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
}
.apply-table .footable-toggle {
  display: none;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-right: 0.5em;
}
@media screen and (max-width: 847px) {
  .apply-table .footable-toggle {
    display: inline-block;
    height: 1em;
    width: 1em;
  }
}
.apply-table.apply-flex .apply-grid-row {
  padding: 1rem;
  background-color: #f1f2f3;
  color: var(--black);
  border-top: 4px solid var(--white);
  border-bottom: 4px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row {
    flex-wrap: wrap;
  }
}
.apply-table.apply-flex .apply-grid-row.apply-flex-header {
  background-color: var(--brand-two);
  color: var(--white);
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-two,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-three,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-four,
  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-five,

  .apply-table.apply-flex .apply-grid-row.apply-flex-header .flex-item-six {
    display: none;
  }
}
.apply-table.apply-flex .apply-grid-row p {
  margin: 0 auto;
}
.apply-table.apply-flex .apply-grid-row p.mob-head {
  font-weight: 700;
  display: none;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row p.mob-head {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .apply-grid-row p.hide-mob {
    display: none;
  }
}
.apply-table.apply-flex .flex-item {
  flex: auto;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item {
    margin-bottom: 1rem;
  }
}
.apply-table.apply-flex .flex-item a.btn {
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item:last-of-type {
    margin-bottom: 0;
  }
}
.apply-table.apply-flex .flex-item-one {
  flex: 0 0 8%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-one {
    flex: 0 0 8%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-one {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-two {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-two {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-three {
  flex: 0 0 23%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-three {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-four {
  flex: 0 0 11%;
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-four {
    flex: 0 0 100%;
  }
}
.apply-table.apply-flex .flex-item-five {
  flex: 0 0 7%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-five {
    flex: 0 0 7%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-five {
    flex: 0 0 100%;
  }

}

.apply-table.apply-flex .flex-item-six {
  flex: 0 0 12%;
}
@media screen and (max-width: 1200px) {
  .apply-table.apply-flex .flex-item-six {
    flex: 0 0 21%;
  }
}
@media screen and (max-width: 991px) {
  .apply-table.apply-flex .flex-item-six {
    flex: 0 0 100%;
  }
}

input.btn {
  border: none;
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
input.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.course_search {
  padding: 8rem 0 12rem;
  position: relative;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .course_search {
    padding: 5rem 2rem 10rem;
  }
}
@media screen and (max-width: 991px) {
  .course_search {
    padding: 3rem 2rem 6rem;
    background-position: center;
    background-image: none !important;
  }
}
.course_search:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23988011'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center right -20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .course_search:before {
    background-position: center center;
  }
}
@media screen and (max-width: 991px) {
  .course_search:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
  }
}
.course_search .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.course_search-info {
  max-width: 50%;
  margin: 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .course_search-info {
    max-width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .course_search-info {
    max-width: 100%;
  }
}
.course_search .wider-info {
  max-width: 60%;
}
@media screen and (max-width: 1200px) {
  .course_search .wider-info {
    max-width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .course_search .wider-info {
    max-width: 100%;
  }
}
.course_search.search_two {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_two .sub {
  color: var(--brand-one);
}
.course_search.search_two #search_icon {
  fill: var(--brand-one);
}
.course_search.search_two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23988011'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center right -20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .course_search.search_two:before {
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.12)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 991px) {
  .course_search.search_two:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: transparent;
  }
}
.course_search.search_one, .course_search.search_three, .course_search.search_four {
  background-color: var(--brand-one);
  color: var(--white);
}
.course_search.search_one .sub, .course_search.search_three .sub, .course_search.search_four .sub {
  color: var(--brand-two);
}
.course_search.search_one #search_icon, .course_search.search_three #search_icon, .course_search.search_four #search_icon {
  fill: var(--brand-two);
}
.course_search.search_one .search_container, .course_search.search_three .search_container, .course_search.search_four .search_container {
  border: 4px solid var(--brand-two);
  background-color: var(--brand-one);
}
.course_search.search_one .search_container:has(input:focus-visible), .course_search.search_three .search_container:has(input:focus-visible), .course_search.search_four .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
.course_search.search_one:before, .course_search.search_three:before, .course_search.search_four:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%231c1c1c'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center right -20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .course_search.search_one:before, .course_search.search_three:before, .course_search.search_four:before {
    background-position: center center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.12)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  }
}
.course_search.search_one .search_container button, .course_search.search_three .search_container button, .course_search.search_four .search_container button {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search.search_one .search_container button:hover, .course_search.search_three .search_container button:hover, .course_search.search_four .search_container button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.course_search h1, .course_search h2, .course_search h3, .course_search h4, .course_search h5, .course_search h6, .course_search .sub {
  text-transform: uppercase;
}
.course_search h1, .course_search h2, .course_search h3, .course_search h4, .course_search h5, .course_search h6 {
  font-weight: 800;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .course_search h1, .course_search h2, .course_search h3, .course_search h4, .course_search h5, .course_search h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.course_search .sub {
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .course_search .sub {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}
.course_search .search_container {
  border: 4px solid var(--brand-one);
  background-color: var(--brand-two);
  border-radius: 5rem;
  overflow: hidden;
  padding: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.course_search .search_container:has(input:focus-visible) {
  border-color: var(--white);
}
.course_search .search_icon {
  flex: 0 0 50px;
  padding: 0.75rem 0.5rem 0.25rem 0.75rem;
}
.course_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: auto;
}
.course_search input[type=search] {
  flex: auto;
  padding: 1rem 0 1rem 0.5rem;
  background-color: transparent;
  border: none;
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .course_search input[type=search] {
    font-size: 1rem;
  }
}
.course_search input[type=search]:focus-visible {
  outline: none;
}
.course_search ::-webkit-search-cancel-button {
  position: relative;
  -webkit-appearance: none;
  right: 10px;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23ffffff'%3E%3Cpath d='M256 512c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256S114.6 512 256 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
  background-size: 20px;
  color: white;
}
.course_search ::-webkit-input-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.course_search ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.course_search ::-ms-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.course_search ::-moz-placeholder {
  color: var(--white);
  opacity: 0.9;
}
.course_search ::placeholder {
  color: var(--white);
  opacity: 0.9;
}
.course_search .divider {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.course_search .all_courses {
  margin: 2rem auto 0;
  line-height: 1em;
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .course_search .all_courses {
    font-size: 1rem;
  }
}
.course_search .all_courses a {
  color: var(--white);
  text-decoration: none;
}
.course_search .all_courses a:hover {
  text-decoration: none;
}
.course_search .all_courses a:hover i {
  margin-left: 1rem;
}
.course_search .all_courses span, .course_search .all_courses i {
  display: inline-block;
  vertical-align: middle;
}
.course_search .all_courses i {
  margin-left: 0.5rem;
}
.course_search .all_courses svg {
  fill: currentColor;
  width: 1em;
}
.course_search .search_container {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .course_search .search_container {
    width: 100%;
  }
}
.course_search .search_container button {
  flex: 0 0 150px;
  -webkit-clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  background-color: var(--brand-one);
  color: var(--white);
  border: none;
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  font-weight: 700;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 80%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .course_search .search_container button {
    flex: 0 0 60px;
    font-size: 0 !important;
    background-position: center !important;
    background-size: 1rem !important;
    -webkit-clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
            clip-path: polygon(30% 0%, 100% 0, 100% 100%, 0% 100%) !important;
  }
}
.course_search .search_container button:hover {
  background-color: var(--brand-one);
  color: var(--white);
  background-position: center left 85%;
}
.course_search .app-btns {
  margin-top: 2rem;
}
.course_search .app-btns .btn {
  display: inline-block;
  margin-right: 1rem;
  border: 3px solid var(--brand-one);
  margin-bottom: 1rem;
}
.course_search .app-btns .btn:hover {
  border: 3px solid var(--brand-one);
  color: var(--white);
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.course_search .app-btns .btn-hollow {
  display: inline-block;
  margin-right: 1rem;
  border: 3px solid var(--brand-one);
  background-color: var(--brand-two);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.course_search .app-btns .btn-hollow:hover {
  border: 3px solid var(--brand-one);
  background-color: var(--brand-two);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}

.intro_block {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .intro_block {
    padding: 2rem;
  }
}
.intro_block + .intro_block, .intro_block + .standard-white {
  padding-top: 0;
}
.intro_block.heading-small h1, .intro_block.heading-small h2, .intro_block.heading-small h3, .intro_block.heading-small h4, .intro_block.heading-small h5, .intro_block.heading-small h6 {
  font-size: 2.5rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .intro_block.heading-small h1, .intro_block.heading-small h2, .intro_block.heading-small h3, .intro_block.heading-small h4, .intro_block.heading-small h5, .intro_block.heading-small h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.intro_block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .intro_block .inner {
    flex-wrap: wrap;
  }
}
.intro_block .left,
.intro_block .right {
  position: relative;
}
.intro_block .left {
  flex: 0 0 35%;
}
@media screen and (max-width: 991px) {
  .intro_block .left {
    flex: 0 0 100%;
  }
}
.intro_block .right {
  flex: 0 0 60%;
}
@media screen and (max-width: 991px) {
  .intro_block .right {
    flex: 0 0 100%;
  }
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6, .intro_block .sub {
  text-transform: uppercase;
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6, .intro_block .pre, .intro_block .sub {
  margin: 0 auto;
}
.intro_block .pre, .intro_block .sub {
  color: var(--brand-one);
}
.intro_block .pre {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  line-height: 1.25em;
}
.intro_block .sub {
  font-weight: 700;
  margin-top: 0.5rem;
}
.intro_block p {
  line-height: 1.5em;
  margin: 0.5rem auto;
}
.intro_block p span {
  line-height: 1.2em;
}
.intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro_block h1, .intro_block h2, .intro_block h3, .intro_block h4, .intro_block h5, .intro_block h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.intro_block img,
.intro_block .video-padding {
  padding: 1.5rem 1.5rem 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .intro_block img,
  .intro_block .video-padding {
    padding: 0.75rem 0.75rem 0 0;
  }
}
.intro_block .image_border {
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .intro_block .image_border {
    height: 50%;
  }
}
.intro_block .image_border:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.intro_block .image_border.border_one {
  background-color: var(--brand-one);
}
.intro_block .image_border.border_one::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
}
.intro_block .image_border.border_two {
  background-color: var(--brand-two);
}
.intro_block .image_border.border_two::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .left {
    order: 1;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .right {
    order: 0;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left img {
    padding: 1.5rem 0 0 1.5rem;
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border {
    top: 0;
    left: 0;
    right: unset;
    background-image: url(img/lines-left.svg);
  }
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border:after {
    top: 0;
    left: 0;
    right: unset;
  }
}
.intro_block.d-left .image_border.border_one::after {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .intro_block.d-left .image_border.border_one::after {
    background-image: -o-radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
    background-image: radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  }
}
.intro_block.d-left .image_border.border_two::after {
  background-image: -o-radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
}
@media screen and (min-width: 991px) {
  .intro_block.d-left .image_border.border_two::after {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 30%, transparent 100%);
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .left {
    order: 2;
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .spacer {
    order: 1;
  }
}
@media screen and (max-width: 991px) {
  .intro_block.m-top .right {
    order: 0;
  }
}
.intro_block .spacer {
  display: none;
  max-width: 100%;
  height: 0;
}
@media screen and (max-width: 991px) {
  .intro_block .spacer {
    display: block;
    flex: 0 0 100%;
    height: 2rem;
  }
}
.intro_block a:not(.btn) {
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 800;
}
.intro_block a:not(.btn):hover {
  color: var(--brand-one);
  text-decoration: underline;
}
.intro_block a.btn {
  margin-top: 0.75rem;
}
.intro_block .img-wrapper {
  position: relative;
}
.intro_block .img-top {
  margin-top: 2rem;
}

.image_container {
  position: relative;
}

a.btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3.5rem 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
a.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.why_choose {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.05)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom -30% left -30%;
}
@media screen and (max-width: 991px) {
  .why_choose {
    background-image: none;
  }
}
.why_choose.choose-one {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.1)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .why_choose.choose-one {
    background-image: none;
  }
}
.why_choose.choose-one .card img {
  border-color: var(--brand-one);
}
.why_choose.choose-one .why-footer .choose-button {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.why_choose.choose-one .why-footer .choose-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.why_choose.choose-two {
  background-color: var(--brand-two);
}
@media screen and (max-width: 991px) {
  .why_choose.choose-two {
    background-image: none;
  }
}
.why_choose.choose-two .card img {
  border-color: var(--brand-two);
}
.why_choose.choose-two .why-footer .choose-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.why_choose.choose-two .why-footer .choose-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.why_choose.video-none {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .why_choose.video-none {
    padding: 2rem 0;
  }
}
.why_choose.video-top {
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .why_choose.video-top {
    padding-bottom: 2rem;
  }
}
.why_choose.video-top .why_choose-intro {
  order: 1;
}
.why_choose.video-top .cards {
  order: 2;
}
.why_choose.video-top .why-footer {
  order: 3;
}
.why_choose.video-top .choose-video {
  position: relative;
  order: 0;
  margin-bottom: 3rem;
  margin-top: -6rem;
  max-width: 90%;
  margin-left: 5%;
}
.why_choose.video-bottom {
  margin-bottom: 8rem;
  padding-top: 4rem;
}
@media screen and (max-width: 1200px) {
  .why_choose.video-bottom {
    padding-top: 2rem;
  }
}
.why_choose.video-bottom .why_choose-intro {
  order: 0;
}
.why_choose.video-bottom .cards {
  order: 1;
}
.why_choose.video-bottom .why-footer {
  order: 3;
}
.why_choose.video-bottom .choose-video {
  position: relative;
  order: 4;
  margin-top: 4rem;
  margin-bottom: -6rem;
  max-width: 90%;
  margin-left: 5%;
}
.why_choose .why_choose-intro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.why_choose .why_choose-intro * {
  color: var(--white);
}
.why_choose .why_choose-intro h1, .why_choose .why_choose-intro h2, .why_choose .why_choose-intro h3, .why_choose .why_choose-intro h4, .why_choose .why_choose-intro h5, .why_choose .why_choose-intro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .why_choose .why_choose-intro h1, .why_choose .why_choose-intro h2, .why_choose .why_choose-intro h3, .why_choose .why_choose-intro h4, .why_choose .why_choose-intro h5, .why_choose .why_choose-intro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.why_choose .why_choose-intro p {
  line-height: 1.5rem;
}
.why_choose .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.why_choose .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem auto;
}
@media screen and (max-width: 1240px) {
  .why_choose .cards {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .why_choose .cards {
    flex-wrap: wrap;
  }
}
.why_choose .cards img {
  border-bottom: 5px solid;
  width: 100%;
}
.why_choose .card {
  flex: 0 0 30%;
  background-color: var(--white);
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .why_choose .card {
    flex: 0 0 100%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 991px) {
  .why_choose .card:last-of-type {
    margin-bottom: 0;
  }
}
.why_choose .card-inner {
  padding: 1.5rem;
}
.why_choose .card .card-heading {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--brand-one);
}
.why_choose .card .card-text {
  margin: 1rem auto;
}
.why_choose .choose-button {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 85%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem 1rem 2rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.why_choose .choose-button:hover {
  background-color: var(--brand-one);
  background-position: center left 92%;
  color: var(--white);
}
.why_choose p:has(.choose-button) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.why_choose .why-footer {
  text-align: center;
}
.why_choose .choose-video {
  box-shadow: 0 0 1rem 0.25rem rgba(0, 0, 0, 0.3);
}

.icon-block {
  padding: 4rem 0;
}
.icon-block.icon-one {
  background-color: var(--brand-one);
}
.icon-block.icon-one * {
  color: var(--white);
}
.icon-block.icon-one .icon-button {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.icon-block.icon-one .icon-button:hover {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.icon-block.icon-two {
  background-color: var(--brand-two);
}
.icon-block.icon-two * {
  color: var(--white);
}
.icon-block.icon-two .icon-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.icon-block.icon-two .icon-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.icon-block h1, .icon-block h2, .icon-block h3, .icon-block h4, .icon-block h5, .icon-block h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .icon-block h1, .icon-block h2, .icon-block h3, .icon-block h4, .icon-block h5, .icon-block h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.icon-block .icon-intro {
  text-align: center;
  padding: 0 2rem;
}
.icon-block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.icon-block .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem auto 0;
}
@media screen and (max-width: 991px) {
  .icon-block .icons {
    justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .icon-block .icons {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .icon-block .icons {
    flex-wrap: wrap;
  }
}
.icon-block .icons .icon {
  flex: 0 0 24%;
  margin: 0 1% 1rem;
}
@media screen and (max-width: 991px) {
  .icon-block .icons .icon {
    flex: 0 0 80%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 991px) {
  .icon-block .icons .icon:last-of-type {
    margin-bottom: 0;
  }
}
.icon-block .icons .icon * {
  text-align: center;
}
.icon-block .icons .icon img {
  max-width: 180px;
  margin: 0 auto;
}
.icon-block .icons .icon a:not(.btn) {
  color: var(--brand-one);
  text-decoration: underline;
}
.icon-block .icons + .icon-footer {
  margin-top: 1.5rem;
}
.icon-block .icon-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.icon-block .icon-button:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
.icon-block p {
  line-height: 1.5rem;
}
.icon-block p:has(.icon-button) {
  margin-top: 0;
  margin-bottom: 0;
}
.icon-block .icon-footer {
  text-align: center;
}
.icon-block .icon-text h1, .icon-block .icon-text h2, .icon-block .icon-text h3, .icon-block .icon-text h4, .icon-block .icon-text h5, .icon-block .icon-text h6 {
  margin-top: 1rem;
}
.icon-block .icon-text p:last-of-type {
  margin-bottom: 0;
}

.guide-block {
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .guide-block {
    padding: 2rem 0;
  }
}
.guide-block.guide-white .sub {
  color: var(--brand-one);
}
.guide-block.guide-white a {
  color: var(--brand-two);
}
.guide-block.guide-white a:hover {
  color: var(--brand-two);
}
.guide-block.guide-white .guide-button {
  background-color: var(--brand-one);
  color: var(--white);
}
.guide-block.guide-white .guide-button:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.guide-block.guide-white a:not(.guide-button) {
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 800;
}
.guide-block.guide-white a:not(.guide-button):hover {
  color: var(--brand-one);
  text-decoration: underline;
}
.guide-block.guide-one {
  background-color: var(--brand-one);
}
.guide-block.guide-one * {
  color: var(--white);
}
.guide-block.guide-one .sub {
  color: var(--brand-two);
}
.guide-block.guide-one a {
  color: var(--white);
}
.guide-block.guide-one a:hover {
  color: var(--white);
}
.guide-block.guide-one .guide-button {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.guide-block.guide-one .guide-button:hover {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--white);
}
.guide-block.guide-two {
  background-color: var(--brand-two);
}
.guide-block.guide-two * {
  color: var(--white);
}
.guide-block.guide-two .sub {
  color: var(--brand-one);
}
.guide-block.guide-two a {
  color: var(--white);
}
.guide-block.guide-two a:hover {
  color: var(--white);
}
.guide-block.guide-two .guide-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--white);
}
.guide-block.guide-two .guide-button:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.guide-block h1, .guide-block h2, .guide-block h3, .guide-block h4, .guide-block h5, .guide-block h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-block h1, .guide-block h2, .guide-block h3, .guide-block h4, .guide-block h5, .guide-block h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.guide-block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .guide-block .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.guide-block .left {
  flex: 0 0 58%;
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .guide-block .left {
    flex: 0 0 80%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .left {
    text-align: center;
  }
}
.guide-block .left a {
  font-weight: 700;
  text-decoration: none;
}
.guide-block .left a:hover {
  text-decoration: underline;
}
.guide-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 39%;
}
@media screen and (max-width: 1240px) {
  .guide-block .right {
    justify-content: space-around;
    flex: 0 0 80%;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .right {
    flex-wrap: wrap;
  }
}
.guide-block .sub {
  font-style: italic;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.guide-block .guide {
  flex: 0 0 45%;
}
@media screen and (max-width: 991px) {
  .guide-block .guide {
    flex: 0 0 80%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .guide-block .guide:last-of-type {
    margin-bottom: 0;
  }
}
.guide-block .guide * {
  text-align: center;
}
.guide-block .guide img {
  width: 100%;
}
.guide-block .inner .right.single .guide {
  flex: 0 0 55%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .guide-block .inner .right.single .guide {
    flex: 0 0 90%;
  }
}
.guide-block .guide-button {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.96 100'%3E%3Cpath d='M32.7,80.36c-1.36-.37-2.35-1.28-3.32-2.26-9.24-9.26-18.49-18.5-27.73-27.75-1.71-1.71-2.22-3.87-.93-5.59,1.17-1.57,2.63-2.99,4.18-4.2,1.45-1.13,3.51-.81,4.94,.38,.28,.23,.54,.49,.8,.75,5.28,5.3,10.56,10.6,15.84,15.89,.19,.19,.4,.37,.72,.67v-1.07c0-17.37,0-34.73,0-52.1,0-3.33,1.75-5.09,5.07-5.1,.89,0,1.78,0,2.67,0,3.09,0,4.82,1.72,4.83,4.8,0,8.89,0,17.79,0,26.68,0,8.53,0,17.05,0,25.58v1.05c.31-.3,.51-.48,.7-.67,5.33-5.32,10.66-10.64,16-15.96,1.68-1.67,3.9-2.18,5.6-.89,1.57,1.18,2.98,2.63,4.19,4.19,1.15,1.48,.82,3.56-.4,5.01-.24,.28-.49,.54-.75,.8-9.15,9.16-18.31,18.31-27.46,27.47-.99,.99-1.98,1.93-3.37,2.31h-1.57Z'/%3E%3Crect class='cls-1' x='27.24' y='60.87' width='12.04' height='66.21' rx='.86' ry='.86' transform='translate(-60.72 127.24) rotate(-90)'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.8rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
@media screen and (max-width: 1240px) {
  .guide-block .guide-button {
    font-size: 0.9rem;
  }
}
.guide-block .guide-button:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
.guide-block p {
  line-height: 1.5rem;
  margin: 0.5rem auto 1rem;
}
.guide-block p:has(.guide-button) {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.links-block {
  padding: 4rem 0;
  overflow: hidden;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: bottom 50% right -5%;
}
@media screen and (max-width: 1240px) {
  .links-block {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 991px) {
  .links-block {
    padding: 2rem 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom -20% right -75px;
  }
}
.links-block.links-two {
  background-color: var(--brand-two);
}
.links-block.links-two h1, .links-block.links-two h2, .links-block.links-two h3, .links-block.links-two h4, .links-block.links-two h5, .links-block.links-two h6 {
  color: var(--brand-one);
}
.links-block.links-two p {
  color: var(--white);
}
.links-block.links-two .link-block a.link-image {
  border-color: var(--brand-one);
}
.links-block.links-two .link-block a.link-image:hover {
  border-color: var(--white);
}
.links-block.links-two .link-heading {
  color: var(--brand-one);
}
.links-block.links-two .link-text {
  color: var(--white);
}
.links-block.links-two .link-url a {
  color: var(--brand-one);
}
.links-block.links-two .link-url a:hover {
  color: var(--white);
}
.links-block.links-one {
  background-color: var(--brand-one);
}
.links-block.links-one h1, .links-block.links-one h2, .links-block.links-one h3, .links-block.links-one h4, .links-block.links-one h5, .links-block.links-one h6 {
  color: var(--white);
}
.links-block.links-one p {
  color: var(--brand-two);
}
.links-block.links-one .link-block a.link-image {
  border-color: var(--brand-two);
}
.links-block.links-one .link-block a.link-image:hover {
  border-color: var(--white);
}
.links-block.links-one .link-heading {
  color: var(--white);
}
.links-block.links-one .link-text {
  color: var(--two);
}
.links-block.links-one .link-url a {
  color: var(--white);
}
.links-block.links-one .link-url a:hover {
  color: var(--brand-two);
}
.links-block .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .links-block .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .links-block .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.links-block .left {
  flex: 0 0 49%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .links-block .left {
    flex: 0 0 90%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.links-block .left h1, .links-block .left h2, .links-block .left h3, .links-block .left h4, .links-block .left h5, .links-block .left h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .links-block .left h1, .links-block .left h2, .links-block .left h3, .links-block .left h4, .links-block .left h5, .links-block .left h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.links-block .left a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
}
.links-block .left a:not(.btn):hover {
  text-decoration: underline;
}
.links-block .left p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
@media screen and (max-width: 991px) {
  .links-block .left p {
    font-size: 1rem;
  }
}
.links-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 49%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .links-block .right {
    flex: 0 0 100%;
  }
}
.links-block .link-block {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 0 0 49%;
  overflow: hidden;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991px) {
  .links-block .link-block {
    flex: 0 0 49%;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
.links-block .link-block a.link-image {
  flex: 0 0 48%;
  max-width: 48%;
  border-radius: 50%;
  border: 4px solid;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .links-block .link-block a.link-image {
    flex: 0 0 80%;
    max-width: 80%;
    margin-bottom: 1rem;
  }
}
.links-block .link-block .link-info {
  flex: 0 0 48%;
}
@media screen and (max-width: 991px) {
  .links-block .link-block .link-info {
    flex: 0 0 100%;
    text-align: center;
  }
}
.links-block .link-heading {
  font-size: 1.25rem;
  font-weight: 900;
  margin: 0 auto;
}
.links-block .link-text {
  margin: 1rem auto;
}
.links-block .link-url {
  margin-bottom: 0;
}
.links-block .link-url a {
  font-weight: 700;
  text-decoration: none;
}
.links-block .link-url a svg {
  height: 1rem;
  width: auto;
  margin-left: 0.5rem;
  fill: currentColor;
}
.links-block .link-url a span, .links-block .link-url a svg {
  display: inline-block;
  vertical-align: middle;
}

.test-card {
  padding: 4rem 4rem 6rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
@media screen and (max-width: 991px) {
  .test-card {
    padding: 10rem 2rem 4rem 2rem;
    background-size: contain;
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .test-card {
    padding: rem 2rem 4rem 2rem;
  }
}
.test-card .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .test-card .inner {
    max-width: 95%;
  }
}
.test-card-inner {
  background-color: var(--white);
  max-width: 600px;
  margin: 0;
  overflow: hidden;
  padding: 2rem;
  border-top: 10px solid var(--brand-one);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 991px) {
  .test-card-inner {
    max-width: 600px;
    border-left: 1px solid #bbbbbb;
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
  }
}
.test-card .pre {
  font-style: italic;
  margin: 0 auto;
  color: var(--brand-one);
}
.test-card .test-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0 auto;
  color: var(--brand-two);
}
@media screen and (max-width: 767px) {
  .test-card .test-heading {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.test-card .sub {
  font-size: 1.2rem;
  margin: 0.5rem auto 0;
  font-weight: 700;
  color: var(--brand-two);
}
.test-card p {
  line-height: 1.5rem;
  color: var(--light-grey);
  margin-top: 0.5rem;
}

.glide-t .glide__bullet {
  border-radius: 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .glide-t .glide__bullet {
    width: 50px;
    background-color: var(--black);
  }
}
@media screen and (max-width: 991px) {
  .glide-t .glide__bullet--active {
    background-color: var(--brand-one);
  }
}

.contact-info {
  padding: 4rem 0;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .contact-info {
    padding: 2rem 0;
  }
}
.contact-info.contact-white svg {
  fill: var(--brand-one);
}
.contact-info.contact-white a:not(.btn) {
  color: var(--brand-two);
}
.contact-info.contact-white a:not(.btn):hover {
  color: var(--brand-one);
}
.contact-info.contact-white .contact-intro a,
.contact-info.contact-white .contact-outro a {
  color: var(--brand-one);
}
.contact-info.contact-white .contact-intro a:hover,
.contact-info.contact-white .contact-outro a:hover {
  color: var(--brand-one);
}
.contact-info.contact-white a.btn {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-info.contact-white a.btn:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one {
  background-color: var(--brand-one);
}
.contact-info.contact-one svg {
  fill: var(--brand-two);
}
.contact-info.contact-one a:not(.btn) {
  color: var(--white);
}
.contact-info.contact-one a:not(.btn):hover {
  color: var(--brand-two);
}
.contact-info.contact-one h1, .contact-info.contact-one h2, .contact-info.contact-one h3, .contact-info.contact-one h4, .contact-info.contact-one h5, .contact-info.contact-one h6, .contact-info.contact-one p {
  color: var(--white);
}
.contact-info.contact-one .contact-intro a,
.contact-info.contact-one .contact-outro a {
  color: var(--brand-two);
}
.contact-info.contact-one .contact-intro a:hover,
.contact-info.contact-one .contact-outro a:hover {
  color: var(--brand-two);
}
.contact-info.contact-one a.btn {
  background-color: var(--white);
  color: var(--brand-two);
}
.contact-info.contact-one a.btn:hover {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-info.contact-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%232d2d2e;' /%3E%3C/svg%3E");
}
.contact-info.contact-two {
  background-color: var(--brand-two);
}
.contact-info.contact-two svg {
  fill: var(--brand-one);
}
.contact-info.contact-two a:not(.btn) {
  color: var(--white);
}
.contact-info.contact-two a:not(.btn):hover {
  color: var(--brand-one);
}
.contact-info.contact-two h1, .contact-info.contact-two h2, .contact-info.contact-two h3, .contact-info.contact-two h4, .contact-info.contact-two h5, .contact-info.contact-two h6, .contact-info.contact-two p {
  color: var(--white);
}
.contact-info.contact-two .contact-intro a,
.contact-info.contact-two .contact-outro a {
  color: var(--brand-one);
}
.contact-info.contact-two .contact-intro a:hover,
.contact-info.contact-two .contact-outro a:hover {
  color: var(--brand-one);
}
.contact-info.contact-two a.btn {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-info.contact-two a.btn:hover {
  background-color: var(--white);
  color: var(--brand-one);
}
.contact-info.contact-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
.contact-info .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.contact-info .contact-intro,
.contact-info .contact-outro {
  flex: 0 0 90%;
  text-align: center;
  margin: 0 auto;
}
.contact-info .contact-intro p,
.contact-info .contact-outro p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.contact-info .contact-intro h1, .contact-info .contact-intro h2, .contact-info .contact-intro h3, .contact-info .contact-intro h4, .contact-info .contact-intro h5, .contact-info .contact-intro h6,
.contact-info .contact-outro h1,
.contact-info .contact-outro h2,
.contact-info .contact-outro h3,
.contact-info .contact-outro h4,
.contact-info .contact-outro h5,
.contact-info .contact-outro h6 {
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .contact-info .contact-intro h1, .contact-info .contact-intro h2, .contact-info .contact-intro h3, .contact-info .contact-intro h4, .contact-info .contact-intro h5, .contact-info .contact-intro h6,
  .contact-info .contact-outro h1,
  .contact-info .contact-outro h2,
  .contact-info .contact-outro h3,
  .contact-info .contact-outro h4,
  .contact-info .contact-outro h5,
  .contact-info .contact-outro h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.contact-info .contact-intro a,
.contact-info .contact-outro a {
  text-decoration: none;
}
.contact-info .contact-intro a:hover,
.contact-info .contact-outro a:hover {
  text-decoration: underline;
}
.contact-info-grid {
  flex: 0 0 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 2rem auto;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .contact-info-grid {
    padding: 0;
    margin-bottom: 0;
  }
}
.contact-info .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .contact-info .line {
    background-image: none !important;
  }
}
.contact-info .contact-item {
  flex: 0 0 33%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-info .contact-item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.contact-info .contact-item svg {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.contact-info .contact-item a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
}
.contact-info .contact-item a:not(.btn):hover {
  text-decoration: none;
}
.contact-info a.btn {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem 1rem 2rem;
  border-radius: 4rem;
  font-weight: 700;
  margin: 0 auto;
  line-height: 1.25em;
}
.contact-info a.btn:hover {
  text-decoration: none;
}

.contact-overlay {
  position: relative;
}
.contact-overlay .inner {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .contact-overlay .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
@media screen and (max-width: 767px) {
  .contact-overlay.om-top .box-content {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .contact-overlay.om-top .box-image {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-overlay.om-bottom .box-content {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-overlay.om-bottom .box-image {
    order: 1;
  }
}
@media screen and (min-width: 767px) {
  .contact-overlay.od-left .box-content {
    grid-column-start: 8;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .contact-overlay.od-left .box-content {
    grid-column-start: 14;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .contact-overlay.od-left .box-image {
    grid-column-start: 1;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
@media screen and (min-width: 767px) {
  .contact-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 18;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .contact-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .contact-overlay.od-right .box-image {
    grid-column-start: 10;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
.contact-overlay.box-one .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--white);
}
.contact-overlay.box-one svg {
  fill: var(--brand-two);
}
.contact-overlay.box-one a:not(.btn) {
  color: var(--white);
}
.contact-overlay.box-one a:not(.btn):hover {
  color: var(--white);
}
.contact-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--white);
}
.contact-overlay.box-two .box-content svg {
  fill: var(--brand-one);
}
.contact-overlay.box-two .box-content a:not(.btn) {
  color: var(--white);
}
.contact-overlay.box-two .box-content a:not(.btn):hover {
  color: var(--white);
}
.contact-overlay .box-content {
  z-index: 1;
  overflow: hidden;
  padding: 4rem 2rem;
  border-top: 10px solid;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.contact-overlay .box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact-overlay .contact-item {
  text-align: center;
  margin-bottom: 2rem;
}
.contact-overlay .contact-item:last-of-type {
  margin-bottom: 0;
}
.contact-overlay .contact-item svg {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
@media screen and (max-width: 767px) {
  .contact-overlay .contact-item svg {
    max-width: 75px;
  }
}
.contact-overlay .contact-item a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact-overlay .contact-item a:not(.btn) {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.contact-overlay .contact-item a:not(.btn):hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .contact-overlay .box-image {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.bus-overlay {
  position: relative;
}
.bus-overlay .inner {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .bus-overlay .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-top .box-content {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-top .box-image {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-bottom .box-content {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay.om-bottom .box-image {
    order: 1;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-left .box-content {
    grid-column-start: 8;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .bus-overlay.od-left .box-content {
    grid-column-start: 14;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-left .box-image {
    grid-column-start: 1;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 18;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .bus-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .bus-overlay.od-right .box-image {
    grid-column-start: 10;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
.bus-overlay.box-one .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--brand-two);
}
.bus-overlay.box-one .box-content span {
  color: var(--white);
}
.bus-overlay.box-one .box-content .bus-item-message,
.bus-overlay.box-one .box-content .bus-or {
  color: var(--white);
}
.bus-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--brand-one);
}
.bus-overlay.box-two .box-content span {
  color: var(--white);
}
.bus-overlay.box-two .box-content .bus-item-message,
.bus-overlay.box-two .box-content .bus-or {
  color: var(--white);
}
.bus-overlay .box-content {
  z-index: 1;
  overflow: hidden;
  padding: 4rem 2rem;
  border-top: 10px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bus-overlay .box-content {
    padding: 2rem;
  }
}
.bus-overlay .box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bus-overlay .bus-item-message {
  flex: 0 0 100%;
  text-align: center;
}
.bus-overlay .bus-item-message p {
  font-size: 1.75rem;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 auto 0.5rem;
}
.bus-overlay .bus-item {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-item {
    margin: 0 auto 1rem;
  }
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-item:last-of-type {
    margin-bottom: 0;
  }
}
.bus-overlay .bus-item p {
  font-size: 1.5rem;
  font-style: italic;
  line-height: 1.5em;
  margin: 0 auto;
}
.bus-overlay .bus-item span {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1em;
}
.bus-overlay .py {
  flex: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .py {
    flex: 0 0 100%;
  }
}
.bus-overlay .pt {
  flex: 0 0 14rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .pt {
    flex: 0 0 100%;
  }
}
.bus-overlay .bus-or {
  text-align: center;
  flex: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .bus-overlay .bus-or {
    flex: 0 0 100%;
    margin: 0 auto 1rem;
  }
}
.bus-overlay .bus-or p {
  margin: 0 auto;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .bus-overlay .box-image {
    width: 100%;
    padding-bottom: 56.25%;
  }
}

.content-overlay {
  position: relative;
}
.content-overlay .inner {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-template-rows: repeat(12, 1fr);
}
@media screen and (max-width: 767px) {
  .content-overlay .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    grid-template-columns: unset;
    grid-template-rows: unset;
  }
}
@media screen and (max-width: 767px) {
  .content-overlay.om-top .box-content {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .content-overlay.om-top .box-image {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-overlay.om-bottom .box-content {
    order: 0;
  }
}
@media screen and (max-width: 767px) {
  .content-overlay.om-bottom .box-image {
    order: 1;
  }
}
@media screen and (min-width: 767px) {
  .content-overlay.od-left .box-content {
    grid-column-start: 8;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .content-overlay.od-left .box-content {
    grid-column-start: 10;
    grid-column-end: 24;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .content-overlay.od-left .box-image {
    grid-column-start: 1;
    grid-column-end: 16;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
@media screen and (min-width: 767px) {
  .content-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 18;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 1200px) {
  .content-overlay.od-right .box-content {
    grid-column-start: 2;
    grid-column-end: 16;
    grid-row-start: 3;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 767px) {
  .content-overlay.od-right .box-image {
    grid-column-start: 10;
    grid-column-end: 25;
    grid-row-start: 1;
    grid-row-end: 13;
  }
}
.content-overlay.box-one .box-content {
  background-color: var(--brand-one);
  border-color: var(--brand-two);
  color: var(--brand-two);
}
.content-overlay.box-one .box-content span {
  color: var(--white);
}
.content-overlay.box-one .box-content .bus-item-message,
.content-overlay.box-one .box-content .bus-or {
  color: var(--white);
}
.content-overlay.box-one .box-content i, .content-overlay.box-one .box-content em {
  color: var(--brand-two);
}
.content-overlay.box-one .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.content-overlay.box-one .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.content-overlay.box-two .box-content {
  background-color: var(--brand-two);
  border-color: var(--brand-one);
  color: var(--brand-one);
}
.content-overlay.box-two .box-content span {
  color: var(--white);
}
.content-overlay.box-two .box-content .bus-item-message,
.content-overlay.box-two .box-content .bus-or {
  color: var(--white);
}
.content-overlay.box-two i, .content-overlay.box-two em {
  color: var(--brand-one);
}
.content-overlay.box-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.content-overlay.box-two .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.content-overlay .box-content {
  z-index: 1;
  overflow: hidden;
  padding: 4rem 2rem;
  border-top: 10px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-overlay .box-content {
    padding: 2rem;
  }
}
.content-overlay .box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-overlay .item-text {
  flex: 0 0 100%;
  text-align: left;
  color: var(--white);
}
.content-overlay .item-text p {
  line-height: 1.5em;
  margin: 1rem auto;
}
.content-overlay .item-text p:has(i), .content-overlay .item-text p:has(em) {
  margin: 0 auto;
}
.content-overlay .item-text i, .content-overlay .item-text em {
  font-size: 1.25rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .content-overlay .box-image {
    width: 100%;
    padding-bottom: 56.25%;
  }
}
.content-overlay h1, .content-overlay h2, .content-overlay h3, .content-overlay h4, .content-overlay h5, .content-overlay h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .content-overlay h1, .content-overlay h2, .content-overlay h3, .content-overlay h4, .content-overlay h5, .content-overlay h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.service-areas {
  padding: 6rem 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: auto 125%;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .service-areas {
    padding: 4rem 0;
    background-position: center;
  }
}
.service-areas.service-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.service-areas.service-one .service-heading {
  background-color: var(--brand-two);
}
.service-areas.service-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%231c1c1c;' /%3E%3C/svg%3E");
}
.service-areas.service-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.service-areas.service-two .service-heading {
  background-color: var(--brand-one);
}
.service-areas.service-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
.service-areas .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
}
@media screen and (max-width: 767px) {
  .service-areas .line {
    background-image: none !important;
  }
}
.service-areas .service-heading {
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 800;
  transition: background-position 0.2s ease;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 16rem;
  margin-left: -8rem;
  content: "";
  text-align: center;
}
.service-areas .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.service-areas .inner p {
  margin: 0;
  padding: 0 1rem;
  text-align: center;
  flex: 0 0 48%;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .service-areas .inner p {
    flex: 0 0 100%;
    font-size: 1.5rem;
  }
}

* + .service-areas {
  margin-top: 1.5rem;
}

.map-cta {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.map-cta.map-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.map-cta.map-one .heading {
  color: var(--brand-two);
}
.map-cta.map-one .right {
  border-color: var(--brand-two);
}
.map-cta.map-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.map-cta.map-two .heading {
  color: var(--brand-one);
}
.map-cta.map-two .right {
  border-color: var(--brand-one);
}
.map-cta.map-white {
  background-color: var(--white);
}
.map-cta.map-white .heading {
  color: var(--brand-one);
}
.map-cta.map-white .right {
  border-color: var(--brand-one);
}
.map-cta .inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .map-cta .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.map-cta .left {
  flex: 0 0 50%;
  padding: 4rem;
}
@media screen and (max-width: 991px) {
  .map-cta .left {
    flex: 0 0 100%;
    padding: 2rem;
  }
}
.map-cta .right {
  flex: 0 0 50%;
  border-left: 5px solid;
}
@media screen and (max-width: 991px) {
  .map-cta .right {
    flex: 0 0 100%;
    border-left: none;
  }
}
.map-cta .right iframe {
  width: 100%;
  margin: 0;
}
.map-cta .pre {
  font-style: italic;
  font-weight: 300;
  font-size: 2rem;
  margin-bottom: 0.5rem;
  line-height: 1em;
  margin-top: 0;
}
.map-cta .sub {
  font-weight: 700;
  margin-top: 0.5rem;
  font-size: 2rem;
}
.map-cta p {
  line-height: 2rem;
}
.map-cta p:last-of-type {
  margin-bottom: 0;
}
.map-cta .heading {
  font-weight: 900;
  font-size: 4rem;
  line-height: 4rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .map-cta .heading {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

.contact-form {
  padding: 4rem 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: bottom -30% left -30%;
}
@media screen and (max-width: 991px) {
  .contact-form {
    background-image: none;
  }
}
.contact-form.cf-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.contact-form.cf-one .wpcf7-form-control.wpcf7-submit {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.contact-form.cf-one .wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.contact-form.cf-one .wpcf7-spinner {
  background-color: var(--brand-two);
  opacity: 1;
}
.contact-form.cf-one .wpcf7-spinner:before {
  background-color: var(--white);
}
.contact-form.cf-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.contact-form.cf-two .wpcf7-form-control.wpcf7-submit {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.contact-form.cf-two .wpcf7-form-control.wpcf7-submit:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.contact-form.cf-two .wpcf7-spinner {
  background-color: var(--brand-one);
  opacity: 1;
}
.contact-form.cf-two .wpcf7-spinner:before {
  background-color: var(--white);
}
.contact-form.cf-white {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(0,0,0,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .contact-form.cf-white {
    background-image: none;
  }
}
.contact-form.cf-white .wpcf7-spinner {
  background-color: var(--brand-two);
  opacity: 1;
}
.contact-form.cf-white .wpcf7-spinner:before {
  background-color: var(--white);
}
.contact-form .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1240px) {
  .contact-form .inner {
    max-width: 95%;
  }
}
@media screen and (max-width: 991px) {
  .contact-form .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.contact-form .left {
  flex: 0 0 32%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .contact-form .left {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.contact-form .left h1, .contact-form .left h2, .contact-form .left h3, .contact-form .left h4, .contact-form .left h5, .contact-form .left h6 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-form .left h1, .contact-form .left h2, .contact-form .left h3, .contact-form .left h4, .contact-form .left h5, .contact-form .left h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.contact-form .left a:not(.btn) {
  font-weight: 700;
  text-decoration: none;
}
.contact-form .left a:not(.btn):hover {
  text-decoration: underline;
}
.contact-form .left p {
  font-size: 1.25rem;
  line-height: 1.5em;
}
.contact-form .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex: 0 0 62%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .contact-form .right {
    flex: 0 0 100%;
  }
}
.contact-form .right p {
  width: 100%;
}
.contact-form .right p:first-of-type {
  margin-top: 0;
}

.facilities {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom right -50%;
}
@media screen and (max-width: 991px) {
  .facilities {
    background-image: none;
    padding: 2rem 0;
  }
}
.facilities .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.facilities.f-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.facilities.f-one a.btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.facilities.f-one a.btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.facilities.f-one ul::before, .facilities.f-one ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-one ul::before, .facilities.f-one ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
  }
}
.facilities.f-one li {
  color: var(--brand-one);
  font-style: italic;
  background-color: var(--white);
}
.facilities.f-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.facilities.f-two a.btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.facilities.f-two a.btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.facilities.f-two ul::before, .facilities.f-two ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-two ul::before, .facilities.f-two ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
  }
}
.facilities.f-two li {
  color: var(--brand-two);
  font-style: italic;
  background-color: var(--white);
}
.facilities.f-white {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(0,0,0,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .facilities.f-white {
    background-image: none;
  }
}
.facilities.f-white ul, .facilities.f-white ol {
  background-image: url(img/lines-left-gold.svg);
}
.facilities.f-white ul::before, .facilities.f-white ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--white) 0%, var(--white) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--white) 0%, var(--white) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .facilities.f-white ul::before, .facilities.f-white ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--white) 0%, var(--white) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--white) 0%, var(--white) 60%, transparent 70%);
  }
}
.facilities.f-white li {
  color: var(--white);
  font-style: italic;
  background-color: var(--brand-one);
}
.facilities .f-content {
  padding: 0 1rem;
  text-align: center;
}
.facilities ul, .facilities ol {
  padding: 1rem;
  list-style-type: none;
  background-image: url(img/lines-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  margin: 2rem auto;
}
@media screen and (max-width: 991px) {
  .facilities ul, .facilities ol {
    padding: 0.5rem;
  }
}
.facilities ul::before, .facilities ol::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.facilities li {
  padding: 1rem;
  margin: 0 auto 0.5rem;
  box-shadow: 0.5em 0.5em 0.5em 0.1em rgba(0, 0, 0, 0.15);
  position: relative;
}
.facilities li:last-of-type {
  margin-bottom: 0;
}
.facilities h1, .facilities h2, .facilities h3, .facilities h4, .facilities h5, .facilities h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .facilities h1, .facilities h2, .facilities h3, .facilities h4, .facilities h5, .facilities h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.facilities p {
  line-height: 1.5em;
}
.facilities a.btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.5rem;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.facilities a.btn:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}

.related-courses {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom right -50%;
}
@media screen and (max-width: 991px) {
  .related-courses {
    background-image: none;
    padding: 2rem 0;
  }
}
.related-courses .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.related-courses.rc-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.related-courses.rc-one ul::before, .related-courses.rc-one ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .related-courses.rc-one ul::before, .related-courses.rc-one ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
  }
}
.related-courses.rc-one li {
  font-style: italic;
  background-color: var(--white);
}
.related-courses.rc-one li a {
  color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
}
.related-courses.rc-one li a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.related-courses.rc-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.related-courses.rc-two ul::before, .related-courses.rc-two ol::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .related-courses.rc-two ul::before, .related-courses.rc-two ol::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
  }
}
.related-courses.rc-two li {
  font-style: italic;
  background-color: var(--white);
}
.related-courses.rc-two li a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.related-courses.rc-two li a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.related-courses .rc-content {
  padding: 0 1rem;
  text-align: center;
}
.related-courses ul, .related-courses ol {
  padding: 1rem;
  list-style-type: none;
  background-image: url(img/lines-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .related-courses ul, .related-courses ol {
    padding: 0.5rem;
  }
}
.related-courses ul::before, .related-courses ol::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.related-courses li {
  margin: 0 auto 1.5%;
  box-shadow: 0.5em 0.5em 0.5em 0.1em rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
  flex: 0 0 49%;
}
@media screen and (max-width: 991px) {
  .related-courses li {
    flex: 0 0 100%;
  }
}
.related-courses li a {
  padding: 1rem;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 95%;
  background-repeat: no-repeat;
  color: var(--brand-one);
  text-decoration: none;
  font-weight: 700;
  transition: background-position 0.2s ease;
}
.related-courses li a:hover {
  background-position: center left 97%;
  color: var(--brand-two);
}
.related-courses h1, .related-courses h2, .related-courses h3, .related-courses h4, .related-courses h5, .related-courses h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .related-courses h1, .related-courses h2, .related-courses h3, .related-courses h4, .related-courses h5, .related-courses h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.related-courses p {
  line-height: 1.5em;
}

.cat-cards {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: center left -50%;
}
@media screen and (max-width: 991px) {
  .cat-cards {
    background-image: none;
    padding: 2rem 0;
  }
}
.cat-cards .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.cat-cards.cc-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.cat-cards.cc-one .card-heading {
  color: var(--brand-one);
}
.cat-cards.cc-one .card img {
  border-color: var(--brand-one) !important;
}
.cat-cards.cc-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.cat-cards.cc-two .card-heading {
  color: var(--brand-two);
}
.cat-cards.cc-two .card img {
  border-color: var(--brand-two) !important;
}
.cat-cards.cc-two .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.cat-cards.cc-two .btn:hover {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.cat-cards .cc-content {
  padding: 0 1rem;
  text-align: center;
}
.cat-cards h1, .cat-cards h2, .cat-cards h3, .cat-cards h4, .cat-cards h5, .cat-cards h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cat-cards h1, .cat-cards h2, .cat-cards h3, .cat-cards h4, .cat-cards h5, .cat-cards h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.cat-cards p {
  line-height: 1.5em;
}
.cat-cards .card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
}
@media screen and (max-width: 991px) {
  .cat-cards .card-cont {
    padding: 0 2rem;
  }
}
.cat-cards .card-cont.quad .card {
  flex: 0 0 23%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  color: var(--black);
}
.cat-cards .card-cont.quad .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .cat-cards .card-cont.quad .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .cat-cards .card-cont.quad .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.cat-cards .card-cont .card {
  flex: 0 0 30%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  color: var(--black);
}
.cat-cards .card-cont .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .cat-cards .card-cont .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .cat-cards .card-cont .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.cat-cards .card-cont .card img {
  width: 100%;
  border-bottom: 5px solid;
  margin-bottom: 1rem;
}
.cat-cards .card-cont .card p {
  padding: 0 1rem;
  margin: 0 auto;
}
.cat-cards .card-cont .card .card-heading {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 1rem;
}
.cat-cards .card-cont .card .card-text {
  margin: 1rem auto;
}
.cat-cards .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.course-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
}
.course-search-results .result-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .course-search-results .result-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .course-search-results .result-card {
    flex: 0 0 75%;
    margin: 0 auto 5% auto;
  }
}
.course-search-results .result-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.course-search-results .result-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.course-search-results .result-card .course-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin: 0 auto 1rem;
  text-align: center;
}
.course-search-results .result-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .course-search-results .result-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.course-search-results .result-card p.full {
  flex: 0 0 100%;
}
.course-search-results .result-card strong, .course-search-results .result-card b {
  display: block;
}
.course-search-results .result-card p:has(.btn) {
  text-align: center;
  margin-top: 1.5em;
}

.course-filters {
  padding: 0 2rem;
}
.course-filters .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.course-filters h1, .course-filters h2, .course-filters h3, .course-filters h4, .course-filters h5, .course-filters h6 {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 2rem auto;
}
@media screen and (max-width: 767px) {
  .course-filters h1, .course-filters h2, .course-filters h3, .course-filters h4, .course-filters h5, .course-filters h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.filter-grid {
  margin: 0 auto;
  padding: 0 2rem;
}
.filter-grid .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.filter-grid .filter-item {
  flex: 0 0 23%;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
  .filter-grid .filter-item {
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 991px) {
  .filter-grid .filter-item {
    flex: 0 0 100%;
  }
}
.filter-grid .filter-item label,
.filter-grid .filter-item select {
  display: block;
}
.filter-grid .filter-item label {
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.filter-grid .filter-item select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem;
  border: 2px solid var(--brand-one);
  border-radius: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512' fill='%23000000'%3E%3Cpath d='M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z'/%3E%3C/svg%3E");
  background-size: 0.5rem;
  background-position: center right 5%;
  background-repeat: no-repeat;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.result-card[data-dupe=yes] {
  display: none;
}

.acad-year-para {
  display: none;
}

.latest-posts .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
}
.latest-posts .post-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .latest-posts .post-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .latest-posts .post-card {
    flex: 0 0 75%;
    margin: 0 auto 5% auto;
  }
}
.latest-posts .post-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.latest-posts .post-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.latest-posts .post-card .post-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 auto 1rem;
  text-align: center;
}
.latest-posts .post-card .post-title strong {
  font-weight: 700;
}
.latest-posts .post-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .latest-posts .post-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.latest-posts .post-card p.full {
  flex: 0 0 100%;
}
.latest-posts .post-card p:last-child {
  margin: 1.5rem auto 0;
}
.latest-posts .post-card strong, .latest-posts .post-card b {
  display: block;
}
.latest-posts .btn {
  display: block;
  text-align: left;
  background-color: var(--white);
  color: var(--brand-one);
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}
.latest-posts .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--brand-two);
  position: relative;
}
.card-image span {
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: var(--brand-one);
  color: var(--white);
  padding: 0.75rem;
  content: "";
  width: 170px;
  height: 2.7rem;
  display: block;
}

#s_article img, #s_article video, #s_article audio, #s_article iframe {
  margin: 2rem auto;
}
#s_article p {
  line-height: 2em;
}
#s_article .video-wrapper {
  margin: 2rem auto;
}
#s_article .video-wrapper iframe, #s_article .video-wrapper video {
  margin: 0 auto;
}

.how-to-apply {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom left -50%;
}
@media screen and (max-width: 991px) {
  .how-to-apply {
    background-image: none;
    padding: 2rem 0;
  }
}
.how-to-apply .btn {
  text-decoration: none !important;
  line-height: 1.5rem;
}
.how-to-apply .btn:hover, .how-to-apply .btn:focus {
  text-decoration: none !important;
}
.how-to-apply.hta-one {
  background-color: var(--brand-one);
}
.how-to-apply.hta-one .contact-intro,
.how-to-apply.hta-one .contact-outro {
  color: var(--white);
}
.how-to-apply.hta-one .contact-intro a,
.how-to-apply.hta-one .contact-outro a {
  color: var(--brand-two);
}
.how-to-apply.hta-one .contact-intro a:hover,
.how-to-apply.hta-one .contact-outro a:hover {
  color: var(--brand-two);
}
.how-to-apply.hta-one .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%232d2d2e;' /%3E%3C/svg%3E");
}
.how-to-apply.hta-one svg {
  fill: var(--brand-two);
}
.how-to-apply.hta-one a:not(.btn) {
  color: var(--white);
}
.how-to-apply.hta-one a:not(.btn):hover {
  color: var(--brand-two);
}
.how-to-apply.hta-one .hra-intro .btn,
.how-to-apply.hta-one .hta-outro .btn,
.how-to-apply.hta-one .contact-intro .btn,
.how-to-apply.hta-one .contact-outro .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.how-to-apply.hta-one .hra-intro .btn:hover,
.how-to-apply.hta-one .hta-outro .btn:hover,
.how-to-apply.hta-one .contact-intro .btn:hover,
.how-to-apply.hta-one .contact-outro .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.how-to-apply.hta-two {
  background-color: var(--brand-two);
}
.how-to-apply.hta-two svg {
  fill: var(--brand-one);
}
.how-to-apply.hta-two a:not(.btn) {
  color: var(--white);
}
.how-to-apply.hta-two a:not(.btn):hover {
  color: var(--brand-one);
}
.how-to-apply.hta-two .contact-intro,
.how-to-apply.hta-two .contact-outro {
  color: var(--white);
}
.how-to-apply.hta-two .contact-intro a,
.how-to-apply.hta-two .contact-outro a {
  color: var(--brand-one);
}
.how-to-apply.hta-two .contact-intro a:hover,
.how-to-apply.hta-two .contact-outro a:hover {
  color: var(--brand-one);
}
.how-to-apply.hta-two .line {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
.how-to-apply.hta-two .hra-intro .btn,
.how-to-apply.hta-two .hta-outro .btn,
.how-to-apply.hta-two .contact-intro .btn,
.how-to-apply.hta-two .contact-outro .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.how-to-apply.hta-two .hra-intro .btn:hover,
.how-to-apply.hta-two .hta-outro .btn:hover,
.how-to-apply.hta-two .contact-intro .btn:hover,
.how-to-apply.hta-two .contact-outro .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.how-to-apply .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.how-to-apply .card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 2rem;
}
.how-to-apply .card-cont .card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
}
.how-to-apply .card-cont .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .how-to-apply .card-cont .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .how-to-apply .card-cont .card {
    flex: 0 0 75%;
    margin: 0 auto 5% auto;
  }
}
.how-to-apply .card-cont .card img {
  width: 100%;
  border-bottom: 5px solid;
  margin-bottom: 1rem;
}
.how-to-apply .card-cont .card p {
  padding: 0 1rem;
  margin: 0 auto;
}
.how-to-apply .card-cont .card p:has(.btn) {
  margin-top: 1.5rem;
}
.how-to-apply .card-cont .card .card-heading {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 1rem;
}
.how-to-apply .icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin: 2rem auto 4rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .how-to-apply .icon-cont {
    justify-content: center;
  }
}
.how-to-apply .icon-cont .icon {
  flex: 0 0 25%;
  text-align: center;
  padding-bottom: 1rem;
}
.how-to-apply .icon-cont .icon:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .how-to-apply .icon-cont .icon {
    flex: 0 0 75%;
  }
}
.how-to-apply .icon-cont .icon img {
  width: 100%;
  margin-bottom: 1rem;
  max-width: 180px;
  margin: 0 auto 1rem;
}
.how-to-apply .icon-cont .icon p {
  padding: 0 1rem;
  margin: 0 auto;
}
.how-to-apply .icon-cont .icon .card-heading {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 1rem;
}
.how-to-apply .hta-intro,
.how-to-apply .hta-outro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  flex: 0 0 100%;
}
.how-to-apply .hta-intro *,
.how-to-apply .hta-outro * {
  color: var(--white);
}
.how-to-apply .hta-intro h1, .how-to-apply .hta-intro h2, .how-to-apply .hta-intro h3, .how-to-apply .hta-intro h4, .how-to-apply .hta-intro h5, .how-to-apply .hta-intro h6,
.how-to-apply .hta-outro h1,
.how-to-apply .hta-outro h2,
.how-to-apply .hta-outro h3,
.how-to-apply .hta-outro h4,
.how-to-apply .hta-outro h5,
.how-to-apply .hta-outro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .how-to-apply .hta-intro h1, .how-to-apply .hta-intro h2, .how-to-apply .hta-intro h3, .how-to-apply .hta-intro h4, .how-to-apply .hta-intro h5, .how-to-apply .hta-intro h6,
  .how-to-apply .hta-outro h1,
  .how-to-apply .hta-outro h2,
  .how-to-apply .hta-outro h3,
  .how-to-apply .hta-outro h4,
  .how-to-apply .hta-outro h5,
  .how-to-apply .hta-outro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.how-to-apply .hta-intro p,
.how-to-apply .hta-outro p {
  line-height: 1.5rem;
}
.how-to-apply .contact-intro,
.how-to-apply .contact-outro {
  flex: 0 0 90%;
  text-align: center;
  margin: 0 auto;
}
.how-to-apply .contact-intro p,
.how-to-apply .contact-outro p {
  font-size: 1.5rem;
  line-height: 2rem;
}
.how-to-apply .contact-intro h1, .how-to-apply .contact-intro h2, .how-to-apply .contact-intro h3, .how-to-apply .contact-intro h4, .how-to-apply .contact-intro h5, .how-to-apply .contact-intro h6,
.how-to-apply .contact-outro h1,
.how-to-apply .contact-outro h2,
.how-to-apply .contact-outro h3,
.how-to-apply .contact-outro h4,
.how-to-apply .contact-outro h5,
.how-to-apply .contact-outro h6 {
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .how-to-apply .contact-intro h1, .how-to-apply .contact-intro h2, .how-to-apply .contact-intro h3, .how-to-apply .contact-intro h4, .how-to-apply .contact-intro h5, .how-to-apply .contact-intro h6,
  .how-to-apply .contact-outro h1,
  .how-to-apply .contact-outro h2,
  .how-to-apply .contact-outro h3,
  .how-to-apply .contact-outro h4,
  .how-to-apply .contact-outro h5,
  .how-to-apply .contact-outro h6 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.how-to-apply .contact-intro a,
.how-to-apply .contact-outro a {
  text-decoration: none;
}
.how-to-apply .contact-intro a:hover,
.how-to-apply .contact-outro a:hover {
  text-decoration: underline;
}
.how-to-apply .hta-outro {
  margin-bottom: 2rem;
}
.how-to-apply-grid {
  flex: 0 0 90%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 2rem auto;
  padding: 2rem 0;
}
@media screen and (max-width: 991px) {
  .how-to-apply-grid {
    padding: 0;
    margin-bottom: 0;
  }
}
.how-to-apply .line {
  background-position: center;
  background-repeat: repeat-y;
  background-size: 3px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Crect width='100' height='100' style='fill:%23988011;' /%3E%3C/svg%3E");
}
@media screen and (max-width: 991px) {
  .how-to-apply .line {
    background-image: none !important;
  }
}
.how-to-apply .contact-item {
  flex: 0 0 33%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .how-to-apply .contact-item {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
.how-to-apply .contact-item svg {
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.how-to-apply .contact-item a:not(.btn) {
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 1.5rem auto 0;
}
.how-to-apply .contact-item a:not(.btn):hover {
  text-decoration: none;
}

.bursary-info {
  padding: 0 2rem 4rem 2rem;
  position: relative;
  overflow-y: visible;
  margin-top: 2rem;
}
@media screen and (max-width: 1200px) {
  .bursary-info {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .bursary-info {
    margin-top: 0;
  }
}
.bursary-info.bi-two, .bursary-info.bi-three, .bursary-info.bi-four {
  background-color: var(--brand-two);
  color: var(--white);
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
}
.bursary-info.bi-two::before, .bursary-info.bi-three::before, .bursary-info.bi-four::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .bursary-info.bi-two::before, .bursary-info.bi-three::before, .bursary-info.bi-four::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
  }
}
.bursary-info.bi-two .tablepress > :where(thead, tfoot) > * > th, .bursary-info.bi-three .tablepress > :where(thead, tfoot) > * > th, .bursary-info.bi-four .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-one);
  color: var(--white);
}
.bursary-info.bi-one {
  background-color: var(--brand-one);
  color: var(--white);
}
.bursary-info.bi-one::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
}
@media screen and (max-width: 991px) {
  .bursary-info.bi-one::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
  }
}
.bursary-info.bi-one .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.bursary-info .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .bursary-info .inner {
    flex-wrap: wrap;
  }
}
.bursary-info .b-content p {
  line-height: 1.5rem;
}
.bursary-info .b-content h1, .bursary-info .b-content h2, .bursary-info .b-content h3, .bursary-info .b-content h4, .bursary-info .b-content h5, .bursary-info .b-content h6 {
  font-weight: 900;
  margin: 2rem auto 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.bursary-info .b-content h1 {
  font-size: 3rem;
}
.bursary-info .b-content h2 {
  font-size: 2.5rem;
}
.bursary-info .b-content h3 {
  font-size: 1.75rem;
}
.bursary-info .b-content h4 {
  font-size: 1.5rem;
}
.bursary-info .b-content h5 {
  font-size: 1.25rem;
}
.bursary-info .b-content h6 {
  font-size: 1rem;
}
.bursary-info .b-content img {
  float: right;
  max-width: 50%;
  margin-left: 1.5rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .bursary-info .b-content img {
    max-width: 100%;
    clear: both;
    float: unset;
    margin-top: 0;
    margin-left: 0;
  }
}
.bursary-info ul {
  padding-left: 1rem;
  margin: 1rem auto;
}
.bursary-info li {
  margin: 0 auto 0.5rem;
}

.bursary-benefits {
  padding: 4rem 0;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.05)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom left -50%;
}
@media screen and (max-width: 991px) {
  .bursary-benefits {
    background-image: none;
    padding: 2rem 0;
  }
}
.bursary-benefits.bb-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.bursary-benefits.bb-two .card img {
  border-color: var(--brand-two);
}
.bursary-benefits.bb-one {
  background-color: var(--brand-one);
  color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.1)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
}
.bursary-benefits.bb-one .card img {
  border-color: var(--brand-one);
}
.bursary-benefits .inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .inner {
    flex-wrap: wrap;
  }
}
.bursary-benefits .intro,
.bursary-benefits .outro {
  max-width: 80%;
  flex: 0 0 100%;
  text-align: center;
  margin: 0 auto;
}
.bursary-benefits .intro p,
.bursary-benefits .outro p {
  line-height: 1.5rem;
}
.bursary-benefits .intro h1, .bursary-benefits .intro h2, .bursary-benefits .intro h3, .bursary-benefits .intro h4, .bursary-benefits .intro h5, .bursary-benefits .intro h6,
.bursary-benefits .outro h1,
.bursary-benefits .outro h2,
.bursary-benefits .outro h3,
.bursary-benefits .outro h4,
.bursary-benefits .outro h5,
.bursary-benefits .outro h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.2em;
}
.bursary-benefits .intro h1,
.bursary-benefits .outro h1 {
  font-size: 3rem;
}
.bursary-benefits .intro h2,
.bursary-benefits .outro h2 {
  font-size: 2.5rem;
}
.bursary-benefits .intro h3,
.bursary-benefits .outro h3 {
  font-size: 1.75rem;
}
.bursary-benefits .intro h4,
.bursary-benefits .outro h4 {
  font-size: 1.5rem;
}
.bursary-benefits .intro h5,
.bursary-benefits .outro h5 {
  font-size: 1.25rem;
}
.bursary-benefits .intro h6,
.bursary-benefits .outro h6 {
  font-size: 1rem;
}
.bursary-benefits .card {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  margin: 0 1%;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .card {
    flex: 0 0 100%;
    margin: 0 auto 2rem;
  }
}
@media screen and (max-width: 991px) {
  .bursary-benefits .card:last-of-type {
    margin-bottom: 0;
  }
}
.bursary-benefits .card-inner {
  padding: 1rem;
}
.bursary-benefits .card strong, .bursary-benefits .card b {
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--brand-one);
  margin-bottom: 0.5em;
  display: inline-block;
}
.bursary-benefits .card .card-text {
  margin: 1rem auto;
}
.bursary-benefits .card img {
  border-bottom: 5px solid;
  width: 100%;
}
.bursary-benefits .card p {
  margin: 0 auto;
}
.bursary-benefits .offset {
  padding: 0 0 0 2rem;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.bursary-benefits .glide-b {
  margin: 1.5rem auto 3rem;
}
.bursary-benefits .glide-b .glide__bullets {
  position: relative;
  bottom: -2rem;
}
.bursary-benefits .glide-b .glide__bullet {
  border-radius: 0;
  width: 100px;
}
@media screen and (max-width: 991px) {
  .bursary-benefits .glide-b .glide__bullet {
    width: 25px;
  }
}

.acad-choices {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .acad-choices {
    padding: 2rem 0;
  }
}
.acad-choices + .standard-white {
  padding-top: 0;
}
.acad-choices .inner {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .acad-choices .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.acad-choices p {
  line-height: 1.5rem;
}
.acad-choices h1, .acad-choices h2, .acad-choices h3, .acad-choices h4, .acad-choices h5, .acad-choices h6 {
  font-weight: 900;
  margin: 2rem auto 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.acad-choices h1 {
  font-size: 3rem;
}
.acad-choices h2 {
  font-size: 2.5rem;
}
.acad-choices h3 {
  font-size: 1.75rem;
}
.acad-choices h4 {
  font-size: 1.5rem;
}
.acad-choices h5 {
  font-size: 1.25rem;
}
.acad-choices h6 {
  font-size: 1rem;
}
.acad-choices ul:not(.glide__slides) {
  padding-left: 1rem;
  margin: 0 auto 1rem;
}
.acad-choices li:not(.glide__slide) {
  margin: 0 auto 0.5rem;
}
.acad-choices .tab-content,
.acad-choices .tab-filters {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.acad-choices .tab-content {
  display: none;
}
.acad-choices .tab-filters a {
  margin: 0.5rem;
}
.acad-choices .tab-filters .btn {
  background-color: var(--white);
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  padding: 0.5rem 2rem;
}
.acad-choices .tab-filters .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.acad-choices .tab-filters .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.acad-choices .tab-filters .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
}
.acad-choices .tablepress {
  margin-top: 2rem;
}
.acad-choices .tablepress > :where(thead, tfoot) > * > th {
  background-color: var(--brand-two);
  color: var(--white);
}
.acad-choices .tablepress th,
.acad-choices .tablepress td {
  text-align: center;
}
.acad-choices .tablepress td {
  background-color: #f1f2f3;
}
.acad-choices .icons-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath class='cls-1' d='M99.52,51.58c.05-.07,.08-.15,.12-.22,.05-.09,.1-.17,.14-.27,.04-.09,.06-.19,.09-.29,.02-.08,.05-.16,.07-.24,.07-.37,.07-.75,0-1.11-.02-.08-.05-.16-.07-.24-.03-.1-.05-.2-.09-.29-.04-.09-.09-.18-.14-.27-.04-.07-.07-.15-.12-.22-.1-.16-.22-.3-.36-.43l-21.14-21.14c-1.11-1.11-2.91-1.11-4.02,0-1.11,1.11-1.11,2.91,0,4.02l16.28,16.28H2.85C1.27,47.15,0,48.43,0,50s1.27,2.85,2.85,2.85H90.29l-16.28,16.28c-1.11,1.11-1.11,2.91,0,4.02,.56,.56,1.28,.83,2.01,.83s1.46-.28,2.01-.83l21.14-21.14c.13-.13,.25-.28,.36-.43Z'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath class='cls-1' d='M99.52,51.58c.05-.07,.08-.15,.12-.22,.05-.09,.1-.17,.14-.27,.04-.09,.06-.19,.09-.29,.02-.08,.05-.16,.07-.24,.07-.37,.07-.75,0-1.11-.02-.08-.05-.16-.07-.24-.03-.1-.05-.2-.09-.29-.04-.09-.09-.18-.14-.27-.04-.07-.07-.15-.12-.22-.1-.16-.22-.3-.36-.43l-21.14-21.14c-1.11-1.11-2.91-1.11-4.02,0-1.11,1.11-1.11,2.91,0,4.02l16.28,16.28H2.85C1.27,47.15,0,48.43,0,50s1.27,2.85,2.85,2.85H90.29l-16.28,16.28c-1.11,1.11-1.11,2.91,0,4.02,.56,.56,1.28,.83,2.01,.83s1.46-.28,2.01-.83l21.14-21.14c.13-.13,.25-.28,.36-.43Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: 27% 25%, 72% 25%;
}
@media screen and (max-width: 991px) {
  .acad-choices .icons-cont {
    flex-direction: column;
    align-items: center;
    background-image: none;
  }
}
.acad-choices .icon-col {
  flex: 0 0 20%;
  max-width: 20%;
}
@media screen and (max-width: 991px) {
  .acad-choices .icon-col {
    flex: 0 0 60%;
    max-width: 60%;
    margin-bottom: 2rem;
  }
}
.acad-choices .icon-col:last-of-type {
  margin-bottom: 0;
}
.acad-choices .icon-col img {
  max-width: 100%;
  margin: 0 auto;
}
.acad-choices .slides-cont {
  position: relative;
  margin-top: 2rem;
}
.acad-choices .glide-ac .glide__bullets {
  bottom: 0;
}
.acad-choices .glide-ac .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: #e5e5e5;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide-ac .glide__bullet {
    width: 30px;
  }
}
.acad-choices .glide-ac .glide__bullet--active {
  background-color: var(--brand-one);
}
.acad-choices .glide-ac .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.acad-choices .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
}
.acad-choices .glide__arrows .glide__arrow--left {
  left: -3rem;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__arrows .glide__arrow--left {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__arrows .glide__arrow--left {
    left: 0rem;
  }
}
.acad-choices .glide__arrows .glide__arrow--right {
  right: -3rem;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__arrows .glide__arrow--right {
    right: 0rem;
  }
}
.acad-choices .glide__arrows svg {
  width: 25px;
  fill: var(--brand-one);
}
.acad-choices .glide__slide {
  text-align: center;
}
.acad-choices .glide__slide img {
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .acad-choices .glide__slide img {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .acad-choices .glide__slide img {
    max-width: 60%;
  }
}

.term-dates {
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .term-dates {
    padding: 2rem 0;
  }
}
.term-dates .inner {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .term-dates .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.term-dates p {
  line-height: 1.5rem;
}
.term-dates h1, .term-dates h2, .term-dates h3, .term-dates h4, .term-dates h5, .term-dates h6 {
  font-weight: 900;
  margin: 2rem auto 0;
  text-transform: uppercase;
  line-height: 1.2em;
}
.term-dates h1 {
  font-size: 3rem;
}
.term-dates h2 {
  font-size: 2.5rem;
}
.term-dates h3 {
  font-size: 1.75rem;
}
.term-dates h4 {
  font-size: 1.5rem;
}
.term-dates h5 {
  font-size: 1.25rem;
}
.term-dates h6 {
  font-size: 1rem;
}
.term-dates ul {
  padding-left: 1rem;
  margin: 0 auto 1rem;
}
.term-dates li {
  margin: 0 auto 0.5rem;
}
.term-dates .ac {
  border-radius: 0;
  overflow: hidden;
  border: none;
  border-top: 3px solid var(--brand-one);
  margin: 0 auto;
}
.term-dates .ac:last-of-type {
  border-bottom: 3px solid var(--brand-one);
}
.term-dates .ac.is-active .ac-trigger:after {
  color: var(--brand-one);
  content: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M169.4 470.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 370.8 224 64c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 306.7L54.6 265.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
.term-dates .ac-header {
  background-color: transparent;
  border-radius: 0;
  padding: 1rem;
}
.term-dates .ac-trigger {
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.2em;
}
.term-dates .ac-trigger:focus {
  color: var(--brand-one);
}
.term-dates .ac-trigger:after {
  width: 1rem;
  height: 1rem;
  color: var(--brand-one);
  content: url("data:image/svg+xml,%3Csvg fill='%23988011' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z'/%3E%3C/svg%3E");
}
.term-dates .ac-text {
  padding: 1.5rem 1.5rem 3rem 1.5rem !important;
}
.term-dates .ac-text strong, .term-dates .ac-text b {
  color: var(--brand-one);
  font-weight: 700;
}
.term-dates .ac-text p {
  margin: 1rem auto 2rem;
}
.term-dates .ac-text a:not(.btn) {
  color: var(--brand-one);
  text-decoration: none;
}
.term-dates .ac-text a:not(.btn):hover {
  text-decoration: underline;
  color: var(--brand-one);
}
.term-dates .ac-text img,
.term-dates .ac-text video,
.term-dates .ac-text audio,
.term-dates .ac-text iframe,
.term-dates .ac-text .responsive_embed {
  margin: 2rem auto;
}
.term-dates .ac-text .responsive_embed iframe {
  margin: 0 auto;
}
.term-dates .tab-content,
.term-dates .tab-filters {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.term-dates .tab-content {
  display: none;
}
.term-dates .tab-filters a {
  margin: 0.5rem;
}
.term-dates .tab-filters .btn {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
}
.term-dates .tab-filters .btn:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-color: var(--brand-one);
  color: var(--white);
}
.term-dates .tab-filters .btn.active {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
  pointer-events: none;
}
.term-dates .tab-filters .btn.active:hover {
  background-color: var(--brand-one);
  color: var(--white);
}

.ti-overflow {
  position: relative;
  overflow: visible;
  margin: 0 auto;
}
.ti-overflow.ti-half .content-inner {
  position: relative;
  max-width: 50%;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-half .content-inner {
    max-width: 100%;
    width: 100%;
  }
}
.ti-overflow.ti-half .ti-img {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-half .ti-img {
    max-width: 100%;
    width: 100%;
    min-height: 400px !important;
  }
}
.ti-overflow.ti-half .img-inner {
  margin-right: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-half .img-inner {
    margin-right: 0;
    min-height: 400px !important;
  }
}
.ti-overflow.ti-one-third .ti-img {
  z-index: 1;
  width: 33%;
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-one-third .ti-img {
    max-width: 100%;
    width: 100%;
    min-height: 800px !important;
  }
}
.ti-overflow.ti-one-third .content-inner {
  position: relative;
  max-width: 66%;
  width: 66%;
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-one-third .content-inner {
    max-width: 100%;
    width: 100%;
  }
}
.ti-overflow.ti-one-third .img-inner {
  margin-right: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .ti-overflow.ti-one-third .img-inner {
    margin-right: 0;
    min-height: 800px !important;
  }
}
.ti-overflow .ti-one {
  background-color: var(--brand-one);
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  background-color: #f1f0f8;
}
.ti-overflow .ti-one::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 75%, var(--brand-one) 80%, transparent 100%);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-one::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 50%, var(--brand-one) 85%, transparent 100%);
  }
}
.ti-overflow .ti-one p, .ti-overflow .ti-one ul {
  color: var(--white);
}
.ti-overflow .ti-one h1, .ti-overflow .ti-one h2, .ti-overflow .ti-one h3, .ti-overflow .ti-one h4, .ti-overflow .ti-one h5, .ti-overflow .ti-one h6 {
  color: var(--brand-two);
}
.ti-overflow .ti-one .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.ti-overflow .ti-one .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.ti-overflow .ti-two {
  background-color: var(--brand-two);
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 500px;
  position: relative;
  background-color: #f1f0f8;
}
.ti-overflow .ti-two::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 75%, var(--brand-two) 80%, transparent 100%);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-two::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 50%, var(--brand-two) 85%, transparent 100%);
  }
}
.ti-overflow .ti-two p, .ti-overflow .ti-two ul {
  color: var(--white);
}
.ti-overflow .ti-two h1, .ti-overflow .ti-two h2, .ti-overflow .ti-two h3, .ti-overflow .ti-two h4, .ti-overflow .ti-two h5, .ti-overflow .ti-two h6 {
  color: var(--brand-one);
}
.ti-overflow .ti-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.ti-overflow .ti-two .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-fr {
    padding-top: 2rem;
  }
}
.ti-overflow .ti-fr .inner:after {
  position: absolute;
  height: 100%;
  width: 100%;
  left: calc(1200px + 2rem);
  top: 0;
  content: "";
  background-color: var(--white);
}
.ti-overflow .ti-img {
  z-index: 1;
  margin-top: -2rem;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  margin-bottom: 2rem;
  min-height: 50%;
  content: "";
  right: 0;
  top: 0;
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-img {
    display: block;
    margin-top: 0;
  }
}
.ti-overflow h1, .ti-overflow h2, .ti-overflow h3, .ti-overflow h4, .ti-overflow h5, .ti-overflow h6 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto 1rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .ti-overflow h1, .ti-overflow h2, .ti-overflow h3, .ti-overflow h4, .ti-overflow h5, .ti-overflow h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.ti-overflow p {
  line-height: 1.5rem;
}
.ti-overflow .btn {
  background-position: center left 95%;
  margin-top: 0.75rem;
}
.ti-overflow .btn:hover {
  background-position: center left 97%;
}
.ti-overflow .ti-fr {
  position: relative;
}
.ti-overflow .ti-sr {
  position: relative;
  background-color: var(--white);
}
@media screen and (max-width: 1200px) {
  .ti-overflow .ti-sr {
    margin-top: 2rem;
  }
}
.ti-overflow .content-inner {
  position: relative;
  padding: 2rem 2rem 2rem 0;
  max-width: var(--inner-width);
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .ti-overflow .content-inner {
    padding: 0 2rem 2rem 2rem;
  }
}
.ti-overflow .inner {
  position: relative;
  max-width: var(--inner-width);
  margin: 0 auto;
}
.ti-overflow .img-inner {
  position: absolute;
  max-width: var(--inner-width);
  margin: 0 auto;
  width: 100%;
  height: auto;
  content: "";
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .ti-overflow .img-inner {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    top: unset;
    right: unset;
  }
}
.ti-overflow .ti-fr ul,
.ti-overflow .ti-sr ul {
  font-size: 1.2em;
}
.ti-overflow .ti-fr ul li,
.ti-overflow .ti-sr ul li {
  margin: 0 auto 0.5em;
}
.ti-overflow .ti-fr ul li:last-of-type,
.ti-overflow .ti-sr ul li:last-of-type {
  margin-bottom: 0;
}

.parent-portal {
  padding: 4rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .parent-portal {
    padding: 2rem 0;
  }
}
.parent-portal .inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.parent-portal .intro,
.parent-portal .icon-process,
.parent-portal .steps,
.parent-portal .step-filters {
  flex: 0 0 100%;
}
.parent-portal p {
  line-height: 1.5rem;
}
.parent-portal h1, .parent-portal h2, .parent-portal h3, .parent-portal h4, .parent-portal h5, .parent-portal h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
}
.parent-portal h1 {
  font-size: 3rem;
}
.parent-portal h2 {
  font-size: 2rem;
}
.parent-portal h3 {
  font-size: 1.75rem;
}
.parent-portal h4 {
  font-size: 1.5rem;
}
.parent-portal h5 {
  font-size: 1.25rem;
}
.parent-portal h6 {
  font-size: 1rem;
}
.parent-portal p:has(.btn) {
  text-align: center;
  margin-top: 2rem;
}
.parent-portal .intro,
.parent-portal .outro {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 2rem;
}
.parent-portal .outro .btn {
  background-color: var(--brand-two);
}
.parent-portal .outro .btn:hover {
  background-color: var(--brand-two);
}
.parent-portal .icon-process {
  padding: 0 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 2rem auto;
}
.parent-portal .icon-process .process-item {
  flex: 0 0 20%;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .parent-portal .icon-process .process-item {
    flex: 0 0 45%;
  }
}
.parent-portal .icon-process .process-item img {
  max-width: min(200px, 90%);
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .parent-portal .icon-process .process-item img {
    max-width: 90%;
  }
}
.parent-portal .step-filters a {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  margin: 0.5rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-filters a {
    display: block;
  }
}
.parent-portal .step-filters a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-color: var(--brand-one);
  color: var(--white);
}
.parent-portal .step-filters a.active {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
  pointer-events: none;
}
.parent-portal .step-filters a.active:hover {
  background-color: var(--brand-one);
  color: var(--white);
}
.parent-portal .steps {
  padding: 2rem 0;
  margin-top: 2rem;
  overflow: hidden;
  background-color: var(--brand-two);
  color: var(--white);
  text-align: center;
  display: none;
}
.parent-portal .steps.active {
  display: block;
}
.parent-portal .step-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-row {
    margin-bottom: 0;
  }
}
.parent-portal .step-row:last-of-type {
  margin-bottom: 0;
}
.parent-portal .step-row:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-row:nth-child(odd) {
    flex-direction: row;
  }
}
.parent-portal .step-intro {
  text-align: center;
  margin: 0 auto 2rem;
}
.parent-portal .step-intro p {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.5em;
  font-size: 2rem;
}
.parent-portal .step-content {
  flex: 0 0 31%;
  padding: 2rem;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-content {
    flex: 0 0 100%;
  }
}
.parent-portal .step-content a {
  color: var(--brand-one);
  font-weight: 700;
  text-decoration: none;
}
.parent-portal .step-content a:hover {
  text-decoration: underline;
}
.parent-portal .step-number {
  color: var(--brand-one);
  font-size: 2rem;
  line-height: 1em;
  margin: 0 auto;
}
.parent-portal .step-image {
  flex: 0 0 64%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .parent-portal .step-image {
    flex: 0 0 100%;
  }
}
.parent-portal .step-image img {
  padding-top: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 2;
  width: 100%;
}
.parent-portal .image_border {
  background-image: url(img/lines.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  width: 75%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  overflow: hidden;
  background-color: var(--brand-one);
}
.parent-portal .image_border:after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: -o-radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
  background-image: radial-gradient(at bottom right, var(--brand-one) 0%, var(--brand-one) 30%, transparent 100%);
}

.latest-news-section {
  padding: 2rem 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .latest-news-section {
    padding: 2rem 0;
  }
}
.latest-news-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .latest-news-section .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.latest-news-section .left {
  flex: 0 0 65%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .latest-news-section .left {
    flex: 0 0 90%;
  }
}
.latest-news-section .right {
  flex: 0 0 32%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .latest-news-section .right {
    flex: 0 0 90%;
    text-align: left;
  }
}
.latest-news-section p {
  line-height: 1.5rem;
}
.latest-news-section h1, .latest-news-section h2, .latest-news-section h3, .latest-news-section h4, .latest-news-section h5, .latest-news-section h6 {
  font-weight: 900;
  margin: 0 auto;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 2.5rem;
}
.latest-news-section .btn {
  background-color: var(--white);
  color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.latest-news-section .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.article-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 2rem auto 0;
  flex: 0 0 100%;
}
@media screen and (max-width: 767px) {
  .article-grid {
    margin: 1rem auto 0;
  }
}
.article-grid .post-card {
  flex: 0 0 31%;
  margin-right: 2%;
  background-color: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  text-align: left;
  border: 1px solid #BBBBBB;
  margin: 0 1% 2% 1%;
}
@media screen and (max-width: 991px) {
  .article-grid .post-card {
    flex: 0 0 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 767px) {
  .article-grid .post-card {
    flex: 0 0 90%;
    margin: 0 auto 5% auto;
  }
}
.article-grid .post-card img {
  width: 100%;
  border-bottom: 5px solid;
}
.article-grid .post-card .card-inner {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.article-grid .post-card .post-title {
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 700;
  margin: 0 auto 1rem;
  text-align: center;
}
.article-grid .post-card .post-title strong {
  font-weight: 700;
}
.article-grid .post-card p {
  flex: 0 0 49%;
  margin: 0 0 1rem;
}
@media screen and (max-width: 991px) {
  .article-grid .post-card p {
    flex: 0 0 100%;
    text-align: center;
  }
}
.article-grid .post-card p.full {
  flex: 0 0 100%;
}
.article-grid .post-card p:last-child {
  margin: 1.5rem auto 0;
}
.article-grid .post-card strong, .article-grid .post-card b {
  display: block;
}
.article-grid .btn {
  display: block;
  text-align: left;
  background-color: var(--white);
  color: var(--brand-one);
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}
.article-grid .btn:hover {
  background-color: var(--white);
  color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%231c1c1c'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

.card-image {
  display: block;
  height: 0;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: var(--brand-two);
  position: relative;
}
.card-image span {
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: var(--brand-one);
  color: var(--white);
  padding: 0.75rem;
  content: "";
  width: 170px;
  height: 2.7rem;
  display: block;
}

.scc-news-pages {
  margin: 2rem auto;
  text-align: center;
  flex: 0 0 100%;
}
.scc-news-pages span.current {
  padding: 1em;
  border: 1px solid var(--brand-one);
  color: var(--brand-one);
  text-decoration: none;
  border-radius: 0.5rem;
  line-height: 1;
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
}
.scc-news-pages a {
  padding: 1em;
  background-color: var(--brand-one);
  border: 1px solid var(--brand-one);
  color: var(--white);
  text-decoration: none;
  border-radius: 0.5rem;
  line-height: 1;
  display: inline-block;
  margin: 0 0.25rem 0.5rem;
}
.scc-news-pages a:hover, .scc-news-pages a:focus, .scc-news-pages a::before {
  background-color: var(--brand-two);
  border: 1px solid var(--brand-two);
  color: var(--white);
}

.bus-listings {
  display: block;
}
.bus-listings table {
  width: 100%;
  border-collapse: collapse;
}
.bus-listings table thead tr {
  background-color: var(--brand-two);
  color: var(--white);
}
.bus-listings table th p {
  margin: 0 auto;
  text-align: left;
  font-size: 1.25em;
}
.bus-listings table td, .bus-listings table th {
  padding: 0.5rem;
}
.bus-listings table tr {
  border-top: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  background-color: #f1f2f3;
}
.bus-listings table .col-btn p {
  text-align: right !important;
}
.bus-listings table .col-acyr p,
.bus-listings table .col-name p {
  text-align: left;
}
@media screen and (max-width: 847px) {
  .bus-listings table .col-name {
    text-align: left;
  }
}
.bus-listings table .col-cap p,
.bus-listings table .col-book p,
.bus-listings table .col-avail p {
  text-align: center !important;
}
.bus-listings table p {
  margin: 0 auto !important;
}
@media screen and (max-width: 1100px) {
  .bus-listings table p {
    display: inline-block;
    vertical-align: middle;
  }
}
.bus-listings table a.btn-book {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
}
.bus-listings table a.btn-book:hover {
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
.bus-listings .footable-toggle {
  display: none;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  margin-right: 0.5em;
}
@media screen and (max-width: 847px) {
  .bus-listings .footable-toggle {
    display: inline-block;
    height: 1em;
    width: 1em;
  }
}

.footable-row-detail-inner {
  text-align: center;
  padding: 1rem 0;
}
.footable-row-detail-inner .footable-row-detail-name {
  font-weight: bold;
}
.footable-row-detail-inner .footable-row-detail-row .footable-row-detail-value {
  margin-bottom: 1em;
}
.footable-row-detail-inner .footable-row-detail-row:last-of-type .footable-row-detail-value {
  margin-bottom: 0;
}

#confirm {
  background-color: var(--white);
  padding: 2rem;
  max-width: 800px;
}
#confirm p {
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}
#confirm strong {
  font-size: 1.2em;
  padding: 0.5em;
  display: inline-block;
  margin-top: 0.5em;
}
#confirm .confirm-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 2rem;
}
#confirm button.btn {
  background-color: var(--brand-one);
  border: 1px solid var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  background-size: 1em;
  font-size: 0.9rem;
  background-position: center left 90%;
  background-repeat: no-repeat;
  color: var(--white);
  display: inline-block;
  text-decoration: none;
  border-radius: 4rem;
  font-weight: 700;
  transition: background-position 0.2s ease;
  margin: 0 auto;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  flex: 0 0 48%;
}
#confirm button.btn:hover {
  border: 1px solid var(--brand-two);
  background-color: var(--brand-two);
  background-position: center left 92%;
  color: var(--white);
}
#confirm button.btn-no {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512' fill='%231c1c1c'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-color: transparent;
  border: 1px solid var(--brand-two);
  color: var(--brand-two);
}
#confirm button.btn-no:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 384 512' fill='%23ffffff'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
  background-color: var(--brand-two);
  border: 1px solid var(--brand-two);
  color: var(--white);
}
#confirm button.btn-yes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
}

.icon-row {
  padding: 2rem 0 4rem;
  position: relative;
}
.icon-row + .icon-row {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .icon-row {
    padding-bottom: 2rem;
  }
}
.icon-row h1, .icon-row h2, .icon-row h3, .icon-row h4, .icon-row h5, .icon-row h6 {
  font-weight: 900;
  margin: 0 auto 1rem;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 1.2em;
}
.icon-row .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 2rem;
}
.icon-row .icons_intro {
  flex: 0 0 100%;
  text-align: center;
  padding: 0 2rem;
  max-width: 100%;
}
.icon-row .slides-cont {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 2rem auto 0;
}
.icon-row .glide-icons .glide__bullets {
  bottom: 0;
}
.icon-row .glide-icons .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: #e5e5e5;
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .icon-row .glide-icons .glide__bullet {
    width: 30px;
  }
}
.icon-row .glide-icons .glide__bullet--active {
  background-color: var(--brand-one);
}
.icon-row .glide-icons .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.icon-row .glide-icons .glide__slide {
  text-align: center;
  margin: 0 auto 2rem;
}
.icon-row .glide-icons .glide__slide img {
  max-width: 180px;
  margin: 0 auto 1em;
}
.icon-row .glide-icons .glide__slide p:last-child {
  margin-bottom: 0;
}
.icon-row .glide-icons .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
  opacity: 1;
}
.icon-row .glide-icons .glide__arrows .glide__arrow--left {
  left: 0rem;
}
@media screen and (max-width: 991px) {
  .icon-row .glide-icons .glide__arrows .glide__arrow--left {
    left: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .icon-row .glide-icons .glide__arrows .glide__arrow--left {
    left: 0rem;
  }
}
.icon-row .glide-icons .glide__arrows .glide__arrow--right {
  right: 0rem;
}
@media screen and (max-width: 991px) {
  .icon-row .glide-icons .glide__arrows .glide__arrow--right {
    right: 0rem;
  }
}
@media screen and (max-width: 767px) {
  .icon-row .glide-icons .glide__arrows .glide__arrow--right {
    right: 0rem;
  }
}
.icon-row .glide-icons .glide__arrows svg {
  width: 25px;
  fill: var(--brand-one);
}
.icon-row .icon-row-icon {
  flex: 0 0 20%;
  text-align: center;
  padding: 1%;
}
@media screen and (max-width: 991px) {
  .icon-row .icon-row-icon {
    flex: 0 0 40%;
  }
}
@media screen and (max-width: 767px) {
  .icon-row .icon-row-icon {
    flex: 0 0 90%;
    padding: 1% 0 5%;
  }
}
.icon-row img {
  margin: 0 auto 1rem;
  max-width: 180px;
}
.icon-row p {
  margin: 0 auto 1rem;
}

.room {
  position: relative;
  padding: 4rem 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='rgba(255,255,255,.14)'%3E%3Cpath d='M27.89,38.42c-2.48,14.96-4.26,29.6-5.42,43.92L378.16,9.41C260.92-9.31,112.81-.33,27.89,38.42Z'/%3E%3Cpath d='M439.54,101.63l50.77-10.41c-1.05-16.64-2.95-33.71-5.81-51.21l-105.37,21.61L72.1,124.57l-51.07,10.47c.49,17.73,1.96,34.9,4.31,51.52l50.25-10.3L439.54,101.63Z'/%3E%3Cpath d='M438.86,154.17L85.73,226.59l-50.23,10.3c4.51,17.06,9.93,33.43,16.15,49.09,6.66,16.74,14.21,32.68,22.49,47.79,9,16.45,18.85,31.91,29.31,46.39,11.68,16.18,24.13,31.13,37.02,44.81,15.09,16.03,30.77,30.33,46.52,42.86,20.53,16.33,41.17,29.67,60.78,39.94,2.74,1.44,5.47,2.83,8.16,4.14v-58.4c-18.88-11.37-37.35-25.25-54.76-40.99-14.81-13.39-28.83-28.14-41.7-43.85-11.81-14.42-22.65-29.64-32.16-45.4-.07-.12-.14-.24-.21-.36-9.28-15.41-17.37-31.22-24.3-47.42l328.16-67.29,54.24-11.12c2.87-17.23,4.79-35.09,5.63-53.56l-51.96,10.66Z'/%3E%3Cpath d='M185.6,311.53c9.51,15.76,20.35,30.97,32.15,45.39l161.39-33.09,71.31-14.62c.03-.07,.07-.14,.11-.22,8.24-17.65,15.47-36.29,21.48-55.9l.23-.74c.02-.08,.05-.15,.07-.23l-286.95,59.06c.07,.12,.14,.24,.21,.36Z'/%3E%3Cpath d='M256.08,453.61c-.05-.03-.1-.06-.15-.09v58.4c.05,.02,.1,.05,.15,.08,6.01-2.92,12.13-6.16,18.34-9.68,29.85-16.93,61.58-40.74,91.32-71.13,18.07-18.48,35.39-39.4,51.1-62.69l-77.76,15.95c-25.02,27.55-53.5,51.42-82.99,69.17Z'/%3E%3C/svg%3E");
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center right -25%;
}
@media screen and (max-width: 991px) {
  .room {
    background-position: top 10% center;
    background-size: 90%;
    padding: 2rem 0;
  }
}
.room .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.room .room-intro {
  padding: 0 2rem;
  text-align: center;
}
.room.room-one, .room.room-three, .room.room-four {
  background-color: var(--brand-one);
  color: var(--white);
}
.room.room-one .room-content p::before, .room.room-three .room-content p::before, .room.room-four .room-content p::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .room.room-one .room-content p::before, .room.room-three .room-content p::before, .room.room-four .room-content p::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-one) 0%, var(--brand-one) 60%, transparent 70%);
  }
}
.room.room-one .room-content p span, .room.room-three .room-content p span, .room.room-four .room-content p span {
  background-color: var(--white);
  color: var(--brand-two);
}
.room.room-two {
  background-color: var(--brand-two);
  color: var(--white);
}
.room.room-two .room-content p::before {
  background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
  background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 50%, transparent 70%);
}
@media screen and (max-width: 991px) {
  .room.room-two .room-content p::before {
    background-image: -o-radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
    background-image: radial-gradient(at bottom left, var(--brand-two) 0%, var(--brand-two) 60%, transparent 70%);
  }
}
.room.room-two .room-content p span {
  background-color: var(--white);
  color: var(--brand-one);
}
.room .room-content {
  padding: 0 1rem;
  text-align: center;
}
.room .room-content p {
  padding: 0.25em;
  max-width: 600px;
  list-style-type: none;
  background-image: url(img/lines-left.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
  margin: 2rem auto;
  display: block;
  font-size: 2rem;
  color: var(--black);
  font-weight: 900;
}
@media screen and (max-width: 991px) {
  .room .room-content p {
    padding: 0.5rem;
    background-size: 75%;
  }
}
.room .room-content p::before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
}
.room .room-content p span {
  padding: 1rem;
  margin: 0 auto 0.5rem;
  box-shadow: 0.5em 0.5em 0.5em 0.1em rgba(0, 0, 0, 0.15);
  position: relative;
  background-color: var(--white);
  display: block;
  line-height: 1.2em;
}
.room .room-content p span:last-of-type {
  margin-bottom: 0;
}
.room h1, .room h2, .room h3, .room h4, .room h5, .room h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .room h1, .room h2, .room h3, .room h4, .room h5, .room h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.room p {
  font-size: 1.5em;
  line-height: 1.5em;
}

.spacer {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0;
}
.spacer-white {
  background-color: var(--white);
}
.spacer-one {
  background-color: var(--brand-one);
}
.spacer-two {
  background-color: var(--brand-two);
}
.spacer-three {
  background-color: var(--brand-three);
}
.spacer-four {
  background-color: var(--brand-four);
}

.faqs .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
}
@media screen and (max-width: 991px) {
  .faqs .inner {
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.faqs details {
  margin: 0 auto 1rem;
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000000;%7D%3C/style%3E%3C/defs%3E%3Cg id='xs7v9o.tif'%3E%3Cg%3E%3Cpath class='cls-1' d='M.01,52.94c0-1.95,0-3.91,0-5.86,.06-.35,.15-.69,.18-1.04,.14-2.18,.47-4.33,.94-6.46C3.77,27.59,9.92,17.74,19.7,10.34,31.86,1.12,45.56-1.94,60.5,1.18c11.96,2.49,21.68,8.76,29.11,18.43,8.03,10.44,11.37,22.32,10.11,35.4-1.02,10.6-5.14,19.96-12.2,27.95-7.74,8.76-17.39,14.19-28.91,16.29-1.89,.34-3.8,.42-5.69,.76h-5.86c-.25-.06-.5-.14-.75-.16-7.82-.55-15.14-2.79-21.81-6.88C11.56,85.02,3.59,73.58,.79,58.61c-.35-1.87-.52-3.78-.78-5.67Zm92.22-2.93c0-23.29-18.88-42.19-42.2-42.23-23.27-.04-42.19,18.85-42.25,42.18-.07,23.28,18.94,42.31,42.25,42.28,23.31-.03,42.2-18.92,42.21-42.22Z'/%3E%3Cpath class='cls-1' d='M37.93,53.53c-2.31,0-4.62,0-6.93,0-2.46-.01-4.17-1.55-4.23-3.78-.05-2.24,1.67-3.94,4.15-3.96,4.65-.04,9.3,0,13.96-.02,1.42,0,1.22,.15,1.23-1.26,0-4.62,0-9.24,0-13.86,0-2.15,1.17-3.69,3.05-4.1,2.5-.55,4.69,1.26,4.72,3.97,.04,4.13,0,8.26,.02,12.4,0,.93-.42,2.17,.2,2.7,.53,.46,1.74,.16,2.64,.16,4.03,0,8.07,0,12.1,0,2.12,0,3.57,.93,4.16,2.6,.9,2.57-.94,5.13-3.77,5.15-4.75,.03-9.5,.03-14.25-.01-.9,0-1.12,.23-1.11,1.12,.04,4.68,.03,9.37,.02,14.05,0,2.45-1.59,4.16-3.82,4.19-2.25,.03-3.93-1.65-3.95-4.06-.03-3.94,0-7.87,0-11.81,0-.91-.04-1.82,.01-2.73,.03-.62-.19-.76-.78-.76-2.47,.03-4.95,.01-7.42,.01Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: top 1rem right 1rem;
  background-size: 2.2rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
.faqs details summary, .faqs details .faq-content {
  position: relative;
}
.faqs details summary span, .faqs details .faq-content span {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 5rem 1rem 1rem !important;
  border: 4px solid var(--brand-one);
  margin-bottom: 0 !important;
  display: block;
  border-radius: 1rem;
}
.faqs details summary::marker, .faqs details .faq-content::marker {
  display: none;
  content: "";
}
.faqs details .faq-content {
  position: relative;
}
.faqs details .faq-content .faq-inner {
  border-radius: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 4px solid var(--brand-one);
  border-top: 0;
}
.faqs details .faq-content a:not(.btn) {
  color: var(--brand-one);
  font-weight: 700;
}
.faqs details[open] {
  background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23000000;%7D%3C/style%3E%3C/defs%3E%3Cg id='xs7v9o.tif'%3E%3Cg%3E%3Cpath class='cls-1' d='M.01,52.94c0-1.95,0-3.91,0-5.86,.06-.35,.15-.69,.18-1.04,.14-2.18,.47-4.33,.94-6.46C3.77,27.59,9.92,17.74,19.7,10.34,31.86,1.12,45.56-1.94,60.5,1.18c11.96,2.49,21.68,8.76,29.11,18.43,8.03,10.44,11.37,22.32,10.11,35.4-1.02,10.6-5.14,19.96-12.2,27.95-7.74,8.76-17.39,14.19-28.91,16.29-1.89,.34-3.8,.42-5.69,.76h-5.86c-.25-.06-.5-.14-.75-.16-7.82-.55-15.14-2.79-21.81-6.88C11.56,85.02,3.59,73.58,.79,58.61c-.35-1.87-.52-3.78-.78-5.67Zm92.22-2.93c0-23.29-18.88-42.19-42.2-42.23-23.27-.04-42.19,18.85-42.25,42.18-.07,23.28,18.94,42.31,42.25,42.28,23.31-.03,42.2-18.92,42.21-42.22Z'/%3E%3Crect class='cls-1' x='26.78' y='45.57' width='46.67' height='8.3' rx='2.51' ry='2.51'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.faqs details[open] summary span, .faqs details[open] .faq-content span {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  padding-bottom: 0 !important;
}

.video-slider {
  position: relative;
  background-image: none !important;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left -5%;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .video-slider {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .video-slider {
    background-image: none;
  }
}
.video-slider .slides-cont {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -8rem;
}
.video-slider.v-one, .video-slider.v-three, .video-slider.v-four {
  background-color: var(--brand-one);
}
.video-slider.v-one .btn, .video-slider.v-three .btn, .video-slider.v-four .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.video-slider.v-one .btn:hover, .video-slider.v-three .btn:hover, .video-slider.v-four .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.video-slider.v-one h1, .video-slider.v-one h2, .video-slider.v-one h3, .video-slider.v-one h4, .video-slider.v-one h5, .video-slider.v-one h6, .video-slider.v-three h1, .video-slider.v-three h2, .video-slider.v-three h3, .video-slider.v-three h4, .video-slider.v-three h5, .video-slider.v-three h6, .video-slider.v-four h1, .video-slider.v-four h2, .video-slider.v-four h3, .video-slider.v-four h4, .video-slider.v-four h5, .video-slider.v-four h6 {
  color: var(--brand-two);
}
.video-slider.v-one a:not(.btn), .video-slider.v-three a:not(.btn), .video-slider.v-four a:not(.btn) {
  color: var(--brand-two);
}
.video-slider.v-two {
  background-color: var(--brand-two);
}
.video-slider.v-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.video-slider.v-two .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.video-slider.v-two h1, .video-slider.v-two h2, .video-slider.v-two h3, .video-slider.v-two h4, .video-slider.v-two h5, .video-slider.v-two h6 {
  color: var(--brand-one);
}
.video-slider.v-two a:not(.btn) {
  color: var(--brand-one);
}
.video-slider .video-text {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.video-slider .video-text * {
  color: var(--white);
}
.video-slider .video-text h1, .video-slider .video-text h2, .video-slider .video-text h3, .video-slider .video-text h4, .video-slider .video-text h5, .video-slider .video-text h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .video-slider .video-text h1, .video-slider .video-text h2, .video-slider .video-text h3, .video-slider .video-text h4, .video-slider .video-text h5, .video-slider .video-text h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.video-slider .video-text p {
  line-height: 1.5rem;
}
.video-slider .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 1px;
}
.video-slider .video-slider {
  margin: 2rem auto;
}
@media screen and (max-width: 1240px) {
  .video-slider .video-slider {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .video-slider .video-slider {
    flex-wrap: wrap;
  }
}
.video-slider .video-slider img {
  border-bottom: 5px solid;
  width: 100%;
}
.video-slider .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 50%;
  opacity: 1;
}
.video-slider .glide__arrows .glide__arrow--left {
  left: 110px;
}
@media screen and (max-width: 991px) {
  .video-slider .glide__arrows .glide__arrow--left {
    left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider .glide__arrows .glide__arrow--left {
    left: 25px;
  }
}
.video-slider .glide__arrows .glide__arrow--right {
  right: 110px;
}
@media screen and (max-width: 991px) {
  .video-slider .glide__arrows .glide__arrow--right {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .video-slider .glide__arrows .glide__arrow--right {
    right: 25px;
  }
}
.video-slider .glide__arrows svg {
  width: 25px;
  fill: var(--white);
}
.video-slider .btn {
  margin-top: 2em;
}

.issuu-slider {
  position: relative;
  background-image: none;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left -5%;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .issuu-slider {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .issuu-slider {
    background-image: none;
  }
}
.issuu-slider * {
  text-align: center;
}
.issuu-slider .slides-cont {
  position: relative;
  margin-bottom: 0;
  margin-top: -8rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 991px) {
  .issuu-slider .slides-cont {
    max-width: 80%;
  }
}
.issuu-slider .select-cont {
  margin: 0 auto 2rem;
  overflow: hidden;
  padding: 0 2em;
}
.issuu-slider select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1rem 4rem 1rem 3rem;
  background-color: var(--brand-one);
  color: var(--white);
  border: 4px solid var(--brand-two);
  border-radius: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  max-width: 100%;
  background-size: 1em;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  white-space: pre-wrap;
  line-height: 1.5em;
}
.issuu-slider.issuu-one, .issuu-slider.issuu-three, .issuu-slider.issuu-four {
  background-color: var(--brand-one);
}
.issuu-slider.issuu-one .btn, .issuu-slider.issuu-three .btn, .issuu-slider.issuu-four .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.issuu-slider.issuu-one .btn:hover, .issuu-slider.issuu-three .btn:hover, .issuu-slider.issuu-four .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.issuu-slider.issuu-one h1, .issuu-slider.issuu-one h2, .issuu-slider.issuu-one h3, .issuu-slider.issuu-one h4, .issuu-slider.issuu-one h5, .issuu-slider.issuu-one h6, .issuu-slider.issuu-three h1, .issuu-slider.issuu-three h2, .issuu-slider.issuu-three h3, .issuu-slider.issuu-three h4, .issuu-slider.issuu-three h5, .issuu-slider.issuu-three h6, .issuu-slider.issuu-four h1, .issuu-slider.issuu-four h2, .issuu-slider.issuu-four h3, .issuu-slider.issuu-four h4, .issuu-slider.issuu-four h5, .issuu-slider.issuu-four h6 {
  color: var(--brand-two);
}
.issuu-slider.issuu-one a:not(.btn), .issuu-slider.issuu-three a:not(.btn), .issuu-slider.issuu-four a:not(.btn) {
  color: var(--brand-two);
}
.issuu-slider.issuu-one .issuu-title, .issuu-slider.issuu-three .issuu-title, .issuu-slider.issuu-four .issuu-title {
  color: var(--white);
}
.issuu-slider.issuu-one .issuu-title span, .issuu-slider.issuu-three .issuu-title span, .issuu-slider.issuu-four .issuu-title span {
  color: var(--brand-two);
}
.issuu-slider.issuu-one select, .issuu-slider.issuu-three select, .issuu-slider.issuu-four select {
  background-color: var(--brand-two);
  color: var(--white);
  border-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
.issuu-slider.issuu-two {
  background-color: var(--brand-two);
}
.issuu-slider.issuu-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.issuu-slider.issuu-two .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%232d2d2e'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.issuu-slider.issuu-two h1, .issuu-slider.issuu-two h2, .issuu-slider.issuu-two h3, .issuu-slider.issuu-two h4, .issuu-slider.issuu-two h5, .issuu-slider.issuu-two h6 {
  color: var(--brand-one);
}
.issuu-slider.issuu-two a:not(.btn) {
  color: var(--brand-one);
}
.issuu-slider.issuu-two .issuu-title {
  color: var(--white);
}
.issuu-slider.issuu-two .issuu-title span {
  color: var(--brand-one);
}
.issuu-slider.issuu-two select {
  background-color: var(--brand-one);
  color: var(--white);
  border-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512' fill='%23000000'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
}
.issuu-slider .issuu-text {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.issuu-slider .issuu-text h1, .issuu-slider .issuu-text h2, .issuu-slider .issuu-text h3, .issuu-slider .issuu-text h4, .issuu-slider .issuu-text h5, .issuu-slider .issuu-text h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .issuu-slider .issuu-text h1, .issuu-slider .issuu-text h2, .issuu-slider .issuu-text h3, .issuu-slider .issuu-text h4, .issuu-slider .issuu-text h5, .issuu-slider .issuu-text h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.issuu-slider .issuu-text p {
  line-height: 1.5rem;
}
.issuu-slider .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  padding-top: 1px;
}
.issuu-slider .issuu-slider {
  margin: 2rem auto;
}
@media screen and (max-width: 1240px) {
  .issuu-slider .issuu-slider {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .issuu-slider .issuu-slider {
    flex-wrap: wrap;
  }
}
.issuu-slider .issuu-slider img {
  border-bottom: 5px solid;
  width: 100%;
}
.issuu-slider .issuu-title {
  font-size: 1.5rem;
  line-height: 1.2em;
  font-weight: 900;
}
.issuu-slider .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .issuu-slider .glide__arrows .glide__arrow {
    top: 50%;
  }
}
.issuu-slider .glide__arrows .glide__arrow--left {
  left: -2rem;
}
@media screen and (max-width: 991px) {
  .issuu-slider .glide__arrows .glide__arrow--left {
    left: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .issuu-slider .glide__arrows .glide__arrow--left {
    left: -2rem;
  }
}
.issuu-slider .glide__arrows .glide__arrow--right {
  right: -2rem;
}
@media screen and (max-width: 991px) {
  .issuu-slider .glide__arrows .glide__arrow--right {
    right: -2rem;
  }
}
@media screen and (max-width: 767px) {
  .issuu-slider .glide__arrows .glide__arrow--right {
    right: -2rem;
  }
}
.issuu-slider .glide__arrows svg {
  width: 25px;
  height: auto;
  fill: var(--white);
}
.issuu-slider .btn {
  margin-top: 2em;
}
.issuu-slider .issuu-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
@media screen and (max-width: 991px) {
  .issuu-slider .issuu-wrapper {
    padding-bottom: 100%;
  }
}
.issuu-slider .issuu-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.biz-centre {
  position: relative;
  background-image: none;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left -30%;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .biz-centre {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .biz-centre {
    background-image: none;
  }
}
.biz-centre.biz-one, .biz-centre.biz-three, .biz-centre.biz-four {
  background-color: var(--brand-one);
  background-image: none;
}
.biz-centre.biz-one .btn, .biz-centre.biz-three .btn, .biz-centre.biz-four .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.biz-centre.biz-one .btn:hover, .biz-centre.biz-three .btn:hover, .biz-centre.biz-four .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-two);
}
.biz-centre.biz-one a:not(.btn), .biz-centre.biz-three a:not(.btn), .biz-centre.biz-four a:not(.btn) {
  color: var(--brand-two);
  text-decoration: underline;
}
.biz-centre.biz-one a:not(.btn):hover, .biz-centre.biz-three a:not(.btn):hover, .biz-centre.biz-four a:not(.btn):hover {
  color: var(--white);
}
.biz-centre.biz-two {
  background-color: var(--brand-two);
  background-image: none;
}
.biz-centre.biz-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.biz-centre.biz-two .btn:hover {
  background-color: var(--white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23988011'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--brand-one);
}
.biz-centre.biz-two a:not(.btn) {
  color: var(--brand-one);
  text-decoration: underline;
}
.biz-centre.biz-two a:not(.btn):hover {
  color: var(--white);
}
.biz-centre .biz-video {
  position: relative;
  margin-bottom: 3rem;
  margin-top: -6rem;
  max-width: 90%;
  margin-left: 5%;
}
.biz-centre .biz-intro,
.biz-centre .biz-outro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.biz-centre .biz-intro h1, .biz-centre .biz-intro h2, .biz-centre .biz-intro h3, .biz-centre .biz-intro h4, .biz-centre .biz-intro h5, .biz-centre .biz-intro h6,
.biz-centre .biz-outro h1,
.biz-centre .biz-outro h2,
.biz-centre .biz-outro h3,
.biz-centre .biz-outro h4,
.biz-centre .biz-outro h5,
.biz-centre .biz-outro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .biz-centre .biz-intro h1, .biz-centre .biz-intro h2, .biz-centre .biz-intro h3, .biz-centre .biz-intro h4, .biz-centre .biz-intro h5, .biz-centre .biz-intro h6,
  .biz-centre .biz-outro h1,
  .biz-centre .biz-outro h2,
  .biz-centre .biz-outro h3,
  .biz-centre .biz-outro h4,
  .biz-centre .biz-outro h5,
  .biz-centre .biz-outro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.biz-centre .biz-intro p,
.biz-centre .biz-outro p {
  line-height: 1.75em;
  color: var(--white);
}
.biz-centre .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.biz-centre .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.biz-centre .btn:hover {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.biz-centre .slides-cont {
  flex: 0 0 90%;
  max-width: 90%;
  margin: 2rem auto 0;
}
.biz-centre .glide-biz-centre img {
  max-width: 180px;
  margin: 0 auto;
}
.biz-centre .glide-biz-centre p {
  color: var(--white);
}
.biz-centre .glide-biz-centre .glide__bullets {
  bottom: 0;
}
.biz-centre .glide-biz-centre .glide__bullet {
  border-radius: 0;
  width: 50px;
  background-color: #e5e5e5;
  box-shadow: none;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .biz-centre .glide-biz-centre .glide__bullet {
    width: 30px;
  }
}
.biz-centre .glide-biz-centre .glide__bullet--active {
  background-color: var(--brand-one);
}
.biz-centre .glide-biz-centre .glide__bullet--active:focus {
  border-color: var(--brand-one);
}
.biz-centre .glide-biz-centre .glide__slide {
  text-align: center;
  margin: 0 auto 2rem;
}
.biz-centre .glide-biz-centre .glide__slide img {
  max-width: 180px;
  margin: 0 auto 1em;
}
.biz-centre .glide-biz-centre .glide__arrows .glide__arrow {
  padding: 0;
  border: none;
  box-shadow: none;
  top: 35%;
  opacity: 1;
}
.biz-centre .glide-biz-centre .glide__arrows .glide__arrow--left {
  left: -1rem;
}
@media screen and (max-width: 991px) {
  .biz-centre .glide-biz-centre .glide__arrows .glide__arrow--left {
    left: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .biz-centre .glide-biz-centre .glide__arrows .glide__arrow--left {
    left: -1rem;
  }
}
.biz-centre .glide-biz-centre .glide__arrows .glide__arrow--right {
  right: -1rem;
}
@media screen and (max-width: 991px) {
  .biz-centre .glide-biz-centre .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .biz-centre .glide-biz-centre .glide__arrows .glide__arrow--right {
    right: -1rem;
  }
}
.biz-centre .glide-biz-centre .glide__arrows svg {
  width: 25px;
  fill: var(--brand-one);
}

.t-levels {
  position: relative;
  background-image: none;
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: bottom left -30%;
  margin-top: 8rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1200px) {
  .t-levels {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .t-levels {
    background-image: none;
  }
}
.t-levels.tl-one {
  background-color: var(--brand-one);
  background-image: none;
}
.t-levels.tl-one .btn {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-one .btn:hover {
  background-color: var(--brand-two);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-one .tl-buttons a {
  margin: 0.5rem;
}
.t-levels.tl-one .tl-buttons .btn {
  background-color: transparent;
  background-image: none;
  border: 3px solid var(--brand-two);
  color: var(--brand-two);
}
.t-levels.tl-one .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-two);
  color: var(--brand-one);
}
.t-levels.tl-one .tl-buttons .btn.active {
  background-color: var(--brand-two);
  background-image: none;
  color: var(--brand-one);
  pointer-events: none;
}
.t-levels.tl-one .tl-buttons .btn.active:hover {
  background-color: var(--brand-two);
  background-image: none;
  color: var(--brand-one);
}
.t-levels.tl-two {
  background-color: var(--brand-two);
}
.t-levels.tl-two .btn {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-two .btn:hover {
  background-color: var(--brand-one);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23ffffff'%3E%3Cpath d='M438.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-160-160c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L338.8 224 32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l306.7 0L233.4 393.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0l160-160z'/%3E%3C/svg%3E");
  color: var(--white);
}
.t-levels.tl-two .tl-buttons a {
  margin: 0.5rem;
}
.t-levels.tl-two .tl-buttons .btn {
  background-color: transparent;
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
}
.t-levels.tl-two .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--brand-two);
}
.t-levels.tl-two .tl-buttons .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--brand-two);
  pointer-events: none;
}
.t-levels.tl-two .tl-buttons .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--brand-two);
}
.t-levels .tl-video {
  position: relative;
  order: 0;
  margin-bottom: 3rem;
  margin-top: -6rem;
  max-width: 90%;
  margin-left: 5%;
}
.t-levels .tl-heading,
.t-levels .tl-intro,
.t-levels .tl-outro {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.t-levels .tl-heading *,
.t-levels .tl-intro *,
.t-levels .tl-outro * {
  color: var(--white);
}
.t-levels .tl-heading h1, .t-levels .tl-heading h2, .t-levels .tl-heading h3, .t-levels .tl-heading h4, .t-levels .tl-heading h5, .t-levels .tl-heading h6,
.t-levels .tl-intro h1,
.t-levels .tl-intro h2,
.t-levels .tl-intro h3,
.t-levels .tl-intro h4,
.t-levels .tl-intro h5,
.t-levels .tl-intro h6,
.t-levels .tl-outro h1,
.t-levels .tl-outro h2,
.t-levels .tl-outro h3,
.t-levels .tl-outro h4,
.t-levels .tl-outro h5,
.t-levels .tl-outro h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .t-levels .tl-heading h1, .t-levels .tl-heading h2, .t-levels .tl-heading h3, .t-levels .tl-heading h4, .t-levels .tl-heading h5, .t-levels .tl-heading h6,
  .t-levels .tl-intro h1,
  .t-levels .tl-intro h2,
  .t-levels .tl-intro h3,
  .t-levels .tl-intro h4,
  .t-levels .tl-intro h5,
  .t-levels .tl-intro h6,
  .t-levels .tl-outro h1,
  .t-levels .tl-outro h2,
  .t-levels .tl-outro h3,
  .t-levels .tl-outro h4,
  .t-levels .tl-outro h5,
  .t-levels .tl-outro h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.t-levels .tl-heading p,
.t-levels .tl-intro p,
.t-levels .tl-outro p {
  line-height: 1.5rem;
}
.t-levels .tl-heading {
  margin-bottom: 1rem;
}
.t-levels .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.t-levels .tl-icon-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 2rem auto;
}
@media screen and (max-width: 1240px) {
  .t-levels .tl-icon-cont {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .t-levels .tl-icon-cont {
    flex-wrap: wrap;
  }
}
.t-levels .icon {
  flex: 0 0 25%;
  text-align: center;
  padding: 1%;
}
@media screen and (max-width: 767px) {
  .t-levels .icon {
    flex: 0 0 90%;
    padding: 1% 0 5%;
  }
}
.t-levels .icon img {
  margin: 0 auto 1rem;
  max-width: 180px;
}
.t-levels .icon p {
  margin: 0 auto 1rem;
  color: var(--white);
}
.t-levels .tab,
.t-levels .tl-buttons {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
}
.t-levels .tab {
  display: none;
}
.t-levels .tl-buttons a {
  margin: 0.5rem;
}
.t-levels .tl-buttons .btn {
  background-color: var(--white);
  background-image: none;
  border: 3px solid var(--brand-one);
  color: var(--brand-one);
  padding: 0.5rem 2rem;
}
.t-levels .tl-buttons .btn:hover {
  background-image: none;
  background-color: var(--brand-one);
  color: var(--white);
}
.t-levels .tl-buttons .btn.active {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
  pointer-events: none;
}
.t-levels .tl-buttons .btn.active:hover {
  background-color: var(--brand-one);
  background-image: none;
  color: var(--white);
}

.custom-cards {
  position: relative;
  padding: 4rem 0;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center left -30%;
}
@media screen and (max-width: 991px) {
  .custom-cards {
    background-image: none;
    padding: 2rem 0;
  }
}
.custom-cards .inner {
  max-width: var(--inner-width);
  margin: 0 auto;
  position: relative;
}
.custom-cards.cc-white {
  background-color: var(--white);
  color: var(--black);
}
.custom-cards.cc-white .card-heading {
  color: var(--brand-one);
}
.custom-cards.cc-white .card img {
  border-color: var(--brand-one) !important;
}
.custom-cards.cc-one {
  background-color: var(--brand-one);
  color: var(--black);
}
.custom-cards.cc-one .card-heading {
  color: var(--brand-one);
}
.custom-cards.cc-one .card {
  border: none !important;
}
.custom-cards.cc-one .card img {
  border-color: var(--brand-one) !important;
}
.custom-cards.cc-two {
  background-color: var(--brand-two);
  color: var(--black);
}
.custom-cards.cc-two .card-heading {
  color: var(--brand-two);
}
.custom-cards.cc-two .card {
  border: none !important;
}
.custom-cards.cc-two .card img {
  border-color: var(--brand-two) !important;
}
.custom-cards.cc-three {
  background-color: var(--brand-three);
  color: var(--black);
}
.custom-cards.cc-three .card-heading {
  color: var(--brand-three);
}
.custom-cards.cc-three .card {
  border: none !important;
}
.custom-cards.cc-three .card img {
  border-color: var(--brand-three) !important;
}
.custom-cards.cc-four {
  background-color: var(--brand-four);
  color: var(--black);
}
.custom-cards.cc-four .card-heading {
  color: var(--brand-four);
}
.custom-cards.cc-four .card {
  border: none !important;
}
.custom-cards.cc-four .card img {
  border-color: var(--brand-four) !important;
}
.custom-cards .cc-content {
  padding: 0 1rem;
  text-align: center;
}
.custom-cards h1, .custom-cards h2, .custom-cards h3, .custom-cards h4, .custom-cards h5, .custom-cards h6 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .custom-cards h1, .custom-cards h2, .custom-cards h3, .custom-cards h4, .custom-cards h5, .custom-cards h6 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.custom-cards p {
  line-height: 1.5em;
}
.custom-cards .card-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont {
    padding: 0 2rem;
  }
}
.custom-cards .card-cont.half .card {
  flex: 0 0 40%;
  margin-right: 10%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  color: var(--black);
}
.custom-cards .card-cont.half .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.half .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.half .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.custom-cards .card-cont.quad .card {
  flex: 0 0 23%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 1rem;
  color: var(--black);
}
.custom-cards .card-cont.quad .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.quad .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont.quad .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.custom-cards .card-cont .card {
  flex: 0 0 30%;
  margin-right: 2%;
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  overflow: hidden;
  text-align: center;
  padding-bottom: 2rem;
  color: var(--black);
  border: 1px solid #b0b0b0;
  border-radius: 1rem;
}
.custom-cards .card-cont .card:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont .card:last-of-type {
    margin: 0 2% 2% 2%;
  }
}
@media screen and (max-width: 991px) {
  .custom-cards .card-cont .card {
    flex: 0 0 100%;
    margin: 0 auto 5% auto;
  }
}
.custom-cards .card-cont .card img {
  width: 100%;
  border-bottom: 5px solid;
  margin-bottom: 1rem;
}
.custom-cards .card-cont .card p {
  padding: 0 1rem;
  margin: 0 auto;
}
.custom-cards .card-cont .card p:last-of-type {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.custom-cards .card-cont .card .card-heading {
  font-size: 1.2rem;
  line-height: 1.2em;
  font-weight: 800;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.custom-cards .card-cont .card .card-text {
  margin: 1rem auto;
}
.custom-cards .btn {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site_footer {
  position: relative;
  background-color: var(--black);
  color: var(--white);
  padding: 3rem 0;
}
@media screen and (max-width: 1280px) {
  .site_footer {
    padding: 3rem 0;
  }
}
.site_footer .inner {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .site_footer .inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site_footer .inner {
    flex-wrap: wrap;
  }
}
.site_footer strong, .site_footer b {
  font-weight: 800;
  margin-bottom: 0.5em;
  display: block;
}
.site_footer .footer_col {
  flex: 0 0 31%;
}
@media screen and (max-width: 991px) {
  .site_footer .footer_col {
    flex: 0 0 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .site_footer .footer_col:last-of-type {
    margin-bottom: 0;
  }
}
.site_footer .footer_col.logo_col {
  flex: 0 0 10%;
}
@media screen and (max-width: 1280px) {
  .site_footer .footer_col.logo_col {
    flex: 0 0 30%;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.logo_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_col.address_col {
  flex: 0 0 19%;
}
@media screen and (max-width: 1280px) {
  .site_footer .footer_col.address_col {
    flex: 0 0 65%;
  }
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.address_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_col.menu_col {
  flex: 0 0 19%;
}
@media screen and (max-width: 800px) {
  .site_footer .footer_col.menu_col {
    flex: 0 0 100%;
  }
}
.site_footer .footer_logo {
  display: block;
  max-width: 250px;
  margin-bottom: 2rem;
}
.site_footer .group_logo {
  max-width: 75px;
}
.site_footer p {
  margin: 0 auto;
  line-height: 1.5rem;
}
.site_footer p.phone {
  margin-top: 2rem;
  display: block;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  .site_footer p.phone {
    margin-top: 0;
  }
}
.site_footer p.phone svg {
  width: 1rem;
  fill: var(--brand-one);
}
.site_footer p.phone a {
  color: var(--white);
  text-decoration: none;
}
.site_footer p.phone a:hover {
  color: var(--white);
  text-decoration: underline;
}
.site_footer p.phone a, .site_footer p.phone i {
  display: inline-block;
  vertical-align: middle;
}
.site_footer p.phone i {
  margin-right: 0.5rem;
}

.menu_col .menu {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 2rem;
}
.menu_col .menu li {
  margin: 0 auto 0.5rem;
}
.menu_col .menu a {
  color: var(--white);
  text-decoration: none;
}
.menu_col .menu a:hover {
  color: var(--white);
  text-decoration: underline;
}

.logo_container,
.phone_container {
  flex: 0 0 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .logo_container,
  .phone_container {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 800px) {
  .logo_container,
  .phone_container {
    flex: 0 0 100%;
  }
}
.logo_container div,
.phone_container div {
  flex: 0 0 75px;
}
.logo_container div:last-of-type,
.phone_container div:last-of-type {
  flex: 0 0 120px;
}

.phone_container {
  justify-content: flex-start;
}
.phone_container p {
  margin: 0;
}

@media screen and (max-width: 800px) {
  .logo_container {
    margin-top: 2rem;
  }
}

.social_container {
  flex: 0 0 49%;
}
@media screen and (max-width: 991px) {
  .social_container {
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}
.social_container p {
  margin: 0 auto;
}
.social_container a {
  display: inline-block;
  color: var(--brand-one);
}
.social_container a:hover {
  color: var(--white);
}
.social_container svg {
  display: block;
  height: 1.5rem;
  width: auto;
  margin: 0 0.5rem 0 0;
  fill: currentColor;
}

.part-of {
  font-size: 0.8em;
}

.copyright {
  background-color: var(--brand-one);
  color: var(--white);
  padding: 1em 0;
}
.copyright .inner {
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .copyright .inner {
    padding: 2rem;
  }
}
.copyright p {
  margin: 0 auto;
}
.copyright a {
  color: var(--white);
}
.copyright .statement {
  flex: 0 0 49%;
}
@media screen and (max-width: 991px) {
  .copyright .statement {
    flex: 0 0 100%;
  }
}
.copyright .statement p {
  text-align: right;
}
@media screen and (max-width: 991px) {
  .copyright .statement p {
    text-align: left;
  }
}


/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 500px;
  background-color: #555;
  color: #fff;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;
  font-size:12px;
  padding:10px;
  

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -250;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}


