/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/main.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

.marker {
  background-size: contain;
  background-image: url(/app/themes/woodbridge/build/images/icon-map-pin.d8887381.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 40px;
  cursor: pointer;
}

#map {
  position: relative;
  overflow: hidden;
}

.mapboxgl-popup {
  max-width: 200px;
}
.mapboxgl-popup h4 {
  font-size: 1rem;
}
.mapboxgl-popup p {
  font-size: 0.875rem !important;
}
.mapboxgl-popup p:last-of-type {
  margin-bottom: 0;
}

.mapboxgl-popup-content {
  text-align: center;
  padding: 1.25rem !important;
}

#wpadminbar {
  z-index: 999999;
}

.hide-filter {
  display: none;
}

.lity-close, .lity-close:active,
.lity-close:focus, .lity-close:hover,
.lity-close:visited {
  top: 5rem !important;
  right: 1.25rem !important;
}

.lity-active,
.lity-active body {
  overflow: visible !important;
}

@media only screen and (max-width: 991px) {
  .row--sm-reverse {
    flex-direction: column-reverse;
  }
}

:root {
  --blue: #0F6EB6;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #EB0F2D;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0F6EB6;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #EB0F2D;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

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

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0F6EB6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #09436f;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .mobile-menu ul, .main-navigation ul {
  padding-left: 0;
  list-style: none;
}

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

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

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

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0F6EB6 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0b5287 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #EB0F2D !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bb0c24 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0F6EB6 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #EB0F2D !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0F6EB6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #09436f !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #EB0F2D !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a30a1f !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger:focus {
  outline: 0;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #001028;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
}
.sl-wrapper * {
  box-sizing: border-box;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Arial, Baskerville, monospace;
  color: #000;
  font-size: 3rem;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #000;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Arial, Baskerville, monospace;
  color: #000;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper.sl-dir-rtl .sl-navigation {
  direction: ltr;
}
.sl-wrapper .sl-image {
  position: fixed;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #000;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: transform ease 200ms;
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-pusher {
  flex: 1 1 auto;
}

.site-footer {
  flex: 0 0 auto;
}

.site-content {
  padding-top: 3.75rem;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .site-content {
    padding-top: 0;
  }
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
  body {
    padding-left: 5rem;
  }
}

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

picture {
  display: block;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
  aspect-ratio: 16/9;
  height: auto;
  max-width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

*::-moz-selection {
  background-color: #EB0F2D;
  color: #fff;
}

*::selection {
  background-color: #EB0F2D;
  color: #fff;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.block-content-block table.cookie-table td {
  font-size: 12px;
  padding: 0.5rem;
}

.pad-top-none {
  padding-top: 0 !important;
}

.pad-top-small {
  padding-top: 1.25rem !important;
}

.pad-top-medium {
  padding-top: 1.875rem !important;
}
@media only screen and (min-width: 768px) {
  .pad-top-medium {
    padding-top: 2.5rem !important;
  }
}

.pad-top-large {
  padding-top: 1.875rem !important;
}
@media only screen and (min-width: 1400px) {
  .pad-top-large {
    padding-top: 5rem !important;
  }
}

.pad-top-extra-large {
  padding-top: 1.875rem !important;
}
@media only screen and (min-width: 992px) {
  .pad-top-extra-large {
    padding-top: 5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .pad-top-extra-large {
    padding-top: 7.5rem !important;
  }
}

.pad-bottom-none {
  padding-bottom: 0 !important;
}

.pad-bottom-small {
  padding-bottom: 1.25rem !important;
}

.pad-bottom-medium {
  padding-bottom: 1.875rem !important;
}
@media only screen and (min-width: 768px) {
  .pad-bottom-medium {
    padding-bottom: 2.5rem !important;
  }
}

.pad-bottom-large {
  padding-bottom: 1.875rem !important;
}
@media only screen and (min-width: 1400px) {
  .pad-bottom-large {
    padding-bottom: 5rem !important;
  }
}

.pad-bottom-extra-large {
  padding-bottom: 1.875rem !important;
}
@media only screen and (min-width: 992px) {
  .pad-bottom-extra-large {
    padding-bottom: 5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .pad-bottom-extra-large {
    padding-bottom: 7.5rem !important;
  }
}

.js-reveal {
  overflow: hidden;
}

figure,
img,
picture {
  pointer-events: none;
}

html,
body {
  font-size: 1rem;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

.content ul, .content ol {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}
.content ul ul, .content ul ol, .content ol ul, .content ol ol {
  padding-left: 25px;
}

.has-zooja-pro-font-family {
  font-feature-settings: "salt" 2;
  font-weight: 300;
}

.e-button {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  background-color: #FFF7EE;
  color: #001028;
  font-size: 1rem;
  padding: 0.9375rem 1.25rem 0.9375rem 2.8125rem;
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  transition: all 0.3s ease-out;
}
.e-button:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.e-button:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0.9375rem;
  top: 0.9375rem;
}
.e-button:hover {
  text-decoration: none;
  background-color: #EB0F2D;
  color: #fff;
}
.e-button:hover:before {
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
}

.e-link {
  margin-right: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  padding-left: 1.875rem;
  transition: all 0.3s ease-out;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.625rem;
}
.e-link:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.e-link:after {
  content: "";
  position: absolute;
  bottom: -0.125rem;
  left: 1.875rem;
  width: 0;
  height: 0.0625rem;
  transition: all 0.3s ease-out;
  background-color: #fff;
}
.e-link:hover {
  color: #fff;
  text-decoration: none;
}
.e-link:hover:after {
  width: calc(100% - 30px);
}
.e-link:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.e-link--dark {
  color: #001028;
}
.e-link--dark:after {
  background-color: #001028;
}
.e-link--dark:hover {
  color: #001028;
}

.site-header {
  color: #FFF;
  padding: 1.25rem;
  background-color: #001028;
  position: fixed;
  top: 0;
  left: 0;
  height: 3.75rem;
  width: 100%;
  z-index: 999999;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 992px) {
  .site-header {
    height: 100vh;
    width: 5rem;
  }
}
.site-header__search-panel {
  position: fixed;
  z-index: 99999;
  background-color: #001028;
  top: 3.75rem;
  left: 0;
  right: 0;
  bottom: auto;
  transform: translateY(-200px);
  transition: all 0.7s ease-out;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  width: auto;
}
@media only screen and (min-width: 992px) {
  .site-header__search-panel {
    transform: translateX(-600px);
    top: auto;
    right: auto;
    bottom: 0;
    left: 5rem;
    border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    width: 25rem;
  }
}
.site-header__search-panel.active {
  transform: translateY(0);
}
@media only screen and (min-width: 992px) {
  .site-header__search-panel.active {
    transform: translateX(0);
  }
}
.site-header__search-panel input[type=text] {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #fff;
  transition: all 0.3s ease-out;
  width: 100%;
  border-radius: none;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
}
.site-header__search-panel input[type=text]:focus {
  outline: none;
  border-bottom: 1px solid #EB0F2D;
}
.site-header__search-panel input[type=submit] {
  border: none;
  background-color: #EB0F2D;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
  flex: 0 0 50px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.site-header__search-form {
  display: flex;
}
.site-header__search-field-wrap {
  padding: 1.875rem;
  flex: 1 1 400px;
  background-color: #001028;
}
@media only screen and (min-width: 992px) {
  .site-header__search-field-wrap {
    flex: 1 0 400px;
  }
}
.site-header__menu-toggle {
  border: none;
  background: transparent;
  padding: 0;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  transform: none;
  transition: all 0.3s ease-out;
}
.site-header__menu-toggle.--expand {
  margin-top: -0.3125rem;
}
@media only screen and (min-width: 992px) {
  .site-header__menu-toggle {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .site-header__menu-toggle.--expand {
    margin-top: 0;
  }
}
.site-header__menu-toggle:focus {
  outline: none;
}
.site-header__menu-toggle span {
  display: block;
  width: 33px;
  height: 3px;
  margin-bottom: 5px;
  position: relative;
  background: #EB0F2D;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
.site-header__menu-toggle span:first-child {
  transform-origin: 0% 0%;
}
.site-header__menu-toggle span:nth-last-child(2) {
  transform-origin: 70% 100%;
}
.site-header__menu-toggle span:nth-last-child(1) {
  transform-origin: 55% 100%;
}
.site-header__menu-toggle.--expand span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
.site-header__menu-toggle.--expand span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
.site-header__menu-toggle.--expand span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.site-header__column {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #001028;
}
@media only screen and (min-width: 992px) {
  .site-header__column {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.site-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.site-header__logo img {
  max-height: 40px;
}
.site-header__contact-block {
  position: absolute;
  bottom: auto;
  top: 0.8125rem;
  left: 0;
  right: auto;
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 992px) {
  .site-header__contact-block {
    bottom: 20px;
    left: 0;
    right: 0;
    top: auto;
    flex-direction: column;
  }
}
.site-header__contact {
  color: #fff;
  font-size: 1rem;
  transform: none;
  transform-origin: center;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.625rem;
  padding-left: 3.75rem;
  transition: all 0.2s ease-out;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  border-left: none;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (min-width: 992px) {
  .site-header__contact {
    transform: rotate(-90deg);
    margin-bottom: 1.875rem;
    margin-right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: none;
  }
}
.site-header__contact span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .site-header__contact span {
    display: inline-block;
  }
}
.site-header__contact:before {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/svg/icon-phone.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 1.25rem;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .site-header__contact:before {
    top: -0.25rem;
  }
}
.site-header__contact.active:before {
  background-image: url("../images/svg/icon-phone-close.svg");
}
.site-header__contact:hover {
  text-decoration: none;
  color: #EB0F2D;
}
.site-header__contact:hover:before {
  transform: rotate(90deg);
}
.site-header__mobile-contact-menu {
  height: 100vh;
  background-color: #001028;
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  z-index: 99999;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.8s ease-out;
  transform: translateY(-120vh);
  pointer-events: none;
  padding: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .site-header__mobile-contact-menu {
    display: none;
  }
}
.site-header__mobile-contact-menu.active {
  transform: translateY(0);
  pointer-events: auto;
}
.site-header__mobile-contact-menu-item {
  margin-bottom: 3.75rem;
}
@media only screen and (max-height: 400px) {
  .site-header__mobile-contact-menu-item {
    margin-bottom: 1.875rem;
  }
}
.site-header__mobile-contact-menu-item-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
}
.site-header__mobile-contact-menu-item-link {
  color: #fff;
  text-decoration: underline;
  font-size: 1.25rem;
  transition: all 0.3s ease-out;
}
.site-header__mobile-contact-menu-item-link:hover {
  color: #EB0F2D;
}
.site-header__mobile-contact-menu-item-link:focus {
  color: #EB0F2D;
}
.site-header__search {
  transform: none;
  transform-origin: center;
  display: block;
  transition: all 0.2s ease-out;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/svg/icon-search.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .site-header__search {
    margin: 1.25rem auto 0;
  }
}
.site-header__search:hover:before {
  transform: rotate(90deg);
}
.site-header__search:focus {
  outline: none;
}
.site-header__search.active {
  background-image: url("../images/svg/icon-close.svg");
}

.home .site-header__logo {
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .home .site-header__logo {
    opacity: 1;
  }
}

.site-footer {
  padding: 2.5rem 1.25rem;
  background-color: #FFF7EE;
  color: #001028;
  position: relative;
}
.site-footer #menu-footer {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .site-footer {
    padding: 4.375rem 1.875rem;
  }
}
.site-footer__logo {
  display: inline-block;
  margin-block-end: 1.25rem;
}
.site-footer__contact-column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-top: 1px solid #001028;
  font-size: 0.875rem;
}
.site-footer__contact-column:nth-child(2) {
  border-top: none;
}
@media only screen and (min-width: 992px) {
  .site-footer__contact-column {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 1px solid #001028;
    border-top: none;
  }
}
.site-footer__contact-column a {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #001028;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.site-footer__contact-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.site-footer__contact-details {
  margin: 1.25rem 0;
}
.site-footer__contact-email-address {
  word-break: break-all;
}
.site-footer__copyright {
  font-size: 0.875rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}
.site-footer__logos_row {
  border-top: 1px solid #001028;
}
@media only screen and (min-width: 992px) {
  .site-footer__logos_row {
    border-top: none;
  }
}
.site-footer__logos {
  padding: 0px 0px 20px 0px;
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-wrap: wrap;
  row-gap: 25px;
  justify-content: space-around;
}
@media only screen and (min-width: 992px) {
  .site-footer__logos {
    justify-content: flex-start;
    padding: 0px 0px 40px 0px;
  }
}
.site-footer__logos img {
  width: auto;
  max-height: 64px;
}
.site-footer__site-by {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #001028;
  font-size: 0.875rem;
  transition: all 0.3s ease-out;
}
.site-footer__site-by:hover {
  color: #001028;
}
.site-footer__bottom {
  border-top: none;
  padding-top: 0;
  padding-top: 1.5625rem;
  border-top: 1px solid #001028;
}
@media only screen and (min-width: 992px) {
  .site-footer__bottom {
    padding-top: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__top {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__top .first-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.site-footer .menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  flex-direction: column;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .site-footer .menu {
    border-bottom: none;
    display: inline-flex;
    margin-bottom: 0;
  }
}
.site-footer .menu li a {
  color: #001028;
  margin-left: 0;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
  display: inline-block;
}
.site-footer .menu li:last-of-type a {
  margin-bottom: 0px;
}

.main-navigation {
  background-color: #001028;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  height: calc(100vh - 3.75rem);
  transition: all 0.5s ease-out;
  transform: translateX(0) translateY(-150vh);
}
@media (min-width: 992px) {
  .main-navigation {
    display: flex;
    top: 0;
    left: 5rem;
    bottom: 0;
    min-width: 18.75rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    transform: translateX(-100%) translateY(0);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-top: none;
    height: auto;
  }
}
.main-navigation.--expand {
  transform: translateX(0) translateY(0);
  display: flex;
}
.main-navigation hr {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: calc(100% - 2.5rem);
}
@media only screen and (min-width: 992px) {
  .main-navigation hr {
    width: calc(100% - 5rem);
  }
}
.main-navigation .menu-header-container,
.main-navigation .menu-secondary-menu-container {
  width: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.main-navigation .menu-header-container::-webkit-scrollbar,
.main-navigation .menu-secondary-menu-container::-webkit-scrollbar {
  display: none;
}
.main-navigation .menu-header-container {
  flex-shrink: 0;
  flex-grow: 0;
}
@media only screen and (min-width: 768px) {
  .main-navigation .menu-header-container {
    flex-grow: 1;
  }
}
.main-navigation .menu-secondary-menu-container {
  flex-shrink: 1;
  flex-grow: 1;
}
.main-navigation .menu-secondary-menu-container a {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
}
.main-navigation .menu-secondary-menu-container > .menu {
  flex-direction: row;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu-secondary-menu-container > .menu {
    flex-direction: column;
  }
}
.main-navigation .menu-secondary-menu-container > .menu li {
  flex: 0 0 50%;
}
@media only screen and (min-width: 992px) {
  .main-navigation .menu-secondary-menu-container > .menu li {
    flex: 0 0 100%;
  }
}
.main-navigation ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.main-navigation ul > li {
  flex: 0 0 auto;
}
.main-navigation ul li {
  position: relative;
  z-index: auto;
  display: flex;
}
.main-navigation ul li:hover > a {
  color: #EB0F2D;
  background-color: #19273D;
}
.main-navigation ul li.menu-item-has-children > .mobile-menu-trigger {
  display: block;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li.menu-item-has-children > .mobile-menu-trigger {
    display: none;
  }
}
.main-navigation ul li > a {
  flex-grow: 1;
}
.main-navigation ul li .mobile-menu-trigger {
  width: 2.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: none;
  flex-shrink: 0;
  display: none;
  background-image: url("../images/svg/icon-arrow-red-right.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
}
.main-navigation ul li .sub-menu {
  width: 100%;
}
.main-navigation ul li.js-hover > .sub-menu-container {
  left: 0;
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li.js-hover > .sub-menu-container {
    left: 18.75rem;
  }
}
.main-navigation ul li.js-hover > .sub-menu-container .js-hover > .sub-menu-container {
  left: 0;
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li.js-hover > .sub-menu-container .js-hover > .sub-menu-container {
    left: 18.75rem;
  }
}
.main-navigation ul li .sub-menu-container {
  width: 100%;
  z-index: 1;
  height: 100vh;
  transition: all 0.3s ease-out;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  border-right: none;
  position: fixed;
  background-color: #001028;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  left: 18.75rem;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li .sub-menu-container {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    min-width: 18.75rem;
    height: 100vh;
    z-index: -1;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: translateX(-10px);
  }
}
.main-navigation ul li .sub-menu-container__back {
  display: block;
  position: relative;
  padding: 0.625rem 1.25rem 0.625rem 3.125rem;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li .sub-menu-container__back {
    display: none;
    padding: 0.625rem 2.5rem 0.625rem 3.125rem;
  }
}
.main-navigation ul li .sub-menu-container__back:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/svg/icon-arrow-red-left.svg");
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.main-navigation ul li .sub-menu-container .sub-menu-container {
  left: 18.75rem;
  background-color: #001028;
}
.main-navigation ul li .sub-menu-container .sub-menu-container .sub-menu-container {
  left: 18.75rem;
  background-color: #001028;
}
.main-navigation ul li.menu-item-has-children {
  position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 0.5rem;
  right: 1.25rem;
  width: 1.875rem;
  height: 1.875rem;
  background-image: none;
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .main-navigation ul li.menu-item-has-children > a:after {
    background-image: url("../images/svg/icon-arrow-red-right.svg");
  }
}
.main-navigation ul li.menu-item-has-children > a:hover:after {
  right: 0.9375rem;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  padding: 0.625rem 3.75rem 0.625rem 1.25rem;
  transition: all 0.3s ease-out;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (max-height: 800px) {
  .main-navigation a {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .main-navigation a {
    padding: 0.625rem 3.75rem 0.625rem 2.5rem;
  }
}
.main-navigation a:hover {
  color: #EB0F2D;
  padding: 0.625rem 3.75rem 0.625rem 1.875rem;
}
@media only screen and (min-width: 992px) {
  .main-navigation a:hover {
    padding: 0.625rem 3.75rem 0.625rem 3.125rem;
  }
}

.menu-toggle {
  position: relative;
  z-index: 10;
}

.mobile-menu {
  background: #0F6EB6;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 9;
}
.mobile-menu.is-active {
  transform: translateX(0);
}
.mobile-menu ul {
  margin: 0;
  padding: 3.75rem;
}
.mobile-menu a {
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 1.875rem;
  right: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  z-index: 999;
  background-color: #EB0F2D;
  color: #fff;
  padding: 0.625rem;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transition: 1s;
}
.back-to-top:hover {
  background-color: #fff;
  color: #EB0F2D;
}
.back-to-top:hover::before {
  background-image: url("../images/svg/icon-arrow-thick-red-up.svg");
}
.back-to-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/svg/icon-arrow-thick-white-up.svg");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .menu-toggle,
  .mobile-menu {
    display: none;
  }
}
#secondary-menu .mobile-menu-trigger {
  display: none;
}

.post-card {
  border: 1px solid #000;
  display: block;
  padding: 40px;
}

.wpcf7 form .donate-button {
  display: none;
}
.wpcf7 form.failed .wpcf7-response-output {
  border: none;
  background: #EB0F2D;
  color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
  padding: 2.5rem !important;
  text-align: center;
  background-color: #FFF7EE;
  color: #001028;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  margin-top: 1.25rem;
}
.wpcf7 form.sent .form-holder {
  display: none;
}
.wpcf7 form.sent .donate-button {
  display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  background: #EB0F2D;
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1em 0;
  padding: 1em;
}
.wpcf7 form .wpcf7-not-valid-tip {
  border: none;
  background: #EB0F2D;
  color: #fff;
  padding: 1em;
}
.wpcf7 form .wpcf7-not-valid {
  border: 2px solid #dc3232;
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox] {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  position: relative;
  top: 6px;
  margin-right: 0.5em;
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox]:focus, .wpcf7 form .wpcf7-acceptance input[type=checkbox]:active {
  border-radius: none;
  outline: none;
}
.wpcf7 form .wpcf7-acceptance input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 125\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\"><path d=\"M37.4,91.5c-1.6,0-3.1-0.6-4.2-1.7l-26.2-27c-2.5-2.3-2.6-6.2-0.2-8.7c2.3-2.5,6.2-2.6,8.7-0.2l19.2,13.7  c1.1,1,2.8,0.8,3.7-0.4L83.9,11c2-2.7,5.9-3.3,8.6-1.2c2.7,2,3.3,5.9,1.2,8.6L42.3,89c-1.1,1.4-2.7,2.3-4.4,2.4  C37.7,91.5,37.6,91.5,37.4,91.5z\"/></svg>");
  background-size: 60%;
  background-position: 50%;
  background-repeat: no-repeat;
}
.wpcf7 form .wpcf7-submit {
  -webkit-appearance: none;
  -webkit-appearance: none;
  border: 2px solid #000;
  background: #fff;
  padding: 0.5em 2em;
}
.wpcf7 form .wpcf7-submit:disabled {
  opacity: 0.5;
}
.wpcf7 form .wpcf7-submit:focus, .wpcf7 form .wpcf7-submit:active {
  border-radius: none;
  outline: none;
}
.wpcf7 form .wpcf7-submit:hover {
  background: #000;
  color: #fff;
}
.wpcf7 form .form-field-required-text span {
  color: #EB0F2D;
}

.form-field-wrap {
  margin-bottom: 1.25rem;
  width: 100%;
}
.form-field-wrap label {
  color: #001028;
  font-size: 1rem;
  display: block;
}
.form-field-wrap label.required:after {
  content: "*";
  color: #eb0f2d;
  font-size: 1.875rem;
  line-height: normal;
  font-weight: 700;
}
.form-field-wrap input[type=text],
.form-field-wrap input[type=url],
.form-field-wrap input[type=email],
.form-field-wrap input[type=tel],
.form-field-wrap input[type=password] {
  border: none;
  height: 3.125rem;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-field-wrap input[type=text]:focus,
.form-field-wrap input[type=url]:focus,
.form-field-wrap input[type=email]:focus,
.form-field-wrap input[type=tel]:focus,
.form-field-wrap input[type=password]:focus {
  outline: 1px solid #EB0F2D;
}
.form-field-wrap input[type=submit] {
  border: none;
  background-color: #001028;
  color: #fff;
  margin-top: 2.5rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-repeat: no-repeat !important;
  background-position: left 20px center !important;
  padding-left: 3.125rem;
  transition: all 0.3s ease-out;
}
.form-field-wrap input[type=submit]:hover {
  background-color: #EB0F2D;
  color: #fff;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
}
.form-field-wrap textarea {
  width: 100%;
  border: none;
  padding: 1.25rem;
}
.form-field-wrap textarea:focus {
  outline: 1px solid #EB0F2D;
}
.form-field-wrap select {
  width: 100%;
  height: 3.125rem;
  border: none;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.form-field-wrap .wpcf7-list-item {
  margin-top: 1.25rem;
  margin-left: 0;
}
.form-field-wrap .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: -999999px;
  z-index: -1;
  opacity: 0;
  display: none;
}
.form-field-wrap .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.form-field-wrap .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-image: url("../images/svg/icon-tick-red.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-field-wrap .wpcf7-checkbox {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-wrap: wrap;
}
.form-field-wrap .wpcf7-list-item-label {
  font-size: 0.8125rem;
  position: relative;
  padding-left: 2rem;
  display: block;
}
.form-field-wrap .wpcf7-list-item-label::before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border: 1px solid #E3E5E8;
}
.form-field-wrap .wpcf7-list-item-label a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.form-field-wrap .wpcf7-list-item-label a:hover {
  color: #EB0F2D;
}

.mc4wp-checkbox input[type=checkbox] {
  position: absolute;
  left: -999999px;
  z-index: -1;
  opacity: 0;
}
.mc4wp-checkbox input[type=checkbox]:checked + span::before {
  background-image: url("../images/svg/icon-tick-red.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.mc4wp-checkbox span {
  font-size: 0.8125rem;
  position: relative;
  padding-left: 2rem;
  display: block;
}
.mc4wp-checkbox span::before {
  background-color: #fff;
  border: 1px solid #E3E5E8;
  content: "";
  cursor: pointer;
  height: 1.25rem;
  inset-block-start: 0;
  inset-inline-start: 0.25rem;
  position: absolute;
  width: 1.25rem;
}

.lity {
  background: #001028 !important;
}

@media (min-width: 992px) {
  .lity-close, .lity-close:active,
  .lity-close:focus, .lity-close:hover,
  .lity-close:visited {
    right: 5rem !important;
  }
}
.e-breadcrumbs {
  color: #fff;
  font-size: 0.875rem;
}
.e-breadcrumbs > span > span:first-of-type > a {
  margin-left: 0;
}
.e-breadcrumbs a {
  color: #fff;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.e-breadcrumbs .breadcrumb_last {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-left: 0.625rem;
}

.search-results,
.search-no-results {
  background-color: #FFF7EE;
  color: #fff;
}
.search-results .site-content,
.search-no-results .site-content {
  padding-top: 0;
}
.search-results .search-header,
.search-no-results .search-header {
  padding: 1.25rem 0 3.75rem;
  text-align: center;
  color: #000;
}
.search-results .search-header .woody-container,
.search-no-results .search-header .woody-container {
  position: relative;
  padding-top: 250px;
}
@media (max-width: 980px) {
  .search-results .search-header .woody-container,
  .search-no-results .search-header .woody-container {
    padding-top: 230px;
  }
}
.search-results .search-header .woody-container__search-title,
.search-no-results .search-header .woody-container__search-title {
  color: #EB0F2D;
  font-size: 180px;
  font-family: "zooja-pro", sans-serif;
  font-feature-settings: "salt" 2;
  line-height: 1;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-block;
}
@media (max-width: 980px) {
  .search-results .search-header .woody-container__search-title,
  .search-no-results .search-header .woody-container__search-title {
    font-size: 120px;
  }
}
.search-results .search-header .spinning-object,
.search-no-results .search-header .spinning-object {
  position: absolute;
  bottom: 0;
  left: 110%;
  width: 100px;
  height: 100px;
  transform: translateY(0) rotate(0deg); /* Center vertically */
  animation: searchMoveAndSpin 8s ease-in-out infinite; /* Infinaite loop */
  animation-fill-mode: forwards; /* Keep final state */
  will-change: transform;
}
@keyframes searchMoveAndSpin {
  0% {
    left: 110vw; /* Start off-screen right */
    transform: translate(0, 0) rotate(0deg); /* No rotation */
  }
  25% {
    left: calc(50vw - 2.5rem + 150px); /* Move to the center */
    transform: translate(0, 0) rotate(-360deg); /* Spin anti-clockwise */
  }
  30% {
    left: calc(50vw - 2.5rem + 150px); /* Bounce slightly left */
    transform: translate(-10px, 0) rotate(-360deg);
  }
  32% {
    left: calc(50vw - 2.5rem + 150px); /* Bounce slightly right */
    transform: translate(10px, 0) rotate(-360deg);
  }
  34% {
    left: calc(50vw - 2.5rem + 150px); /* Smaller left bounce */
    transform: translate(-5px, 0) rotate(-360deg);
  }
  36% {
    left: calc(50vw - 2.5rem + 150px); /* Back to center */
    transform: translate(0, 0) rotate(-360deg);
  }
  50% {
    left: calc(50vw - 2.5rem + 150px); /* Reset for clockwise spin */
    transform: translate(0, 0) rotate(-360deg);
  }
  75% {
    left: calc(100vw - 5rem); /* Move back off-screen right */
    transform: translate(0, 0) rotate(360deg); /* Spin clockwise */
  }
  100% {
    left: calc(110vw - 5rem); /* Ensure final position */
    transform: translate(0, 0) rotate(720deg); /* Continue spinning clockwise */
  }
}
@media (max-width: 980px) {
  @keyframes searchMoveAndSpin {
    0% {
      left: 110vw; /* Start off-screen right */
      transform: translate(0, 0) rotate(0deg); /* No rotation */
    }
    25% {
      left: calc(50vw + 90px); /* Move to the center */
      transform: translate(0, 0) rotate(-360deg); /* Spin anti-clockwise */
    }
    30% {
      left: calc(50vw + 90px); /* Bounce slightly left */
      transform: translate(-10px, 0) rotate(-360deg);
    }
    32% {
      left: calc(50vw + 90px); /* Bounce slightly right */
      transform: translate(10px, 0) rotate(-360deg);
    }
    34% {
      left: calc(50vw + 90px); /* Smaller left bounce */
      transform: translate(-5px, 0) rotate(-360deg);
    }
    36% {
      left: calc(50vw + 90px); /* Back to center */
      transform: translate(0, 0) rotate(-360deg);
    }
    50% {
      left: calc(50vw + 90px); /* Reset for clockwise spin */
      transform: translate(0, 0) rotate(-360deg);
    }
    75% {
      left: calc(100vw + 90px); /* Move back off-screen right */
      transform: translateY(0) rotate(360deg); /* Spin clockwise */
    }
    100% {
      left: 110vw; /* Ensure final position */
      transform: translateY(0) rotate(720deg); /* Continue spinning clockwise */
    }
  }
}
.search-results .site-main,
.search-no-results .site-main {
  background-color: #001028;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .search-results .site-main,
  .search-no-results .site-main {
    padding-top: 0;
  }
}
.search-results__logo,
.search-no-results__logo {
  display: none;
}
@media only screen and (min-width: 992px) {
  .search-results__logo,
  .search-no-results__logo {
    display: block;
  }
}
.search-results__result-footer,
.search-no-results__result-footer {
  display: flex;
  margin-bottom: 1.25rem;
  margin-top: 0.3125rem;
}
.search-results__result-tag, .search-results__result-date,
.search-no-results__result-tag,
.search-no-results__result-date {
  color: #fff;
  padding: 0.3125rem 0.625rem;
  text-transform: uppercase;
  display: inline-block;
  font-size: 0.75rem;
}
.search-results__result-tag,
.search-no-results__result-tag {
  background-color: #19273D;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.search-results__result-date,
.search-no-results__result-date {
  font-style: italic;
}
.search-results__heading,
.search-no-results__heading {
  color: #FFF7EE;
  font-size: 24px;
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  .search-results__heading,
  .search-no-results__heading {
    font-size: calc(24px + 26 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .search-results__heading,
  .search-no-results__heading {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .search-results__heading,
  .search-no-results__heading {
    margin-top: 5rem;
  }
}
.search-results__result,
.search-no-results__result {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 2.5rem;
  padding-bottom: 0;
  padding-right: 5rem;
  position: relative;
  height: 100%;
}
.search-results__results-container,
.search-no-results__results-container {
  margin-top: 40;
  margin-bottom: 6.25rem;
}
.search-results__result-heading,
.search-no-results__result-heading {
  line-height: 0.7;
}
.search-results__result-heading a,
.search-no-results__result-heading a {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (min-width: 320px) {
  .search-results__result-heading a,
  .search-no-results__result-heading a {
    font-size: calc(18px + 6 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .search-results__result-heading a,
  .search-no-results__result-heading a {
    font-size: 24px;
  }
}
.search-results__result-button,
.search-no-results__result-button {
  width: 1.875rem;
  height: 1.875rem;
  background-color: #EB0F2D;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 992px) {
  .search-results__result-button,
  .search-no-results__result-button {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 20px;
  }
}
.search-results__load-more,
.search-no-results__load-more {
  border: 1px solid #fff;
  color: #fff;
  padding: 1.25rem 3.75rem;
  display: inline-block;
  transition: all 0.3s ease-out;
  margin-top: 5rem;
}
.search-results__load-more:hover,
.search-no-results__load-more:hover {
  background-color: #fff;
  color: #001028;
  text-decoration: none;
}

.search-large__container {
  margin: 20px auto;
  padding: 0 20px;
}
.search-large__container .search-form {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.search-large__container .search-form .search-field-wrap {
  flex-grow: 1;
}
.search-large__container .search-form .search-field-wrap .search-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.search-large__container .search-form input[type=submit] {
  width: 100px;
  border: none;
  background-color: #EB0F2D;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
  flex: 0 0 60px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 20px 20px 0;
}

.password-protect {
  background-color: #FFF7EE;
  position: relative;
  padding: 1.875rem 0.625rem;
  margin-top: -6.25rem;
}
@media only screen and (min-width: 768px) {
  .password-protect {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .password-protect {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .password-protect {
    padding: 6.25rem;
  }
}
.password-protect__button {
  border: none;
  background-color: #001028;
  color: #fff;
  margin-top: 2.5rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding: 1.25rem 1.25rem 1.25rem 3.125rem;
}
.password-protect__link {
  color: #001028;
  text-decoration: underline;
  display: inline-block;
  margin-top: 1.25rem;
  transition: all 0.3s ease-out;
}
.password-protect__link:hover {
  color: #EB0F2D;
}
.password-protect__pattern {
  width: 50%;
  height: 80%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.05;
  display: none;
}
@media only screen and (min-width: 992px) {
  .password-protect__pattern {
    display: block;
  }
}

.e-dropdown {
  position: relative;
  margin-bottom: 1.875rem;
}
.e-dropdown__placeholder {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 0.625rem 0;
  position: relative;
  cursor: pointer;
}
.e-dropdown__placeholder:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.625rem;
  width: 1.5rem;
  height: 1.125rem;
  background-image: url("../images/svg/icon-arrow-white-down.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.e-dropdown__list {
  background-color: #fff;
  padding: 1.25rem;
  pointer-events: none;
  position: absolute;
  top: 2.8125rem;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 8px 0px rgba(117, 117, 117, 0.5);
  max-height: 18.75rem;
  overflow: scroll;
}
.e-dropdown__list-item {
  color: #001028;
}
.e-dropdown.active .e-dropdown__list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.e-dropdown.active .e-dropdown__placeholder:after {
  transform: rotate(180deg);
}

.e-share-icons {
  display: flex;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1400px) {
  .e-share-icons {
    margin-top: 3.75rem;
    margin-bottom: 0;
    display: none;
  }
}
.block-content-block__sidebar-content .e-share-icons {
  transform: none;
  margin-bottom: -3.75rem;
  margin-top: 0;
  display: none;
}
@media only screen and (min-width: 1400px) {
  .block-content-block__sidebar-content .e-share-icons {
    display: flex;
    transform: translateY(-160px);
  }
}
.e-share-icons__heading {
  font-size: 1rem;
  padding-right: 0.625rem;
  margin-right: 0.9375rem;
  border-right: 1px solid #757575;
}
.e-share-icons__icon {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.9375rem;
  transition: all 0.2s ease-out;
}
.e-share-icons__icon:hover {
  transform: scale(1.1);
}
.e-share-icons__icon:last-of-type {
  margin-right: 0;
}
.e-share-icons__icon--facebook {
  background-image: url("../images/svg/icon-facebook.svg");
}
.e-share-icons__icon--facebook-white {
  background-image: url("../images/svg/icon-facebook-white.svg");
}
.e-share-icons__icon--twitter {
  background-image: url("../images/svg/icon-twitter.svg");
}
.e-share-icons__icon--twitter-white {
  background-image: url("../images/svg/icon-twitter-white.svg");
}
.e-share-icons__icon--linkedin {
  background-image: url("../images/svg/icon-linkedin.svg");
}
.e-share-icons__icon--linkedin-white {
  background-image: url("../images/svg/icon-linkedin-white.svg");
}

.error404, .page-404-error {
  background-color: #FFF7EE;
  color: #000;
  /* Keyframes for Woody movement, spinning, and quick bouncing
  @keyframes moveAndSpin {
      0% {
      left: 110vw;  /* Starts completely off-screen to the right 
      transform: rotate(0deg); /* No rotation 
      }
      25% {
      left: calc((50vw - 2.5rem) + 90px); /* Move to the center adjusting for fixed side header*
      transform: rotate(-360deg); /* Spin anti-clockwise 
      }
      30% {
      left: calc((50vw - 2.5rem) + 90px); /* Bounce slightly left 
      transform: translateX(-10px) rotate(-360deg);
      }
      32% {
      left: calc((50vw - 2.5rem) + 90px); /* Bounce slightly right 
      transform: translateX(10px) rotate(-360deg);
      }
      34% {
      left: calc((50vw - 2.5rem) + 90px); /* Smaller left bounce 
      transform: translateX(-5px) rotate(-360deg);
      }
      36% {
      left: calc((50vw - 2.5rem) + 90px); /* Back to center 
      transform: translateX(0) rotate(-360deg);
      }
      50% {
      left: calc((50vw - 2.5rem) + 90px);
      transform: rotate(-360deg); /* Reset for clockwise spin 
      }
      75% {
      left: calc(100vw - 5rem);  /* Moves completely off-screen to the right 
      transform: rotate(360deg); /* Spin clockwise 
      }
      100% {
      left: calc(110vw - 5rem);
      transform: rotate(720deg);
      }
  }

  @media (max-width: 980px) {
          @keyframes moveAndSpin {
          0% {
              left: 110vw;  /* Starts completely off-screen to the right 
              transform: rotate(0deg);
          }
          25% {
              left: calc(50vw + 90px); /* Adjusted for no sidebar
              transform: rotate(-360deg);
          }
          30% {
              left: calc(50vw + 90px);
              transform: translateX(-10px) rotate(-360deg);
          }
          32% {
              left: calc(50vw + 90px);
              transform: translateX(10px) rotate(-360deg);
          }
          34% {
              left: calc(50vw + 90px);
              transform: translateX(-5px) rotate(-360deg);
          }
          36% {
              left: calc(50vw + 90px);
              transform: translateX(0) rotate(-360deg);
          }
          50% {
              left: calc(50vw + 90px);
              transform: rotate(-360deg);
          }
          75% {
              left: 100vw;  /* Moves completely off-screen 
              transform: rotate(360deg);
          }
          100% {
              left: 110vw;
              transform: rotate(720deg);
          }
      }
  }*/
}
.error404 .woody-container, .page-404-error .woody-container {
  position: relative;
  padding-top: 250px;
}
.error404 .woody-container .error-page__code, .page-404-error .woody-container .error-page__code {
  color: #EB0F2D;
  font-size: 180px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-family: "zooja-pro", sans-serif;
  line-height: 1;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: inline-block;
}
.error404 .woody-container .spinning-object, .page-404-error .woody-container .spinning-object {
  position: absolute;
  bottom: 0;
  left: 110%;
  width: 100px;
  height: 100px;
  transform: translateY(0) rotate(0deg); /* Center vertically */
  animation: moveAndSpin 8s ease-in-out infinite; /* Infinaite loop */
  animation-fill-mode: forwards; /* Keep final state */
  will-change: transform;
}
.error404 .page-header, .page-404-error .page-header {
  padding: 0 20px;
}
.error404 h1.page-title, .page-404-error h1.page-title {
  font-size: 20px;
  margin-top: 20px;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .error404 h1.page-title, .page-404-error h1.page-title {
    font-size: calc(20px + 20 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .error404 h1.page-title, .page-404-error h1.page-title {
    font-size: 40px;
  }
}
@keyframes moveAndSpin {
  0% {
    left: 110vw; /* Start off-screen right */
    transform: translate(0, 0) rotate(0deg); /* No rotation */
  }
  25% {
    left: calc(50vw - 2.5rem + 90px); /* Move to the center */
    transform: translate(0, 0) rotate(-360deg); /* Spin anti-clockwise */
  }
  30% {
    left: calc(50vw - 2.5rem + 90px); /* Bounce slightly left */
    transform: translate(-10px, 0) rotate(-360deg);
  }
  32% {
    left: calc(50vw - 2.5rem + 90px); /* Bounce slightly right */
    transform: translate(10px, 0) rotate(-360deg);
  }
  34% {
    left: calc(50vw - 2.5rem + 90px); /* Smaller left bounce */
    transform: translate(-5px, 0) rotate(-360deg);
  }
  36% {
    left: calc(50vw - 2.5rem + 90px); /* Back to center */
    transform: translate(0, 0) rotate(-360deg);
  }
  50% {
    left: calc(50vw - 2.5rem + 90px); /* Reset for clockwise spin */
    transform: translate(0, 0) rotate(-360deg);
  }
  75% {
    left: calc(100vw - 5rem); /* Move back off-screen right */
    transform: translate(0, 0) rotate(360deg); /* Spin clockwise */
  }
  100% {
    left: calc(110vw - 5rem); /* Ensure final position */
    transform: translate(0, 0) rotate(720deg); /* Continue spinning clockwise */
  }
}
@media (max-width: 980px) {
  @keyframes moveAndSpin {
    0% {
      left: 110vw; /* Start off-screen right */
      transform: translate(0, 0) rotate(0deg); /* No rotation */
    }
    25% {
      left: calc(50vw + 90px); /* Move to the center */
      transform: translate(0, 0) rotate(-360deg); /* Spin anti-clockwise */
    }
    30% {
      left: calc(50vw + 90px); /* Bounce slightly left */
      transform: translate(-10px, 0) rotate(-360deg);
    }
    32% {
      left: calc(50vw + 90px); /* Bounce slightly right */
      transform: translate(10px, 0) rotate(-360deg);
    }
    34% {
      left: calc(50vw + 90px); /* Smaller left bounce */
      transform: translate(-5px, 0) rotate(-360deg);
    }
    36% {
      left: calc(50vw + 90px); /* Back to center */
      transform: translate(0, 0) rotate(-360deg);
    }
    50% {
      left: calc(50vw + 90px); /* Reset for clockwise spin */
      transform: translate(0, 0) rotate(-360deg);
    }
    75% {
      left: calc(100vw + 90px); /* Move back off-screen right */
      transform: translateY(0) rotate(360deg); /* Spin clockwise */
    }
    100% {
      left: 110vw; /* Ensure final position */
      transform: translateY(0) rotate(720deg); /* Continue spinning clockwise */
    }
  }
}
.error404 .error404__search-container, .page-404-error .error404__search-container {
  margin: 20px auto;
  padding: 0 20px;
}
.error404 .error404__search-container .error404__search-form, .page-404-error .error404__search-container .error404__search-form {
  display: flex;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.error404 .error404__search-container .error404__search-form .error404__search-field-wrap, .page-404-error .error404__search-container .error404__search-form .error404__search-field-wrap {
  flex-grow: 1;
}
.error404 .error404__search-container .error404__search-form .error404__search-field-wrap .search-field, .page-404-error .error404__search-container .error404__search-form .error404__search-field-wrap .search-field {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
}
.error404 .error404__search-container .error404__search-form input[type=submit], .page-404-error .error404__search-container .error404__search-form input[type=submit] {
  width: 100px;
  border: none;
  background-color: #EB0F2D;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
  flex: 0 0 60px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0 20px 20px 0;
}

.wp-block-table thead {
  border-bottom: 0 !important;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
/**
 * Block: Key Stats 
 * 
 */
.block-key-stats {
  padding-top: var(--section-padding-top, 5rem);
  padding-bottom: var(--section-padding-bottom, 5rem);
  text-align: center;
  background-color: #fff;
  margin-bottom: 2rem;
}
.block-key-stats--dark {
  background-color: #001028;
  color: #fff;
}
.block-key-stats--light {
  background-color: #fff;
  color: #0F6EB6;
}
.block-key-stats__heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .block-key-stats__heading {
    font-size: 2.25rem !important;
  }
}
.block-key-stats h2.boarder-stats-heading {
  font-size: 24px;
  text-align: left;
  color: #000;
}
@media only screen and (min-width: 320px) {
  .block-key-stats h2.boarder-stats-heading {
    font-size: calc(24px + 10 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-key-stats h2.boarder-stats-heading {
    font-size: 34px;
  }
}
.block-key-stats h2.boarder-stats-heading span.has-zooja-font {
  font-family: "zooja-pro", sans-serif;
  font-feature-settings: "salt" 2;
  font-weight: 300;
  color: #EB0F2D;
  font-size: 34px;
}
@media only screen and (min-width: 320px) {
  .block-key-stats h2.boarder-stats-heading span.has-zooja-font {
    font-size: calc(34px + 30 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-key-stats h2.boarder-stats-heading span.has-zooja-font {
    font-size: 64px;
  }
}
.block-key-stats__intro {
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.block-key-stats__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  .block-key-stats__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px;
  }
}
.block-key-stats__card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 240px;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.block-key-stats--dark .block-key-stats__card {
  background-color: #001028;
  border: 2px solid #0F6EB6;
  box-shadow: 0 10px 30px rgba(15, 110, 182, 0.2);
}
.block-key-stats__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}
.block-key-stats__card p {
  margin: 0;
}
.block-key-stats__value {
  font-size: 5rem;
  min-height: 8rem;
  font-weight: 700;
  line-height: 1;
  color: #0F6EB6;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.block-key-stats__value.has-zooja-font {
  font-family: "zooja-pro", sans-serif;
  font-feature-settings: "salt" 2;
  font-weight: 300;
  color: #EB0F2D;
  font-size: 7rem;
}
.block-key-stats--dark .block-key-stats__value {
  color: #0F6EB6;
}
@media (max-width: 767px) {
  .block-key-stats__value {
    font-size: 3.5rem;
    min-height: 6rem;
  }
}
.block-key-stats__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
}
.block-key-stats__label {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
.block-key-stats--dark .block-key-stats__label {
  color: #fff;
}
.block-key-stats__context {
  font-size: 1rem;
  margin-top: 0;
  color: #757575;
}
.block-key-stats--dark .block-key-stats__context {
  color: #A0AEC0;
}
.block-key-stats__footnote {
  font-size: 0.75rem;
  opacity: 0.6;
  margin-top: 2rem;
}
.block-key-stats--dark .block-key-stats__footnote {
  color: #fff;
}
.block-key-stats .js-fade-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.block-key-stats .js-fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.slide-animation {
  width: 100%;
  position: relative;
  z-index: -1;
}
.slide-animation__skip {
  position: absolute;
  bottom: 40px;
  right: 40px;
  background-color: #001028;
  color: #fff;
  z-index: 9;
  padding: 0.625rem 0.9375rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.slide-animation__crest {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(20%);
  z-index: 99;
  height: 60%;
  opacity: 0.3;
  display: none;
}
@media only screen and (min-width: 992px) {
  .slide-animation__crest {
    display: block;
  }
}
.slide-animation__content {
  position: absolute;
  left: 5rem;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99;
}
.slide-animation__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
  font-size: 24px;
  line-height: normal;
  transform: translateX(70px);
  margin-top: -1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 320px) {
  .slide-animation__title {
    font-size: calc(24px + 76 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .slide-animation__title {
    font-size: 100px;
  }
}
.slide-animation__title span {
  display: inline-block;
}
.slide-animation__pre-title {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  transform: translateX(-70px);
  opacity: 0;
}
@media only screen and (min-width: 320px) {
  .slide-animation__pre-title {
    font-size: calc(20px + 60 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .slide-animation__pre-title {
    font-size: 80px;
  }
}
.slide-animation__sub-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  border-left: 5px solid #EB0F2D;
  font-size: 18px;
  transform: translateX(45px) translateY(-20px);
  opacity: 0;
}
@media only screen and (min-width: 320px) {
  .slide-animation__sub-title {
    font-size: calc(18px + 12 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .slide-animation__sub-title {
    font-size: 30px;
  }
}
.slide-animation__sub-title span {
  padding: 0.625rem 0.9375rem 0.625rem 1.875rem;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .slide-animation__sub-title span {
    padding: 0.9375rem 1.25rem 0.9375rem 1.875rem;
  }
}
.slide-animation__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
.slide-animation__fixed:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.3;
}
@media only screen and (min-width: 992px) {
  .slide-animation__fixed {
    left: 5rem;
  }
}
@keyframes scale {
  50% {
    transform: scale(1.15);
  }
}
.slide-animation__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  animation: scale 30s ease-in-out infinite;
}
.slide-animation section {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.slide-animation section.first {
  opacity: 1;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.faux-section {
  height: 100vh;
  width: 100%;
  z-index: 999999;
}
.faux-section:nth-of-type(1) {
  background-color: green;
}
.faux-section:nth-of-type(2) {
  background-color: red;
}
.faux-section:nth-of-type(3) {
  background-color: blue;
}

.future-section {
  width: 100%;
  height: 100vh;
  background-color: #19273D;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-scrolling-text {
  background-color: #001028;
  overflow: hidden;
  padding: 1.875rem 0;
  position: relative;
}
.block-scrolling-text__line {
  font-size: 24px;
  white-space: nowrap;
  line-height: 1.2;
  animation: marquee 30s linear infinite;
}
@media only screen and (min-width: 320px) {
  .block-scrolling-text__line {
    font-size: calc(24px + 36 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-scrolling-text__line {
    font-size: 60px;
  }
}
.block-scrolling-text__line:nth-child(even) {
  animation-direction: reverse;
}
.block-scrolling-text__line span {
  transition: all 0.3s ease-out;
}
.block-scrolling-text__line span:not(.stylised) {
  color: #001028;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .block-scrolling-text__line span:not(.stylised) {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.4);
  }
}
:where(.block-scrolling-text__line span.stylised) {
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 0.6666666667;
  bottom: -0.075em;
  position: relative;
}
.block-scrolling-text__line span:hover {
  color: #fff;
}

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-featured-blocks {
  position: relative;
  background-color: #001028;
  color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-featured-blocks {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks {
    padding: 6.25rem;
  }
}
.block-featured-blocks__pattern {
  width: 75%;
  height: 80%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.block-featured-blocks__container {
  position: relative;
  z-index: 1;
}
.block-featured-blocks__grid {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .block-featured-blocks__grid {
    margin-top: 3.75rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks__grid {
    margin-top: 6.25rem;
  }
}
.block-featured-blocks__block {
  display: flex;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block {
    margin-bottom: 0;
  }
}
.block-featured-blocks__block--01 {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block--01 {
    flex-direction: row;
  }
}
.block-featured-blocks__block--01 .block-featured-blocks__block-container {
  margin-top: -2.5rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
  align-self: flex-end;
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block--01 .block-featured-blocks__block-container {
    margin-left: -1.25rem;
    margin-bottom: -2.5rem;
    margin-top: 0;
  }
}
.block-featured-blocks__block--02 {
  flex-direction: column;
  align-items: flex-end;
  align-items: center;
}
.block-featured-blocks__block--02 .block-featured-blocks__block-container {
  margin-top: -2.5rem;
  margin-right: 0;
  align-self: flex-end;
  margin-left: 1.25rem;
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block--02 .block-featured-blocks__block-container {
    margin-left: 0;
    margin-right: -1.25rem;
    max-width: 70%;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__block--02 .block-featured-blocks__block-container {
    max-width: 50%;
  }
}
.block-featured-blocks__block--02 .block-featured-blocks__block-border {
  position: relative;
}
.block-featured-blocks__block--02 .block-featured-blocks__block-border:after {
  display: none;
  content: "";
  position: absolute;
  left: -5rem;
  top: 0;
  width: 120%;
  height: 120%;
  border-left: 25px solid #19273D;
  border-bottom: 25px solid #19273D;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks__block--02 .block-featured-blocks__block-border:after {
    display: block;
  }
}
.block-featured-blocks__block--02 .block-featured-blocks__block-image {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .block-featured-blocks__block--02 .block-featured-blocks__block-image {
    max-width: 18.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__block--02 .block-featured-blocks__block-image {
    max-width: none;
  }
}
.block-featured-blocks__block--03 {
  margin-bottom: 2.5rem;
  margin-top: 0;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .block-featured-blocks__block--03 {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block--03 {
    flex-direction: row;
    margin-top: -3.75rem;
  }
}
.block-featured-blocks__block--03 .block-featured-blocks__block-container {
  margin-left: 1.25rem;
  margin-top: -2.5rem;
  align-self: flex-start;
}
@media only screen and (min-width: 768px) {
  .block-featured-blocks__block--03 .block-featured-blocks__block-container {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block--03 .block-featured-blocks__block-container {
    margin-left: -1.25rem;
  }
}
.block-featured-blocks__block--03 .block-featured-blocks__block-border {
  position: relative;
}
.block-featured-blocks__block--03 .block-featured-blocks__block-border:after {
  display: none;
  content: "";
  position: absolute;
  right: -5rem;
  bottom: 0;
  width: 120%;
  height: 120%;
  border-top: 25px solid #19273D;
  border-right: 25px solid #19273D;
  pointer-events: none;
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks__block--03 .block-featured-blocks__block-border:after {
    display: block;
  }
}
.block-featured-blocks__block--03 .block-featured-blocks__block-image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block-featured-blocks__block--03 .block-featured-blocks__block-image {
    flex-shrink: 0;
  }
}
.block-featured-blocks__block-container {
  background-color: #001028;
  padding: 1.875rem;
  align-self: flex-start;
  max-width: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .block-featured-blocks__block-container {
    max-width: 50%;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__block-container {
    padding: 2.5rem;
  }
}
.block-featured-blocks__block-title {
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-featured-blocks__block-title {
    font-size: calc(20px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__block-title {
    font-size: 24px;
  }
}
.block-featured-blocks__block-title a {
  color: #fff;
}
.block-featured-blocks__block-title a:hover {
  color: #fff;
}
.block-featured-blocks__block-copy {
  font-size: 1rem;
}
.block-featured-blocks__block-copy p {
  font-size: 1rem;
}
.block-featured-blocks__block-links {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks__block-links {
    flex-direction: row;
  }
}
.block-featured-blocks__block-image {
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .block-featured-blocks__block-image {
    flex-shrink: 1;
    max-width: 16.875rem;
  }
}
.block-featured-blocks__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-featured-blocks__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__heading {
    font-size: 42px;
  }
}
.block-featured-blocks__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-featured-blocks__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-blocks__copy {
    font-size: 18px;
  }
}
.block-featured-blocks__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-featured-blocks__links {
    flex-direction: row;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-text-and-links-list {
  position: relative;
  background-color: #001028;
  color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-links-list {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-links-list {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list {
    padding: 6.25rem;
  }
}
.block-text-and-links-list__container {
  background-color: #fff;
  padding: 1.875rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-links-list__container {
    padding: 1.875rem 3.125rem 1.875rem 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-links-list__container {
    padding: 2.5rem 3.125rem 2.5rem 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__container {
    padding: 3.75rem 7.5rem 3.75rem 3.75rem;
  }
}
.block-text-and-links-list__container p:last-of-type {
  margin-bottom: 0;
}
.block-text-and-links-list__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-text-and-links-list__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__heading {
    font-size: 42px;
  }
}
.block-text-and-links-list__heading .stylised {
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 0.6666666667;
  bottom: -0.075em;
  position: relative;
}
.block-text-and-links-list__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-text-and-links-list__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__copy {
    font-size: 18px;
  }
}
.block-text-and-links-list__image {
  margin-top: 1.25rem;
  padding-right: 6.875rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-links-list__image {
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__image {
    padding-right: 6.875rem;
  }
}
.block-text-and-links-list__links {
  display: inline-flex;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .block-text-and-links-list__links {
    flex-direction: row;
  }
}
.block-text-and-links-list__list {
  margin-top: 0;
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .block-text-and-links-list__list {
    transform: translateX(-20px);
    margin-top: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list {
    transform: translateX(-90px);
    margin-top: 5.625rem;
  }
}
.block-text-and-links-list__list-item {
  width: 100%;
  background-color: #FFF7EE;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
}
.block-text-and-links-list__list-item--link {
  transition: all 0.3s ease-out;
}
.block-text-and-links-list__list-item--link .block-text-and-links-list__list-item-content {
  padding: 0.9375rem 2.5rem 0.9375rem 0.9375rem;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .block-text-and-links-list__list-item--link .block-text-and-links-list__list-item-content {
    padding: 1.25rem 3.125rem 1.25rem 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item--link .block-text-and-links-list__list-item-content {
    padding: 1.875rem 4.375rem 1.875rem 1.875rem;
  }
}
.block-text-and-links-list__list-item--link:before {
  content: "";
  width: 0;
  background-color: #EB0F2D;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s ease-out;
}
.block-text-and-links-list__list-item--link:after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  top: 50%;
  right: 0.9375rem;
  transform: translateY(-50%);
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item--link:after {
    width: 1.25rem;
    height: 1.25rem;
    right: 1.875rem;
  }
}
.block-text-and-links-list__list-item--link:hover {
  transform: translateX(20px);
  text-decoration: none;
}
.block-text-and-links-list__list-item--link:hover:before {
  width: 100%;
}
.block-text-and-links-list__list-item--link:hover:after {
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
}
.block-text-and-links-list__list-item--link:hover .block-text-and-links-list__list-item-title {
  color: #fff;
}
.block-text-and-links-list__list-item--link:hover .block-text-and-links-list__list-item-copy {
  color: #fff;
}
.block-text-and-links-list__list-item-image {
  position: relative;
  flex: 0 0 30%;
  overflow: hidden;
}
.block-text-and-links-list__list-item-content {
  padding: 0.9375rem;
  flex: 0 0 70%;
}
@media only screen and (min-width: 992px) {
  .block-text-and-links-list__list-item-content {
    padding: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item-content {
    padding: 1.875rem;
  }
}
.block-text-and-links-list__list-item-title {
  color: #001028;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
  .block-text-and-links-list__list-item-title {
    font-size: calc(20px + 6 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item-title {
    font-size: 26px;
  }
}
.block-text-and-links-list__list-item-title .stylised {
  font-feature-settings: "salt" 2;
  font-size: 32px;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-weight: 400;
  line-height: 0.6666666667;
  bottom: -0.075em;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .block-text-and-links-list__list-item-title .stylised {
    font-size: calc(32px + 6 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item-title .stylised {
    font-size: 38px;
  }
}
.block-text-and-links-list__list-item-copy {
  color: #001028;
  font-size: 14px;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 320px) {
  .block-text-and-links-list__list-item-copy {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-links-list__list-item-copy {
    font-size: 16px;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-staff-strip {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-staff-strip {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-staff-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip {
    padding: 6.25rem;
  }
}
.block-staff-strip__pattern {
  width: 25%;
  height: 50%;
  background-image: url("../images/svg/woodbridge-school-crest-outline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  rotate: -35deg;
  transform-origin: 50% 0;
}
.block-staff-strip .container {
  position: relative;
  z-index: 1;
}
.block-staff-strip__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-staff-strip__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__heading {
    font-size: 42px;
  }
}
.block-staff-strip__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-staff-strip__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__copy {
    font-size: 18px;
  }
}
.block-staff-strip__copy a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-staff-strip__copy a:hover {
  color: #EB0F2D;
}
.block-staff-strip__image {
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__image {
    margin-top: 0;
  }
}
.block-staff-strip__image img {
  width: 100%;
}
.block-staff-strip__caption {
  background-color: #001028;
  color: #fff;
  font-size: 16px;
  padding: 1.25rem;
  display: inline-block;
  transform: translateY(-40px) translateX(40px);
  max-width: calc(100% - 80px);
}
@media only screen and (min-width: 320px) {
  .block-staff-strip__caption {
    font-size: calc(16px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__caption {
    font-size: 20px;
  }
}
.block-staff-strip__quote-wrap {
  position: relative;
}
.block-staff-strip__quote-wrap:after {
  display: none;
  content: "";
  width: 12.5rem;
  height: 12.5rem;
  border-right: 25px solid #b4b4b4;
  border-bottom: 25px solid #b4b4b4;
  position: absolute;
  right: -5rem;
  bottom: -5rem;
  opacity: 0.2;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__quote-wrap:after {
    display: block;
  }
}
.block-staff-strip__quote {
  padding: 3rem 2.5rem;
  background-color: #FFF7EE;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  margin-left: 0;
  z-index: 1;
  margin-top: -1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-staff-strip__quote {
    font-size: calc(20px + 6 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__quote {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .block-staff-strip__quote {
    margin-left: -30%;
    margin-top: 0;
    padding: 3rem 5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__quote {
    padding: 5rem 7.5rem;
  }
}
.block-staff-strip__quote:before, .block-staff-strip__quote:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 2.8125rem;
  background-image: url("../images/svg/quotation-marks.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__quote:before, .block-staff-strip__quote:after {
    width: 4.1875rem;
    height: 3.125rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__quote:before, .block-staff-strip__quote:after {
    width: 5.4375rem;
    height: 4.0625rem;
  }
}
.block-staff-strip__quote:before {
  content: "";
  rotate: 180deg;
  top: -0.5rem;
  left: -0.5rem;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__quote:before {
    top: -0.75rem;
    left: 0.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__quote:before {
    top: 0;
    left: -1rem;
  }
}
.block-staff-strip__quote:after {
  bottom: -0.5rem;
  right: -0.5rem;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__quote:after {
    bottom: -0.75rem;
    right: 0.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-strip__quote:after {
    bottom: -1rem;
    right: 1rem;
  }
}
.block-staff-strip__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-staff-strip__links {
    flex-direction: row;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-cta-strip {
  background-color: #001028;
  padding: 1.875rem 0.625rem;
  position: relative;
}
.block-cta-strip > .container > .row,
.block-cta-strip > .container-fluid > .row {
  row-gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .block-cta-strip {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-cta-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-cta-strip {
    padding: 3.75rem 6.25rem;
  }
}
.block-cta-strip__title {
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  white-space: nowrap;
}
@media only screen and (min-width: 320px) {
  .block-cta-strip__title {
    font-size: calc(48px + 12 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cta-strip__title {
    font-size: 60px;
  }
}
.block-cta-strip__heading {
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (min-width: 320px) {
  .block-cta-strip__heading {
    font-size: calc(18px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cta-strip__heading {
    font-size: 22px;
  }
}
.block-cta-strip__links {
  margin-top: 2rem;
}
.block-cta-strip__corner {
  width: 100%;
  height: 100%;
  border-right: 25px solid #19273D;
  border-bottom: 25px solid #19273D;
}
.block-cta-strip__form-heading {
  color: #fff;
  font-size: 18px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 320px) {
  .block-cta-strip__form-heading {
    font-size: calc(18px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cta-strip__form-heading {
    font-size: 22px;
  }
}
.block-cta-strip__form .required:after {
  content: "*";
  color: #EB0F2D;
  font-size: 1.875rem;
  line-height: normal;
  font-weight: 700;
}
.block-cta-strip__form .ajax-loader {
  display: none;
}
.block-cta-strip__form p {
  color: #fff;
}
.block-cta-strip__form label {
  color: #fff;
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .block-cta-strip__form label {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cta-strip__form label {
    font-size: 16px;
  }
}
.block-cta-strip__form input[type=text],
.block-cta-strip__form input[type=email] {
  background-color: #19273D;
  border: none;
  height: 3.75rem;
  color: #fff;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.block-cta-strip__form input[type=text]:focus,
.block-cta-strip__form input[type=email]:focus {
  outline: 1px solid #fff;
}
.block-cta-strip__form input[type=submit] {
  height: 3.75rem;
  background-color: #FFF7EE;
  font-size: 1rem;
  width: 100%;
  text-align: center;
  padding: 0.9375rem 1.25rem;
  margin-top: 1.25rem;
  transition: all 0.3s ease-out;
  border: none;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  .block-cta-strip__form input[type=submit] {
    margin-top: 0;
  }
}
.block-cta-strip__form input[type=submit]:hover {
  background-color: #EB0F2D;
  color: #fff;
  background-image: url("../images/svg/icon-arrow-thick-white-right.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
}
.block-cta-strip__form .wpcf7-list-item {
  margin-top: 1.25rem;
  margin-left: 0;
}
.block-cta-strip__form .wpcf7-list-item input[type=checkbox] {
  position: absolute;
  left: -999999px;
  z-index: -1;
  opacity: 0;
  display: none;
}
.block-cta-strip__form .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before,
.block-cta-strip__form .wpcf7-acceptance input:checked + .wpcf7-list-item-label:before {
  background-image: url("../images/svg/icon-tick-red.svg");
  background-size: 80%;
  background-position: center;
  background-repeat: no-repeat;
}
.block-cta-strip__form .wpcf7-list-item-label {
  font-size: 0.8125rem;
  position: relative;
  padding-left: 2.5rem;
  display: block;
}
.block-cta-strip__form .wpcf7-list-item-label:before {
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0.25rem;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.block-cta-strip__form .wpcf7-list-item-label a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-cta-strip__form .wpcf7-list-item-label a:hover {
  color: #EB0F2D;
}
.block-cta-strip__form .wpcf7-not-valid-tip {
  background-color: #EB0F2D;
  color: #fff !important;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
}
.block-cta-strip__form .wpcf7 form.sent .wpcf7-response-output {
  background-color: #FFF7EE;
  color: #001028;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  margin-top: 1.25rem;
}
.block-cta-strip__form .wpcf7 form.invalid .wpcf7-response-output,
.block-cta-strip__form .wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #EB0F2D;
  color: #fff;
  border: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  padding: 0.3125rem 0.625rem;
  margin-top: 1.25rem;
}
.block-cta-strip__form .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block-cta-strip__social-links {
  display: inline-flex;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-cta-strip__social-links {
    justify-content: flex-start;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.block-cta-strip__social-links a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  filter: invert(1) brightness(100);
  flex: 0 0 auto;
  margin-right: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 1025px) {
  .block-cta-strip__social-links a {
    margin-right: 1.875rem;
  }
}
.block-cta-strip__social-links a:hover {
  transform: scale(1.2);
}
.block-cta-strip__social-links a:last-of-type {
  margin-right: 0;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-text-hero {
  width: 100%;
  min-height: calc(100vh - 70px);
  min-height: calc(100dvh - 70px);
  height: 100vh;
  height: 100dvh;
  background-color: #FFF7EE;
  position: relative;
  z-index: 999;
}
@media only screen and (max-height: 780px) {
  .block-text-hero {
    padding-top: 3.75rem;
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-hero {
    min-height: 56.25rem;
  }
}
.block-text-hero__breadcrumbs {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  right: 0;
  z-index: 9;
  color: #001028;
}
@media only screen and (min-width: 992px) {
  .block-text-hero__breadcrumbs {
    top: 2.5rem;
  }
}
.block-text-hero__breadcrumbs span {
  color: #001028;
}
.block-text-hero__breadcrumbs a {
  color: #001028;
}
.block-text-hero__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  width: 90%;
}
.home .block-text-hero__content {
  top: 45%;
}
@media only screen and (min-width: 768px) {
  .home .block-text-hero__content {
    top: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .home .block-text-hero__content {
    transform: translate3d(-50%, -55%, 0);
  }
}
@media only screen and (min-width: 992px) {
  .block-text-hero__content {
    transform: translate3d(-50%, -55%, 0);
  }
}
.block-text-hero__wrap {
  height: 0;
  overflow: hidden;
}
.block-text-hero__heading {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  line-height: 1;
  font-size: 80px;
  opacity: 0;
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
}
@media only screen and (min-width: 320px) {
  .block-text-hero__heading {
    font-size: calc(80px + 145 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-hero__heading {
    font-size: 225px;
  }
}
.block-text-hero__heading::-moz-selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__heading::selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__heading-line {
  opacity: 0;
  transform: translateY(20px);
}
.block-text-hero__introduction {
  margin-bottom: 1.875rem;
  font-size: 16px;
  opacity: 0;
  transform: translateY(-20px);
}
@media only screen and (min-width: 320px) {
  .block-text-hero__introduction {
    font-size: calc(16px + 16 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-hero__introduction {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-hero__introduction {
    margin-bottom: 3rem;
  }
}
.home .block-text-hero__introduction {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .home .block-text-hero__introduction {
    font-size: calc(16px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .home .block-text-hero__introduction {
    font-size: 24px;
  }
}
.block-text-hero__introduction::-moz-selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__introduction::selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__description {
  margin-top: 1.875rem;
  margin-inline: auto;
  font-size: 16px;
  opacity: 0;
  transform: translateY(-20px);
  width: 80%;
}
@media only screen and (min-width: 320px) {
  .block-text-hero__description {
    font-size: calc(16px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-hero__description {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-hero__description {
    margin-top: 3rem;
    width: 70%;
  }
}
.home .block-text-hero__description {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .home .block-text-hero__description {
    font-size: calc(16px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .home .block-text-hero__description {
    font-size: 24px;
  }
}
.block-text-hero__description::-moz-selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__description::selection {
  background-color: #EB0F2D;
  color: #fff;
}
.block-text-hero__logo {
  margin-bottom: 2.5rem;
  width: 10rem;
  opacity: 0;
  transform: scale(1.2);
}
@media only screen and (min-width: 992px) {
  .block-text-hero__logo {
    width: 17.5rem;
    margin-bottom: 3rem;
  }
}
.block-text-hero__arrows {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 3.75rem;
  height: 1.875rem;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (min-width: 992px) {
  .block-text-hero__arrows {
    bottom: 3.75rem;
  }
}
.block-text-hero__arrow {
  opacity: 0;
  position: absolute;
  left: 40%;
  top: 0;
  transform-origin: 50% 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
}
.block-text-hero__arrow:before, .block-text-hero__arrow:after {
  background: #001028;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
}
.block-text-hero__arrow:before {
  transform: rotate(45deg) translateX(-15%);
  transform-origin: top left;
}
.block-text-hero__arrow:after {
  transform: rotate(-45deg) translateX(15%);
  transform-origin: top right;
}
.block-text-hero__arrow.--arrow-01 {
  animation: arrow-movement 2s ease-in-out infinite;
}
.block-text-hero__arrow.--arrow-02 {
  animation: arrow-movement 2s 1s ease-in-out infinite;
}
@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 20px;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-student-animation {
  width: 100%;
  position: relative;
}
.block-student-animation__pattern {
  height: 33%;
  position: absolute;
  left: 0;
  right: 5%;
  bottom: 0;
  background-image: url("../images/svg/pattern-shield-white-repeat.svg");
  background-position: right bottom;
  z-index: 2;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__pattern {
    display: block;
  }
}
.block-student-animation__mobile-sub-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #EB0F2D;
  color: #fff;
  z-index: 99;
  font-size: 1.25rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  padding: 1.25rem;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__mobile-sub-title {
    display: none;
  }
}
.block-student-animation__skip-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #001028;
  z-index: 99;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__skip-bar {
    z-index: 9;
    background-color: rgba(0, 16, 40, 0.5);
  }
}
.block-student-animation__skip {
  background-color: #001028;
  color: #fff;
  z-index: 9;
  padding: 1.25rem 2.5rem 1.25rem 3.125rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-out;
  cursor: pointer;
  margin-left: 0;
}
@media only screen and (min-width: 992px) {
  .block-student-animation__skip {
    padding: 1.25rem 2.5rem 1.25rem 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-student-animation__skip {
    margin-left: 5rem;
  }
}
.block-student-animation__skip:hover {
  background-color: #19273D;
}
.block-student-animation__skip:before {
  content: "";
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-student-animation__skip:before {
    left: 1.875rem;
  }
}
.block-student-animation__crest {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(20%);
  z-index: 99;
  height: 60%;
  opacity: 0.3;
  display: none;
}
@media only screen and (min-width: 992px) {
  .block-student-animation__crest {
    display: block;
  }
}
.block-student-animation__content {
  position: absolute;
  left: 1.25rem;
  top: 40%;
  transform: translateY(-50%);
  z-index: 99;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__content {
    left: 5rem;
  }
}
.block-student-animation__title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-feature-settings: "salt" 2;
  display: inline-block;
  font-family: "zooja-pro", sans-serif;
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 1;
  transform: translateX(30px);
  margin-top: -0.625rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .block-student-animation__title {
    font-size: 10rem;
  }
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__title {
    font-size: 12.5rem;
    margin-top: -1.25rem;
    transform: translateX(70px);
  }
}
.block-student-animation__title span {
  display: inline-block;
}
.block-student-animation__pre-title {
  color: #fff;
  font-size: 2.5rem;
  line-height: normal;
  transform: translateX(-70px);
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .block-student-animation__pre-title {
    font-size: 3.75rem;
  }
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__pre-title {
    font-size: 5rem;
  }
}
.block-student-animation__sub-title {
  display: block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  font-size: 16px;
  transform: translateX(0) translateY(-20px);
  opacity: 0;
  position: relative;
}
@media only screen and (min-width: 320px) {
  .block-student-animation__sub-title {
    font-size: calc(16px + 14 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-student-animation__sub-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .block-student-animation__sub-title {
    transform: translateX(45px) translateY(-20px);
  }
}
.block-student-animation__sub-title span {
  padding: 0.625rem 0.9375rem 0.625rem 1.875rem;
  display: inline-block;
}
@media only screen and (min-width: 992px) {
  .block-student-animation__sub-title span {
    padding: 0.9375rem 1.25rem 0.9375rem 2.5rem;
  }
}
.block-student-animation__sub-title::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url("../images/svg/arrow-chevron.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 1rem - 0.1em);
}
.block-student-animation__fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
}
@media only screen and (min-width: 992px) {
  .block-student-animation__fixed {
    left: 5rem;
  }
}
@keyframes scale {
  50% {
    transform: scale(1.15);
  }
}
.block-student-animation__backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.block-student-animation__background {
  animation: scale 30s ease-in-out infinite;
}
.block-student-animation__background img {
  -o-object-position: 40% top;
     object-position: 40% top;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__background img {
    -o-object-position: center;
       object-position: center;
  }
}
.block-student-animation__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(280deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.3;
}
.block-student-animation__overlay {
  animation: scale 30s ease-in-out infinite;
  z-index: 10;
  pointer-events: none;
  display: none;
}
@media only screen and (min-width: 1025px) {
  .block-student-animation__overlay {
    display: block;
  }
}
.block-student-animation section {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.block-student-animation section.first {
  opacity: 1;
}
.block-student-animation__carousel-wrap {
  width: 100%;
  min-height: 50rem;
  height: calc(100vh - 60px);
}
@media only screen and (min-width: 992px) {
  .block-student-animation__carousel-wrap {
    height: 100vh;
  }
}
.block-student-animation__carousel-wrap .swiper-container {
  height: 100%;
}
.block-student-animation__carousel-slide {
  overflow: hidden;
}
.block-student-animation__carousel-slide section {
  position: relative;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  opacity: 1;
}
.block-student-animation .swiper-container-vertical > .swiper-pagination-bullets {
  right: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .block-student-animation .swiper-container-vertical > .swiper-pagination-bullets {
    right: 3.75rem;
  }
}
.block-student-animation .swiper-pagination-bullet-active {
  background: #EB0F2D;
}
.block-student-animation .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  margin: 0.75rem 0;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.faux-section {
  height: 100vh;
  width: 100%;
  z-index: 999999;
}

.future-section {
  width: 100%;
  height: 100vh;
  background-color: #19273D;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-featured-strip {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-featured-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-strip {
    padding: 6.25rem;
  }
}
.block-featured-strip__pattern {
  width: 80%;
  height: 22.5rem;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  pointer-events: none;
}
.block-featured-strip .container {
  position: relative;
  z-index: 1;
}
.block-featured-strip__content {
  position: relative;
  z-index: 5;
}
.block-featured-strip__image-row {
  display: flex;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
  margin-left: 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__image-row {
    margin-left: 8.75rem;
  }
}
.block-featured-strip__image--01 {
  transform: translateX(60px);
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__image--01 {
    transform: translateX(80px);
  }
}
.block-featured-strip__image--02 {
  transform: translateY(-80px);
  flex: 0 0 31%;
}
@media only screen and (min-width: 992px) {
  .block-featured-strip__image--02 {
    flex: 0 0 26%;
  }
}
.block-featured-strip__image--03 {
  margin-left: 0.9375rem;
  flex-grow: 1;
}
.block-featured-strip__image--03 img {
  width: 100%;
}
.block-featured-strip__video-wrap {
  text-align: left;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__video-wrap {
    margin-top: 0;
  }
}
.block-featured-strip__video {
  text-align: left;
  margin-left: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__video {
    margin-left: 2.5rem;
  }
}
.block-featured-strip__video-button {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/svg/icon-play-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  border: none;
  z-index: 5;
  transition: all 0.1s ease-out;
  transform-origin: center;
}
.block-featured-strip__video-button:hover {
  width: 4.375rem;
  height: 4.375rem;
}
.block-featured-strip__video-button:focus {
  outline: none;
}
.block-featured-strip__text-scroll {
  font-feature-settings: "salt" 2;
  display: none;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-size: 7.5rem;
  font-weight: 300;
  position: absolute;
  left: 0;
  bottom: -0.625rem;
  line-height: normal;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__text-scroll {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .block-featured-strip__text-scroll {
    bottom: -2.5rem;
  }
}
@media only screen and (min-width: 1025px) {
  .block-featured-strip__text-scroll {
    font-size: 18.75rem;
  }
}
.block-featured-strip__text-scroll--outline {
  -webkit-text-stroke: 2px #001028;
  color: transparent;
  bottom: -0.9375rem;
}
@media only screen and (min-width: 992px) {
  .block-featured-strip__text-scroll--outline {
    bottom: -2.8125rem;
  }
}
@media only screen and (min-width: 1025px) {
  .block-featured-strip__text-scroll--outline {
    -webkit-text-stroke: 2px #EB0F2D;
  }
}
.block-featured-strip__image-column {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .block-featured-strip__image-column {
    padding-bottom: 0;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-latest-news-blocks {
  background-color: #001028;
  position: relative;
  padding: 1.875rem 0.625rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks {
    padding: 6.25rem;
  }
}
.block-latest-news-blocks__pattern {
  width: 60%;
  height: 50%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.block-latest-news-blocks__intro-container {
  padding-right: 0;
}
@media only screen and (min-width: 1200px) {
  .block-latest-news-blocks__intro-container {
    padding-right: 10rem;
  }
}
.block-latest-news-blocks .container {
  position: relative;
  z-index: 1;
}
.block-latest-news-blocks__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-latest-news-blocks__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__heading {
    font-size: 42px;
  }
}
.block-latest-news-blocks__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-latest-news-blocks__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__copy {
    font-size: 18px;
  }
}
.block-latest-news-blocks__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__links {
    flex-direction: row;
  }
}
.block-latest-news-blocks__block {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 3.75rem;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block {
    margin-bottom: 10rem;
  }
}
.block-latest-news-blocks__block-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-latest-news-blocks__block-title {
    font-size: calc(20px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block-title {
    font-size: 24px;
  }
}
.block-latest-news-blocks__block-title a {
  color: #fff;
}
.block-latest-news-blocks__block-title a:hover {
  color: #fff;
}
.block-latest-news-blocks__block-image {
  flex: 0 0 50%;
  display: block;
}
@media only screen and (min-width: 1025px) {
  .block-latest-news-blocks__block-image {
    flex: 0 0 40%;
  }
}
.block-latest-news-blocks__block-image img {
  width: 100%;
}
.block-latest-news-blocks__block-content {
  padding: 1.875rem;
  background-color: #19273D;
  flex: 1 0 auto;
  transform: none;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block-content {
    padding: 3.125rem;
    flex: 1 0 360px;
    transform: translateY(40px);
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block-content {
    flex: 1 0 470px;
    transform: translateX(-40px) translateY(-20px);
  }
  .block-latest-news-blocks__block--03 .block-latest-news-blocks__block-content {
    transform: translateX(40px) translateY(-20px);
  }
}
.block-latest-news-blocks__block-details {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 1.875rem;
}
.block-latest-news-blocks__block-excerpt {
  color: #fff;
  margin-top: 0.9375rem;
}
.block-latest-news-blocks__block-date {
  color: #fff;
  font-style: italic;
}
.block-latest-news-blocks__block--reorder {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--reorder {
    flex-direction: row-reverse;
  }
}
.block-latest-news-blocks__block--featured {
  margin-bottom: 1.875rem;
  flex-direction: column-reverse;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--featured {
    flex-direction: row;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block--featured {
    margin-bottom: 8.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block--featured {
    margin-bottom: 10rem;
  }
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-content {
  background-color: #fff;
  transform: none;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--featured .block-latest-news-blocks__block-content {
    transform: translateX(20px) translateY(80px);
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block--featured .block-latest-news-blocks__block-content {
    transform: translateX(100px) translateY(80px);
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block--featured .block-latest-news-blocks__block-content {
    transform: translateX(200px) translateY(80px);
  }
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-title {
  color: #001028;
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-title a {
  color: #001028;
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-title a:hover {
  color: #001028;
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-excerpt {
  color: #000;
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-border {
  flex: 0 0 50%;
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block--featured .block-latest-news-blocks__block-border {
    flex: 0 0 80%;
  }
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-border:after {
  display: none;
  content: "";
  position: absolute;
  right: -3.75rem;
  bottom: -3.75rem;
  width: 50%;
  height: 50%;
  border-right: 25px solid #19273D;
  border-bottom: 25px solid #19273D;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--featured .block-latest-news-blocks__block-border:after {
    display: block;
  }
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-image {
  width: 100%;
}
.block-latest-news-blocks__block--featured .block-latest-news-blocks__block-date {
  color: #001028;
}
.block-latest-news-blocks__block--stacked {
  flex-direction: row;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--stacked {
    flex-direction: column;
  }
}
.block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
  flex-direction: column-reverse;
}
@media only screen and (min-width: 576px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1025px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder .block-latest-news-blocks__block-content {
    transform: translateX(-60px);
  }
}
@media only screen and (min-width: 1025px) {
  .block-latest-news-blocks__block--stacked.block-latest-news-blocks__block--reorder .block-latest-news-blocks__block-content {
    transform: none;
  }
}
.block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-image {
  flex: 0 0 50%;
}
@media only screen and (min-width: 1025px) {
  .block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-image {
    flex: 0 0 40%;
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-image {
    flex: 0 0 100%;
  }
}
.block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-content {
  transform: none;
  flex: 1 1 auto;
}
@media only screen and (min-width: 768px) {
  .block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-content {
    transform: translateX(-20px) translateY(40px);
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-content {
    transform: translateX(-60px) translateY(40px);
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-news-blocks__block--stacked .block-latest-news-blocks__block-content {
    flex: 1 0 100%;
    transform: none;
  }
}
.block-latest-news-blocks ~ .pin-spacer {
  position: relative;
  z-index: 99;
  background-color: #fff;
  inset: 0 !important;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-shield-mask {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.block-shield-mask__line-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.block-shield-mask__line {
  width: 1.5625rem;
  height: 40%;
  background-color: #19273D;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  pointer-events: none;
  height: 0;
}
.block-shield-mask img {
  -o-object-fit: cover;
     object-fit: cover;
}
.block-shield-mask__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  backface-visibility: hidden;
  height: 100vh;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-overlapping-content {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-overlapping-content {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-overlapping-content {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content {
    padding: 6.25rem;
  }
}
.block-overlapping-content__links {
  margin-top: 1.25rem;
}
.block-overlapping-content__pattern {
  width: 80%;
  height: 50%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
  pointer-events: none;
}
.block-overlapping-content--asset-text .block-overlapping-content__pattern {
  right: auto;
  left: 0;
}
.block-overlapping-content .container {
  position: relative;
  z-index: 1;
}
.block-overlapping-content__container {
  background-color: #fff;
  padding: 1.25rem;
  margin-top: -2.5rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .block-overlapping-content__container {
    padding: 2.5rem;
    margin-top: 5rem;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content__container {
    padding: 3.75rem;
  }
  .block-overlapping-content--narrow .block-overlapping-content__container {
    padding: 3.75rem !important;
  }
  .block-overlapping-content--text-asset .block-overlapping-content__container {
    padding: 3.75rem;
  }
}
.block-overlapping-content__container--cream {
  background-color: #FFF7EE;
}
.block-overlapping-content__container--cream .block-overlapping-content__copy {
  color: #001028;
}
.block-overlapping-content__container--cream .block-overlapping-content__copy a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-overlapping-content__container--cream .block-overlapping-content__copy a:hover {
  color: #EB0F2D;
}
.block-overlapping-content__container--navy {
  background-color: #001028;
}
.block-overlapping-content__container--navy .block-overlapping-content__heading {
  color: #fff;
}
.block-overlapping-content__container--navy .block-overlapping-content__copy {
  color: #fff;
}
.block-overlapping-content__container--navy .block-overlapping-content__copy a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-overlapping-content__container--navy .block-overlapping-content__copy a:hover {
  color: #EB0F2D;
}
.block-overlapping-content__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-overlapping-content__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content__heading {
    font-size: 42px;
  }
}
.block-overlapping-content__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-overlapping-content__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content__copy {
    font-size: 18px;
  }
}
.block-overlapping-content__copy a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-overlapping-content__copy a:hover {
  color: #EB0F2D;
}
.block-overlapping-content__image img {
  width: 100%;
}
.block-overlapping-content__image-container {
  width: 120%;
}
.block-overlapping-content--text-asset .block-overlapping-content__image-container {
  transform: translateX(-20%);
}
.block-overlapping-content--asset-text .block-overlapping-content__image-container {
  transform: translateX(0);
}
.block-overlapping-content__background {
  position: relative;
}
.block-overlapping-content__carousel-wrap {
  position: relative;
}
.block-overlapping-content__carousel {
  width: 80%;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-overlapping-content__carousel {
    margin-top: -2.5rem;
  }
}
.block-overlapping-content__carousel .swiper-slide {
  max-height: none;
}
.block-overlapping-content__carousel-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #001028;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-overlapping-content__carousel-title {
    font-size: calc(20px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content__carousel-title {
    font-size: 28px;
  }
}
.block-overlapping-content__carousel-copy {
  font-size: 14px;
  color: #001028;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-overlapping-content__carousel-copy {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlapping-content__carousel-copy {
    font-size: 16px;
  }
}
.block-overlapping-content__carousel-content {
  background-color: #FFF7EE;
  padding: 3.75rem;
}
.block-overlapping-content .swiper-pagination-bullet {
  background: #757575;
}
.block-overlapping-content .swiper-pagination-bullet-active {
  background: #001028;
}
.block-overlapping-content .swiper-button-prev,
.block-overlapping-content .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #001028;
  border-radius: 50%;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  transition: all 0.3s ease-out;
}
.block-overlapping-content .swiper-button-prev:after,
.block-overlapping-content .swiper-button-next:after {
  display: none;
}
.block-overlapping-content .swiper-button-prev:hover,
.block-overlapping-content .swiper-button-next:hover {
  background-color: #19273D;
  transform: scale(1.1);
}
.block-overlapping-content .swiper-button-prev {
  transform: rotate(180deg);
}
.block-overlapping-content .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
.block-overlapping-content .swiper-pagination-fraction, .block-overlapping-content .swiper-pagination-custom,
.block-overlapping-content .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 1.875rem;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-grid-cta {
  margin-top: 40px;
}
@media only screen and (min-width: 992px) {
  .block-grid-cta {
    margin-top: 80px;
  }
}
.block-grid-cta .stylised {
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

.block-grid-cta__content-wrap::before {
  background-color: #F60422;
  content: "";
  height: 100%;
  left: -22px;
  position: absolute;
  top: 0;
  width: 5px;
}

.block-grid-cta__heading {
  color: #000F29;
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 49px;
  margin-bottom: 1.25rem;
}

.block-grid-cta__copy {
  color: #000F29;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
  max-width: 700px;
}
.block-grid-cta__copy p {
  margin-bottom: 1rem;
}

.block-grid-cta__link-container {
  display: flex;
}

.block-grid-cta__link {
  margin-bottom: auto !important;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .block-grid-cta__link {
    margin-top: auto;
  }
}

.block-grid-cta__grid-items {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .block-grid-cta__grid-items {
    margin-top: 70px;
    margin-bottom: 40px;
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}

.block-grid-cta__grid-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.block-grid-cta__grid__image {
  width: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .block-grid-cta__grid__image {
    max-height: 167px;
  }
}

.block-grid-cta__grid__title {
  color: #F60422;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 27px;
  margin-top: 20px;
}

.block-grid-cta__grid__text {
  color: #000F29;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 27px;
}

.block-twitter .container {
  position: relative;
}
.block-twitter .block-featured-strip__pattern {
  top: -55px;
  width: 85%;
  height: 470px;
}
.block-twitter .twitter-feed {
  background: #FFF;
  padding-top: 20px;
  font-size: 0.875rem;
}

#ctf #ctf-more.ctf-more {
  width: 33%;
  border: 1px solid #00102A;
  color: #00102A;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 19px;
  text-align: center;
  padding: 20px;
  border-radius: 0px;
  margin-left: 33%;
  display: inline-block;
  transition: all 0.3s ease-out;
}
#ctf #ctf-more.ctf-more:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #19273D !important;
}
#ctf #ctf-more.ctf-more span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
#ctf #ctf-more.ctf-more span:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/svg/icon-arrow-thick-red-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0.625rem;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-full-screen-hero {
  background-color: #19273D;
  width: 100%;
  height: auto;
  min-height: 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero {
    min-height: 100vh;
  }
}
.block-full-screen-hero__breadcrumbs {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero__breadcrumbs {
    position: absolute;
    top: 1.25rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-full-screen-hero__breadcrumbs {
    top: 1.875rem;
    left: 3.75rem;
    right: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__breadcrumbs {
    top: 2.5rem;
    left: 5rem;
    right: 5rem;
  }
}
.block-full-screen-hero__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero__container {
    position: absolute;
    bottom: 2.5rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-full-screen-hero__container {
    bottom: 3.75rem;
    left: 3.75rem;
    right: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__container {
    bottom: 5rem;
    left: 5rem;
    right: 5rem;
  }
}
.block-full-screen-hero__background {
  animation: scale 30s ease-in-out infinite;
}
@media only screen and (max-width: 767px) {
  .block-full-screen-hero__background.no-mobile-animation {
    animation: none;
  }
}
.block-full-screen-hero__background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12.5rem;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .block-full-screen-hero__background, .block-full-screen-hero__background img {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .block-full-screen-hero__background:not(.no-mobile-animation), .block-full-screen-hero__background:not(.no-mobile-animation) img {
    -o-object-fit: none;
       object-fit: none;
  }
}
@media only screen and (max-width: 767px) {
  .block-full-screen-hero__background.no-mobile-animation, .block-full-screen-hero__background.no-mobile-animation img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 260px;
  }
}
.block-full-screen-hero__text-wrap {
  background-color: #001028;
  display: inline-block;
}
.block-full-screen-hero__text-wrap--negative {
  margin-top: -1.25rem;
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__text-wrap--negative {
    margin-top: -2.5rem;
  }
}
.block-full-screen-hero__heading {
  color: #fff;
  font-size: 24px;
  display: block;
  padding: 1.25rem 1.875rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
  .block-full-screen-hero__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__heading {
    font-size: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero__heading {
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__heading {
    padding: 1.875rem 2.5rem;
  }
}
.block-full-screen-hero__copy {
  color: #fff;
  font-size: 16px;
  padding: 1.25rem 1.875rem;
  display: block;
}
@media only screen and (min-width: 320px) {
  .block-full-screen-hero__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__copy {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero__copy {
    display: inline-block;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__copy {
    padding: 1.875rem 2.5rem;
  }
}
.block-full-screen-hero__copy p:last-of-type {
  margin-bottom: 0;
}
.block-full-screen-hero__links {
  display: inline-flex;
  padding: 1.25rem 1.875rem;
  margin-top: -2.5rem;
}
@media only screen and (min-width: 768px) {
  .block-full-screen-hero__links {
    display: inline-flex;
  }
}
@media only screen and (min-width: 992px) {
  .block-full-screen-hero__links {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-screen-hero__links {
    padding: 1.875rem 2.5rem;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-blocks-grid {
  position: relative;
  background-color: #001028;
  padding: 1.875rem 0.625rem;
}
.block-blocks-grid__pattern {
  width: 80%;
  height: 60%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  pointer-events: none;
}
.block-blocks-grid .has-video {
  width: 100%;
}
.block-blocks-grid .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .block-blocks-grid {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-blocks-grid {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-blocks-grid {
    padding: 6.25rem;
  }
}
.block-blocks-grid__column {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 1400px) {
  .block-blocks-grid__column {
    margin-bottom: 5rem;
  }
}
.block-blocks-grid__column:last-of-type {
  margin-bottom: 0;
}
.block-blocks-grid__card {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .block-blocks-grid__card {
    flex-direction: row;
  }
}
.block-blocks-grid__card-content {
  background-color: #001028;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-blocks-grid__card-title {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-blocks-grid__card-title {
    font-size: calc(20px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-blocks-grid__card-title {
    font-size: 24px;
  }
}
.block-blocks-grid__card-copy {
  color: #fff;
  margin-top: 0.625rem;
}
.block-blocks-grid__card-links {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-blocks-grid__card-links {
    flex-direction: row;
  }
}
.block-blocks-grid__card-image {
  flex: 0 0 33.3333333333%;
  align-self: center;
}
@media only screen and (min-width: 1400px) {
  .block-blocks-grid__card-image {
    flex: 0 0 50%;
  }
}
.block-blocks-grid__card--small .block-blocks-grid__card-image {
  flex: 0 0 33.3333333333%;
}
@media only screen and (min-width: 1400px) {
  .block-blocks-grid__card--small .block-blocks-grid__card-image {
    flex: 0 0 33.3333333333%;
  }
}
.block-blocks-grid--white {
  background-color: #fff;
}
.block-blocks-grid--white .block-blocks-grid__pattern {
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  opacity: 0.05;
}
.block-blocks-grid--white .block-blocks-grid__card-content {
  background-color: #fff;
}
.block-blocks-grid--white .block-blocks-grid__card-title {
  color: #001028;
}
.block-blocks-grid--white .block-blocks-grid__card-copy {
  color: #000;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-quote-strip {
  position: relative;
  background-color: #001028;
  padding: 1.875rem 0.625rem;
}
.block-quote-strip .container {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .block-quote-strip {
    padding: 2.1875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-quote-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-quote-strip {
    padding: 6.25rem;
  }
}
.block-quote-strip__quote {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  position: relative;
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media only screen and (min-width: 320px) {
  .block-quote-strip__quote {
    font-size: calc(20px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-quote-strip__quote {
    font-size: 28px;
  }
}
.block-quote-strip__quote:before, .block-quote-strip__quote:after {
  content: "";
  position: absolute;
  width: 3.75rem;
  height: 2.8125rem;
  background-image: url("../images/svg/quotation-marks.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  .block-quote-strip__quote:before, .block-quote-strip__quote:after {
    width: 4.1875rem;
    height: 3.125rem;
  }
}
.block-quote-strip__quote:before {
  content: "";
  rotate: 180deg;
  top: -2.5rem;
  left: -2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-quote-strip__quote:before {
    top: -3.75rem;
    left: -3.75rem;
  }
}
.block-quote-strip__quote:after {
  bottom: -2.5rem;
  right: -2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-quote-strip__quote:after {
    bottom: -3.75rem;
    right: -3.75rem;
  }
}
.block-quote-strip__caption {
  color: #fff;
  margin-top: 1.875rem;
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .block-quote-strip__caption {
    font-size: calc(14px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-quote-strip__caption {
    font-size: 18px;
  }
}
.block-quote-strip--white {
  background-color: #fff;
}
.block-quote-strip--white .block-quote-strip__quote {
  color: #001028;
  margin-top: 0;
  margin-bottom: 0;
}
.block-quote-strip--white .block-quote-strip__caption {
  color: #001028;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-text-and-tabs {
  position: relative;
  background-color: #001028;
  padding: 1.875rem 0.625rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-tabs {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-tabs {
    padding: 6.25rem;
  }
}
.block-text-and-tabs__intro {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__intro {
    margin-bottom: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-tabs__intro {
    margin-bottom: 0;
  }
}
.block-text-and-tabs__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-text-and-tabs__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-tabs__heading {
    font-size: 42px;
  }
}
.block-text-and-tabs__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-text-and-tabs__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-tabs__copy {
    font-size: 18px;
  }
}
.block-text-and-tabs__tabs-container {
  position: relative;
}
.block-text-and-tabs__tabs-container:after {
  content: "";
  display: block;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 16, 40) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 5rem;
  height: 100%;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__tabs-container:after {
    display: none;
  }
}
.block-text-and-tabs__tabs {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  padding: 0;
  flex-wrap: nowrap;
  margin-top: 1.875rem;
  overflow-x: scroll;
  position: relative;
  padding-right: 5rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__tabs {
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
.block-text-and-tabs__tab {
  color: #fff;
  padding: 1.25rem;
  font-size: 16px;
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s ease-out;
  flex-shrink: 0;
}
@media only screen and (min-width: 320px) {
  .block-text-and-tabs__tab {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-tabs__tab {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__tab {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
  }
}
.block-text-and-tabs__tab:hover {
  background-color: #19273D;
}
.block-text-and-tabs__tab:last-of-type {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__tab:last-of-type {
    border-bottom: none;
  }
}
.block-text-and-tabs__tab--active {
  color: #EB0F2D;
}
.block-text-and-tabs__video {
  display: block;
  position: relative;
}
.block-text-and-tabs__video img {
  width: 100%;
}
.block-text-and-tabs__video-button {
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/svg/icon-play-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  border: none;
  z-index: 5;
  transition: all 0.1s ease-out;
  transform-origin: center;
}
.block-text-and-tabs__video-button:hover {
  width: 4.375rem;
  height: 4.375rem;
}
.block-text-and-tabs__video-button:focus {
  outline: none;
}
.block-text-and-tabs__content {
  display: none;
}
.block-text-and-tabs__content--active {
  display: block;
}
.block-text-and-tabs__content-container {
  position: relative;
}
.block-text-and-tabs__content-container:after {
  content: "";
  display: none;
  position: absolute;
  width: 25rem;
  height: 21.875rem;
  border-right: 25px solid #19273D;
  border-top: 25px solid #19273D;
  top: -3.75rem;
  right: -3.75rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-tabs__content-container:after {
    display: block;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-text-and-asset-strip {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-text-and-asset-strip {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip {
    padding: 6.25rem;
  }
}
.block-text-and-asset-strip__pattern {
  width: 60%;
  height: 50%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.05;
}
.block-text-and-asset-strip--asset-text .block-text-and-asset-strip__pattern {
  right: auto;
  left: 0;
}
.block-text-and-asset-strip .container {
  position: relative;
  z-index: 1;
}
.block-text-and-asset-strip .has-video {
  display: flex;
  align-items: center;
}
.block-text-and-asset-strip .has-video .block-text-and-asset-strip__image-container {
  width: 100%;
}
.block-text-and-asset-strip__content {
  background-color: #fff;
  padding: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip__content {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__content {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip__content--align-image {
    padding: 0 1.875rem 1.875rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__content--align-image {
    padding: 0 2.5rem 2.5rem;
  }
}
.block-text-and-asset-strip__heading {
  color: #001028;
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) {
  .block-text-and-asset-strip__heading {
    font-size: calc(24px + 16 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__heading {
    font-size: 40px;
  }
}
.block-text-and-asset-strip__heading .stylised {
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 0.6666666667;
  bottom: -0.075em;
  position: relative;
}
.block-text-and-asset-strip__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
  padding-right: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-text-and-asset-strip__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__copy {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip__copy {
    padding-right: 3.75rem;
  }
}
.block-text-and-asset-strip__copy strong {
  color: #001028;
}
.block-text-and-asset-strip__copy a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-text-and-asset-strip__copy a:hover {
  color: #EB0F2D;
}
.block-text-and-asset-strip__copy ul {
  list-style-type: none;
  padding: 0;
}
.block-text-and-asset-strip__copy ul li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.3125rem;
  color: #000;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-text-and-asset-strip__copy ul li {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__copy ul li {
    font-size: 18px;
  }
}
.block-text-and-asset-strip__copy ul li:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #EB0F2D;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 50%;
}
.block-text-and-asset-strip__copy ul li a {
  color: #001028;
}
.block-text-and-asset-strip__copy ol {
  list-style-type: none;
  padding: 0;
  counter-reset: custom-counter;
}
.block-text-and-asset-strip__copy ol li {
  position: relative;
  padding-left: 0.9375rem;
  counter-increment: custom-counter;
  margin-bottom: 0.3125rem;
  color: #000;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-text-and-asset-strip__copy ol li {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip__copy ol li {
    font-size: 18px;
  }
}
.block-text-and-asset-strip__copy ol li:before {
  content: counter(custom-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #EB0F2D;
}
.block-text-and-asset-strip__copy ol li a {
  color: #001028;
}
.block-text-and-asset-strip__image img {
  width: 100%;
}
.block-text-and-asset-strip__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip__links {
    flex-direction: row;
  }
}
.block-text-and-asset-strip--navy {
  background-color: #001028;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__pattern {
  width: 60%;
  height: 50%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__content {
  background-color: #001028;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__heading {
  color: #fff;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__copy {
  color: #fff;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__copy strong {
  color: #fff;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__copy a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__copy a:hover {
  color: #EB0F2D;
}
.block-text-and-asset-strip--navy .block-text-and-asset-strip__copy ul li, .block-text-and-asset-strip--navy .block-text-and-asset-strip__copy ol li {
  color: #fff;
}
.block-text-and-asset-strip.block-text-and-asset-strip--text-asset .block-text-and-asset-strip__content {
  padding-left: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-text-and-asset-strip.block-text-and-asset-strip--text-asset .block-text-and-asset-strip__content {
    padding: 0 1.875rem 1.875rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .block-text-and-asset-strip.block-text-and-asset-strip--text-asset .block-text-and-asset-strip__content {
    padding: 0 1.875rem 1.875rem;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-slim-hero__banner {
  padding-top: 35.4166666667%;
  position: relative;
}
.block-slim-hero__banner-narrow {
  padding-top: 17.7083333333%;
}
.block-slim-hero__banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6.25rem;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.5;
}
.block-slim-hero__breadcrumbs {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .block-slim-hero__breadcrumbs {
    position: absolute;
    top: 1.25rem;
    left: 2.5rem;
    right: 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-slim-hero__breadcrumbs {
    top: 1.875rem;
    left: 3.75rem;
    right: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-slim-hero__breadcrumbs {
    top: 2.5rem;
    left: 5rem;
    right: 5rem;
  }
}
.block-slim-hero__content {
  background-color: #001028;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-slim-hero__content {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-slim-hero__content {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-slim-hero__content {
    padding: 6.25rem;
  }
}
.block-slim-hero__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-slim-hero__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-slim-hero__heading {
    font-size: 42px;
  }
}
.block-slim-hero__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-slim-hero__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-slim-hero__copy {
    font-size: 18px;
  }
}
.block-slim-hero__copy p:last-of-type {
  margin-bottom: 0;
}
.block-slim-hero__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-slim-hero__links {
    flex-direction: row;
  }
}
.block-slim-hero__border {
  width: 100%;
  height: 100%;
  border-right: 25px solid #19273D;
  border-top: 25px solid #19273D;
  transform: translateY(100px);
  display: none;
}
@media only screen and (min-width: 992px) {
  .block-slim-hero__border {
    display: block;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-boarder-hero h1.block-slim-hero__heading .block-boarder-hero__name.has-zooja-font {
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
  font-size: 35px;
  font-feature-settings: "salt" 2;
}
@media only screen and (min-width: 320px) {
  .block-boarder-hero h1.block-slim-hero__heading .block-boarder-hero__name.has-zooja-font {
    font-size: calc(35px + 25 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-boarder-hero h1.block-slim-hero__heading .block-boarder-hero__name.has-zooja-font {
    font-size: 60px;
  }
}
.block-boarder-hero__meta {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
  flex-wrap: wrap;
}
.block-boarder-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.875rem;
  border-radius: 62.4375rem;
  background: #fff;
  color: #001028;
  font-size: 1rem;
}
.block-boarder-hero__flag {
  width: 30px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.125rem;
  display: block;
}
.block-boarder-hero__icon {
  width: 1.125rem;
  height: 1.125rem;
  display: block;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-cards-grid {
  background-color: #001028;
  position: relative;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-cards-grid {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-cards-grid {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-cards-grid {
    padding: 6.25rem;
  }
}
.block-cards-grid__pattern {
  width: 75%;
  height: 80%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0.5;
}
.block-cards-grid .container {
  position: relative;
  z-index: 1;
}
.block-cards-grid__column {
  margin-bottom: 1.25rem;
}
.block-cards-grid__column--negative .block-cards-grid__card {
  transform: none;
}
@media only screen and (min-width: 992px) {
  .block-cards-grid__column--negative .block-cards-grid__card {
    transform: translateY(-100px);
  }
}
.block-cards-grid__card {
  background-color: #001028;
  margin-bottom: 1.25rem;
  height: 100%;
}
.block-cards-grid__card-content {
  padding: 2.5rem;
}
.block-cards-grid__card-title {
  color: #fff;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-cards-grid__card-title {
    font-size: calc(20px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cards-grid__card-title {
    font-size: 28px;
  }
}
.block-cards-grid__card-copy {
  color: #fff;
  font-size: 14px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-cards-grid__card-copy {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-cards-grid__card-copy {
    font-size: 16px;
  }
}
.block-cards-grid__card-copy a {
  transition: all 0.3s ease-out;
  color: #fff;
  text-decoration: underline;
}
.block-cards-grid__card-copy a:hover {
  color: #EB0F2D;
}
.block-cards-grid__card-links {
  display: flex;
  flex-direction: column;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-cards-grid__card-links {
    flex-direction: row;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-half-hero--white {
  background-color: #fff;
}
.block-half-hero--navy {
  background-color: #001028;
}
.block-half-hero--cream {
  background-color: #FFF7EE;
}
@media only screen and (max-width: 992px) {
  .block-half-hero .behave-as-bg,
  .block-half-hero .behave-as-bg img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
.block-half-hero__breadcrumbs {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .block-half-hero__breadcrumbs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.block-half-hero__breadcrumbs span {
  color: #757575;
}
.block-half-hero__breadcrumbs a {
  color: #757575;
}
.block-half-hero__breadcrumbs .breadcrumb_last {
  color: #757575;
}
.block-half-hero__banner {
  padding-top: 0;
  position: relative;
  background-color: #001028;
}
@media only screen and (min-width: 992px) {
  .block-half-hero__banner {
    height: 500px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
  }
  .block-half-hero__banner-image {
    width: 50%;
  }
  .block-half-hero__banner-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.block-half-hero__banner.has-video {
  padding-top: 0px;
}
.block-half-hero__banner.has-video iframe {
  width: 100%;
  max-height: 72vh;
}
.block-half-hero__container {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .block-half-hero__container {
    width: 50%;
  }
}
.block-half-hero__content {
  background-color: #001028;
  padding: 1.875rem 10px;
  margin-left: 0;
  position: relative;
  z-index: 5;
  width: 100%;
}
.block-half-hero__content .e-share-icons {
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 576px) {
  .block-half-hero__content {
    padding: 1.875rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .block-half-hero__content {
    margin: auto 0 auto auto;
    padding: 1.875rem 0 1.875rem 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-half-hero__content {
    padding: 1.875rem 0 1.875rem 6.25rem;
    max-width: 790px;
  }
}
.block-half-hero__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-half-hero__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-half-hero__heading {
    font-size: 42px;
  }
}
.block-half-hero__heading.has-zooja-font-family {
  font-feature-settings: "salt" 2;
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
  font-size: 48px;
}
@media only screen and (min-width: 320px) {
  .block-half-hero__heading.has-zooja-font-family {
    font-size: calc(48px + 36 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-half-hero__heading.has-zooja-font-family {
    font-size: 84px;
  }
}
.block-half-hero__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-half-hero__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-half-hero__copy {
    font-size: 18px;
  }
}
.block-half-hero__copy a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-half-hero__copy a:hover {
  color: #EB0F2D;
}
.block-half-hero__copy p:last-of-type {
  margin-bottom: 0;
}
.block-half-hero__details {
  color: #fff;
  margin-top: 1.875rem;
  font-size: 1.125rem;
}
.block-half-hero__detail-item {
  margin-bottom: 0.3125rem;
}
.block-half-hero__detail-item a {
  color: #fff;
  text-decoration: underline;
}
.block-half-hero__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-half-hero__links {
    flex-direction: row;
  }
}
.block-half-hero__date {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
@media only screen and (min-width: 320px) {
  .block-half-hero__date {
    font-size: calc(16px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-half-hero__date {
    font-size: 20px;
  }
}
.block-half-hero .e-share-icons__heading {
  color: #fff;
  display: block !important;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-overlap-hero {
  padding-bottom: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero {
    padding-bottom: 6.25rem;
  }
}
.block-overlap-hero--white {
  background-color: #fff;
}
.block-overlap-hero--navy {
  background-color: #001028;
}
.block-overlap-hero--cream {
  background-color: #FFF7EE;
}
@media only screen and (max-width: 992px) {
  .block-overlap-hero .behave-as-bg,
  .block-overlap-hero .behave-as-bg img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
}
.block-overlap-hero__breadcrumbs {
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero__breadcrumbs {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.block-overlap-hero__breadcrumbs span {
  color: #757575;
}
.block-overlap-hero__breadcrumbs a {
  color: #757575;
}
.block-overlap-hero__breadcrumbs .breadcrumb_last {
  color: #757575;
}
.block-overlap-hero__banner {
  padding-top: 0;
  position: relative;
  background-color: #001028;
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero__banner {
    padding-top: 35.4166666667%;
  }
}
.block-overlap-hero__banner.has-video {
  padding-top: 0;
  min-height: 72vh;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.block-overlap-hero__banner-video {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.block-overlap-hero .background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.block-overlap-hero__container {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero__container {
    position: absolute;
    bottom: -6.25rem;
    left: 0;
    right: 0;
  }
}
.block-overlap-hero__content {
  background-color: #001028;
  padding: 1.875rem 0.625rem;
  margin-left: 0;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 768px) {
  .block-overlap-hero__content {
    padding: 2.5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero__content {
    padding: 2.5rem;
    margin-left: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlap-hero__content {
    padding: 3.75rem;
    margin-left: 3.75rem;
  }
}
.block-overlap-hero__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-overlap-hero__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlap-hero__heading {
    font-size: 42px;
  }
}
.block-overlap-hero__heading.has-zooja-font-family {
  font-feature-settings: "salt" 2;
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
  font-size: 48px;
}
@media only screen and (min-width: 320px) {
  .block-overlap-hero__heading.has-zooja-font-family {
    font-size: calc(48px + 36 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlap-hero__heading.has-zooja-font-family {
    font-size: 84px;
  }
}
.block-overlap-hero__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-overlap-hero__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlap-hero__copy {
    font-size: 18px;
  }
}
.block-overlap-hero__copy a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-overlap-hero__copy a:hover {
  color: #EB0F2D;
}
.block-overlap-hero__copy p:last-of-type {
  margin-bottom: 0;
}
.block-overlap-hero__details {
  color: #fff;
  margin-top: 1.875rem;
  font-size: 1.125rem;
}
.block-overlap-hero__detail-item {
  margin-bottom: 0.3125rem;
}
.block-overlap-hero__detail-item a {
  color: #fff;
  text-decoration: underline;
}
.block-overlap-hero__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-overlap-hero__links {
    flex-direction: row;
  }
}
.block-overlap-hero__date {
  font-size: 16px;
  color: #fff;
  font-style: italic;
}
@media only screen and (min-width: 320px) {
  .block-overlap-hero__date {
    font-size: calc(16px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-overlap-hero__date {
    font-size: 20px;
  }
}

.block-overlap-hero__banner.has-video .block-overlap-hero__container-wrap {
  position: relative;
  z-index: 5;
  pointer-events: none;
}
.block-overlap-hero__banner.has-video .block-overlap-hero__content,
.block-overlap-hero__banner.has-video .block-overlap-hero__links a {
  pointer-events: auto;
}
.block-overlap-hero__banner.has-video .block-overlap-hero__container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .block-overlap-hero__banner.has-video .block-overlap-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
  .block-overlap-hero__banner.has-video .block-overlap-hero__container .block-overlap-hero__content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 990px) {
  .block-overlap-hero__banner.has-video {
    min-height: auto;
  }
  .block-overlap-hero__banner.has-video > .block-overlap-hero__banner-video {
    position: relative;
    inset: auto;
    aspect-ratio: 16/9;
  }
  .block-overlap-hero__banner.has-video > .block-overlap-hero__banner-video .background-video {
    position: absolute;
    inset: 0;
  }
  .block-overlap-hero__banner.has-video > .block-overlap-hero__container-wrap {
    position: static;
    z-index: auto;
    pointer-events: auto;
  }
}
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-content-columns {
  position: relative;
  padding: 1.875rem 0.625rem;
  background-color: #fff;
  margin-top: 3.75rem;
  margin-bottom: rem-cacl(60);
}
@media only screen and (min-width: 768px) {
  .block-content-columns {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-content-columns {
    padding: 3.75rem;
  }
  .block-content-columns__row-2-columns .block-content-columns__column {
    flex-basis: 50%;
  }
  .block-content-columns__row-3-columns .block-content-columns__column {
    flex-basis: 33.3333333333%;
  }
  .block-content-columns__row-4-columns .block-content-columns__column {
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-columns {
    padding: 12.5rem 6.25rem;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}
.block-content-columns__intro {
  margin-bottom: 2.5rem;
}
.block-content-columns__container {
  position: relative;
}
.block-content-columns__container:before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  border-top: 25px solid #E3E5E8;
  border-left: 25px solid #E3E5E8;
  width: 13.75rem;
  height: 11.875rem;
  display: none;
}
@media only screen and (min-width: 1400px) {
  .block-content-columns__container:before {
    display: block;
  }
}
.block-content-columns__container:after {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  border-bottom: 25px solid #E3E5E8;
  border-right: 25px solid #E3E5E8;
  width: 13.75rem;
  height: 11.875rem;
  display: none;
}
@media only screen and (min-width: 1400px) {
  .block-content-columns__container:after {
    display: block;
  }
}
.block-content-columns__column:last-of-type .block-content-columns__content {
  border-right: none;
}
.block-content-columns__column:last-of-type .block-content-columns__column-container {
  border-bottom: none;
}
.block-content-columns__column-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #E3E5E8;
  padding: 1.25rem 0;
}
.block-content-columns__column-container.has-video, .block-content-columns__column-container.image-16-9 {
  flex-wrap: wrap;
}
.block-content-columns__column-container.has-video .block-content-columns__image-wrap, .block-content-columns__column-container.image-16-9 .block-content-columns__image-wrap {
  flex: 100%;
}
@media only screen and (min-width: 992px) {
  .block-content-columns__column-container.has-video, .block-content-columns__column-container.image-16-9 {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 992px) {
  .block-content-columns__column-container {
    flex-direction: column;
    border-bottom: none;
    padding: 0;
  }
}
.block-content-columns__content {
  border-right: none;
  padding: 0 1.25rem;
  flex-grow: 1;
}
@media only screen and (min-width: 992px) {
  .block-content-columns__content {
    border-right: 1px solid #E3E5E8;
    padding: 0.625rem 1.875rem 1.875rem 1.875rem;
  }
}
.block-content-columns__column-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.block-content-columns__column-copy {
  color: #000;
}
.block-content-columns__image-wrap, .block-content-columns__video-wrap {
  padding: 0;
  flex: 1 0 100px;
}
@media only screen and (min-width: 768px) {
  .block-content-columns__image-wrap, .block-content-columns__video-wrap {
    flex: 1 0 140px;
  }
}
@media only screen and (min-width: 992px) {
  .block-content-columns__image-wrap, .block-content-columns__video-wrap {
    padding: 0.625rem;
    flex: 0 0 auto;
  }
}
.block-content-columns__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-content-columns__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-columns__heading {
    font-size: 42px;
  }
}
.block-content-columns__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-content-columns__links {
    flex-direction: row;
  }
}
.block-content-columns__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-content-columns__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-columns__copy {
    font-size: 18px;
  }
}
.block-content-columns__column-links {
  margin-top: 1.25rem;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-thumbnail-carousel {
  position: relative;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-thumbnail-carousel {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-thumbnail-carousel {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel {
    padding: 6.25rem;
  }
}
.block-thumbnail-carousel__nav-wrap {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.block-thumbnail-carousel__container {
  background-color: #FFF7EE;
  padding: 1.875rem;
  position: relative;
  z-index: 5;
}
@media only screen and (min-width: 992px) {
  .block-thumbnail-carousel__container {
    padding: 3.125rem;
  }
}
.block-thumbnail-carousel__small-box {
  background-color: #FFF7EE;
  padding: 0.625rem;
  position: absolute;
  left: 0;
  bottom: 2.5rem;
  z-index: 5;
}
.block-thumbnail-carousel__small-box--top {
  top: 2.5rem;
  bottom: auto;
}
@media only screen and (min-width: 992px) {
  .block-thumbnail-carousel__small-box {
    padding: 1.875rem;
  }
}
.block-thumbnail-carousel__small-box-heading {
  color: #001028;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .block-thumbnail-carousel__small-box-heading {
    font-size: calc(18px + 12 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel__small-box-heading {
    font-size: 30px;
  }
}
.block-thumbnail-carousel__small-box-copy {
  color: #001028;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-thumbnail-carousel__small-box-copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel__small-box-copy {
    font-size: 18px;
  }
}
.block-thumbnail-carousel__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-thumbnail-carousel__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel__heading {
    font-size: 42px;
  }
}
.block-thumbnail-carousel__copy {
  color: #001028;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-thumbnail-carousel__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel__copy {
    font-size: 18px;
  }
}
.block-thumbnail-carousel__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-thumbnail-carousel__links {
    flex-direction: row;
  }
}
.block-thumbnail-carousel__main {
  width: 100%;
  transform: none;
}
.block-thumbnail-carousel__main-wrapper {
  position: relative;
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel__main {
    width: 120%;
    transform: translateX(-20%);
  }
}
@media only screen and (min-width: 1400px) {
  .block-thumbnail-carousel--full-width .block-thumbnail-carousel__main {
    width: 100%;
    transform: none;
  }
}
.block-thumbnail-carousel__main .swiper-wrapper {
  align-items: center;
}
.block-thumbnail-carousel__main img {
  width: 100%;
}
.block-thumbnail-carousel__nav-wrap {
  position: relative;
}
.block-thumbnail-carousel__nav {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 0.125rem !important;
  padding-right: 1.25rem !important;
}
.block-thumbnail-carousel__nav img {
  width: 100%;
}
.block-thumbnail-carousel__nav:hover .swiper-slide {
  opacity: 0.3;
}
.block-thumbnail-carousel__nav .swiper-slide-thumb-active:not(.swiper-slide-duplicate-active) picture {
  outline: 2px solid #EB0F2D;
}
.block-thumbnail-carousel .swiper-slide {
  transition: all 0.3s ease-out;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.block-thumbnail-carousel .swiper-slide:hover {
  opacity: 1;
}
.block-thumbnail-carousel .swiper-button-prev,
.block-thumbnail-carousel .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #001028;
  border-radius: 50%;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  transition: all 0.3s ease-out;
  display: none;
}
@media only screen and (min-width: 992px) {
  .block-thumbnail-carousel .swiper-button-prev,
  .block-thumbnail-carousel .swiper-button-next {
    display: block;
  }
}
.block-thumbnail-carousel .swiper-button-prev:after,
.block-thumbnail-carousel .swiper-button-next:after {
  display: none;
}
.block-thumbnail-carousel .swiper-button-prev:hover,
.block-thumbnail-carousel .swiper-button-next:hover {
  background-color: #19273D;
  transform: scale(1.1);
}
.block-thumbnail-carousel .swiper-button-prev {
  transform: rotate(180deg);
}
.block-thumbnail-carousel .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
.block-thumbnail-carousel .swiper-button-prev {
  left: -3.75rem;
}
.block-thumbnail-carousel .swiper-button-next {
  right: -3.75rem;
}
.block-thumbnail-carousel .swiper-pagination-fraction, .block-thumbnail-carousel .swiper-pagination-custom,
.block-thumbnail-carousel .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -1.875rem;
}
.block-thumbnail-carousel .swiper-pagination {
  left: 0;
  right: 0;
  bottom: -2.5rem;
}
.block-thumbnail-carousel .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background: #001028;
  opacity: 1;
}
.block-thumbnail-carousel .swiper-pagination-bullet-active {
  background: #EB0F2D;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-gallery-carousel {
  background-color: #fff;
  position: relative;
  padding: 1.875rem;
  /* MAIN SLIDER – bleed to the right */
  /* ARROWS */
  /* ARROWS CONTAINER */
  /* PAGINATION DOTS */
}
.block-gallery-carousel__pattern {
  width: 60%;
  height: 50%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
}
@media only screen and (min-width: 768px) {
  .block-gallery-carousel {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-gallery-carousel {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-gallery-carousel {
    padding: 6.25rem;
  }
}
.block-gallery-carousel .container {
  position: relative;
  z-index: 1;
}
.block-gallery-carousel__content {
  color: #001028;
  padding: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-gallery-carousel__content {
    padding: 0 1.875rem 1.875rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .block-gallery-carousel__content {
    padding: 0 0 2.5rem 1.875rem;
  }
}
.block-gallery-carousel__heading {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (min-width: 320px) {
  .block-gallery-carousel__heading {
    font-size: calc(24px + 16 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-gallery-carousel__heading {
    font-size: 40px;
  }
}
.block-gallery-carousel__copy {
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-gallery-carousel__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-gallery-carousel__copy {
    font-size: 18px;
  }
}
.block-gallery-carousel__main {
  position: relative;
  width: 100%;
  transform: none;
  overflow: visible !important;
  height: auto !important;
}
.block-gallery-carousel .swiper-slide {
  display: block;
  aspect-ratio: 609/857;
  overflow: hidden;
}
.block-gallery-carousel .swiper-slide img {
  aspect-ratio: 609/857;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  display: block;
}
.block-gallery-carousel .swiper-button-prev,
.block-gallery-carousel .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #001028;
  border-radius: 50%;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 992px) {
  .block-gallery-carousel .swiper-button-prev,
  .block-gallery-carousel .swiper-button-next {
    display: block;
  }
}
.block-gallery-carousel .swiper-button-prev:after,
.block-gallery-carousel .swiper-button-next:after {
  display: none;
}
.block-gallery-carousel .swiper-button-prev:hover,
.block-gallery-carousel .swiper-button-next:hover {
  background-color: #19273D;
  transform: scale(1.1);
}
.block-gallery-carousel .swiper-button-prev {
  transform: rotate(180deg);
}
.block-gallery-carousel .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
.block-gallery-carousel .swiper-controls {
  display: inline-flex;
  justify-content: flex-end;
  gap: 1rem;
  padding: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-gallery-carousel .swiper-controls {
    padding: 0 1.875rem 1.875rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .block-gallery-carousel .swiper-controls {
    padding: 0 1.875rem 2.5rem;
  }
}
.block-gallery-carousel .swiper-controls .swiper-button-prev,
.block-gallery-carousel .swiper-controls .swiper-button-next {
  position: static;
}
.block-gallery-carousel .swiper-pagination {
  position: absolute !important;
  left: 0;
  right: 0;
  bottom: -3rem !important;
  text-align: center;
  margin-top: 0;
  z-index: 10;
}
.block-gallery-carousel .swiper-pagination-bullet {
  margin-left: 4px;
  margin-right: 4px;
  width: 10px;
  height: 10px;
  background: #001028;
  opacity: 1;
}
.block-gallery-carousel .swiper-pagination-bullet-active {
  background: #EB0F2D;
}
.block-gallery-carousel--navy {
  background-color: #001028;
  padding-bottom: 80px !important;
}
.block-gallery-carousel--navy .block-gallery-carousel__pattern {
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  opacity: 0.5;
}
.block-gallery-carousel--navy .block-gallery-carousel__content {
  color: #fff;
}
.block-gallery-carousel--navy .swiper-button-prev,
.block-gallery-carousel--navy .swiper-button-next {
  background-color: #fff;
}
.block-gallery-carousel--navy .swiper-pagination-bullet {
  background: #fff;
}
.block-gallery-carousel--navy .swiper-pagination-bullet-active {
  background: #EB0F2D;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-content-block {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-content-block {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-content-block {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block {
    padding: 6.25rem;
  }
}
.block-content-block__pattern {
  display: none;
  width: 690px;
  height: 690px;
  background-image: url("../images/svg/woodbridge-school-crest-outline.svg");
  position: absolute;
  top: 4rem;
  right: 4rem;
  background-repeat: no-repeat;
  opacity: 0.1;
  transform: rotate(22deg);
}
@media only screen and (min-width: 992px) {
  .block-content-block__pattern {
    display: block;
  }
}
.block-content-block h2, .block-content-block .h2 {
  font-size: 24px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 320px) {
  .block-content-block h2, .block-content-block .h2 {
    font-size: calc(24px + 10 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block h2, .block-content-block .h2 {
    font-size: 34px;
  }
}
.block-content-block h3, .block-content-block .h3 {
  font-size: 1.25rem;
}
.block-content-block__sidebar-content {
  position: relative;
  z-index: 1;
}
.block-content-block__sidebar-content a {
  white-space: nowrap;
}
.block-content-block__sidebar-content a[href^=mailto] {
  font-size: 14px;
}
@media only screen and (min-width: 320px) {
  .block-content-block__sidebar-content a[href^=mailto] {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block__sidebar-content a[href^=mailto] {
    font-size: 16px;
  }
}
.block-content-block__sidebar-image {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .block-content-block__sidebar-image {
    margin-top: 0;
  }
}
.block-content-block__sidebar-image img {
  width: 100%;
}
.block-content-block__featured-image {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .block-content-block__featured-image {
    margin-bottom: 3.75rem;
  }
}
.block-content-block__featured-image img {
  width: 100%;
}
.block-content-block__cta {
  background-color: #FFF7EE;
  padding: 30px;
  margin-bottom: 1.875rem;
}
.block-content-block__cta:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .block-content-block__cta {
    padding: 50px 30px;
    margin-bottom: 3.75rem;
  }
}
.block-content-block__cta--dark {
  background-color: #001028;
}
.block-content-block__cta--dark .block-content-block__cta-title {
  color: #fff;
}
.block-content-block__cta--dark .block-content-block__cta-copy {
  color: #fff;
}
.block-content-block__cta-title {
  color: #001028;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media only screen and (min-width: 320px) {
  .block-content-block__cta-title {
    font-size: calc(20px + 14 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block__cta-title {
    font-size: 34px;
  }
}
.block-content-block__cta-copy {
  margin-top: 1.25rem;
  font-size: 1rem;
  word-break: break-word;
}
.block-content-block__cta-copy p {
  font-size: 0.375rem;
}
.block-content-block__cta-links {
  margin-top: 1.25rem;
}
.block-content-block__links {
  margin-top: 1.875rem;
}
.block-content-block__links .block-content-block__link {
  margin-bottom: 1.25rem;
}
.block-content-block__links .block-content-block__link:last-of-type {
  margin-bottom: 0;
}
.block-content-block__form {
  background-color: #FFF7EE;
  padding: 1.875rem;
}
.block-content-block ul {
  list-style-type: none;
  padding: 0;
}
.block-content-block ul li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.625rem;
  color: #000000;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-content-block ul li {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block ul li {
    font-size: 18px;
  }
}
.block-content-block ul li:before {
  content: "";
  width: 0.3125rem;
  height: 0.3125rem;
  background-color: #EB0F2D;
  position: absolute;
  top: 0.5rem;
  left: 0;
  border-radius: 50%;
}
.block-content-block ul li a {
  color: #001028;
}
.block-content-block ul li ul {
  margin-left: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.block-content-block ul li ul li:before {
  background-color: #001028;
}
.block-content-block ol {
  list-style-type: none;
  padding: 0;
  counter-reset: custom-counter;
}
.block-content-block ol li {
  position: relative;
  padding-left: 0.9375rem;
  counter-increment: custom-counter;
  margin-bottom: 0.3125rem;
  color: #000000;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-content-block ol li {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block ol li {
    font-size: 18px;
  }
}
.block-content-block ol li:before {
  content: counter(custom-counter);
  position: absolute;
  top: 0;
  left: 0;
  color: #EB0F2D;
}
.block-content-block ol li a {
  color: #001028;
}
.block-content-block blockquote {
  border-left: 8px solid #001028;
  padding-left: 1.25rem;
}
.block-content-block blockquote p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.block-content-block p {
  color: #000000;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-content-block p {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-content-block p {
    font-size: 18px;
  }
}
.block-content-block p a {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-content-block p a:hover {
  color: #EB0F2D;
}
.block-content-block p .e-link {
  text-decoration: none;
}
.block-content-block table {
  min-width: 100%;
}
.block-content-block table td, .block-content-block table th {
  border: 1px solid #001028;
  padding: 0.625rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px) {
  .block-content-block table td, .block-content-block table th {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.block-content-block table th {
  background-color: #001028;
  color: #fff;
  border: 1px solid #fff;
}
.block-content-block table th:first-of-type {
  border-left: 1px solid #001028;
}
.block-content-block table th:last-of-type {
  border-right: 1px solid #001028;
}
.block-content-block table tfoot td {
  background-color: #E3E5E8;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-staff-grid {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-staff-grid {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-staff-grid {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-grid {
    padding: 6.25rem;
  }
}
.block-staff-grid__pattern {
  display: none;
  content: "";
  width: 40%;
  height: 30%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.05;
}
@media only screen and (min-width: 992px) {
  .block-staff-grid__pattern {
    display: block;
  }
}
.block-staff-grid .container {
  position: relative;
  z-index: 1;
}
.block-staff-grid__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-staff-grid__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-grid__heading {
    font-size: 42px;
  }
}
.block-staff-grid__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-staff-grid__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-grid__copy {
    font-size: 18px;
  }
}
.block-staff-grid__grid {
  margin-top: 3.75rem;
}
.block-staff-grid__card {
  margin-bottom: 2.5rem;
}
.block-staff-grid__card-image {
  margin-bottom: 1.25rem;
  padding-top: 100%;
  position: relative;
}
.block-staff-grid__card-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-staff-grid__card-title {
    font-size: calc(20px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-grid__card-title {
    font-size: 22px;
  }
}
.block-staff-grid__card-sub-title {
  color: #001028;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .block-staff-grid__card-sub-title {
    font-size: calc(18px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-staff-grid__card-sub-title {
    font-size: 20px;
  }
}
.block-staff-grid__card-copy {
  font-size: 1rem;
  color: #000;
  margin-top: 1.25rem;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-full-width-form {
  position: relative;
  background-color: #FFF7EE;
  padding: 1.875rem 0.625rem;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .block-full-width-form {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-full-width-form {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-width-form {
    padding: 6.25rem;
  }
}
.block-full-width-form .container {
  position: relative;
  z-index: 1;
}
.block-full-width-form__intro {
  margin-bottom: 3.75rem;
}
.block-full-width-form__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-full-width-form__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-width-form__heading {
    font-size: 42px;
  }
}
.block-full-width-form__copy {
  color: #001028;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-full-width-form__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-full-width-form__copy {
    font-size: 18px;
  }
}
.block-full-width-form__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-full-width-form__links {
    flex-direction: row;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-featured-item {
  position: relative;
  background-color: #001028;
  color: #fff;
  padding: 1.875rem 0.625rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-featured-item {
    padding: 1.875rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-featured-item {
    padding: 3.75rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-item {
    padding: 6.25rem;
    padding-top: 1.25rem;
  }
}
.block-featured-item__pattern {
  width: 40%;
  height: 60%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  top: 10%;
  right: 0;
  opacity: 0.5;
}
.block-featured-item__breadcrumbs {
  margin-bottom: 3.75rem;
}
.block-featured-item__intro {
  margin-bottom: 2.5rem;
}
.block-featured-item__heading {
  color: #fff;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-featured-item__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-item__heading {
    font-size: 42px;
  }
}
.block-featured-item__copy {
  color: #fff;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-featured-item__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-item__copy {
    font-size: 18px;
  }
}
.block-featured-item__container {
  background-color: #19273D;
  position: relative;
  z-index: 5;
}
.block-featured-item__container-date {
  padding: 0.9375rem 1.875rem;
}
.block-featured-item__container-header {
  display: flex;
  align-items: center;
}
.block-featured-item__container-content {
  padding: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .block-featured-item__container-content {
    padding: 3.125rem;
  }
}
.block-featured-item__container-featured {
  background-color: #EB0F2D;
  color: #fff;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 1rem;
  padding: 0.9375rem 1.875rem;
}
.block-featured-item__container-title {
  font-size: 20px;
  color: #fff;
}
@media only screen and (min-width: 320px) {
  .block-featured-item__container-title {
    font-size: calc(20px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-featured-item__container-title {
    font-size: 28px;
  }
}
.block-featured-item__container-excerpt {
  margin-top: 1.25rem;
}
.block-featured-item__container-links {
  margin-top: 1.25rem;
}
.block-featured-item__image {
  width: 100%;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .block-featured-item__image {
    width: 110%;
    transform: translateX(-10%);
  }
}
.block-featured-item__image img {
  width: 100%;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-filterable-item-grid {
  position: relative;
  background-color: #001028;
  color: #fff;
  padding: 1.875rem 0.625rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-filterable-item-grid {
    padding: 1.875rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-filterable-item-grid {
    padding: 3.75rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-filterable-item-grid {
    padding: 6.25rem;
    padding-top: 1.25rem;
  }
}
.block-filterable-item-grid__column {
  margin-bottom: 2.5rem;
}
.block-filterable-item-grid__card {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .block-filterable-item-grid__card {
    margin-bottom: 0;
  }
}
.block-filterable-item-grid__card-tag {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.3125rem;
}
.block-filterable-item-grid__card-content {
  background-color: #19273D;
  padding: 1.875rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.block-filterable-item-grid__card-title {
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .block-filterable-item-grid__card-title {
    font-size: calc(18px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-filterable-item-grid__card-title {
    font-size: 20px;
  }
}
.block-filterable-item-grid__card-title a {
  color: #fff;
}
.block-filterable-item-grid__card-date {
  font-style: italic;
  color: #fff;
  margin-left: 1.25rem;
}
.block-filterable-item-grid__card-inner {
  flex-grow: 1;
}
.block-filterable-item-grid__card-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  display: block;
}
.block-filterable-item-grid__card-image:hover {
  text-decoration: none;
}
.block-filterable-item-grid__card-feature-date {
  background-color: #EB0F2D;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  z-index: 9;
}
.block-filterable-item-grid__card-excerpt {
  margin-top: 1.25rem;
  color: #fff;
  word-break: break-word;
}
.block-filterable-item-grid__card-details {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.block-filterable-item-grid__more {
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  padding: 1.25rem 6.25rem;
  margin-top: 2.5rem;
  display: inline-block;
  transition: all 0.3s ease-out;
}
.block-filterable-item-grid__more:hover {
  text-decoration: none;
  color: #001028;
  background-color: #fff;
}
.block-filterable-item-grid__more span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.block-filterable-item-grid__more span:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0.625rem;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-vacancies-accordion {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-vacancies-accordion {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-vacancies-accordion {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-vacancies-accordion {
    padding: 6.25rem;
  }
}
.block-vacancies-accordion__panel {
  border: 1px solid #001028;
  margin-bottom: 1.25rem;
}
.block-vacancies-accordion__panel:last-of-type {
  margin-bottom: 0;
}
.block-vacancies-accordion__panel-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #001028;
  padding: 1.875rem 5rem 1.875rem 1.875rem;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (min-width: 320px) {
  .block-vacancies-accordion__panel-title {
    font-size: calc(20px + 8 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-vacancies-accordion__panel-title {
    font-size: 28px;
  }
}
.block-vacancies-accordion__panel-title:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  background-image: url("../images/svg/icon-plus-red.svg");
  position: absolute;
  top: 2.1875rem;
  right: 1.875rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.active .block-vacancies-accordion__panel-title:after {
  background-image: url("../images/svg/icon-minus-red.svg");
}
.block-vacancies-accordion__panel-body {
  overflow: hidden;
  padding: 0 1.875rem 1.875rem 1.875rem;
  opacity: 0;
  height: 0;
  margin-top: -1.875rem;
}
.block-vacancies-accordion__panel-key-details {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .block-vacancies-accordion__panel-key-details {
    font-size: calc(18px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-vacancies-accordion__panel-key-details {
    font-size: 20px;
  }
}
.block-vacancies-accordion__panel-pod {
  background-color: #FFF7EE;
  padding: 1.875rem;
}
.block-vacancies-accordion__panel-pod-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-vacancies-accordion__panel-pod-title {
    font-size: calc(18px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-vacancies-accordion__panel-pod-title {
    font-size: 20px;
  }
}
.block-vacancies-accordion__panel-pod-title:first-of-type {
  margin-top: 0;
}
.block-vacancies-accordion__panel-links {
  display: flex;
  flex-direction: column;
  margin-top: 1.875rem;
}
.block-vacancies-accordion__panel-links a {
  display: inline-block;
}
.block-vacancies-accordion__panel-notice {
  font-size: 14px;
  margin-top: 1.875rem;
}
@media only screen and (min-width: 320px) {
  .block-vacancies-accordion__panel-notice {
    font-size: calc(14px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-vacancies-accordion__panel-notice {
    font-size: 16px;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-results-grid {
  position: relative;
  background-color: #001028;
  color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-results-grid {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-results-grid {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid {
    padding: 6.25rem;
  }
}
.block-results-grid__dropdown {
  background-color: #001028;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-results-grid__dropdown {
    margin-bottom: 6.25rem;
  }
}
.block-results-grid__dropdown:focus {
  outline: none;
}
.block-results-grid__block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  .block-results-grid__block-title {
    font-size: calc(20px + 30 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid__block-title {
    font-size: 50px;
  }
}
.block-results-grid__block-copy {
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .block-results-grid__block-copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid__block-copy {
    font-size: 18px;
  }
}
.block-results-grid__block-container {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-results-grid__block-container {
    margin-top: 2.5rem;
  }
}
.block-results-grid__block-wrap {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-results-grid__block-wrap {
    margin-bottom: 5rem;
  }
}
.block-results-grid__block-column {
  margin-bottom: 0.625rem;
}
.block-results-grid__block {
  background-color: #19273D;
  padding: 1.25rem;
  text-align: center;
  margin: 0.3125rem;
  height: 100%;
}
.block-results-grid__block-top {
  color: #0F6EB6;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 320px) {
  .block-results-grid__block-top {
    font-size: calc(30px + 30 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid__block-top {
    font-size: 60px;
  }
}
.block-results-grid__block-bottom {
  color: #fff;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (min-width: 320px) {
  .block-results-grid__block-bottom {
    font-size: calc(30px + 30 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid__block-bottom {
    font-size: 60px;
  }
}
.block-results-grid__block-message {
  color: #fff;
  font-size: 18px;
  line-height: normal;
}
@media only screen and (min-width: 320px) {
  .block-results-grid__block-message {
    font-size: calc(18px + 10 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-results-grid__block-message {
    font-size: 28px;
  }
}
.block-results-grid__year-block {
  display: none;
}
.block-results-grid__year-block.active {
  display: flex;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-latest-videos-strip {
  position: relative;
  background-color: #fff;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-latest-videos-strip {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-latest-videos-strip {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-videos-strip {
    padding: 6.25rem;
  }
}
.block-latest-videos-strip .swiper-slide {
  height: auto;
}
.block-latest-videos-strip .swiper-nav-container {
  display: inline-flex;
  margin-top: 2.5rem;
}
.block-latest-videos-strip .swiper-button-prev,
.block-latest-videos-strip .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #001028;
  border-radius: 50%;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  transition: all 0.3s ease-out;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.block-latest-videos-strip .swiper-button-prev:after,
.block-latest-videos-strip .swiper-button-next:after {
  display: none;
}
.block-latest-videos-strip .swiper-button-prev:hover,
.block-latest-videos-strip .swiper-button-next:hover {
  background-color: #19273D;
  transform: scale(1.1);
}
.block-latest-videos-strip .swiper-button-prev {
  transform: rotate(180deg);
}
.block-latest-videos-strip .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
.block-latest-videos-strip__row {
  margin-top: 3.75rem;
}
.block-latest-videos-strip__card {
  height: 100%;
  background-color: #FFF7EE;
}
.block-latest-videos-strip__card-image {
  width: 100%;
  padding-bottom: 50%;
  background-color: #001028;
  position: relative;
  display: block;
}
.block-latest-videos-strip__card-image:after {
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  background-image: url("../images/svg/icon-play-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  border: none;
  z-index: 5;
  transition: all 0.1s ease-out;
  transform-origin: center;
}
.block-latest-videos-strip__card-date {
  background-color: #EB0F2D;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-style: italic;
  font-size: 1rem;
  padding: 0.625rem 1.5625rem;
  line-height: normal;
}
.block-latest-videos-strip__card-copy {
  font-size: 1rem;
  color: #000;
}
.block-latest-videos-strip__card-content {
  background-color: #FFF7EE;
  padding: 1.875rem;
}
.block-latest-videos-strip__card-title {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: normal;
}
@media only screen and (min-width: 320px) {
  .block-latest-videos-strip__card-title {
    font-size: calc(20px + 4 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-latest-videos-strip__card-title {
    font-size: 24px;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-links-list {
  position: relative;
  background-color: #FFF7EE;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-links-list {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-links-list {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-links-list {
    padding: 6.25rem;
  }
}
.block-links-list__column:first-of-type .block-links-list__block {
  border-top: none;
}
@media only screen and (min-width: 992px) {
  .block-links-list__column:nth-of-type(2) .block-links-list__block {
    border-top: none;
  }
}
.block-links-list__block {
  border-top: 1px solid #757575;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 2.5rem;
  padding-right: 1.875rem;
  position: relative;
}
.block-links-list__block:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 2.1875rem;
  left: 0;
}
.block-links-list__block-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .block-links-list__block-title {
    font-size: calc(18px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-links-list__block-title {
    font-size: 20px;
  }
}
.block-links-list__block-copy p:last-of-type {
  margin-bottom: 0;
}
.block-links-list__links {
  display: flex;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-links-list__links {
    flex-direction: row;
  }
}
.block-links-list__link {
  color: #001028;
  text-decoration: underline;
  transition: all 0.3s ease-out;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.block-links-list__link:hover {
  color: #EB0F2D;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-filters {
  background-color: #001028;
  color: #fff;
  padding: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .block-filters {
    padding: 0 3.75rem 2.5rem 3.75rem;
  }
}
.block-filters__select {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 3.125rem;
}
.block-filters__select:focus {
  outline: none;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-related-posts {
  background-color: #fff;
  position: relative;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-related-posts {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-related-posts {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-related-posts {
    padding: 6.25rem;
  }
}
.block-related-posts__heading {
  color: #001028;
  font-size: 24px;
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 320px) {
  .block-related-posts__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-related-posts__heading {
    font-size: 42px;
  }
}
@media only screen and (min-width: 992px) {
  .block-related-posts__heading {
    margin-bottom: 3.75rem;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-social-media-grid {
  background-color: #fff;
  position: relative;
  padding: 1.875rem 0.625rem;
}
@media only screen and (min-width: 768px) {
  .block-social-media-grid {
    padding: 1.875rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-social-media-grid {
    padding: 3.75rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-social-media-grid {
    padding: 6.25rem;
  }
}
.block-social-media-grid__pattern {
  width: 60%;
  height: 20%;
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.05;
}
.block-social-media-grid__intro {
  margin-bottom: 1.875rem;
}
@media only screen and (min-width: 992px) {
  .block-social-media-grid__intro {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-social-media-grid__intro {
    margin-bottom: 3.75rem;
  }
}
.block-social-media-grid__heading {
  color: #001028;
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-social-media-grid__heading {
    font-size: calc(24px + 18 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-social-media-grid__heading {
    font-size: 42px;
  }
}
.block-social-media-grid__copy {
  color: #000;
  font-size: 16px;
  margin-top: 1.25rem;
}
@media only screen and (min-width: 320px) {
  .block-social-media-grid__copy {
    font-size: calc(16px + 2 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-social-media-grid__copy {
    font-size: 18px;
  }
}
.block-social-media-grid__copy a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
.block-social-media-grid__copy a:hover {
  color: #EB0F2D;
}
.block-social-media-grid__links {
  display: inline-flex;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 992px) {
  .block-social-media-grid__links {
    flex-direction: row;
  }
}
.block-social-media-grid__item {
  background-color: #001028;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.block-social-media-grid__item-image {
  display: block;
}
.block-social-media-grid__item-image img {
  width: 100%;
}
.block-social-media-grid__item-content {
  font-size: 1rem;
  padding: 1.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}
.block-social-media-grid__item-date {
  font-size: 0.875rem;
  font-style: italic;
}
.block-social-media-grid__item-details {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.block-social-media-grid__item-handle {
  position: relative;
  font-size: 0.875rem;
  padding-left: 1.5rem;
}
.block-social-media-grid__item-handle:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url("../images/svg/icon-instagram-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.1875rem;
  left: 0;
}
.block-social-media-grid .swiper-nav-container {
  display: inline-flex;
  margin-top: 2.5rem;
}
.block-social-media-grid .swiper-button-prev,
.block-social-media-grid .swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #001028;
  border-radius: 50%;
  background-size: 16px;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  transition: all 0.3s ease-out;
  display: block;
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.block-social-media-grid .swiper-button-prev:after,
.block-social-media-grid .swiper-button-next:after {
  display: none;
}
.block-social-media-grid .swiper-button-prev:hover,
.block-social-media-grid .swiper-button-next:hover {
  background-color: #19273D;
  transform: scale(1.1);
}
.block-social-media-grid .swiper-button-prev {
  transform: rotate(180deg);
}
.block-social-media-grid .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
.block-social-media-grid .site-footer__social-links {
  margin-top: 0;
  padding-bottom: 0;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-spacer {
  background-color: #fff;
}
.block-spacer--white {
  background-color: #fff;
}
.block-spacer--navy {
  background-color: #001028;
}
.block-spacer--cream {
  background-color: #FFF7EE;
}
.block-spacer--small {
  height: 1.25rem;
}
.block-spacer--medium {
  height: 1.875rem !important;
}
@media only screen and (min-width: 768px) {
  .block-spacer--medium {
    height: 2.5rem !important;
  }
}
.block-spacer--large {
  height: 1.875rem !important;
}
@media only screen and (min-width: 1400px) {
  .block-spacer--large {
    height: 2.5rem !important;
  }
}
.block-spacer--extra-large {
  height: 1.875rem !important;
}
@media only screen and (min-width: 992px) {
  .block-spacer--extra-large {
    height: 2.5rem !important;
  }
}
@media only screen and (min-width: 1400px) {
  .block-spacer--extra-large {
    height: 3.75rem !important;
  }
}

.wp-block-gallery .blocks-gallery-grid {
  margin: 0 -5px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery .blocks-gallery-item {
  flex: 1 1 50%;
  margin: 0 0 10px;
  padding: 0 5px;
}
.wp-block-gallery .blocks-gallery-item::before {
  display: none;
}
.wp-block-gallery figure {
  margin: 0;
  position: relative;
}
.wp-block-gallery figure:focus::after, .wp-block-gallery figure:hover::after {
  background: hsla(216, 100%, 8%, 0.4) url("../images/svg/icon-enlarge.svg") center no-repeat;
  background-size: 32px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-grid {
  align-items: stretch;
}
.wp-block-gallery.is-cropped figure {
  height: 100%;
}
.wp-block-gallery.is-cropped figure img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-signup {
  padding-bottom: 73px;
  padding-top: 44px;
  position: relative;
}
.block-signup a {
  color: inherit;
  text-decoration: underline;
}
.block-signup--pattern {
  background-image: url("../images/svg/pattern-shield-navy-repeat.svg");
  content: "";
  height: 60%;
  opacity: 0.05;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.block-signup__title {
  color: #000F29;
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 0.5em;
  position: relative;
}
.block-signup__intro {
  font-size: 18px;
  position: relative;
}
.block-signup__title::after, .block-signup__intro::after {
  background-color: #F60422;
  content: "";
  height: 100%;
  left: -37px;
  position: absolute;
  top: 0;
  width: 5px;
}
.block-signup__form-container {
  background-color: #000F29;
  color: #FFFFFF;
  padding: 44px 50px;
}
.block-signup__form-container label {
  color: inherit;
  font-size: 18px;
}
.block-signup__form-container input[type=submit] {
  background-color: #FFFFFF;
  background-position: calc(50% - 60px) center !important;
  color: #000F29;
  display: block;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
}
.block-signup__form-container input[type=text],
.block-signup__form-container input[type=email],
.block-signup__form-container input[type=tel] {
  color: #000F29;
}
.block-signup__form-container select {
  color: #000F29;
}
.block-signup__form-container .wpcf7-list-item-label {
  font-size: 1rem;
}
.block-signup__form-container .wpcf7-list-item-label:before, .block-signup__form-container .wpcf7-list-item-label::before {
  transition: none;
}
.block-signup__form-container .openday-visit-prep {
  margin-left: 20px;
}
.block-signup__form-container .openday-interests .wpcf7-list-item,
.block-signup__form-container .openday-School .wpcf7-list-item {
  display: block;
}
.block-signup__form-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.82em;
}
.block-signup__callout {
  background-color: #FFF7EE;
  font-size: 18px;
  margin-bottom: 43px;
  margin-top: 48px;
  padding: 30px 50px;
}
.block-signup__callout a {
  color: #001028;
  text-decoration: underline;
}
.block-signup__callout-title {
  color: #F60422;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.08;
  margin-bottom: 0.5em;
}
.block-signup__callout-text {
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .block-signup__content {
    padding-right: 28px;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-boarders-grid-wrap {
  padding-top: 3.75rem;
}
@media only screen and (min-width: 992px) {
  .block-boarders-grid-wrap .block-boarders-grid__heading {
    padding: 0 3.75rem 1.25rem 3.75rem;
  }
}
.block-boarders-grid-wrap .block-boarders-grid__heading h2 {
  font-size: 24px;
}
@media only screen and (min-width: 320px) {
  .block-boarders-grid-wrap .block-boarders-grid__heading h2 {
    font-size: calc(24px + 10 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-boarders-grid-wrap .block-boarders-grid__heading h2 {
    font-size: 34px;
  }
}
.block-boarders-grid-wrap .block-filters {
  background-color: #fff;
  color: #000;
}
.block-boarders-grid-wrap .block-filters .e-dropdown__placeholder {
  color: #000;
  border-bottom: 1px solid #000;
}
.block-boarders-grid-wrap .block-filters .e-dropdown__placeholder:after {
  background-image: url("../images/svg/icon-arrow-black-down.svg");
}
.block-boarders-grid-wrap .block-filters .js-filter-boarder {
  margin-top: 1.25rem;
}
.block-boarders-grid-wrap .block-filters label {
  color: #808080;
}
.block-boarders-grid-wrap .block-filters .block-boarders-grid__select {
  width: 100%;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding: 0 1.75rem 0.625rem 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/svg/icon-arrow-black-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 0.875rem;
}
.block-boarders-grid-wrap .block-filters .block-boarders-grid__select:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #000;
}
.block-boarders-grid-wrap .block-filters .block-boarders-grid__select option {
  color: #000;
}
@media only screen and (min-width: 992px) {
  .block-boarders-grid-wrap .block-filters {
    padding: 0 3.75rem 1.25rem 3.75rem;
  }
}

.block-filterable-boarders-grid {
  position: relative;
  color: #000;
  padding: 1.875rem 0.625rem;
  padding-top: 1.25rem;
}
@media only screen and (min-width: 768px) {
  .block-filterable-boarders-grid {
    padding: 1.875rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 992px) {
  .block-filterable-boarders-grid {
    padding: 3.75rem;
    padding-top: 1.25rem;
  }
}
@media only screen and (min-width: 1400px) {
  .block-filterable-boarders-grid {
    padding-top: 0;
  }
}
.block-filterable-boarders-grid__column {
  margin-bottom: 2.5rem;
}
.block-filterable-boarders-grid__card {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 4px 20px rgba(27, 41, 71, 0.08);
  border-radius: 20px;
}
@media only screen and (min-width: 1400px) {
  .block-filterable-boarders-grid__card {
    margin-bottom: 0;
  }
}
.block-filterable-boarders-grid__card-content {
  background-color: #fff;
  padding: 1.875rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
}
.block-filterable-boarders-grid__card-header {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  flex-wrap: wrap;
}
.block-filterable-boarders-grid__card-title {
  font-size: 35px;
  font-feature-settings: "salt" 2;
  color: #EB0F2D;
  font-family: "zooja-pro", sans-serif;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 320px) {
  .block-filterable-boarders-grid__card-title {
    font-size: calc(35px + 19 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-filterable-boarders-grid__card-title {
    font-size: 54px;
  }
}
.block-filterable-boarders-grid__card-nationality {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  margin-left: 0.375rem;
}
.block-filterable-boarders-grid__card-flag {
  width: 30px;
  height: 22px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.125rem;
}
.block-filterable-boarders-grid__card-inner {
  flex-grow: 1;
}
.block-filterable-boarders-grid__card-image {
  width: 100%;
  padding-top: 80%;
  position: relative;
  display: block;
  border-radius: 20px 20px 0 0;
}
.block-filterable-boarders-grid__card-image .behave-as-bg img {
  border-radius: 20px 20px 0 0;
}
.block-filterable-boarders-grid__card-image:hover {
  text-decoration: none;
}
.block-filterable-boarders-grid__card-excerpt {
  margin-top: 1.25rem;
  color: #001028;
  word-break: break-word;
}
.block-filterable-boarders-grid__card-details {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
  flex-wrap: wrap;
}
.block-filterable-boarders-grid__card-details .e-link {
  color: #000;
}
.block-filterable-boarders-grid__card-details .e-link:after {
  background-color: #000;
}
.block-filterable-boarders-grid__more {
  border: 1px solid #001028;
  color: #fff;
  background-color: #001028;
  font-size: 1rem;
  padding: 1.25rem 2.5rem;
  margin-top: 1.25rem;
  display: inline-flex;
  transition: all 0.3s ease-out;
}
.block-filterable-boarders-grid__more:hover {
  text-decoration: none;
  color: #001028;
  background-color: #fff;
}
.block-filterable-boarders-grid__more span {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.block-filterable-boarders-grid__more span:before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/svg/icon-arrow-thick-red-right.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-right: 0.625rem;
}

.block-boarders-map {
  display: block;
  position: relative;
}
.block-boarders-map gmp-map {
  height: min(625px, 85vh);
  width: 100%;
}
.block-boarders-map .boarder-marker-details .details {
  display: none;
}
.block-boarders-map .boarder-marker-details.highlight .details {
  display: block;
}
.block-boarders-map .boarder-infowindow {
  min-width: 200px;
}
.block-boarders-map .boarder-marker-content {
  position: relative;
  width: 32px;
  height: 46px;
}
.block-boarders-map .flag-glyph {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  width: 19px;
  height: 19px;
  border-radius: 50%;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.block-boarders-map .flag-glyph img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.block-boarders-map .block-boarders-map__heading {
  text-align: center;
}
.block-boarders-map .block-boarders-map__heading h2.boarder-map-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 320px) {
  .block-boarders-map .block-boarders-map__heading h2.boarder-map-heading {
    font-size: calc(24px + 10 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-boarders-map .block-boarders-map__heading h2.boarder-map-heading {
    font-size: 34px;
  }
}
.block-boarders-map .block-boarders-map__heading h2.boarder-map-heading span.has-zooja-font {
  font-family: "zooja-pro", sans-serif;
  font-feature-settings: "salt" 2;
  font-weight: 300;
  color: #EB0F2D;
  font-size: 34px;
  margin-left: 8px;
}
@media only screen and (min-width: 320px) {
  .block-boarders-map .block-boarders-map__heading h2.boarder-map-heading span.has-zooja-font {
    font-size: calc(34px + 30 * (100vw - 320px) / (1400 - 320));
  }
}
@media only screen and (min-width: 1400px) {
  .block-boarders-map .block-boarders-map__heading h2.boarder-map-heading span.has-zooja-font {
    font-size: 64px;
  }
}

/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
.block-latest-boarders-grid-wrap {
  background-color: #FFF7EE;
}
.block-latest-boarders-grid-wrap .block-boarders-grid__heading {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .block-latest-boarders-grid-wrap .block-boarders-grid__heading {
    padding-top: 3.75rem;
  }
}

.page-template-landing-page .block-overlap-hero__breadcrumbs {
  display: none;
}
.page-template-landing-page .block-cta-strip .col-xl-3 {
  display: none;
}

@media (min-width: 992px) {
  .page-template-landing-page .block-cta-strip .col-xl-7 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

/*# sourceMappingURL=main.css.map*/