@charset "UTF-8";
/*
Project: 	 AREA 17
Version: 	 1.0
Author:
Description:
-------------------------------------------------------------------*/
/*
[Notes]

-------------------------------------------------------------------*/
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..600&display=swap");
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  transition: transform 0.6s ease-in-out;
  backface-visibility: hidden;
  perspective: 1000px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: "none";
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, "none" #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.umbraco-forms-page .umbraco-forms-field.hidden {
  display: none;
}
.umbraco-forms-page .umbraco-forms-field.recaptcha2 {
  padding-top: 1.6rem;
  text-align: center;
}
.umbraco-forms-page .umbraco-forms-field.recaptcha2 .col-md-7 {
  max-width: 100%;
}
.umbraco-forms-page .umbraco-forms-field .g-recaptcha {
  width: 304px;
  height: 78px;
  margin: 0.5rem auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@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: 1076px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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%;
  }
}
@media (min-width: 1520px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem 1rem -1rem 1rem -1rem 1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.fade {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade.show {
  opacity: 1;
  visibility: visible;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.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 (min-width: 1520px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-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;
  }
}
.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;
  }
}
@media (min-width: 1520px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.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;
}

.m-6 {
  margin: 3.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 3.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 3.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 3.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 3.5rem !important;
}

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

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

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

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

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

.m-8 {
  margin: 4.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 4.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 4.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 4.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

.m-10 {
  margin: 5.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 5.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 5.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 5.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 5.5rem !important;
}

.m-11 {
  margin: 6rem !important;
}

.mt-11,
.my-11 {
  margin-top: 6rem !important;
}

.mr-11,
.mx-11 {
  margin-right: 6rem !important;
}

.mb-11,
.my-11 {
  margin-bottom: 6rem !important;
}

.ml-11,
.mx-11 {
  margin-left: 6rem !important;
}

.m-12 {
  margin: 6.5rem !important;
}

.mt-12,
.my-12 {
  margin-top: 6.5rem !important;
}

.mr-12,
.mx-12 {
  margin-right: 6.5rem !important;
}

.mb-12,
.my-12 {
  margin-bottom: 6.5rem !important;
}

.ml-12,
.mx-12 {
  margin-left: 6.5rem !important;
}

.m-13 {
  margin: 7rem !important;
}

.mt-13,
.my-13 {
  margin-top: 7rem !important;
}

.mr-13,
.mx-13 {
  margin-right: 7rem !important;
}

.mb-13,
.my-13 {
  margin-bottom: 7rem !important;
}

.ml-13,
.mx-13 {
  margin-left: 7rem !important;
}

.m-14 {
  margin: 7.5rem !important;
}

.mt-14,
.my-14 {
  margin-top: 7.5rem !important;
}

.mr-14,
.mx-14 {
  margin-right: 7.5rem !important;
}

.mb-14,
.my-14 {
  margin-bottom: 7.5rem !important;
}

.ml-14,
.mx-14 {
  margin-left: 7.5rem !important;
}

.m-15 {
  margin: 8rem !important;
}

.mt-15,
.my-15 {
  margin-top: 8rem !important;
}

.mr-15,
.mx-15 {
  margin-right: 8rem !important;
}

.mb-15,
.my-15 {
  margin-bottom: 8rem !important;
}

.ml-15,
.mx-15 {
  margin-left: 8rem !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;
}

.p-6 {
  padding: 3.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 3.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 3.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 3.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 3.5rem !important;
}

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

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

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

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

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

.p-8 {
  padding: 4.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 4.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 4.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 4.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 4.5rem !important;
}

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

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

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

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

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

.p-10 {
  padding: 5.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 5.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 5.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 5.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 5.5rem !important;
}

.p-11 {
  padding: 6rem !important;
}

.pt-11,
.py-11 {
  padding-top: 6rem !important;
}

.pr-11,
.px-11 {
  padding-right: 6rem !important;
}

.pb-11,
.py-11 {
  padding-bottom: 6rem !important;
}

.pl-11,
.px-11 {
  padding-left: 6rem !important;
}

.p-12 {
  padding: 6.5rem !important;
}

.pt-12,
.py-12 {
  padding-top: 6.5rem !important;
}

.pr-12,
.px-12 {
  padding-right: 6.5rem !important;
}

.pb-12,
.py-12 {
  padding-bottom: 6.5rem !important;
}

.pl-12,
.px-12 {
  padding-left: 6.5rem !important;
}

.p-13 {
  padding: 7rem !important;
}

.pt-13,
.py-13 {
  padding-top: 7rem !important;
}

.pr-13,
.px-13 {
  padding-right: 7rem !important;
}

.pb-13,
.py-13 {
  padding-bottom: 7rem !important;
}

.pl-13,
.px-13 {
  padding-left: 7rem !important;
}

.p-14 {
  padding: 7.5rem !important;
}

.pt-14,
.py-14 {
  padding-top: 7.5rem !important;
}

.pr-14,
.px-14 {
  padding-right: 7.5rem !important;
}

.pb-14,
.py-14 {
  padding-bottom: 7.5rem !important;
}

.pl-14,
.px-14 {
  padding-left: 7.5rem !important;
}

.p-15 {
  padding: 8rem !important;
}

.pt-15,
.py-15 {
  padding-top: 8rem !important;
}

.pr-15,
.px-15 {
  padding-right: 8rem !important;
}

.pb-15,
.py-15 {
  padding-bottom: 8rem !important;
}

.pl-15,
.px-15 {
  padding-left: 8rem !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-n6 {
  margin: -3.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -3.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -3.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -3.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -3.5rem !important;
}

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

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

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

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

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

.m-n8 {
  margin: -4.5rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -4.5rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -4.5rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -4.5rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -4.5rem !important;
}

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

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

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

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

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

.m-n10 {
  margin: -5.5rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -5.5rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -5.5rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -5.5rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -5.5rem !important;
}

.m-n11 {
  margin: -6rem !important;
}

.mt-n11,
.my-n11 {
  margin-top: -6rem !important;
}

.mr-n11,
.mx-n11 {
  margin-right: -6rem !important;
}

.mb-n11,
.my-n11 {
  margin-bottom: -6rem !important;
}

.ml-n11,
.mx-n11 {
  margin-left: -6rem !important;
}

.m-n12 {
  margin: -6.5rem !important;
}

.mt-n12,
.my-n12 {
  margin-top: -6.5rem !important;
}

.mr-n12,
.mx-n12 {
  margin-right: -6.5rem !important;
}

.mb-n12,
.my-n12 {
  margin-bottom: -6.5rem !important;
}

.ml-n12,
.mx-n12 {
  margin-left: -6.5rem !important;
}

.m-n13 {
  margin: -7rem !important;
}

.mt-n13,
.my-n13 {
  margin-top: -7rem !important;
}

.mr-n13,
.mx-n13 {
  margin-right: -7rem !important;
}

.mb-n13,
.my-n13 {
  margin-bottom: -7rem !important;
}

.ml-n13,
.mx-n13 {
  margin-left: -7rem !important;
}

.m-n14 {
  margin: -7.5rem !important;
}

.mt-n14,
.my-n14 {
  margin-top: -7.5rem !important;
}

.mr-n14,
.mx-n14 {
  margin-right: -7.5rem !important;
}

.mb-n14,
.my-n14 {
  margin-bottom: -7.5rem !important;
}

.ml-n14,
.mx-n14 {
  margin-left: -7.5rem !important;
}

.m-n15 {
  margin: -8rem !important;
}

.mt-n15,
.my-n15 {
  margin-top: -8rem !important;
}

.mr-n15,
.mx-n15 {
  margin-right: -8rem !important;
}

.mb-n15,
.my-n15 {
  margin-bottom: -8rem !important;
}

.ml-n15,
.mx-n15 {
  margin-left: -8rem !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;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 4rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 4rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 4rem !important;
  }
  .m-sm-8 {
    margin: 4.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4.5rem !important;
  }
  .m-sm-9 {
    margin: 5rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 5rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 5rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 5rem !important;
  }
  .m-sm-10 {
    margin: 5.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5.5rem !important;
  }
  .m-sm-11 {
    margin: 6rem !important;
  }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 6rem !important;
  }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 6rem !important;
  }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 6rem !important;
  }
  .m-sm-12 {
    margin: 6.5rem !important;
  }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 6.5rem !important;
  }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 6.5rem !important;
  }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 6.5rem !important;
  }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 6.5rem !important;
  }
  .m-sm-13 {
    margin: 7rem !important;
  }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 7rem !important;
  }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 7rem !important;
  }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 7rem !important;
  }
  .m-sm-14 {
    margin: 7.5rem !important;
  }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 7.5rem !important;
  }
  .m-sm-15 {
    margin: 8rem !important;
  }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 8rem !important;
  }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 8rem !important;
  }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 8rem !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;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 4rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 4rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 4rem !important;
  }
  .p-sm-8 {
    padding: 4.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4.5rem !important;
  }
  .p-sm-9 {
    padding: 5rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 5rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 5rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 5rem !important;
  }
  .p-sm-10 {
    padding: 5.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5.5rem !important;
  }
  .p-sm-11 {
    padding: 6rem !important;
  }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 6rem !important;
  }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 6rem !important;
  }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 6rem !important;
  }
  .p-sm-12 {
    padding: 6.5rem !important;
  }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 6.5rem !important;
  }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 6.5rem !important;
  }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 6.5rem !important;
  }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 6.5rem !important;
  }
  .p-sm-13 {
    padding: 7rem !important;
  }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 7rem !important;
  }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 7rem !important;
  }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 7rem !important;
  }
  .p-sm-14 {
    padding: 7.5rem !important;
  }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 7.5rem !important;
  }
  .p-sm-15 {
    padding: 8rem !important;
  }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 8rem !important;
  }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 8rem !important;
  }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 8rem !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-n6 {
    margin: -3.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n7 {
    margin: -4rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -4rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -4rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -4rem !important;
  }
  .m-sm-n8 {
    margin: -4.5rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n9 {
    margin: -5rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -5rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -5rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -5rem !important;
  }
  .m-sm-n10 {
    margin: -5.5rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5.5rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5.5rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5.5rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5.5rem !important;
  }
  .m-sm-n11 {
    margin: -6rem !important;
  }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -6rem !important;
  }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -6rem !important;
  }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -6rem !important;
  }
  .m-sm-n12 {
    margin: -6.5rem !important;
  }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -6.5rem !important;
  }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -6.5rem !important;
  }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -6.5rem !important;
  }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -6.5rem !important;
  }
  .m-sm-n13 {
    margin: -7rem !important;
  }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -7rem !important;
  }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -7rem !important;
  }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -7rem !important;
  }
  .m-sm-n14 {
    margin: -7.5rem !important;
  }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -7.5rem !important;
  }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -7.5rem !important;
  }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -7.5rem !important;
  }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -7.5rem !important;
  }
  .m-sm-n15 {
    margin: -8rem !important;
  }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -8rem !important;
  }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -8rem !important;
  }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -8rem !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;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 4rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 4rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 4rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 4rem !important;
  }
  .m-md-8 {
    margin: 4.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4.5rem !important;
  }
  .m-md-9 {
    margin: 5rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 5rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 5rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 5rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 5rem !important;
  }
  .m-md-10 {
    margin: 5.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5.5rem !important;
  }
  .m-md-11 {
    margin: 6rem !important;
  }
  .mt-md-11,
  .my-md-11 {
    margin-top: 6rem !important;
  }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 6rem !important;
  }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 6rem !important;
  }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 6rem !important;
  }
  .m-md-12 {
    margin: 6.5rem !important;
  }
  .mt-md-12,
  .my-md-12 {
    margin-top: 6.5rem !important;
  }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 6.5rem !important;
  }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 6.5rem !important;
  }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 6.5rem !important;
  }
  .m-md-13 {
    margin: 7rem !important;
  }
  .mt-md-13,
  .my-md-13 {
    margin-top: 7rem !important;
  }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 7rem !important;
  }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 7rem !important;
  }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 7rem !important;
  }
  .m-md-14 {
    margin: 7.5rem !important;
  }
  .mt-md-14,
  .my-md-14 {
    margin-top: 7.5rem !important;
  }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 7.5rem !important;
  }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 7.5rem !important;
  }
  .m-md-15 {
    margin: 8rem !important;
  }
  .mt-md-15,
  .my-md-15 {
    margin-top: 8rem !important;
  }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 8rem !important;
  }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 8rem !important;
  }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 8rem !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;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 4rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 4rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 4rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 4rem !important;
  }
  .p-md-8 {
    padding: 4.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4.5rem !important;
  }
  .p-md-9 {
    padding: 5rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 5rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 5rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 5rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 5rem !important;
  }
  .p-md-10 {
    padding: 5.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5.5rem !important;
  }
  .p-md-11 {
    padding: 6rem !important;
  }
  .pt-md-11,
  .py-md-11 {
    padding-top: 6rem !important;
  }
  .pr-md-11,
  .px-md-11 {
    padding-right: 6rem !important;
  }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 6rem !important;
  }
  .pl-md-11,
  .px-md-11 {
    padding-left: 6rem !important;
  }
  .p-md-12 {
    padding: 6.5rem !important;
  }
  .pt-md-12,
  .py-md-12 {
    padding-top: 6.5rem !important;
  }
  .pr-md-12,
  .px-md-12 {
    padding-right: 6.5rem !important;
  }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 6.5rem !important;
  }
  .pl-md-12,
  .px-md-12 {
    padding-left: 6.5rem !important;
  }
  .p-md-13 {
    padding: 7rem !important;
  }
  .pt-md-13,
  .py-md-13 {
    padding-top: 7rem !important;
  }
  .pr-md-13,
  .px-md-13 {
    padding-right: 7rem !important;
  }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 7rem !important;
  }
  .pl-md-13,
  .px-md-13 {
    padding-left: 7rem !important;
  }
  .p-md-14 {
    padding: 7.5rem !important;
  }
  .pt-md-14,
  .py-md-14 {
    padding-top: 7.5rem !important;
  }
  .pr-md-14,
  .px-md-14 {
    padding-right: 7.5rem !important;
  }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-14,
  .px-md-14 {
    padding-left: 7.5rem !important;
  }
  .p-md-15 {
    padding: 8rem !important;
  }
  .pt-md-15,
  .py-md-15 {
    padding-top: 8rem !important;
  }
  .pr-md-15,
  .px-md-15 {
    padding-right: 8rem !important;
  }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 8rem !important;
  }
  .pl-md-15,
  .px-md-15 {
    padding-left: 8rem !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-n6 {
    margin: -3.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3.5rem !important;
  }
  .m-md-n7 {
    margin: -4rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -4rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -4rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -4rem !important;
  }
  .m-md-n8 {
    margin: -4.5rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4.5rem !important;
  }
  .m-md-n9 {
    margin: -5rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -5rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -5rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -5rem !important;
  }
  .m-md-n10 {
    margin: -5.5rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5.5rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5.5rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5.5rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5.5rem !important;
  }
  .m-md-n11 {
    margin: -6rem !important;
  }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -6rem !important;
  }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -6rem !important;
  }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -6rem !important;
  }
  .m-md-n12 {
    margin: -6.5rem !important;
  }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -6.5rem !important;
  }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -6.5rem !important;
  }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -6.5rem !important;
  }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -6.5rem !important;
  }
  .m-md-n13 {
    margin: -7rem !important;
  }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -7rem !important;
  }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -7rem !important;
  }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -7rem !important;
  }
  .m-md-n14 {
    margin: -7.5rem !important;
  }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -7.5rem !important;
  }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -7.5rem !important;
  }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -7.5rem !important;
  }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -7.5rem !important;
  }
  .m-md-n15 {
    margin: -8rem !important;
  }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -8rem !important;
  }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -8rem !important;
  }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -8rem !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;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important;
  }
  .m-lg-8 {
    margin: 4.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4.5rem !important;
  }
  .m-lg-9 {
    margin: 5rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 5rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 5rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 5rem !important;
  }
  .m-lg-10 {
    margin: 5.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5.5rem !important;
  }
  .m-lg-11 {
    margin: 6rem !important;
  }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 6rem !important;
  }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 6rem !important;
  }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 6rem !important;
  }
  .m-lg-12 {
    margin: 6.5rem !important;
  }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 6.5rem !important;
  }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 6.5rem !important;
  }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 6.5rem !important;
  }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 6.5rem !important;
  }
  .m-lg-13 {
    margin: 7rem !important;
  }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 7rem !important;
  }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 7rem !important;
  }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 7rem !important;
  }
  .m-lg-14 {
    margin: 7.5rem !important;
  }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 7.5rem !important;
  }
  .m-lg-15 {
    margin: 8rem !important;
  }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 8rem !important;
  }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 8rem !important;
  }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 8rem !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;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important;
  }
  .p-lg-8 {
    padding: 4.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4.5rem !important;
  }
  .p-lg-9 {
    padding: 5rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 5rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 5rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 5rem !important;
  }
  .p-lg-10 {
    padding: 5.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5.5rem !important;
  }
  .p-lg-11 {
    padding: 6rem !important;
  }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 6rem !important;
  }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 6rem !important;
  }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 6rem !important;
  }
  .p-lg-12 {
    padding: 6.5rem !important;
  }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 6.5rem !important;
  }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 6.5rem !important;
  }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 6.5rem !important;
  }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 6.5rem !important;
  }
  .p-lg-13 {
    padding: 7rem !important;
  }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 7rem !important;
  }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 7rem !important;
  }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 7rem !important;
  }
  .p-lg-14 {
    padding: 7.5rem !important;
  }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 7.5rem !important;
  }
  .p-lg-15 {
    padding: 8rem !important;
  }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 8rem !important;
  }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 8rem !important;
  }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 8rem !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-n6 {
    margin: -3.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n7 {
    margin: -4rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4rem !important;
  }
  .m-lg-n8 {
    margin: -4.5rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n9 {
    margin: -5rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -5rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -5rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -5rem !important;
  }
  .m-lg-n10 {
    margin: -5.5rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5.5rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5.5rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5.5rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5.5rem !important;
  }
  .m-lg-n11 {
    margin: -6rem !important;
  }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -6rem !important;
  }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -6rem !important;
  }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -6rem !important;
  }
  .m-lg-n12 {
    margin: -6.5rem !important;
  }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -6.5rem !important;
  }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -6.5rem !important;
  }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -6.5rem !important;
  }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -6.5rem !important;
  }
  .m-lg-n13 {
    margin: -7rem !important;
  }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -7rem !important;
  }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -7rem !important;
  }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -7rem !important;
  }
  .m-lg-n14 {
    margin: -7.5rem !important;
  }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -7.5rem !important;
  }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -7.5rem !important;
  }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -7.5rem !important;
  }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -7.5rem !important;
  }
  .m-lg-n15 {
    margin: -8rem !important;
  }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -8rem !important;
  }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -8rem !important;
  }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -8rem !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;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 4rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 4rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 4rem !important;
  }
  .m-xl-8 {
    margin: 4.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4.5rem !important;
  }
  .m-xl-9 {
    margin: 5rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 5rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 5rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 5rem !important;
  }
  .m-xl-10 {
    margin: 5.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5.5rem !important;
  }
  .m-xl-11 {
    margin: 6rem !important;
  }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 6rem !important;
  }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 6rem !important;
  }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 6rem !important;
  }
  .m-xl-12 {
    margin: 6.5rem !important;
  }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 6.5rem !important;
  }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 6.5rem !important;
  }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 6.5rem !important;
  }
  .m-xl-13 {
    margin: 7rem !important;
  }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 7rem !important;
  }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 7rem !important;
  }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 7rem !important;
  }
  .m-xl-14 {
    margin: 7.5rem !important;
  }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 7.5rem !important;
  }
  .m-xl-15 {
    margin: 8rem !important;
  }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 8rem !important;
  }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 8rem !important;
  }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 8rem !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;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 4rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 4rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 4rem !important;
  }
  .p-xl-8 {
    padding: 4.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4.5rem !important;
  }
  .p-xl-9 {
    padding: 5rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 5rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 5rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 5rem !important;
  }
  .p-xl-10 {
    padding: 5.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5.5rem !important;
  }
  .p-xl-11 {
    padding: 6rem !important;
  }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 6rem !important;
  }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 6rem !important;
  }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 6rem !important;
  }
  .p-xl-12 {
    padding: 6.5rem !important;
  }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 6.5rem !important;
  }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 6.5rem !important;
  }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 6.5rem !important;
  }
  .p-xl-13 {
    padding: 7rem !important;
  }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 7rem !important;
  }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 7rem !important;
  }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 7rem !important;
  }
  .p-xl-14 {
    padding: 7.5rem !important;
  }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 7.5rem !important;
  }
  .p-xl-15 {
    padding: 8rem !important;
  }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 8rem !important;
  }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 8rem !important;
  }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 8rem !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-n6 {
    margin: -3.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n7 {
    margin: -4rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -4rem !important;
  }
  .m-xl-n8 {
    margin: -4.5rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n9 {
    margin: -5rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -5rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -5rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -5rem !important;
  }
  .m-xl-n10 {
    margin: -5.5rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5.5rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5.5rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5.5rem !important;
  }
  .m-xl-n11 {
    margin: -6rem !important;
  }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -6rem !important;
  }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -6rem !important;
  }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -6rem !important;
  }
  .m-xl-n12 {
    margin: -6.5rem !important;
  }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -6.5rem !important;
  }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -6.5rem !important;
  }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -6.5rem !important;
  }
  .m-xl-n13 {
    margin: -7rem !important;
  }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -7rem !important;
  }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -7rem !important;
  }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -7rem !important;
  }
  .m-xl-n14 {
    margin: -7.5rem !important;
  }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -7.5rem !important;
  }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -7.5rem !important;
  }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -7.5rem !important;
  }
  .m-xl-n15 {
    margin: -8rem !important;
  }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -8rem !important;
  }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -8rem !important;
  }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -8rem !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;
  }
}
@media (min-width: 1520px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 4rem !important;
  }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 4rem !important;
  }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 4rem !important;
  }
  .m-xxl-8 {
    margin: 4.5rem !important;
  }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 4.5rem !important;
  }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 4.5rem !important;
  }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 4.5rem !important;
  }
  .m-xxl-9 {
    margin: 5rem !important;
  }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 5rem !important;
  }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 5rem !important;
  }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 5rem !important;
  }
  .m-xxl-10 {
    margin: 5.5rem !important;
  }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 5.5rem !important;
  }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 5.5rem !important;
  }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 5.5rem !important;
  }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 5.5rem !important;
  }
  .m-xxl-11 {
    margin: 6rem !important;
  }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 6rem !important;
  }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 6rem !important;
  }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 6rem !important;
  }
  .m-xxl-12 {
    margin: 6.5rem !important;
  }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 6.5rem !important;
  }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 6.5rem !important;
  }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 6.5rem !important;
  }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 6.5rem !important;
  }
  .m-xxl-13 {
    margin: 7rem !important;
  }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 7rem !important;
  }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 7rem !important;
  }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 7rem !important;
  }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 7rem !important;
  }
  .m-xxl-14 {
    margin: 7.5rem !important;
  }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 7.5rem !important;
  }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 7.5rem !important;
  }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 7.5rem !important;
  }
  .m-xxl-15 {
    margin: 8rem !important;
  }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 8rem !important;
  }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 8rem !important;
  }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 4rem !important;
  }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 4rem !important;
  }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 4rem !important;
  }
  .p-xxl-8 {
    padding: 4.5rem !important;
  }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 4.5rem !important;
  }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 4.5rem !important;
  }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 4.5rem !important;
  }
  .p-xxl-9 {
    padding: 5rem !important;
  }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 5rem !important;
  }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 5rem !important;
  }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 5rem !important;
  }
  .p-xxl-10 {
    padding: 5.5rem !important;
  }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 5.5rem !important;
  }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 5.5rem !important;
  }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 5.5rem !important;
  }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 5.5rem !important;
  }
  .p-xxl-11 {
    padding: 6rem !important;
  }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 6rem !important;
  }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 6rem !important;
  }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 6rem !important;
  }
  .p-xxl-12 {
    padding: 6.5rem !important;
  }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 6.5rem !important;
  }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 6.5rem !important;
  }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 6.5rem !important;
  }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 6.5rem !important;
  }
  .p-xxl-13 {
    padding: 7rem !important;
  }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 7rem !important;
  }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 7rem !important;
  }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 7rem !important;
  }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 7rem !important;
  }
  .p-xxl-14 {
    padding: 7.5rem !important;
  }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 7.5rem !important;
  }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 7.5rem !important;
  }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 7.5rem !important;
  }
  .p-xxl-15 {
    padding: 8rem !important;
  }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 8rem !important;
  }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 8rem !important;
  }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 8rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-n6 {
    margin: -3.5rem !important;
  }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3.5rem !important;
  }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3.5rem !important;
  }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3.5rem !important;
  }
  .m-xxl-n7 {
    margin: -4rem !important;
  }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -4rem !important;
  }
  .m-xxl-n8 {
    margin: -4.5rem !important;
  }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -4.5rem !important;
  }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -4.5rem !important;
  }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -4.5rem !important;
  }
  .m-xxl-n9 {
    margin: -5rem !important;
  }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -5rem !important;
  }
  .m-xxl-n10 {
    margin: -5.5rem !important;
  }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -5.5rem !important;
  }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -5.5rem !important;
  }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -5.5rem !important;
  }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -5.5rem !important;
  }
  .m-xxl-n11 {
    margin: -6rem !important;
  }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -6rem !important;
  }
  .m-xxl-n12 {
    margin: -6.5rem !important;
  }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -6.5rem !important;
  }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -6.5rem !important;
  }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -6.5rem !important;
  }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -6.5rem !important;
  }
  .m-xxl-n13 {
    margin: -7rem !important;
  }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -7rem !important;
  }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -7rem !important;
  }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -7rem !important;
  }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -7rem !important;
  }
  .m-xxl-n14 {
    margin: -7.5rem !important;
  }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -7.5rem !important;
  }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -7.5rem !important;
  }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -7.5rem !important;
  }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -7.5rem !important;
  }
  .m-xxl-n15 {
    margin: -8rem !important;
  }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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;
  }
}
@media (min-width: 1520px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !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;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !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: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block !important;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
  transition-duration: 50ms;
}
body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
  transition-delay: 0s;
}
body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
  transition-delay: 50ms;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
  transition-delay: 0s;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
  transition-duration: 150ms;
}
body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
  transition-delay: 0s;
}
body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
  transition-delay: 150ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
  transition-delay: 0s;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
  transition-duration: 250ms;
}
body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
  transition-delay: 0s;
}
body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
  transition-delay: 250ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
  transition-delay: 0s;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
  transition-duration: 350ms;
}
body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
  transition-delay: 0s;
}
body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
  transition-delay: 350ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
  transition-delay: 0s;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
  transition-duration: 450ms;
}
body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
  transition-delay: 0s;
}
body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
  transition-delay: 450ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
  transition-delay: 0s;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
  transition-duration: 550ms;
}
body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
  transition-delay: 0s;
}
body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
  transition-delay: 550ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
  transition-delay: 0s;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
  transition-duration: 650ms;
}
body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
  transition-delay: 0s;
}
body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
  transition-delay: 650ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
  transition-delay: 0s;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
  transition-duration: 750ms;
}
body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
  transition-delay: 0s;
}
body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
  transition-delay: 750ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
  transition-delay: 0s;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
  transition-duration: 850ms;
}
body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
  transition-delay: 0s;
}
body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
  transition-delay: 850ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
  transition-delay: 0s;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
  transition-duration: 950ms;
}
body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
  transition-delay: 0s;
}
body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
  transition-delay: 950ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
  transition-delay: 0s;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
  transition-duration: 1050ms;
}
body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
  transition-delay: 0s;
}
body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
  transition-delay: 1050ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
  transition-delay: 0s;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
  transition-duration: 1150ms;
}
body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
  transition-delay: 0s;
}
body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
  transition-delay: 1150ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
  transition-delay: 0s;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
  transition-duration: 1250ms;
}
body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
  transition-delay: 0s;
}
body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
  transition-delay: 1250ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
  transition-delay: 0s;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
  transition-duration: 1350ms;
}
body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
  transition-delay: 0s;
}
body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
  transition-delay: 1350ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
  transition-delay: 0s;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
  transition-duration: 1450ms;
}
body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
  transition-delay: 0s;
}
body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
  transition-delay: 1450ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
  transition-delay: 0s;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
  transition-duration: 1550ms;
}
body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
  transition-delay: 0s;
}
body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
  transition-delay: 1550ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
  transition-delay: 0s;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
  transition-duration: 1650ms;
}
body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
  transition-delay: 0s;
}
body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
  transition-delay: 1650ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
  transition-delay: 0s;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
  transition-duration: 1750ms;
}
body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
  transition-delay: 0s;
}
body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
  transition-delay: 1750ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
  transition-delay: 0s;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
  transition-duration: 1850ms;
}
body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
  transition-delay: 0s;
}
body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
  transition-delay: 1850ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
  transition-delay: 0s;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
  transition-duration: 1950ms;
}
body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
  transition-delay: 0s;
}
body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
  transition-delay: 1950ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
  transition-delay: 0s;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
  transition-duration: 2050ms;
}
body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
  transition-delay: 0s;
}
body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
  transition-delay: 2050ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
  transition-delay: 0s;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
  transition-duration: 2150ms;
}
body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
  transition-delay: 0s;
}
body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
  transition-delay: 2150ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
  transition-delay: 0s;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
  transition-duration: 2250ms;
}
body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
  transition-delay: 0s;
}
body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
  transition-delay: 2250ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
  transition-delay: 0s;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
  transition-duration: 2350ms;
}
body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
  transition-delay: 0s;
}
body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
  transition-delay: 2350ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
  transition-delay: 0s;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
  transition-duration: 2450ms;
}
body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
  transition-delay: 0s;
}
body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
  transition-delay: 2450ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
  transition-delay: 0s;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
  transition-duration: 2550ms;
}
body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
  transition-delay: 0s;
}
body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
  transition-delay: 2550ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
  transition-delay: 0s;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
  transition-duration: 2650ms;
}
body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
  transition-delay: 0s;
}
body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
  transition-delay: 2650ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
  transition-delay: 0s;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
  transition-duration: 2750ms;
}
body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
  transition-delay: 0s;
}
body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
  transition-delay: 2750ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
  transition-delay: 0s;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
  transition-duration: 2850ms;
}
body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
  transition-delay: 0s;
}
body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
  transition-delay: 2850ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
  transition-delay: 0s;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
  transition-duration: 2950ms;
}
body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
  transition-delay: 0s;
}
body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
  transition-delay: 2950ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
  transition-delay: 0s;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    transform: perspective(2500px) rotateX(0);
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

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

html {
  overflow-y: scroll;
  overflow: -moz-scrollbars-vertical;
  box-sizing: border-box;
  touch-action: manipulation;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

ul,
ol {
  list-style: none;
}

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

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

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

.svg-sprite {
  position: absolute;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@-ms-viewport {
  width: device-width;
}
/*
  @function get-breakpoint-directions

  Sorts through breakpoints SASS map,
  generates a full SASS map containing all the breakpoint
  variations we'll require

  Parameters:
  none
*/
/*
  @mixin breakpoint

  Inserts a media query

  Parameters:
  $name - name of breakpoint, choose from:

  xsmall, small, medium, large, xlarge, xxlarge  - *just* that breakpoint
  small-, medium-, large-, xlarge-, xxlarge-  - that breakpoint *and* below
  xsmall+, small+, medium+, large+, xlarge+  - that breakpoint *and* up

  NB: the we're mobile up, so the minus values should be avoided..

  $option - ie11, hover - to make an IE11 CSS with a breakpoint or to target browsers with mouse cursors

  ```scss
  @include breakpoint('medium+') {
    // styles to be given to browsers at `medium` and above
  }
  @include breakpoint(null,'hover') {
    // styles to be given to devices with mouse pointers
  }
  @include breakpoint(null,'ie11') {
    // styles to be given to be given to IE11
  }
  @include breakpoint('medium+','hover') {
    // styles to be given to browsers at `medium` and above that have mouse pointers
  }
  @include breakpoint('medium+','ie11') {
    // styles to be given to ie11 at `medium` and above
  }
  ```
*/
/*
  @function get-media

  Returns start and stop points of a given media query

  Parameters:
  $bp - the breakpoint you want the stop and stop points of
*/
/*
  @mixin placeholder

  Style form placeholder text
*/
/*
  @mixin styled-select

  https://github.com/filamentgroup/select-css

  Parameters:
  - none
*/
/*
  @mixin font_smoothing

  Set font smoothing ON or OFF
*/
/*
  @mixin text-underline

  Does "medium" style underlines with "iOS" style descender shadows

  Parameters:
  $underline - color
  $background - color
  $pos - vertical position
*/
/*
  @mixin hide_text

  Hides text in an element
*/
/*
  @mixin tucked-margin-top

  Intelligently applies baseline to baseline spacing to a text block:

  ```
  @include tucked-margin-top($f-h1, ('xsmall': 40, 'medium+': 60));
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  'xsmall' is the default for all breakpoints and the successively overridden as breakpoints get larger.

  Its intelligent in that if you specify just the `xsmall` value, but the font size and/or line-height for this font object changes at some breakpoint, the mixin will add a breakpoint rule to adjust to maintain the consistent baseline-to-baseline spacing.

  So:

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, font-weight: 300, push: 1),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40, 'medium+': 60));
  ```

  Generates a margin-top as a default (xsmall+) and a breakpoint for `medium+`.

  ```
  $f-body: generate-font-obj(
    (
      font-family: $sans-serif-font,
      font-family-loaded: $sans-serif-font--loaded,
      font-loaded-class: $sans-serif-font-loaded-class,
      settings: (
        'small+': ( font-size: 16, line-height: 20, push: 1),
        'medium+': ( font-size: 18, line-height: 25, push: 0),
       )
    )
  );
  @include tucked-margin-top($f-body, ('xsmall': 40));
  ```

  Similarly, this will produce a margin-top as a default and a breakpoint for `medium+`.

  If you need some margin-top for a singular breakpoint margin:

  ```
  @include tucked-margin-top($f-h1, null, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

*/
/*
  @mixin tucked-align-top

  Intelligently aligns an text element to the top of an element.

  ```
  @include tucked-align-top($f-h1);
  ```

  Uses the `$f-h1` object from setup/_typography.scss and loops through the breakpoints, adding new margin top if required by specified margin tops and font size/line-height changes.

  Sister mixin to '@mixin tucked-margin-top'

  tucked-align-top is useful for those situations where you want to horizontally align the top of an image and the top of some text.

  If you need some align top for a singular breakpoint margin:

  ```
  @include tucked-align-top($f-h1, 'large');
  ```

  Will produce a margin-top within a breakpoint of 'large'.

  It should be noted that this mixin is very dependent of the font itself. If the box the letters sit in, in the font, is weirdly spaced, then this mixin will struggle.

  There are 5 modes to try and you may want to add others for your particular font..

  ```
  @include tucked-align-top($f-h1, null, 2); // mode based on pull value
  @include tucked-align-top($f-h1, null, 3); // mode based on push value
  @include tucked-align-top($f-h1, null, 4); // mode based on baseline value
  @include tucked-align-top($f-h1, null, 5); // mode based on 0's
  ```
*/
/*
@font-face {
  font-family: 'Biryani';
  src: url('/dist/fonts/Biryani-SemiBold.woff2') format('woff2'),
      url('/dist/fonts/Biryani-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Biryani';
  src: url('/dist/fonts/Biryani-Black.woff2') format('woff2'),
      url('/dist/fonts/Biryani-Black.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
*/
/* @import must be at top of file, otherwise CSS will not work */
/* @import must be at top of file, otherwise CSS will not work */
/*
@font-face {
  font-family: "FrutigerLTPro-Bold";
  src: url('/dist/fonts/FrutigerLTProBold/font.woff2') format('woff2'), url('/dist/fonts/FrutigerLTProBold/font.woff') format('woff');
}
@font-face {
  font-family: "FrutigerLTPro-UltraBlack";
  src: url('/dist/fonts/FrutigerLTProUltraBlack/font.woff2') format('woff2'), url('/dist/fonts/FrutigerLTProUltraBlack/font.woff') format('woff');
}
@font-face {
  font-family: "FrutigerLTStd-BlackCnIta";
  src: url('/dist/fonts/FrutigerLTStdBlackCnIta/font.woff2') format('woff2'), url('/dist/fonts/FrutigerLTStdBlackCnIta/font.woff') format('woff');
}
@font-face {
  font-family: "FrutigerLTStd-Black";
  src: url('/dist/fonts/FrutigerLTStdBlack/font.woff2') format('woff2'), url('/dist/fonts/FrutigerLTStdBlack/font.woff') format('woff');
}
@font-face {
  font-family: "FrutigerLTPro-Roman";
  src: url('/dist/fonts/FrutigerLTProRoman/font.woff2') format('woff2'), url('/dist/fonts/FrutigerLTProRoman/font.woff') format('woff');
}
*/
/***

f-XX

```
<p class="f-XX">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
/*
$f-XX: generate-font-obj(
  (
    font-family: $serif-font,
    font-family-loaded: $serif-font--loaded,
    font-loaded-class: $serif-font-loaded-class,
    settings: (
      'xsmall': (font-size: 30, line-height: 30, letter-spacing: -0.015em, font-weight: 300, push: 0),
      'medium+': (font-size: 48, line-height: 55, push: 0),
      'xlarge+': (font-size: 60, line-height: 65, push: 0),
      'xxlarge': (font-size: 72, line-height: 75, push: 0)
    )
  )
);

@mixin f-XX() {
  @include font-styles($f-XX);
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}

%f-XX,
.f-XX {
  @include f-XX;
}
*/
/***

f-h1

```
<p class="f-h1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--grid .o-section__lockup .o-section__caption h2, .m-stats .m-card--stat h2, .m-hero h1,
.f-h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--grid .o-section__lockup .o-section__caption h2 b, .m-stats .m-card--stat h2 b, .m-hero h1 b,
.o-section--grid .o-section__lockup .o-section__caption h2 strong,
.m-stats .m-card--stat h2 strong,
.m-hero h1 strong,
.f-h1 b,
.f-h1 strong {
  font-weight: 800;
}
.o-section--grid .o-section__lockup .o-section__caption h2 i, .m-stats .m-card--stat h2 i, .m-hero h1 i,
.o-section--grid .o-section__lockup .o-section__caption h2 em,
.m-stats .m-card--stat h2 em,
.m-hero h1 em,
.f-h1 i,
.f-h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--grid .o-section__lockup .o-section__caption h2, .o-section--grid .o-section__lockup .o-section__caption .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-stats .m-card--stat h2, .m-stats .m-card--stat .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero h1, .m-hero .js-sans-serif-font-loaded h1,
.js-sans-serif-font-loaded .f-h1 {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2, .m-stats .m-card--stat h2, .m-hero h1,
  .f-h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}

/***

f-h2

```
<p class="f-h2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
.f-h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--inverse .o-section__header h2 b,
.o-section--inverse .o-section__header h3 b, .o-section__content h2 b, .o-section__header h2 b, .m-hero.m-hero--event h2 b, .m-hero.m-hero--course h1 b, .m-hero.m-hero--careers h1 b, .m-hero--list .m-hero__image h2 b, .m-hero--list .m-hero__image.order-1 h2 b, .m-carousel h2 b, .m-block--outline h2 b, .m-banner h2 b,
.o-section--inverse .o-section__header h2 strong,
.o-section--inverse .o-section__header h3 strong,
.o-section__content h2 strong,
.o-section__header h2 strong,
.m-hero.m-hero--event h2 strong,
.m-hero.m-hero--course h1 strong,
.m-hero.m-hero--careers h1 strong,
.m-hero--list .m-hero__image h2 strong,
.m-hero--list .m-hero__image.order-1 h2 strong,
.m-carousel h2 strong,
.m-block--outline h2 strong,
.m-banner h2 strong,
.f-h2 b,
.f-h2 strong {
  font-weight: 800;
}
.o-section--inverse .o-section__header h2 i,
.o-section--inverse .o-section__header h3 i, .o-section__content h2 i, .o-section__header h2 i, .m-hero.m-hero--event h2 i, .m-hero.m-hero--course h1 i, .m-hero.m-hero--careers h1 i, .m-hero--list .m-hero__image h2 i, .m-hero--list .m-hero__image.order-1 h2 i, .m-carousel h2 i, .m-block--outline h2 i, .m-banner h2 i,
.o-section--inverse .o-section__header h2 em,
.o-section--inverse .o-section__header h3 em,
.o-section__content h2 em,
.o-section__header h2 em,
.m-hero.m-hero--event h2 em,
.m-hero.m-hero--course h1 em,
.m-hero.m-hero--careers h1 em,
.m-hero--list .m-hero__image h2 em,
.m-hero--list .m-hero__image.order-1 h2 em,
.m-carousel h2 em,
.m-block--outline h2 em,
.m-banner h2 em,
.f-h2 i,
.f-h2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__content h2, .o-section__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section__header h2, .o-section__header .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--event h2, .m-hero.m-hero--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--course h1, .m-hero.m-hero--course .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero.m-hero--careers h1, .m-hero.m-hero--careers .js-sans-serif-font-loaded h1, .js-sans-serif-font-loaded .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-carousel h2, .m-carousel .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--outline h2, .m-block--outline .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-banner h2, .m-banner .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .f-h2 {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .o-section--inverse .o-section__header h2,
  .o-section--inverse .o-section__header h3, .o-section__content h2, .o-section__header h2, .m-hero.m-hero--event h2, .m-hero.m-hero--course h1, .m-hero.m-hero--careers h1, .m-hero--list .m-hero__image h2, .m-hero--list .m-hero__image.order-1 h2, .m-carousel h2, .m-block--outline h2, .m-banner h2,
  .f-h2 {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}

/***

f-h3

```
<p class="f-h3">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section--news h2, .o-section--event h2, .o-section--background.o-section--inverse .o-section__header h3, .o-section--inverse .o-section__icon-text span, .o-section__content h3, .o-section__header h3, .m-hero.m-hero--course h2, .m-hero.m-hero--careers h2, .m-hero .m-hero__title h2, .m-card--overlay .m-card__content h2, .m-card.m-card--bio h4, .m-card--stat h3,
.m-hero .m-card--stat h3, .m-block--text h2, .m-block--text h3, .m-block__content h3,
.f-h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section--news h2 b, .o-section--event h2 b, .o-section--background.o-section--inverse .o-section__header h3 b, .o-section--inverse .o-section__icon-text span b, .o-section__content h3 b, .o-section__header h3 b, .m-hero.m-hero--course h2 b, .m-hero.m-hero--careers h2 b, .m-hero .m-hero__title h2 b, .m-card--overlay .m-card__content h2 b, .m-card.m-card--bio h4 b, .m-card--stat h3 b,
.m-hero .m-card--stat h3 b, .m-block--text h2 b, .m-block--text h3 b, .m-block__content h3 b,
.o-section--news h2 strong,
.o-section--event h2 strong,
.o-section--background.o-section--inverse .o-section__header h3 strong,
.o-section--inverse .o-section__icon-text span strong,
.o-section__content h3 strong,
.o-section__header h3 strong,
.m-hero.m-hero--course h2 strong,
.m-hero.m-hero--careers h2 strong,
.m-hero .m-hero__title h2 strong,
.m-card--overlay .m-card__content h2 strong,
.m-card.m-card--bio h4 strong,
.m-card--stat h3 strong,
.m-hero .m-card--stat h3 strong,
.m-block--text h2 strong,
.m-block--text h3 strong,
.m-block__content h3 strong,
.f-h3 b,
.f-h3 strong {
  font-weight: 800;
}
.o-section--news h2 i, .o-section--event h2 i, .o-section--background.o-section--inverse .o-section__header h3 i, .o-section--inverse .o-section__icon-text span i, .o-section__content h3 i, .o-section__header h3 i, .m-hero.m-hero--course h2 i, .m-hero.m-hero--careers h2 i, .m-hero .m-hero__title h2 i, .m-card--overlay .m-card__content h2 i, .m-card.m-card--bio h4 i, .m-card--stat h3 i,
.m-hero .m-card--stat h3 i, .m-block--text h2 i, .m-block--text h3 i, .m-block__content h3 i,
.o-section--news h2 em,
.o-section--event h2 em,
.o-section--background.o-section--inverse .o-section__header h3 em,
.o-section--inverse .o-section__icon-text span em,
.o-section__content h3 em,
.o-section__header h3 em,
.m-hero.m-hero--course h2 em,
.m-hero.m-hero--careers h2 em,
.m-hero .m-hero__title h2 em,
.m-card--overlay .m-card__content h2 em,
.m-card.m-card--bio h4 em,
.m-card--stat h3 em,
.m-hero .m-card--stat h3 em,
.m-block--text h2 em,
.m-block--text h3 em,
.m-block__content h3 em,
.f-h3 i,
.f-h3 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section--news h2, .o-section--news .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--event h2, .o-section--event .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .o-section--background.o-section--inverse .o-section__header h3, .o-section--background.o-section--inverse .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text span, .o-section--inverse .o-section__icon-text .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .o-section__content h3, .o-section__content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section__header h3, .o-section__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero.m-hero--course h2, .m-hero.m-hero--course .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero.m-hero--careers h2, .m-hero.m-hero--careers .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero .m-hero__title h2, .m-hero .m-hero__title .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h2, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-card.m-card--bio h4, .m-card.m-card--bio .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--stat h3, .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block--text h2, .m-block--text .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-block--text h3, .m-block--text .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h3, .m-block__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-h3 {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-h1-lg

```
<p class="f-h1-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-hero--search h1,
.f-h1-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 2.1875rem;
  line-height: 2.5rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-hero--search h1 b,
.m-hero--search h1 strong,
.f-h1-lg b,
.f-h1-lg strong {
  font-weight: 800;
}
.m-hero--search h1 i,
.m-hero--search h1 em,
.f-h1-lg i,
.f-h1-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--search h1, .m-hero--search .js-sans-serif-font-loaded h1,
.js-sans-serif-font-loaded .f-h1-lg {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-hero--search h1,
  .f-h1-lg {
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 600;
  }
}

/***

f-h4

```
<p class="f-h4">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section__header h4, .m-user-content h3, .m-tabs__nav-link, .m-stats .m-card--stat h3, .m-quote__bubble, .m-hero.m-hero--event .m-details li, .m-hero--course .m-hero__bottom h3, .m-hero--careers .m-hero__bottom h3, .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--search h2,
.m-search + .m-hero__content h2, .m-hero h3, .m-hero h2, .m-expand__content h4, .m-expand-header, .m-card--info .a-text-link, .m-card.m-card--bio .m-card__position, .m-card--image .m-card__content h4, .m-card--image .m-card__caption, .m-card h4, .m-cards__header h3, .m-block__content h4,
.f-h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.o-section__links .o-section__links-item b, .o-section--grid .o-section__content .o-section__links .o-section__links-item b, .o-section__header h4 b, .m-user-content h3 b, .m-tabs__nav-link b, .m-stats .m-card--stat h3 b, .m-quote__bubble b, .m-hero.m-hero--event .m-details li b, .m-hero--course .m-hero__bottom h3 b, .m-hero--careers .m-hero__bottom h3 b, .m-hero--image .m-hero__image .m-hero__cta-banner h3 b, .m-hero--search h2 b,
.m-search + .m-hero__content h2 b, .m-hero h3 b, .m-hero h2 b, .m-expand__content h4 b, .m-expand-header b, .m-card--info .a-text-link b, .m-card.m-card--bio .m-card__position b, .m-card--image .m-card__content h4 b, .m-card--image .m-card__caption b, .m-card h4 b, .m-cards__header h3 b, .m-block__content h4 b,
.o-section__links .o-section__links-item strong,
.o-section--grid .o-section__content .o-section__links .o-section__links-item strong,
.o-section__header h4 strong,
.m-user-content h3 strong,
.m-tabs__nav-link strong,
.m-stats .m-card--stat h3 strong,
.m-quote__bubble strong,
.m-hero.m-hero--event .m-details li strong,
.m-hero--course .m-hero__bottom h3 strong,
.m-hero--careers .m-hero__bottom h3 strong,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 strong,
.m-hero--search h2 strong,
.m-search + .m-hero__content h2 strong,
.m-hero h3 strong,
.m-hero h2 strong,
.m-expand__content h4 strong,
.m-expand-header strong,
.m-card--info .a-text-link strong,
.m-card.m-card--bio .m-card__position strong,
.m-card--image .m-card__content h4 strong,
.m-card--image .m-card__caption strong,
.m-card h4 strong,
.m-cards__header h3 strong,
.m-block__content h4 strong,
.f-h4 b,
.f-h4 strong {
  font-weight: 800;
}
.o-section__links .o-section__links-item i, .o-section--grid .o-section__content .o-section__links .o-section__links-item i, .o-section__header h4 i, .m-user-content h3 i, .m-tabs__nav-link i, .m-stats .m-card--stat h3 i, .m-quote__bubble i, .m-hero.m-hero--event .m-details li i, .m-hero--course .m-hero__bottom h3 i, .m-hero--careers .m-hero__bottom h3 i, .m-hero--image .m-hero__image .m-hero__cta-banner h3 i, .m-hero--search h2 i,
.m-search + .m-hero__content h2 i, .m-hero h3 i, .m-hero h2 i, .m-expand__content h4 i, .m-expand-header i, .m-card--info .a-text-link i, .m-card.m-card--bio .m-card__position i, .m-card--image .m-card__content h4 i, .m-card--image .m-card__caption i, .m-card h4 i, .m-cards__header h3 i, .m-block__content h4 i,
.o-section__links .o-section__links-item em,
.o-section--grid .o-section__content .o-section__links .o-section__links-item em,
.o-section__header h4 em,
.m-user-content h3 em,
.m-tabs__nav-link em,
.m-stats .m-card--stat h3 em,
.m-quote__bubble em,
.m-hero.m-hero--event .m-details li em,
.m-hero--course .m-hero__bottom h3 em,
.m-hero--careers .m-hero__bottom h3 em,
.m-hero--image .m-hero__image .m-hero__cta-banner h3 em,
.m-hero--search h2 em,
.m-search + .m-hero__content h2 em,
.m-hero h3 em,
.m-hero h2 em,
.m-expand__content h4 em,
.m-expand-header em,
.m-card--info .a-text-link em,
.m-card.m-card--bio .m-card__position em,
.m-card--image .m-card__content h4 em,
.m-card--image .m-card__caption em,
.m-card h4 em,
.m-cards__header h3 em,
.m-block__content h4 em,
.f-h4 i,
.f-h4 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .o-section__links .o-section__links-item, .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section--grid .o-section__content .o-section__links .o-section__links-item, .o-section--grid .o-section__content .o-section__links .js-sans-serif-font-loaded .o-section__links-item, .js-sans-serif-font-loaded .o-section__header h4, .o-section__header .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-user-content h3, .m-user-content .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-tabs__nav-link, .js-sans-serif-font-loaded .m-stats .m-card--stat h3, .m-stats .m-card--stat .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-quote__bubble, .js-sans-serif-font-loaded .m-hero.m-hero--event .m-details li, .m-hero.m-hero--event .m-details .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom h3, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom h3, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--image .m-hero__image .m-hero__cta-banner h3, .m-hero--image .m-hero__image .m-hero__cta-banner .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--search h2, .m-hero--search .js-sans-serif-font-loaded h2,
.js-sans-serif-font-loaded .m-search + .m-hero__content h2,
.m-search + .m-hero__content .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-hero h3, .m-hero .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero h2, .m-hero .js-sans-serif-font-loaded h2, .js-sans-serif-font-loaded .m-expand__content h4, .m-expand__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-expand-header, .js-sans-serif-font-loaded .m-card--info .a-text-link, .m-card--info .js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .m-card.m-card--bio .m-card__position, .m-card.m-card--bio .js-sans-serif-font-loaded .m-card__position, .js-sans-serif-font-loaded .m-card--image .m-card__content h4, .m-card--image .m-card__content .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-card--image .m-card__caption, .m-card--image .js-sans-serif-font-loaded .m-card__caption, .js-sans-serif-font-loaded .m-card h4, .m-card .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-cards__header h3, .m-cards__header .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-block__content h4, .m-block__content .js-sans-serif-font-loaded h4,
.js-sans-serif-font-loaded .f-h4 {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-label-1

```
<p class="f-label-1">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-nav__item, .g-footer__links li a:not(.a-btn), .m-card--overlay .m-card__label,
.f-label-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-nav__item b, .g-footer__links li a:not(.a-btn) b, .m-card--overlay .m-card__label b,
.g-nav__item strong,
.g-footer__links li a:not(.a-btn) strong,
.m-card--overlay .m-card__label strong,
.f-label-1 b,
.f-label-1 strong {
  font-weight: 800;
}
.g-nav__item i, .g-footer__links li a:not(.a-btn) i, .m-card--overlay .m-card__label i,
.g-nav__item em,
.g-footer__links li a:not(.a-btn) em,
.m-card--overlay .m-card__label em,
.f-label-1 i,
.f-label-1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-nav__item, .js-sans-serif-font-loaded .g-footer__links li a:not(.a-btn), .g-footer__links li .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-card--overlay .m-card__label, .m-card--overlay .js-sans-serif-font-loaded .m-card__label,
.js-sans-serif-font-loaded .f-label-1 {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-label-2

```
<p class="f-label-2">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--primary li, .o-section--news h3, .o-section--event h3, .o-section--inverse .o-section__info-text h4, .m-map__popup h3, .m-hero--list .m-hero__title, .m-hero--list .m-hero__list li, .m-card--overlay .m-card__content h3,
.f-label-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li b, .o-section--news h3 b, .o-section--event h3 b, .o-section--inverse .o-section__info-text h4 b, .m-map__popup h3 b, .m-hero--list .m-hero__title b, .m-hero--list .m-hero__list li b, .m-card--overlay .m-card__content h3 b,
.g-footer__top .g-footer__nav.g-footer__nav--primary li strong,
.o-section--news h3 strong,
.o-section--event h3 strong,
.o-section--inverse .o-section__info-text h4 strong,
.m-map__popup h3 strong,
.m-hero--list .m-hero__title strong,
.m-hero--list .m-hero__list li strong,
.m-card--overlay .m-card__content h3 strong,
.f-label-2 b,
.f-label-2 strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li i, .o-section--news h3 i, .o-section--event h3 i, .o-section--inverse .o-section__info-text h4 i, .m-map__popup h3 i, .m-hero--list .m-hero__title i, .m-hero--list .m-hero__list li i, .m-card--overlay .m-card__content h3 i,
.g-footer__top .g-footer__nav.g-footer__nav--primary li em,
.o-section--news h3 em,
.o-section--event h3 em,
.o-section--inverse .o-section__info-text h4 em,
.m-map__popup h3 em,
.m-hero--list .m-hero__title em,
.m-hero--list .m-hero__list li em,
.m-card--overlay .m-card__content h3 em,
.f-label-2 i,
.f-label-2 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--primary li, .g-footer__top .g-footer__nav.g-footer__nav--primary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .o-section--news h3, .o-section--news .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--event h3, .o-section--event .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .o-section--inverse .o-section__info-text h4, .o-section--inverse .o-section__info-text .js-sans-serif-font-loaded h4, .js-sans-serif-font-loaded .m-map__popup h3, .m-map__popup .js-sans-serif-font-loaded h3, .js-sans-serif-font-loaded .m-hero--list .m-hero__title, .m-hero--list .js-sans-serif-font-loaded .m-hero__title, .js-sans-serif-font-loaded .m-hero--list .m-hero__list li, .m-hero--list .m-hero__list .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-card--overlay .m-card__content h3, .m-card--overlay .m-card__content .js-sans-serif-font-loaded h3,
.js-sans-serif-font-loaded .f-label-2 {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-ui

```
<p class="f-ui">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__nav-item, .g-footer__credit, .g-footer__bottom .g-footer__nav, .o-section--inverse .o-section__icon-text, .m-pills .a-btn, .m-hero__links-item,
.a-text-link, .a-btn,
.f-ui {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-header__nav-item b, .g-footer__credit b, .g-footer__bottom .g-footer__nav b, .o-section--inverse .o-section__icon-text b, .m-pills .a-btn b, .m-hero__links-item b,
.a-text-link b, .a-btn b,
.g-header__nav-item strong,
.g-footer__credit strong,
.g-footer__bottom .g-footer__nav strong,
.o-section--inverse .o-section__icon-text strong,
.m-pills .a-btn strong,
.m-hero__links-item strong,
.a-text-link strong,
.a-btn strong,
.f-ui b,
.f-ui strong {
  font-weight: 800;
}
.g-header__nav-item i, .g-footer__credit i, .g-footer__bottom .g-footer__nav i, .o-section--inverse .o-section__icon-text i, .m-pills .a-btn i, .m-hero__links-item i,
.a-text-link i, .a-btn i,
.g-header__nav-item em,
.g-footer__credit em,
.g-footer__bottom .g-footer__nav em,
.o-section--inverse .o-section__icon-text em,
.m-pills .a-btn em,
.m-hero__links-item em,
.a-text-link em,
.a-btn em,
.f-ui i,
.f-ui em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__nav-item, .js-sans-serif-font-loaded .g-footer__credit, .js-sans-serif-font-loaded .g-footer__bottom .g-footer__nav, .g-footer__bottom .js-sans-serif-font-loaded .g-footer__nav, .js-sans-serif-font-loaded .o-section--inverse .o-section__icon-text, .o-section--inverse .js-sans-serif-font-loaded .o-section__icon-text, .js-sans-serif-font-loaded .m-hero__links-item,
.js-sans-serif-font-loaded .a-text-link, .js-sans-serif-font-loaded .a-btn,
.js-sans-serif-font-loaded .f-ui {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-ui-sm

```
<p class="f-ui-sm">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-form__note,
.f-ui-sm {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  line-height: 1.125rem;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-form__note b,
.m-form__note strong,
.f-ui-sm b,
.f-ui-sm strong {
  font-weight: 800;
}
.m-form__note i,
.m-form__note em,
.f-ui-sm i,
.f-ui-sm em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-form__note,
.js-sans-serif-font-loaded .f-ui-sm {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-ui-lg

```
<p class="f-ui-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-header__tel,
.nav--custom-apply,
.f-ui-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-header__tel b,
.nav--custom-apply b,
.g-header__tel strong,
.nav--custom-apply strong,
.f-ui-lg b,
.f-ui-lg strong {
  font-weight: 800;
}
.g-header__tel i,
.nav--custom-apply i,
.g-header__tel em,
.nav--custom-apply em,
.f-ui-lg i,
.f-ui-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-header__tel,
.js-sans-serif-font-loaded .nav--custom-apply,
.js-sans-serif-font-loaded .f-ui-lg {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .g-header__tel,
  .nav--custom-apply,
  .f-ui-lg {
    font-size: 1.1875rem;
    line-height: 1.25rem;
  }
}

/***

f-input-lg

```
<p class="f-input-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-search__input, .m-filter-search__input, .a-btn--lg,
.f-input-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-search__input b, .m-filter-search__input b, .a-btn--lg b,
.m-search__input strong,
.m-filter-search__input strong,
.a-btn--lg strong,
.f-input-lg b,
.f-input-lg strong {
  font-weight: 800;
}
.m-search__input i, .m-filter-search__input i, .a-btn--lg i,
.m-search__input em,
.m-filter-search__input em,
.a-btn--lg em,
.f-input-lg i,
.f-input-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-search__input, .js-sans-serif-font-loaded .m-filter-search__input, .js-sans-serif-font-loaded .a-btn--lg,
.js-sans-serif-font-loaded .f-input-lg {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-search__input, .m-filter-search__input, .a-btn--lg,
  .f-input-lg {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

/***

f-body

```
<p class="f-body">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.g-footer__top .g-footer__nav.g-footer__nav--secondary li, .m-user-content ul, .m-map__popup span, .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero__tile span, .m-form .input-validation-error, .form-control, .m-card__meta, .m-breadcrumb, p,
.f-body {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li b, .m-user-content ul b, .m-map__popup span b, .m-hero--course .m-hero__bottom a:not(.a-btn) b, .m-hero--careers .m-hero__bottom a:not(.a-btn) b, .m-hero__tile span b, .m-form .input-validation-error b, .form-control b, .m-card__meta b, .m-breadcrumb b, p b,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li strong,
.m-user-content ul strong,
.m-map__popup span strong,
.m-hero--course .m-hero__bottom a:not(.a-btn) strong,
.m-hero--careers .m-hero__bottom a:not(.a-btn) strong,
.m-hero__tile span strong,
.m-form .input-validation-error strong,
.form-control strong,
.m-card__meta strong,
.m-breadcrumb strong,
p strong,
.f-body b,
.f-body strong {
  font-weight: 800;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li i, .m-user-content ul i, .m-map__popup span i, .m-hero--course .m-hero__bottom a:not(.a-btn) i, .m-hero--careers .m-hero__bottom a:not(.a-btn) i, .m-hero__tile span i, .m-form .input-validation-error i, .form-control i, .m-card__meta i, .m-breadcrumb i, p i,
.g-footer__top .g-footer__nav.g-footer__nav--secondary li em,
.m-user-content ul em,
.m-map__popup span em,
.m-hero--course .m-hero__bottom a:not(.a-btn) em,
.m-hero--careers .m-hero__bottom a:not(.a-btn) em,
.m-hero__tile span em,
.m-form .input-validation-error em,
.form-control em,
.m-card__meta em,
.m-breadcrumb em,
p em,
.f-body i,
.f-body em {
  font-style: italic;
}
.js-sans-serif-font-loaded .g-footer__top .g-footer__nav.g-footer__nav--secondary li, .g-footer__top .g-footer__nav.g-footer__nav--secondary .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-user-content ul, .m-user-content .js-sans-serif-font-loaded ul, .js-sans-serif-font-loaded .m-map__popup span, .m-map__popup .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom a:not(.a-btn), .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom a:not(.a-btn), .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded a:not(.a-btn), .js-sans-serif-font-loaded .m-hero__tile span, .m-hero__tile .js-sans-serif-font-loaded span, .js-sans-serif-font-loaded .m-form .input-validation-error, .m-form .js-sans-serif-font-loaded .input-validation-error, .js-sans-serif-font-loaded .form-control, .js-sans-serif-font-loaded .m-card__meta, .js-sans-serif-font-loaded .m-breadcrumb, .js-sans-serif-font-loaded p,
.js-sans-serif-font-loaded .f-body {
  font-family: Arial, Montserrat, sans-serif;
}

/***

f-body-lg

```
<p class="f-body-lg">The quick brown fox, <br>jumps over the lazy dog</p>
```

***/
.m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom ul li,
.f-body-lg {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.m-hero--course .m-hero__bottom p b, .m-hero--course .m-hero__bottom ul li b, .m-hero--careers .m-hero__bottom p b, .m-hero--careers .m-hero__bottom ul li b,
.m-hero--course .m-hero__bottom p strong,
.m-hero--course .m-hero__bottom ul li strong,
.m-hero--careers .m-hero__bottom p strong,
.m-hero--careers .m-hero__bottom ul li strong,
.f-body-lg b,
.f-body-lg strong {
  font-weight: 800;
}
.m-hero--course .m-hero__bottom p i, .m-hero--course .m-hero__bottom ul li i, .m-hero--careers .m-hero__bottom p i, .m-hero--careers .m-hero__bottom ul li i,
.m-hero--course .m-hero__bottom p em,
.m-hero--course .m-hero__bottom ul li em,
.m-hero--careers .m-hero__bottom p em,
.m-hero--careers .m-hero__bottom ul li em,
.f-body-lg i,
.f-body-lg em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero--course .m-hero__bottom p, .m-hero--course .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--course .m-hero__bottom ul li, .m-hero--course .m-hero__bottom ul .js-sans-serif-font-loaded li, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom p, .m-hero--careers .m-hero__bottom .js-sans-serif-font-loaded p, .js-sans-serif-font-loaded .m-hero--careers .m-hero__bottom ul li, .m-hero--careers .m-hero__bottom ul .js-sans-serif-font-loaded li,
.js-sans-serif-font-loaded .f-body-lg {
  font-family: Arial, Montserrat, sans-serif;
}

.icon--.placeholder, .icon--.placeholder svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--arrow--left, .icon--arrow--left svg {
  width: 23px;
  height: 11px;
}

.icon--arrow, .icon--arrow svg {
  width: 23px;
  height: 11px;
}

.icon--book, .icon--book svg {
  width: 28px;
  height: 35px;
}

.icon--caret--down, .icon--caret--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--down, .icon--chevron--down svg {
  width: 16px;
  height: 10px;
}

.icon--chevron--right, .icon--chevron--right svg {
  width: 11px;
  height: 18px;
}

.icon--chevron--up, .icon--chevron--up svg {
  width: 16px;
  height: 10px;
}

.icon--close, .icon--close svg {
  width: 8.8px;
  height: 12.8px;
}

.icon--download, .icon--download svg {
  width: 14px;
  height: 15px;
}

.icon--facebook, .icon--facebook svg {
  width: 28px;
  height: 28px;
}

.icon--fullscreen, .icon--fullscreen svg {
  width: 22px;
  height: 22px;
}

.icon--icons, .icon--icons svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--instagram, .icon--instagram svg {
  width: 29px;
  height: 28px;
}

.icon--loading, .icon--loading svg {
  width: 729.14px;
  height: 308.18px;
}

.icon--logo, .icon--logo svg {
  width: 79.3px;
  height: 44.45px;
}

.icon--mail, .icon--mail svg {
  width: 54px;
  height: 42px;
}

.icon--menu, .icon--menu svg {
  width: 30px;
  height: 21px;
}

.icon--phone-solid, .icon--phone-solid svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--phone, .icon--phone svg {
  width: 35px;
  height: 59px;
}

.icon--play, .icon--play svg {
  width: 57px;
  height: 42px;
}

.icon--plus, .icon--plus svg {
  width: 13px;
  height: 14px;
}

.icon--print, .icon--print svg {
  width: 16px;
  height: 15px;
}

.icon--search-sidebar, .icon--search-sidebar svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--search, .icon--search svg {
  width: undefinedpx;
  height: undefinedpx;
}

.icon--test, .icon--test svg {
  width: 60px;
  height: 60px;
}

.icon--tick, .icon--tick svg {
  width: 13px;
  height: 13px;
}

.icon--twitter, .icon--twitter svg {
  width: 29px;
  height: 28px;
}

.icon--upload, .icon--upload svg {
  width: 13px;
  height: 16px;
}

.icon--youtube, .icon--youtube svg {
  width: 22px;
  height: 17px;
}

p + p {
  margin-top: 20px;
}

ul li {
  list-style-type: none;
}

h1,
h2,
h3,
p,
ul,
ol,
dl {
  margin-top: 0;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-word;
}

.text-padding {
  padding: 0 0 1rem 0;
}

.js-hide {
  display: none !important;
}

.js-show {
  display: block;
}

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

.border-left {
  position: relative;
}
@media (min-width: 768px) {
  .border-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    border-left: 1px solid #8e97ac;
  }
}

.border-bottom::after {
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  display: block;
  margin-top: 4rem;
  position: relative;
  border-bottom: 1px solid #8e97ac;
}

.border-bottom:first-child::after {
  content: "";
  display: none;
  margin-top: 2rem;
}

.checkbox-margin {
  margin-bottom: 20px;
}

.form-margin-top {
  margin-top: 60px;
}

.img-rounded {
  border-radius: 5px;
  overflow: hidden;
}

.img-news-article {
  width: 100%;
}

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

.width-100 {
  width: 100%;
}

.gallery-btn--custom {
  width: 100%;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.a-btn {
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  border-radius: 5px;
  padding: 16px 20px;
  text-decoration: none;
  justify-content: center;
  background-color: #ccc;
  color: #fff;
}

.a-btn--square {
  border-radius: 0;
}

.a-btn--lg {
  font-size: 20px !important;
}

.a-text-link.-text-link-margin {
  margin-top: 2rem;
}
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link:hover::after {
    max-width: 700px;
  }
}

.a-btn svg {
  margin-left: 14px;
  flex-shrink: 0;
}

.a-btn--primary {
  background: #74C043;
  color: #fff;
}
.a-btn--primary:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.a-btn--primary-light {
  background: #74C043;
  color: #fff;
}
.a-btn--primary-light:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.a-btn--primary-strong {
  background: #74C043;
  color: #fff;
}
.a-btn--primary-strong:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.poster--btn {
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.poster--btn .icon--play {
  user-select: none;
}

.a-btn--secondary {
  background: #30546B;
  color: #fff;
}
.a-btn--secondary:hover {
  background: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}

.a-btn--tertiary {
  background: #FCAF17;
  color: #263680;
}
.a-btn--tertiary:hover {
  background: rgb(221.1404255319, 147.7446808511, 2.8595744681);
  color: #fff;
}

.a-btn--white {
  background: #fff;
  color: #41464F;
}
.a-btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #41464F;
}

.a-btn--turquoise--dark {
  background: #41464F;
  color: #fff;
}
.a-btn--turquoise--dark:hover {
  background: rgb(41.9791666667, 45.2083333333, 51.0208333333);
}

.a-btn--green-2 {
  background: #5d9c9c;
  color: #fff;
}
.a-btn--green-2:hover {
  background: rgb(73.9518072289, 124.0481927711, 124.0481927711);
}

.a-btn--dark-blue-2 {
  background: #1a2d59;
  color: #fff;
}
.a-btn--dark-blue-2:hover {
  background: rgb(14.4695652174, 25.0434782609, 49.5304347826);
}

.a-btn--reversed {
  background: #fff;
  color: #30546B;
}
.a-btn--reversed:hover {
  background: rgb(229.5, 229.5, 229.5);
}

.a-btn--sm {
  min-width: 0;
  padding: 8px 6px;
  min-height: 0;
}
.a-btn--sm svg {
  margin: 0;
}

.a-modal--close {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}
.a-modal--close svg {
  width: 1rem;
  height: 2rem;
  color: #999;
}

.a-btn--lg {
  padding: 25px 30px;
}
@media (max-width: 767.98px) {
  .a-btn--lg.-btn-icon-sm {
    font-size: 0;
  }
}

.m-hero__links-item,
.a-text-link {
  color: #30546B;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.m-hero__links-item svg,
.a-text-link svg {
  margin-left: 10px;
  transition: all 300ms ease;
}
.m-hero__links-item::after,
.a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #74C043;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover svg,
  .a-text-link:hover svg {
    transform: translateX(3px);
  }
}

.a-text-link--primary::after,
.a-text-link--tertiary::after,
.a-text-link--variant--1::after,
.a-text-link--variant--2::after,
.a-text-link--variant--3::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .a-text-link--primary:hover::after,
  .a-text-link--tertiary:hover::after,
  .a-text-link--variant--1:hover::after,
  .a-text-link--variant--2:hover::after,
  .a-text-link--variant--3:hover::after {
    max-width: 700px;
  }
}

.a-text-link--primary {
  color: #74C043;
}
.a-text-link--primary::after {
  background: #74C043;
}

.a-text-link--secondary {
  color: #30546B;
}
.a-text-link--secondary::after {
  background: #30546B;
}

.a-text-link--tertiary {
  color: #FCAF17;
}
.a-text-link--tertiary::after {
  background: #FCAF17;
}

.a-text-link--variant--1 {
  color: #74C043;
}
.a-text-link--variant--1::after {
  background: #74C043;
}

.a-text-link--variant--2 {
  color: #7a3183;
}
.a-text-link--variant--2::after {
  background: #7a3183;
}

.a-text-link--variant--3 {
  color: #9e237e;
}
.a-text-link--variant--3::after {
  background: #9e237e;
}

.a-text-link--variant--4 {
  color: #005e8a;
}
.a-text-link--variant--4::after {
  background: #005e8a;
}

.a-text-link--tertiary {
  color: #FCAF17;
}
.a-text-link--tertiary::after {
  background: #FCAF17;
}

.a-text-link--green-2 {
  color: #5d9c9c;
}
.a-text-link--green-2::after {
  background: #5d9c9c;
}

.a-text-link--dark-blue-2 {
  color: #1a2d59;
}
.a-text-link--dark-blue-2::after {
  background: #1a2d59;
}

.a-btn--variant-1 {
  background: #74C043;
  color: #fff;
}
.a-btn--variant-1:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.a-btn--variant-2 {
  background: #7a3183;
  color: #fff;
}
.a-btn--variant-2:hover {
  background: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}

.a-btn--variant-3 {
  background: #9e237e;
  color: #fff;
}
.a-btn--variant-3:hover {
  background: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}

.a-btn--variant-4 {
  background: #005e8a;
  color: #fff;
}
.a-btn--variant-4:hover {
  background: rgb(0, 59.2608695652, 87);
}

.a-btn--uni-1 {
  background: #e73037;
  color: #fff;
}
.a-btn--uni-1:hover {
  background: #b9262c;
}

.a-btn--facebook {
  background: #0e5ebd !important;
  color: #fff !important;
}
.a-btn--facebook:hover {
  background: rgb(10.4827586207, 70.3842364532, 141.5172413793) !important;
}

.a-btn--twitter {
  background: #00aced !important;
  color: #fff !important;
}
.a-btn--twitter:hover {
  background: rgb(0, 134.9873417722, 186) !important;
}

.a-btn--instagram {
  background: #192d59 !important;
  color: #fff !important;
}
.a-btn--instagram:hover {
  background: rgb(13.8157894737, 24.8684210526, 49.1842105263) !important;
}

.a-btn--youtube {
  background: #ff3333 !important;
  color: #fff !important;
}
.a-btn--youtube:hover {
  background: red !important;
}

.a-btn--max {
  width: 100%;
}

.a-btn--apply .a-btn--number {
  position: relative;
  left: 5px;
  background: #30546B;
  padding: 2.25px 5.18px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.25s;
}
.a-btn:hover .a-btn--apply .a-btn--number {
  color: rgb(229.5, 229.5, 229.5);
}
.a-btn--apply__modal {
  max-width: 270px;
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  z-index: 100;
  background-color: #fff;
  color: #000;
  border-radius: 8px;
  margin-left: 125px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  transition: opacity 300ms ease;
  visibility: hidden;
  opacity: 0;
}
.a-btn--apply__modal.active {
  visibility: visible;
  opacity: 1;
  display: block !important;
}
.a-btn--apply__modal:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.a-btn--apply__modal h4 {
  font-weight: 900;
  color: #30546B;
}
.a-btn--apply__modal-header {
  padding: 14px 18px;
  background: #f5f5f5;
  border-radius: 8px 8px 0 0;
  z-index: 5;
}
.a-btn--apply__modal-body {
  padding: 14px 18px;
}
.a-btn--apply__modal ul {
  counter-reset: courseCounter;
}
.a-btn--apply__modal ul li {
  padding-left: 24px;
  padding-bottom: 16px;
  line-height: 1.25;
  color: #30546B;
  counter-increment: courseCounter;
  position: relative;
}
.a-btn--apply__modal ul li:before {
  content: counter(courseCounter) " -";
  position: absolute;
  left: 0;
  color: #41464F;
  font-weight: 600;
}
.a-btn--apply__modal p {
  color: #41464F;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 5px;
}
.a-btn--apply__modal p span {
  font-weight: 700;
}

.nca-inner {
  padding-left: 0.5rem;
}

.a-btn--added, .m-hero .a-btn.a-btn--added, .a-btn--disabled {
  background-color: #ccc !important;
  color: #fff !important;
}
.a-btn--added:hover, .m-hero .a-btn.a-btn--added:hover, .a-btn--disabled:hover {
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.text-center-tablet {
  text-align: center;
}
@media (min-width: 768px) {
  .text-center-tablet {
    text-align: center !important;
  }
}

.icon--caret--down {
  margin-left: 1rem;
  color: #305FC8;
}

.a-media__img + .a-btn {
  margin-top: 15px;
}

.a-media--circle {
  border-radius: 100%;
  overflow: hidden;
}
.a-media--circle img {
  width: 100%;
}

.university-centre .a-media__img + .a-btn {
  background-color: #74C043;
  color: #fff;
}
.university-centre .a-media__img + .a-btn:hover {
  background-color: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.international-students .a-media__img + .a-btn {
  background-color: #005e8a;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}

.international-students .a-media__img + .a-btn {
  background-color: #005e8a;
  color: #fff;
}
.international-students .a-media__img + .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}

.adult-19 .a-media__img + .a-btn {
  background-color: #7a3183;
  color: #30546B;
}
.adult-19 .a-media__img + .a-btn:hover {
  background-color: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}

.apprenticeships .a-media__img + .a-btn {
  background-color: #9e237e;
  color: #30546B;
}
.apprenticeships .a-media__img + .a-btn:hover {
  background-color: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}

.employers .a-media__img + .a-btn {
  background-color: #FCAF17;
  color: #30546B;
}
.employers .a-media__img + .a-btn:hover {
  background-color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.news-img-container {
  width: 100vw;
}
@media (min-width: 576px) {
  .news-img-container {
    width: auto;
  }
}

.a-stat {
  font-size: 7.48rem;
  line-height: 1;
  color: #74C043;
  font-weight: 900;
}

.a-stat__unit {
  font-size: 0.4835em;
}

.a-stat p {
  color: #30546B;
}

.university-centre .a-stat {
  color: #74C043;
}

.international-students .a-stat {
  color: #005e8a;
}

.adult-19 .a-stat {
  color: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}

.apprenticeships .a-stat {
  color: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}

.employers .a-stat {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.a-careers-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-careers-listing li {
  margin-bottom: 1rem;
  list-style: none !important;
  margin-left: 0 !important;
  line-height: 1.4;
}
.a-careers-listing li:last-child {
  margin-bottom: 0;
}
.a-careers-listing li::before {
  content: "•";
  color: #74C043;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.a-skills-listing {
  list-style-type: none;
  margin: 20px 0px 20px 20px;
}
.a-skills-listing li {
  margin-bottom: 1rem;
}
.a-skills-listing li:last-child {
  margin-bottom: 0;
}
.a-skills-listing li::before {
  content: "•";
  color: #74C043;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.application-header--right ul {
  list-style-type: none;
  margin: 0 0px 20px 20px !important;
  list-style: none;
}
.application-header--right ul li {
  margin-bottom: 0.8rem;
  list-style: none !important;
}
@media (max-width: 767.98px) {
  .application-header--right ul li {
    margin-left: 0;
  }
}
.application-header--right ul li:last-child {
  margin-bottom: 0;
}
.application-header--right ul li::before {
  content: "-";
  color: #41464F;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.m-banner {
  background: #FCAF17;
  color: #30546B;
  display: flex;
  align-items: center;
  padding: 25px 0;
}
@media (min-width: 768px) {
  .m-banner {
    padding: 50px 0;
  }
}
.m-banner.m-banner--variant-3 {
  background: #9e237e;
}

.m-banner p:not(:first-child) {
  margin-top: 10px;
}

.m-banner [class^=col]:not(:first-child) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-banner [class^=col]:not(:first-child) {
    margin-top: 0;
  }
}

.strip--two--mobile {
  background-position: right !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .strip--two--mobile {
    background-position: top center !important;
  }
}

.m-breadcrumb li {
  display: inline-block;
  margin-right: 5px;
  list-style: none !important;
  margin-left: 0 !important;
}
.m-breadcrumb li:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
}
.m-breadcrumb.events-breadcrumb {
  margin: 30px 0;
}

.m-block--split {
  background: #fff;
  border-radius: 5px;
  overflow: inherit;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  position: relative;
}
@media (min-width: 768px) {
  .m-block--split > .row {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-block--split > .row > .col-12 {
    padding: 0;
  }
}
.m-block--split.m-block--no-shadow {
  box-shadow: none;
}

.m-block--split .m-block__img {
  height: 100%;
}
.m-block--split .m-block__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: relative;
}

.m-block__img::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -15px;
  bottom: 0;
  background: #ffffff;
  z-index: 1;
  box-sizing: border-box;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}
@media (min-width: 768px) {
  .m-block__img::before {
    content: none;
  }
}

.col-img-mobile {
  padding-right: 0;
  padding-left: 0;
  margin-left: -5px;
  width: 100vw;
}
@media (min-width: 576px) {
  .col-img-mobile {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    width: auto;
  }
}

.m-block--split .m-block__content {
  padding: 25px 25px;
}
@media (min-width: 768px) {
  .m-block--split .m-block__content {
    padding: 50px 50px;
  }
}
.m-block--split .m-block__content .a-btn {
  margin-top: 30px;
}

.m-block__content h3 {
  color: #30546B;
}
.m-block__content h4 {
  color: #74C043;
}
.m-block__content h4 + h2, .m-block__content h4 + h3, .m-block__content h4 + h4 {
  margin-top: 5px;
}
.m-block__content h2 + p, .m-block__content h3 + p, .m-block__content h4 + p {
  margin-top: 20px;
}
.m-block__content .m-form__checkbox {
  margin: 20px 0;
}
.m-block__content .m-form__checkbox label {
  font-weight: 900;
  text-align: left;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:first-child {
    order: 2;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--reverse > .row > .col-12:last-child {
    order: 1;
  }
}

@media (min-width: 768px) {
  .m-block--split.m-block--image > .row {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: "overlay";
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image > .row > .col-12 {
    grid-area: overlay;
  }
}
@media (min-width: 768px) {
  .m-block--split.m-block--image .m-block__content {
    background: #fff;
    border-radius: 5px;
    margin: 50px 0 50px 50px;
  }
}

.m-block--split-no-shadow {
  box-shadow: none;
}

.m-block--text {
  /* SFC Only */
}
.m-block--text h2, .m-block--text h3 {
  color: #74C043;
}
.m-block--text h2 + p, .m-block--text h3 + p {
  margin-top: 25px;
}
.m-block--text h3 {
  color: #30546B;
  max-width: 340px;
}
.m-block--text p + .a-btn {
  margin-top: 20px;
}
.m-block--text .row > .col-md-6 + .col-md-6 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-block--text .row > .col-md-6 + .col-md-6 {
    margin-top: 0;
  }
}
.m-block--text.m-block--text-sfc {
  font-weight: 400;
}
.m-block--text.m-block--text-sfc .bg-white {
  background-color: #fff;
}
.m-block--text.m-block--text-sfc h2 {
  color: #41464F !important;
  text-transform: uppercase;
  font-weight: 600;
}
.m-block--text.m-block--text-sfc p {
  font-weight: 400;
}

.m-block--outline {
  border-radius: 5px;
  border: 1px solid #b3b3b3;
  padding: 20px;
}
@media (min-width: 768px) {
  .m-block--outline {
    padding: 50px 80px;
  }
}
.m-block--outline h2 {
  color: #74C043;
}
.m-block--outline h3 {
  color: #30546B;
  line-height: 1.5;
}
.m-block--outline h2 + h3 {
  margin-top: 20px;
}
.m-block--outline .m-block__cols {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-block--outline .m-block__cols {
    column-count: 2;
    column-gap: 30px;
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .m-block--outline .m-block__cols p {
    text-align: center;
  }
}

.m-block--salary {
  background: #f0f0f0;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .m-block--salary {
    padding: 50px 90px 50px 90px;
  }
}
.m-block--salary p {
  text-align: center;
}
.m-block--salary h1 {
  text-align: center;
  font-size: 3.75rem;
  color: #74C043;
  font-weight: bold;
  margin-bottom: 15px;
}
.m-block--salary h2 {
  text-align: center;
  font-size: 1.1rem;
  color: #263680;
}

.m-block--list {
  padding: 25px 15px 0 15px;
}
@media (min-width: 768px) {
  .m-block--list {
    padding: 25px 0 0 0;
  }
}
.m-block--list.large-list {
  padding-top: 0px;
  padding: 30px 30px 30px 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 768px) {
  .m-block--list.large-list {
    padding: 45px 50px 30px 50px;
  }
}
.m-block--list.large-list ul {
  margin: 0px 0px 20px 0px;
}
@media (min-width: 768px) {
  .m-block--list.large-list ul {
    margin: 20px 0px 20px 0px;
  }
}
.m-block--list.large-list ul li {
  margin-bottom: 25px;
  margin-left: 1em !important;
}
.m-block--list.large-list ul li:last-child {
  margin-bottom: 0;
}
.m-block--list.large-list h3 {
  width: 100%;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .m-block--list.large-list h3 {
    margin-bottom: 15px;
  }
}

.m-block--article-divider {
  height: 1px;
  width: 100%;
  background: #ccc;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .m-block--article-sidebar {
    position: sticky;
    top: 50px;
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}

.m-block--article {
  margin-top: 50px;
}
.m-block--article .article-text h1 {
  color: #30546B;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.m-block--article .article-text h1:first-child {
  margin-top: 0;
}
.m-block--article .article-text a {
  color: #263680;
  text-decoration: underline;
  display: inline;
  cursor: pointer;
}
.m-block--article .article-text a.a-btn {
  text-decoration: none;
  display: inline-block;
  margin-top: 0 !important;
}
.m-block--article .article-text h2 {
  color: #30546B;
  font-size: 15px;
  margin-bottom: 30px;
}
.m-block--article .article-text ul {
  list-style: initial;
  margin: 0 21px 30px 21px;
}
.m-block--article .article-text ul li {
  list-style: initial;
  margin-bottom: 10px;
  font-size: 15px;
}
.m-block--article .article-text p {
  font-size: 15px;
}
.m-block--article .article-text img {
  margin: 30px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .m-block--article .article-text img {
    width: 75%;
  }
}

@media (max-width: 991.98px) {
  .col-btn-block {
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: flex-start;
  }
}

.m-article--quote-block {
  margin-top: 30px;
  margin-left: 55px;
  padding-right: 10%;
  position: relative;
  padding-bottom: 1rem;
  line-height: 1.3rem;
}
@media (min-width: 768px) {
  .m-article--quote-block {
    padding-right: 25%;
    padding-bottom: 1.3rem;
  }
}
.m-article--quote-block p {
  font-size: 16px;
}
.m-article--quote-block::before {
  background-image: url(/dist/images/quote.png);
  background-size: 30px 25px;
  display: inline-block;
  width: 30px;
  height: 25px;
  position: absolute;
  left: -55px;
  content: "";
}

.m-block--article-header {
  margin-bottom: 50px;
}
.m-block--article-header h3 {
  color: #30546B;
  text-transform: unset;
}
.m-block--article-header h1 {
  font-size: 1.6rem;
  color: #30546B;
  font-weight: bold;
  margin: 25px 0;
  line-height: 1.2;
}

.m-block__contact p {
  margin: 0;
}
@media (min-width: 992px) {
  .m-block__contact p {
    margin-right: 26px;
  }
}
.m-block__contact p + p {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .m-block__contact p + p {
    margin-top: 0;
  }
}
.m-block__contact p span {
  color: #74C043;
  font-weight: 900;
}

.college-16-18 .m-block__content h4 {
  color: #74C043;
}
.college-16-18 .m-block--text h2, .college-16-18 .m-block--text h3 {
  color: #74C043;
}
.college-16-18 .m-block--outline h2 {
  color: #74C043;
}
.college-16-18 .m-block__contact p span {
  color: #74C043;
}

.university-centre .m-block__content h4 {
  color: #74C043;
}
.university-centre .m-block--text h2, .university-centre .m-block--text h3 {
  color: #74C043;
}
.university-centre .m-block--outline h2 {
  color: #74C043;
}
.university-centre .m-block__contact p span {
  color: #74C043;
}

.international-students .m-block__content h4 {
  color: #005e8a;
}
.international-students .m-block--text h2, .international-students .m-block--text h3 {
  color: #005e8a;
}
.international-students .m-block--outline h2 {
  color: #005e8a;
}
.international-students .m-block__contact p span {
  color: #005e8a;
}

.adult-19 .m-block__content h4 {
  color: #30546B;
}
.adult-19 .m-block--text h2, .adult-19 .m-block--text h3 {
  color: #30546B;
}
.adult-19 .m-block--outline h2 {
  color: #30546B;
}
.adult-19 .m-block__contact p span {
  color: #30546B;
}

/*
.apprenticeships {
  .m-block__content h4 {
    color: darken($color__variant--3, 10%);
  }

  .m-block--text h2, .m-block--text h3 {
    color: darken($color__variant--3, 10%);
  }

  .m-block--outline h2 {
    color: darken($color__variant--3, 10%);
  }

  .m-block__contact p span {
    color: darken($color__variant--3, 10%);
  }
}
*/
.employers .m-block__content h4 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-block--text h2, .employers .m-block--text h3 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-block--outline h2 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-block__contact p span {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.display-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-sm-up {
    display: block !important;
  }
}

.flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .flex-sm-up {
    display: flex !important;
  }
}

.display-sm-down {
  display: block !important;
}
@media (min-width: 576px) {
  .display-sm-down {
    display: none !important;
  }
}

.flex-sm-down {
  display: flex !important;
}
@media (min-width: 576px) {
  .flex-sm-down {
    display: none !important;
  }
}

.display-md-up {
  display: none !important;
}
@media (min-width: 768px) {
  .display-md-up {
    display: block !important;
  }
}

.display-md-down {
  display: block;
}
@media (min-width: 768px) {
  .display-md-down {
    display: none !important;
  }
}

.display-flex-sm-up {
  display: none !important;
}
@media (min-width: 576px) {
  .display-flex-sm-up {
    display: flex !important;
  }
}

.icon--phone-solid {
  width: 16px;
  height: 16px;
}

.active {
  display: block !important;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.t-0 {
  top: 0;
}

.r-0 {
  right: 0;
}

.modal--p {
  width: 90%;
}

.flex-start-rev {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .flex-start-rev {
    justify-content: flex-end;
  }
}

.m-divider {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.m-divider > .grid-container {
  position: relative;
  z-index: 2;
}
.m-divider > .grid-container:before {
  content: "";
  position: absolute;
  background-color: #eee;
  width: calc(100% - 30px);
  height: 17px;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
.m-divider .a-btn--lg {
  padding: 35px 45px;
}

.m-card .a-media__img + h3,
.m-card .a-media__img + h4 {
  margin-top: 20px;
}

.m-cards__header {
  color: #41464F;
  display: flex;
  align-items: center;
}
.m-cards__header h3 + .a-text-link {
  margin-left: 20px;
}

.m-card h3 {
  color: #41464F;
  text-transform: uppercase;
}

.m-card h4 {
  color: #41464F;
}
.m-card h4 + p {
  margin-top: 15px;
}

.m-card .f-h2 {
  display: block;
  color: #74C043;
  margin-top: 10px;
}

.m-card .a-btn {
  margin-top: 20px;
}

.m-card__meta {
  display: block;
  color: #30546B;
  margin-top: -10px;
}
.m-card__meta + p, .m-card__meta + h2, .m-card__meta + h3, .m-card__meta + h4 {
  margin-top: 15px;
}

.m-card__content p a {
  color: #30546B;
  font-weight: 900;
}

.m-card--stat h3,
.m-hero .m-card--stat h3 {
  margin-top: 25px;
}

.m-card--stat p {
  color: #30546B;
}

.m-card--image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 0;
  display: block;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .m-card--image {
    margin-bottom: 10px;
  }
}
.m-card--image img {
  display: block;
  width: 100%;
}

.m-card--image .m-card__caption {
  display: flex;
  flex-flow: row wrap;
  color: #30546B;
  background: #f0f0f0;
  padding: 30px 25px;
}
.m-card--image .m-card__caption svg {
  margin-left: auto;
  margin-top: 4px;
  flex-shrink: 0;
}

.m-card__img {
  position: relative;
}
.m-card__img img {
  display: block;
  width: 100%;
}
.m-card__img .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

.m-card--image .m-card__img + .m-card__content {
  margin-top: 25px;
}

.m-card--image .m-card__content h4 {
  color: #30546B;
}
.m-card--image .m-card__content > svg {
  margin-top: 15px;
  color: #74C043;
}
.m-card--image .m-card__content p:not(:first-child) {
  margin-top: 10px;
}

.m-card.m-card--bio h4 {
  color: #74C043;
}
.m-card.m-card--bio .m-card__position {
  color: #30546B;
  margin-top: 15px;
  display: block;
}
.m-card.m-card--bio .m-card__position + p {
  margin-top: 15px;
}

.m-card.m-card--bio.m-card--simple {
  margin: 25px 0;
}
.m-card.m-card--bio.m-card--simple h4 {
  color: #41464F;
}
.m-card.m-card--bio.m-card--simple .m-card__position {
  color: #41464F;
  margin-top: 10px;
}

.m-card__handle {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}
.m-card__handle img {
  margin-right: 10px;
  flex-shrink: 0;
}

.m-card--overlay {
  position: relative;
  overflow: hidden;
}
.o-section__content .m-card--overlay.m-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card--overlay.m-card {
    margin-top: 40px;
  }
}
.m-card--overlay + .m-card--overlay {
  margin-top: 25px;
}
.m-card--overlay .m-card__img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__img {
    margin-bottom: 60px;
  }
}
.m-card--overlay .m-card__img img {
  object-fit: cover;
  display: block;
}
.m-card--overlay .m-card__content {
  position: relative;
  background: #fff;
  padding: 20px 65px 20px 20px;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  margin-top: -80px;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content {
    position: absolute;
    padding: 15px 55px 15px 15px;
    border-radius: 0 5px 0 0;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content {
    width: 75%;
    padding: 35px 95px 35px 35px;
  }
}
.m-card--overlay .m-card__content h2 {
  color: #30546B;
  line-height: 1.4;
  text-transform: uppercase;
}
.m-card--overlay .m-card__content h2 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content h3 {
  color: #30546B;
  line-height: 1.4;
}
.m-card--overlay .m-card__content h3 + p {
  margin-top: 20px;
}
.m-card--overlay .m-card__content .a-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  min-width: 0;
  border-radius: 0;
  margin: 0;
  justify-content: center;
}
@media (min-width: 768px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 50px;
  }
}
@media (min-width: 992px) {
  .m-card--overlay .m-card__content .a-btn {
    width: 65px;
  }
}
.m-card--overlay .m-card__content .a-btn svg {
  margin: 0;
}
.m-card--overlay_container {
  display: initial !important;
}

.m-card--overlay .m-card__label {
  position: absolute;
  background: #fff;
  color: #30546B;
  top: 40px;
  left: 45px;
  padding: 6px 12px;
  border-radius: 5px;
}

.m-card--basic {
  background: #f5f5f5;
  padding: 45px 40px;
  border-radius: 5px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__content .m-card--basic.m-card {
    margin-top: 30px;
  }
}
.m-card--basic h3 {
  font-weight: 900;
}
.m-card--basic h3 + p {
  margin-top: 15px;
}
.m-card--basic em {
  font-style: normal;
  color: #74C043;
  font-weight: 900;
}
.m-card--basic p a {
  color: #41464F;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--basic p a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
@media (min-width: 768px) {
  .m-card--basic .m-card__content p {
    max-width: 400px;
  }
}

.m-card--basic.m-card--variant-3 {
  background: #9e237e;
  color: #30546B;
}

.m-card--stack {
  display: grid;
  -ms-grid-columns: 60px 1fr 60px;
  grid-template-columns: 60px 1fr 60px;
  -ms-grid-rows: 60px 1fr;
  grid-template-rows: 60px 1fr;
  align-items: flex-start;
  display: -ms-grid;
  height: calc(100% - 30px);
}
@media (min-width: 992px) {
  .m-card--stack {
    height: calc(100% - 15px);
  }
}
.m-card--stack .m-card__content {
  height: 100%;
}

.m-card--stack .m-card__img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 2/4;
  grid-row: 1/3;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__img {
    margin-left: 30px;
  }
}
.m-card--stack .m-card__img + .m-card__content {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 1/3;
  grid-row: 2/3;
}
.m-card--stack .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: rgba(240, 240, 240, 0.95);
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--stack .m-card__content {
    width: calc(100% - 30px);
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .m-card--stack .m-card__content {
    padding: 30px;
  }
}
.m-card--stack .m-card__content .a-text-link {
  color: #41464F;
}
.m-card--stack .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #30546B;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}
.m-card--stack .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--stack .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-card--stack-alt {
  position: relative;
  margin-bottom: 80px;
}
.m-card--stack-alt .m-card__img {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 60px);
  height: auto;
}
.m-card--stack-alt .m-card__content {
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: 0;
  width: 60%;
  min-width: 350px;
  background: #fff;
  padding: 40px 40px;
  border-radius: 5px;
}

.m-card--light {
  color: #fff;
}
.m-card--light h2, .m-card--light h3, .m-card--light h4, .m-card--light .a-text-link, .m-card--light p {
  color: #fff;
}

.m-card .bg-white {
  background-color: #fff;
}

.m-card.no-border {
  border-left: 0;
  border-right: 0;
}

.m-block--facilities-text {
  padding: 0;
}
.m-block--facilities-text h1 {
  color: #30546B;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-block--facilities-text {
    padding: 0 50px 0 0;
  }
}

.m-block--facilities-header h1 {
  color: #30546B;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 35px;
  font-size: 50px;
  line-height: 1.2;
}
.m-block--facilities-header p {
  color: #30546B;
  margin-bottom: 35px;
}
.m-block--facilities-header img {
  width: 100%;
}

.m-card--event {
  display: flex;
}

.m-card--event-container {
  width: 100%;
  margin-top: 30px;
}
.m-card--event-container h1 {
  color: #30546B;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .m-card--event-container {
    margin-top: 0px;
  }
}

.m-card--event .m-card__content {
  grid-area: card;
  padding: 40px 40px;
  border-radius: 5px;
  background: #f0f0f0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .m-card--event .m-card__content {
    width: 100%;
    padding: 30px;
  }
}
.m-card--event .m-card__content .a-text-link {
  color: #30546B;
}
.m-card--event .m-card__content .a-text-link + .a-btn {
  margin-top: 20px;
}
.m-card--event .m-card__content p + .a-text-link {
  margin-top: 20px;
}

.m-card--stack.m-card--blue .m-card__content {
  background: rgba(116, 192, 67, 0.95);
  color: #fff;
}
.m-card--stack.m-card--blue .m-card__content h2, .m-card--stack.m-card--blue .m-card__content h3, .m-card--stack.m-card--blue .m-card__content h4, .m-card--stack.m-card--blue .m-card__content .a-text-link {
  color: #fff;
}

.m-card--stack.m-card--light-blue .m-card__content {
  background: rgba(116, 192, 67, 0.95);
  color: #fff;
}
.m-card--stack.m-card--light-blue .m-card__content h2, .m-card--stack.m-card--light-blue .m-card__content h3, .m-card--stack.m-card--light-blue .m-card__content h4, .m-card--stack.m-card--light-blue .m-card__content .a-text-link {
  color: #fff;
}

.m-card--stack.m-card--dark .m-card__content {
  background: rgba(48, 84, 107, 0.85);
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2, .m-card--stack.m-card--dark .m-card__content h3, .m-card--stack.m-card--dark .m-card__content h4, .m-card--stack.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}
.m-card--stack.m-card--dark .m-card__content h2::after, .m-card--stack.m-card--dark .m-card__content h3::after, .m-card--stack.m-card--dark .m-card__content h4::after, .m-card--stack.m-card--dark .m-card__content .a-text-link::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #fff;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-card--stack.m-card--dark .m-card__content h2:hover::after, .m-card--stack.m-card--dark .m-card__content h3:hover::after, .m-card--stack.m-card--dark .m-card__content h4:hover::after, .m-card--stack.m-card--dark .m-card__content .a-text-link:hover::after {
    max-width: 700px;
  }
}

.m-card--stack.m-card--tertiary .m-card__content {
  background: rgba(252, 175, 23, 0.95);
}

.m-card--stack.m-card--variant-1 .m-card__content {
  background: rgba(116, 192, 67, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content h2, .m-card--stack.m-card--variant-1 .m-card__content h3, .m-card--stack.m-card--variant-1 .m-card__content h4, .m-card--stack.m-card--variant-1 .m-card__content .a-text-link, .m-card--stack.m-card--variant-1 .m-card__content p {
  color: #fff;
}
.m-card--stack.m-card--variant-1 .m-card__content .a-text-link::after {
  background: #fff;
}

.m-card--stack.m-card--variant-2 .m-card__content {
  background: rgba(122, 49, 131, 0.95);
}
.m-card--stack.m-card--variant-2 .m-card__content h2, .m-card--stack.m-card--variant-2 .m-card__content h3, .m-card--stack.m-card--variant-2 .m-card__content h4, .m-card--stack.m-card--variant-2 .m-card__content .a-text-link, .m-card--stack.m-card--variant-2 .m-card__content p {
  color: #fff;
}
.m-card--stack.m-card--variant-2 .m-card__content .a-text-link::after {
  background: #fff;
}

.m-card--stack.m-card--variant-3 .m-card__content {
  /*background: rgba($color__variant--3, 0.95);*/
}

.m-card--stack.m-card--variant-4 .m-card__content {
  background: rgba(0, 94, 138, 0.95);
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content h2, .m-card--stack.m-card--variant-4 .m-card__content h3, .m-card--stack.m-card--variant-4 .m-card__content h4, .m-card--stack.m-card--variant-4 .m-card__content .a-text-link, .m-card--stack.m-card--variant-4 .m-card__content p {
  color: #fff;
}
.m-card--stack.m-card--variant-4 .m-card__content .a-text-link::after {
  background: #fff;
}

.card--flex--container {
  display: flex;
}

.card--flex-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .card--flex-head {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.remove--mobile {
  display: none;
}
@media (min-width: 768px) {
  .remove--mobile {
    display: block;
  }
}

.card--ellipsis-item {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  margin: 0 3px;
  justify-self: flex-end;
  border: none;
}
.card--ellipsis-item:last-child {
  margin: 0 0 0 3px;
}
@media (min-width: 768px) {
  .card--ellipsis-item {
    display: none;
  }
}

.m-card--event.m-card--dark .m-card__content {
  background: #30546B;
  color: #fff;
}
.m-card--event.m-card--dark .m-card__content h2, .m-card--event.m-card--dark .m-card__content h3, .m-card--event.m-card--dark .m-card__content h4, .m-card--event.m-card--dark .m-card__content .a-text-link {
  color: #fff;
}

.m-card--info {
  border-radius: 5px;
  padding: 30px 30px 30px 30px;
  background: #f5f5f5;
  border-top: 8px solid #f5f5f5;
}
.m-card--info .a-text-link {
  color: #30546B;
  margin-top: 30px;
}
.m-card--info p em {
  color: #30546B;
  font-style: normal;
  font-weight: 900;
}
@media (min-width: 768px) {
  .o-section__content .m-card--info.m-card {
    margin-top: 25px;
  }
}

.m-card__container {
  flex-grow: 1;
}
.m-card__container > div {
  display: flex;
}
.m-card__container .m-card {
  width: 100%;
}
.m-card__container .m-card.m-card--image {
  display: flex;
  flex-direction: column;
}
.m-card__container .m-card.m-card--image .m-card__caption {
  flex-grow: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m-card__container .m-card.m-card--image .m-card__caption > div {
  max-width: initial;
}
@media (min-width: 768px) {
  .m-card__container .m-card.m-card--image .m-card__caption > div {
    max-width: 200px;
  }
}
.m-card__container .m-card.m-card--image .m-card__caption > div + svg {
  margin-top: 0;
}

.m-card__image--rounded {
  height: auto;
  display: flex;
  width: 50%;
  padding-top: 0;
  padding-bottom: 20px;
}
.m-card__image--rounded:before {
  content: "";
  display: flex;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .m-card__image--rounded {
    width: 100%;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .m-card__image--rounded {
    padding: 0 10px 10px;
  }
}
.m-card__image--rounded img {
  border-radius: 50%;
  object-fit: cover;
  width: 100%;
  min-width: 170px;
  min-height: 170px;
}
@media (min-width: 576px) {
  .m-card__image--rounded img {
    min-width: initial;
    min-height: initial;
  }
}

@media (min-width: 992px) {
  .col-md-4 .m-card__image--rounded {
    padding: 0 25px 10px;
  }
}

.m-card__tags {
  margin: 20px 0;
}

.m-card__tags + p a span {
  color: #41464F;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card__tags + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-card__tag {
  background-color: #fff;
  display: inline-block;
  margin: 6px 6px 6px 0;
  padding: 8px 16px;
  border-radius: 8px;
}
.m-card__tag h4 {
  color: #74C043;
}
.m-card__tag h4.color--red {
  color: #74C043;
}
.m-card__tag h4.color--teal {
  color: rgb(70.15, 28.175, 75.325);
}
.m-card__tag h4.color--yellow {
  color: rgb(95.3730569948, 21.1269430052, 76.0569948187);
}
.m-card__tag h4.color--purple {
  color: #005e8a;
}

.m-card__title {
  text-transform: none;
}

.m-card__label {
  font-size: 0.8125rem;
  display: inline-block;
  padding: 5px 10px;
  font-weight: 900;
  margin-top: 15px;
  background: #fff;
  border-radius: 5px;
}
.m-card__label + p {
  margin-top: 20px;
}
.m-card__label.m-card__label--variant-3 {
  color: rgb(74.4974093264, 16.5025906736, 59.4093264249);
}

.m-card--image svg {
  transition: all 300ms ease;
}
.m-card--image:hover svg {
  transform: translateX(3px);
}
.m-card--image .a-btn > svg {
  transform: none;
}

.m-card--social a {
  text-decoration: none !important;
  position: static !important;
}
.m-card--social a:after {
  content: none !important;
}

.m-card--apply-confirmation__item {
  padding: 40px 0;
}
.m-card--apply-confirmation__item:first-child {
  padding: 20px 0 40px;
}
.m-card--apply-confirmation h2 {
  color: #30546B;
}
.m-card--apply-confirmation h4 {
  color: #41464F;
}
.m-card--apply-confirmation h4 + p {
  margin-top: 0;
}
.m-card--apply-confirmation h4 + p a span {
  color: #41464F;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-card--apply-confirmation h4 + p a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-card--apply-confirmation p em {
  font-size: 15px;
}

.m-card--border {
  border-bottom: 1px solid #ccc;
  max-width: 985px;
  margin: 0 auto;
}

.college-16-18 .m-card--image .m-card__content > svg {
  color: #30546B;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .m-card .f-h2 {
  color: #30546B;
}

.undergraduate .m-card--image .m-card__content > svg {
  color: #30546B;
}
.undergraduate .m-card--overlay .m-card__content .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .m-card .f-h2 {
  color: #30546B;
}
.undergraduate .m-card--basic em {
  color: #30546B;
}

.international-students .m-card--image .m-card__content > svg {
  color: #005e8a;
}
.international-students .m-card--overlay .m-card__content .a-btn {
  background-color: #005e8a;
  color: #fff;
}
.international-students .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.international-students .m-card .f-h2 {
  color: #005e8a;
}
.international-students .m-card--basic em {
  color: #005e8a;
}

.adult-19 .m-card--image .m-card__content > svg {
  color: #30546B;
}
.adult-19 .m-card--overlay .m-card__content .a-btn {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .m-card .f-h2 {
  color: #30546B;
}
.adult-19 .m-card--basic em {
  color: #30546B;
}

.apprenticeships .m-card--image .m-card__content > svg {
  color: #30546B;
}
.apprenticeships .m-card--overlay .m-card__content .a-btn {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-card .f-h2 {
  color: #30546B;
}
.apprenticeships .m-card--basic em {
  color: #30546B;
}

.employers .m-card--image .m-card__content > svg {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-card--overlay .m-card__content .a-btn {
  background-color: #FCAF17;
  color: #30546B;
}
.employers .m-card--overlay .m-card__content .a-btn:hover {
  background-color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-card .f-h2 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-card--basic em {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.m-carousel {
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .m-carousel {
    overflow: visible;
  }
}
@media (max-width: 575.98px) {
  .m-carousel.m-carousel-banner .carousel-item > img {
    object-fit: cover;
    width: 100%;
    height: 60vw;
  }
}
@media (max-width: 767.98px) {
  .m-carousel.m-carousel-banner {
    border-radius: 0;
  }
  .m-carousel.m-carousel-banner .carousel-caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    transform: none;
    display: block !important;
    background: #30546B;
    padding-top: 75px;
    padding-bottom: 50px;
  }
  .m-carousel.m-carousel-banner .carousel-caption .offset-1 {
    margin-left: 0;
  }
  .m-carousel.m-carousel-banner .carousel-indicators {
    display: none;
  }
}
.carousel-control-desktop {
  display: none;
}
@media (min-width: 576px) {
  .carousel-control-desktop {
    display: inline-flex;
  }
}

.carousel-control-mobile {
  display: inline-flex;
  position: relative;
  top: 170px;
  transform: none;
  margin: 20px 5px !important;
}
.carousel-control-mobile.carousel-control-prev {
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .carousel-control-mobile {
    top: auto;
  }
}

.m-carousel .carousel-control-prev,
.m-carousel .carousel-control-next {
  opacity: 1;
  top: 43vw;
  height: 27px;
  width: 40px;
  transform: translateY(-50%);
  margin: 0 20px;
  /*display: none;*/
}
@media (min-width: 576px) {
  .m-carousel .carousel-control-prev,
  .m-carousel .carousel-control-next {
    margin: 0 20px;
    top: 41vw;
    width: auto;
    bottom: auto;
  }
}

@media (max-width: 767.98px) {
  .carousel-control-next {
    right: auto;
    left: 45%;
  }
  .carousel-control-prev {
    left: auto;
    right: 45%;
  }
}
.m-carousel .carousel-control-prev:hover,
.m-carousel .carousel-control-prev:focus,
.m-carousel .carousel-control-next:hover,
.m-carousel .carousel-control-next:focus {
  color: #30546B;
}

.m-carousel .carousel-indicators {
  bottom: 25px;
  right: 25px;
  margin: 0;
  left: auto;
  padding: 10px 6px;
  border-radius: 5px;
  background: #30546B;
}
@media (max-width: 767.98px) {
  .m-carousel .carousel-indicators {
    bottom: -67px;
  }
}

.m-carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  cursor: pointer;
  list-style: none;
}

.m-carousel .carousel-caption {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  text-align: left;
}
.m-carousel .carousel-caption .a-btn, .m-carousel .carousel-caption p {
  margin-top: 20px;
}

.m-carousel .carousel-caption--bl {
  bottom: 30px;
  left: 30px;
  top: auto;
  transform: none;
  padding: 0;
}

.m-carousel--content {
  background: none;
  margin-top: 15px;
}

.m-carousel__controls {
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next,
.m-carousel__controls .carousel-indicators {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
}
.m-carousel__controls .carousel-control-prev,
.m-carousel__controls .carousel-control-next {
  margin: 0 10px;
}
.m-carousel__controls .carousel-indicators {
  padding: 0;
  background: none;
}
.m-carousel__controls .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel__controls .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel__controls .carousel-control-prev:hover,
.m-carousel__controls .carousel-control-prev:focus,
.m-carousel__controls .carousel-control-next:hover,
.m-carousel__controls .carousel-control-next:focus {
  color: #fff;
}

.carousel-mini-item {
  position: relative;
  padding: 0;
  min-height: 90px;
}

.carousel-mini-item::before {
  display: block;
  content: "";
  padding-top: 70%;
  width: 100%;
  box-sizing: border-box;
}

.m-carousel--mini .carousel-item img {
  /* Remove this margin:  margin: 15px 0; */
  /*Add the following:*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: auto;
  max-width: 90px;
}

.m-carousel--mini {
  background: none;
  border-radius: 0;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .m-carousel--mini .carousel-inner {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  .m-carousel--mini {
    margin-top: 0;
  }
}
.m-carousel--mini .carousel-item {
  text-align: center;
  padding: 0 60px;
}
.m-carousel--mini .carousel-item img {
  margin: 15px 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-item img {
    margin: 0;
  }
}
.m-carousel--mini .carousel-control-prev,
.m-carousel--mini .carousel-control-next {
  position: absolute;
  margin: 0;
  top: auto;
  bottom: -65px;
}
.m-carousel--mini .carousel-control-prev.carousel-control-next,
.m-carousel--mini .carousel-control-next.carousel-control-next {
  left: auto !important;
  right: 0;
}
@media (min-width: 768px) {
  .m-carousel--mini .carousel-control-prev,
  .m-carousel--mini .carousel-control-next {
    bottom: auto;
    top: 58px;
  }
}
.m-carousel--mini .carousel-indicators {
  position: relative;
  right: auto;
  bottom: auto;
  margin: 40px auto 0 auto;
  display: inline-flex;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background: none;
}
.m-carousel--mini .carousel-indicators li {
  background: rgba(0, 0, 0, 0.2);
}
.m-carousel--mini .carousel-indicators li.active {
  background: rgba(0, 0, 0, 0.6);
}
.m-carousel--mini .carousel-control-prev:hover,
.m-carousel--mini .carousel-control-prev:focus,
.m-carousel--mini .carousel-control-next:hover,
.m-carousel--mini .carousel-control-next:focus {
  color: #fff;
}

.m-expand {
  width: 100%;
  border: 1.5px solid #b3b3b3;
  border-radius: 5px;
  padding: 25px 25px;
  margin-top: 15px;
  text-align: left;
  background: #fff;
  transition: all 300ms ease;
  cursor: pointer;
}
.m-expand:hover {
  background: rgb(242.25, 242.25, 242.25);
}
.m-expand.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
}

.m-expand--inner {
  background-color: inherit;
  width: 100%;
  border: none;
  cursor: pointer;
}
.m-expand--inner.collapsed .m-expand-header {
  background-image: url(/dist/images/chevron--down.svg);
  cursor: pointer;
}

.m-expand-header {
  display: flex;
  color: #30546B;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  background: url(/dist/images/chevron--up.svg) no-repeat right 4px;
}
.m-expand-header h4 {
  padding-right: 1rem;
}

.m-expand-header--title {
  padding-right: 1em !important;
}

.m-expand__content {
  padding: 20px 0 0 10px;
}
.m-expand__content p a {
  position: relative;
  display: inline-block;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 6px !important;
}
.m-expand__content ul, .m-expand__content ol {
  font-size: 14px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.m-expand__content ul li, .m-expand__content ul a, .m-expand__content ul p, .m-expand__content ol li, .m-expand__content ol a, .m-expand__content ol p {
  font-size: 14px;
}
.m-expand__content ul li, .m-expand__content ol li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 20px;
  line-height: 1.5em;
}
.m-expand__content ul li:first-child, .m-expand__content ol li:first-child {
  margin-top: 0;
}
.m-expand__content ul li p, .m-expand__content ol li p {
  line-height: 1.5em;
}
.m-expand__content a.link {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.m-expand__content .a-media {
  width: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  text-align: center;
}
@media (min-width: 768px) {
  .m-expand__content .a-media {
    width: calc(100% - 20px);
  }
}

.m-expand__content h4 {
  color: #74C043;
}

.m-expand__content h5,
.m-expand__content .h5 {
  font-weight: 900;
  color: #74C043;
}

.m-expand__content span.d-block + p {
  margin-top: 25px;
  display: block;
}

.m-expand__content a {
  position: relative;
  display: inline-block;
}

.m-expand__content span.d-block + a,
.m-expand__content p + a {
  margin-top: 25px;
}

.m-expand__content .col-md-4:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .m-expand__content .col-md-4:not(:first-child) {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .m-expand img {
    width: 175px !important;
    margin: 0 auto;
  }
}

.college-16-18 .m-expand__content h4,
.college-16-18 .m-expand__content .h5,
.college-16-18 .m-expand__content h5 {
  color: #74C043;
}

.university-centre .m-expand__content h4,
.university-centre .m-expand__content .h5,
.university-centre .m-expand__content h5 {
  color: #74C043;
}

.international-students .m-expand__content h4,
.international-students .m-expand__content .h5,
.international-students .m-expand__content h5 {
  color: #005e8a;
}

.adult-19 .m-expand__content h4,
.adult-19 .m-expand__content .h5,
.adult-19 .m-expand__content h5 {
  color: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}

.apprenticeships .m-expand__content h4,
.apprenticeships .m-expand__content .h5,
.apprenticeships .m-expand__content h5 {
  color: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}

.employers .m-expand__content h4,
.employers .m-expand__content .h5,
.employers .m-expand__content h5 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.m-filter h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  font-weight: 900;
}
.m-filter h1 b,
.m-filter h1 strong {
  font-weight: 800;
}
.m-filter h1 i,
.m-filter h1 em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-filter h1 {
  font-family: Arial, Montserrat, sans-serif;
}
@media screen and (min-width: 768px) {
  .m-filter h1 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .m-filter h1.h1--big {
    font-size: 4.375rem;
  }
}

.m-filter__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-filter__btns.m-filter__btns-margin {
  margin-top: 20px;
}
@media (max-width: 575.98px) {
  .m-filter__btns {
    flex-flow: row nowrap !important;
    overflow-x: scroll;
    position: relative;
  }
}

.m-filter__btns-nav-container {
  position: relative;
}
@media (max-width: 575.98px) {
  .m-filter__btns-nav-container:after, .m-filter__btns-nav-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
  }
  .m-filter__btns-nav-container:before {
    background: transparent;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 250, 250) 50%, rgb(255, 255, 255) 100%);
    z-index: 1;
  }
  .m-filter__btns-nav-container:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNy4yIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjUgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTMxMC42IDIzMy40YzEyLjUgMTIuNSAxMi41IDMyLjggMCA0NS4zbC0xOTIgMTkyYy0xMi41IDEyLjUtMzIuOCAxMi41LTQ1LjMgMHMtMTIuNS0zMi44IDAtNDUuM0wyNDIuNyAyNTYgNzMuNCA4Ni42Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwbDE5MiAxOTJ6Ii8+PC9zdmc+");
    background-position: top 38px right 15px;
    background-repeat: no-repeat;
    background-size: 13px;
    z-index: 2;
  }
}

.m-filter-content .m-filter-content-text {
  padding: 0 20px 20px 20px;
}

.m-filter__btns {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-filter__btns--subject-areas {
  justify-content: start;
}
@media (min-width: 768px) {
  .m-filter__btns--subject-areas {
    justify-content: center;
  }
}
@media (min-width: 1450px) {
  .m-filter__btns--subject-areas {
    flex-wrap: nowrap;
  }
}

.m-filter__btn {
  margin: 10px 5px 15px 5px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  min-width: 150px;
  border: 0;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.25s;
  -webkit-appearance: none;
  padding: 25px;
  text-decoration: none;
  justify-content: center;
  background-color: #f0f0f0;
  color: #ababab;
}
.m-filter__btn.m-filter__btn--primary.active {
  background: #74C043;
  color: #fff;
}
.m-filter__btn.m-filter__btn--primary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74C043;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--primary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--primary.active:hover {
  background-color: #74C043;
}
.m-filter__btn.m-filter__btn--primary:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-filter__btn.m-filter__btn--primary-light.active {
  background: #74C043;
  color: #fff;
}
.m-filter__btn.m-filter__btn--primary-light.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74C043;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--primary-light.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--primary-light.active:hover {
  background-color: #74C043;
}
.m-filter__btn.m-filter__btn--primary-light:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-filter__btn.m-filter__btn--primary-strong.active {
  background: #74C043;
  color: #fff;
}
.m-filter__btn.m-filter__btn--primary-strong.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74C043;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--primary-strong.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--primary-strong.active:hover {
  background-color: #74C043;
}
.m-filter__btn.m-filter__btn--primary-strong:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-filter__btn.m-filter__btn--secondary.active {
  background: #30546B;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #30546B;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--secondary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--secondary.active:hover {
  background-color: #30546B;
  color: #fff;
}
.m-filter__btn.m-filter__btn--secondary:hover {
  background: rgb(32.2064516129, 56.3612903226, 71.7935483871);
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary.active {
  background: #FCAF17;
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FCAF17;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--tertiary.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--tertiary.active:hover {
  background-color: #FCAF17;
  color: #fff;
}
.m-filter__btn.m-filter__btn--tertiary:hover {
  background: rgb(221.1404255319, 147.7446808511, 2.8595744681);
  color: #fff;
}
.m-filter__btn.m-filter__btn--dark-blue.active {
  background: #263680;
  color: #fff;
}
.m-filter__btn.m-filter__btn--dark-blue.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #263680;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--dark-blue.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--dark-blue.active:hover {
  background-color: #263680;
  color: #fff;
}
.m-filter__btn.m-filter__btn--dark-blue:hover {
  background: rgb(26.3253012048, 37.4096385542, 88.6746987952);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active {
  background: #74C043;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74C043;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-1.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-1.active:hover {
  background-color: #74C043;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-1:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2.active {
  background: #7a3183;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #7a3183;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-2.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-2.active:hover {
  background-color: #7a3183;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-2:hover {
  background: rgb(87.4333333333, 35.1166666667, 93.8833333333);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3.active {
  background: #9e237e;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9e237e;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-3.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-3.active:hover {
  background-color: #9e237e;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-3:hover {
  background: rgb(116.2487046632, 25.7512953368, 92.7046632124);
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active {
  background: #005e8a;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #005e8a;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--variant-4.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--variant-4.active:hover {
  background-color: #005e8a;
  color: #fff;
}
.m-filter__btn.m-filter__btn--variant-4:hover {
  background: rgb(0, 59.2608695652, 87);
  color: #fff;
}
.m-filter__btn.m-filter__btn--green-2.active {
  background: #5d9c9c;
  color: #fff;
}
.m-filter__btn.m-filter__btn--green-2.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #5d9c9c;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--green-2.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--green-2.active:hover {
  background-color: #5d9c9c;
  color: #fff;
}
.m-filter__btn.m-filter__btn--green-2:hover {
  background: rgb(73.9518072289, 124.0481927711, 124.0481927711);
  color: #fff;
}
.m-filter__btn.m-filter__btn--white.active {
  background: #fff;
  color: #74C043;
}
.m-filter__btn.m-filter__btn--white.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--white.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--white.active:hover {
  background-color: #fff;
  color: #74C043;
}
.m-filter__btn.m-filter__btn--white:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #74C043;
}
.m-filter__btn.m-filter__btn--dark-blue-2.active {
  background: #1a2d59;
  color: #fff;
}
.m-filter__btn.m-filter__btn--dark-blue-2.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #1a2d59;
  top: 100%;
  position: absolute;
}
.m-filter__btn.m-filter__btn--dark-blue-2.active > svg {
  opacity: 0.5;
}
.m-filter__btn.m-filter__btn--dark-blue-2.active:hover {
  background-color: #1a2d59;
  color: #fff;
}
.m-filter__btn.m-filter__btn--dark-blue-2:hover {
  background: rgb(14.4695652174, 25.0434782609, 49.5304347826);
  color: #fff;
}
.m-filter__btn:hover {
  background-color: #30546B;
  color: #fff;
}
.m-filter__btn.active {
  background-color: #74C043;
  color: #fff;
  position: relative;
}
.m-filter__btn.active:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #74C043;
  top: 100%;
  position: absolute;
  left: 42%;
}
.m-filter__btn.active > svg {
  opacity: 0.5;
}
.m-filter__btn.active:hover {
  background-color: #74C043;
}
.m-filter__btn.active-dark {
  background-color: #30546B;
  color: #fff;
  position: relative;
}
.m-filter__btn.active-dark:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #30546B;
  top: 100%;
  position: absolute;
}
.m-filter__btn.active-dark > svg {
  opacity: 0.5;
}
.m-filter__btn.active-dark:hover {
  background-color: #30546B;
}
.m-filter__btn > svg {
  margin-left: 10px;
}

.m-filter-search {
  position: relative;
  margin-bottom: 30px;
}

.m-filter-search .icon--search {
  color: #30546B;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .m-filter-search .icon--search {
    left: 20px;
    width: 20px;
    height: 20px;
  }
}

.m-filter-search__input {
  background: #fff;
  padding: 12px 55px;
  border-radius: 6px;
  border: none;
  width: 100%;
  font-size: 1rem;
  border: 2px solid #e3e4e5;
  transition: all 0.3s ease-in-out;
  line-height: normal;
}
.m-filter-search__input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.m-filter-search__input:-moz-placeholder {
  color: #b3b3b3;
}
.m-filter-search__input::-moz-placeholder {
  color: #b3b3b3;
}
.m-filter-search__input:-ms-input-placeholder {
  color: #b3b3b3;
}
.m-filter-search__input:focus, .m-filter-search__input:active {
  border: 2px solid #74C043;
}

.m-filter__block {
  margin-bottom: 40px;
}
.m-filter__block h4 {
  margin-bottom: 2px;
  color: #30546B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block a span {
  font-size: 14px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.m-filter__block a span:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}
.m-filter__block--checkbox {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--checkbox h4 {
  margin-bottom: 20px;
  color: #30546B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--checkbox .m-form__checkbox label {
  font-size: 14px;
}
.m-filter__block--checkbox .m-form__checkbox input[type=checkbox]:checked + label {
  color: #30546B;
}
.m-filter__block--radio {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__block--radio h4 {
  margin-bottom: 20px;
  color: #30546B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
}
.m-filter__block--radio .m-form__radio label {
  font-size: 14px;
}
.m-filter__block--radio .m-form__radio input[type=radio]:checked + label {
  color: #30546B;
}

.m-filter__select {
  position: relative;
}
.m-filter__select .form-control {
  padding: 20px 0 10px;
  border-bottom: 2px solid #e3e4e5;
}
.m-filter__select::after {
  content: "";
  background-image: url(/dist/images/chevron--down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.m-filter__select.active::after {
  content: "";
  background-image: url(/dist/images/chevron--up.svg);
}

.m-filter__pagination {
  margin-top: 30px;
}
.m-filter__pagination button {
  border: none;
  background: none;
  cursor: pointer;
  color: #666;
  font-weight: 600;
}
.m-filter__pagination button.active {
  position: relative;
  display: inline-block !important;
}
.m-filter__pagination button.active:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
  height: 1px;
  background: #666;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
  width: 10px;
}
.m-filter__pagination button:hover svg.icon--arrow--left {
  transform: translateX(-3px);
}
.m-filter__pagination button:hover svg.icon--arrow {
  transform: translateX(3px);
}
.m-filter__pagination svg {
  color: #30546B;
  transition: all 300ms ease;
}

@-webkit-keyframes "loadbars" {
  0% {
    opacity: 1;
  }
  13% {
    opacity: 0.8;
  }
  26% {
    opacity: 0.6;
  }
  39% {
    opacity: 0.4;
  }
  52% {
    opacity: 0.2;
  }
  65% {
    opacity: 0.4;
  }
  78% {
    opacity: 0.6;
  }
  91% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes "loaddots" {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  66% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.m-filter__loading {
  position: relative;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
.m-filter__loading > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
.m-filter__loading > div h4 {
  color: #74C043;
  text-transform: uppercase;
  font-weight: 800;
}
.m-filter__loading > div h4 span:nth-child(1) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading > div h4 span:nth-child(2) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading > div h4 span:nth-child(3) {
  -webkit-animation-name: loaddots;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loaddots;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg {
  width: 160px;
  height: auto;
  color: #74C043;
  margin-bottom: 60px;
}
.m-filter__loading svg polygon:nth-child(2) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: 0s;
}
.m-filter__loading svg polygon:nth-child(3) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -0.8s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -0.8s;
}
.m-filter__loading svg polygon:nth-child(4) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -1.6s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -1.6s;
}
.m-filter__loading svg polygon:nth-child(5) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -2.4s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -2.4s;
}
.m-filter__loading svg polygon:nth-child(6) {
  -webkit-animation-name: loadbars;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: -3.2s;
  animation-name: loadbars;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: -3.2s;
}

.m-filter__dropdown {
  width: 100%;
}
.m-filter__dropdown select {
  border: 2px solid #e3e4e5 !important;
}
.m-filter__dropdown select:active, .m-filter__dropdown select:focus {
  border: 2px solid #74C043 !important;
}

/* SG: Global font changes on forms - may need be quite far reaching */
.m-form {
  font-size: 14px;
  font-weight: 600;
}
.m-form .umbraco-forms-field .text-danger {
  line-height: 1.4em;
}
.m-form .umbraco-forms-field .umbraco-forms-label {
  line-height: 1.4em;
}

/* SG: Redundant? */
.m-form .m-form__label {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form .m-form__label {
    margin-bottom: 0;
  }
}
.m-form .m-form__label.m-text-area__label {
  margin-top: 15px;
}

.m-form__select {
  position: relative;
}
.m-form__select-label {
  width: 140px;
  font-weight: bold;
  text-transform: uppercase;
  color: #30546B;
}
.m-form__select--full {
  width: 100%;
}
.m-form__select--full select {
  border: 1px solid rgba(38, 38, 38, 0.3);
}
.m-form__select select {
  padding-right: 75px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-form__select select {
    padding-right: 75px;
    margin-bottom: 0;
  }
}
.m-form__select::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.1334 0L8 6.13329L1.86665 0L0 1.86665L8 9.86665L16 1.86665L14.1334 0Z' fill='%231a70bc'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid rgba(38, 38, 38, 0.3);
  pointer-events: none;
}
@media (min-width: 992px) {
  .m-form__select::after {
    width: 55px;
  }
}

.m-form__note {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-form__note {
    margin-top: 0;
  }
}

.umbraco-forms-form fieldset {
  padding: 0em 1em 0 0 !important;
  margin-bottom: 2rem !important;
}
.umbraco-forms-form fieldset .o-section__header h3 {
  text-align: center;
}
.umbraco-forms-form fieldset .grid-container.border-bottom {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #b3b3b3 !important;
}
.umbraco-forms-form .umbraco-forms-field {
  position: relative;
  margin-bottom: 1.5rem;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-legend,
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-label {
  margin-bottom: 0.5rem;
  font-size: 1.2em;
  font-weight: 600;
}
@media (min-width: 576px) {
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-legend,
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-label {
    margin-bottom: 0;
    position: absolute;
    top: 24px;
    left: 0;
    width: 180px;
    font-size: 1em;
    font-weight: 500;
  }
}
@media (min-width: 576px) {
  .umbraco-forms-form .umbraco-forms-field.singlechoice:not(:has(.umbraco-forms-tooltip)) .umbraco-forms-legend,
  .umbraco-forms-form .umbraco-forms-field.singlechoice:not(:has(.umbraco-forms-tooltip)) .umbraco-forms-label {
    top: 0;
  }
}
@media (min-width: 576px) {
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper {
    padding-left: 200px;
  }
}
.umbraco-forms-form .umbraco-forms-field .m-form__radio {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .umbraco-forms-form .umbraco-forms-field .m-form__radio {
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
  .umbraco-forms-form .umbraco-forms-field .m-form__radio.form-radio-inline {
    padding-right: 15px;
  }
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-tooltip {
  display: block;
  font-weight: 500;
  line-height: 1.2em;
  padding: 10px 0 10px 0;
}
@media (min-width: 576px) {
  .umbraco-forms-form .umbraco-forms-field .umbraco-forms-tooltip {
    padding: 24px 0 10px 0;
    padding-left: 200px;
  }
}

.form-control {
  border-radius: 0;
  padding: 10px;
  height: auto;
  color: #41464F;
  border: 2px solid #fff;
}
@media (min-width: 992px) {
  .form-control {
    padding: 20px;
  }
}
.form-control + .input-validation-error {
  margin-top: 10px;
}

textarea.form-control {
  height: 230px;
  resize: none;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.m-form .form-control.input-validation-error:not(:focus) {
  border: 4px solid #e73037;
}

input.form-control::placeholder, textarea.form-control::placeholder {
  opacity: 0.6;
}

.m-form .form-control.input-validation-error:focus,
.m-form .form-control.input-validation-error:active {
  border: 3px solid #74C043;
}

.form-control.input-validation-error {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20width%3D%2230%22%20height%3D%2230%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23e73037%22%20d%3D%22M504%20256c0%20136.997-111.043%20248-248%20248S8%20392.997%208%20256C8%20119.083%20119.043%208%20256%208s248%20111.083%20248%20248zm-248%2050c-25.405%200-46%2020.595-46%2046s20.595%2046%2046%2046%2046-20.595%2046-46-20.595-46-46-46zm-43.673-165.346l7.418%20136c.347%206.364%205.609%2011.346%2011.982%2011.346h48.546c6.373%200%2011.635-4.982%2011.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884%200-12.356%205.78-11.981%2012.654z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form .form-control.input-validation-valid {
  padding-right: 75px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M21.9657 10.1286V4.46559C21.9657 2.00952 19.9562 0 17.5 0H4.46559C2.00952 0 0 2.00952 0 4.46559V17.5571C0 20.0131 2.00952 22.0226 4.46559 22.0226H17.5001C19.9562 22.0226 21.9657 20.0131 21.9657 17.5571V11.8706C21.9883 11.5833 22 11.2928 22 10.9996C22 10.7064 21.9882 10.416 21.9657 10.1286ZM4.15627 11.806L5.76905 10.1932L8.99501 13.419L16.2527 6.16115L17.8655 7.77393L8.99501 16.6445L4.15627 11.806Z' fill='%236AC259'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='22' height='22.0226' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.m-form select.form-control.input-validation-valid {
  padding-right: 73px;
  background-position: right 50px center;
}
@media (min-width: 992px) {
  .m-form select.form-control.input-validation-valid {
    padding-right: 114px;
    background-position: right 70px center;
  }
}

.m-form .input-validation-error {
  color: #e73037;
  display: block;
}

.m-form__checkbox {
  position: relative;
  margin: 0;
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  margin-top: 10px;
}
p + .m-form__checkbox {
  margin-top: 30px;
}
.m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-right: 30px;
}
.m-form__checkbox.form-check-block {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.m-checkbox-form-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 20px 0 0 0;
}
.m-checkbox-form-container .m-form__checkbox {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .m-checkbox-form-container {
    flex-direction: row;
  }
}
.m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
  margin-left: 0px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .m-checkbox-form-container .m-form__checkbox.form-check-inline + .m-form__checkbox {
    width: 50%;
    margin-bottom: 25px;
  }
}

.m-form__checkbox input[type=checkbox] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
}

.m-form__checkbox label {
  display: inline-block;
  padding-left: 15px;
}

.m-form__checkbox label::before,
.m-form__checkbox label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__checkbox label::before {
  height: 22px;
  width: 22px;
  border: 1px solid #30546B;
  left: 0px;
  top: 0px;
  border-radius: 5px;
}

.m-form__checkbox label::after {
  height: 5px;
  width: 11px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  left: 5px;
  top: 7px;
}

.m-form__checkbox label a {
  position: relative;
  display: inline-block;
}
.m-form__checkbox label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__checkbox input[type=checkbox] + label::after {
  content: none;
}

.m-form__checkbox input[type=checkbox]:checked + label {
  color: #30546B;
  text-align: left;
  line-height: 1.5;
}

.m-form__checkbox input[type=checkbox]:checked + label::before {
  border-color: #6AC259;
  background: #6AC259;
}

.m-form__checkbox input[type=checkbox]:checked + label::after {
  content: "";
}

.m-form__checkbox input[type=checkbox]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.m-form__radio {
  position: relative;
  margin: 0;
}
p + .m-form__radio {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-form__radio.form-radio-inline + .m-form__radio {
    margin-left: 30px;
  }
}

.m-form__radio input[type=radio] {
  opacity: 0;
  width: 22px;
  height: 22px;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.m-form__radio label {
  display: inline-block;
  padding-left: 13px;
  vertical-align: middle;
}

.m-form__radio label::before,
.m-form__radio label::after {
  position: absolute;
  content: "";
  display: inline-block;
}

.m-form__radio label::before {
  height: 22px;
  width: 22px;
  border: 2px solid #30546B;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}

.m-form__radio label::after {
  height: 8px;
  width: 8px;
  background: #30546B;
  border-radius: 100%;
  left: 7px;
  top: 7px;
}

.m-form__radio label a {
  position: relative;
  display: inline-block;
}
.m-form__radio label a:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-form__radio input[type=radio] + label::after {
  content: none;
}

.m-form__radio input[type=radio]:checked + label {
  color: #30546B;
}

.m-form__radio input[type=radio]:checked + label::after {
  content: "";
}

.m-form__radio input[type=radio]:focus + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}

.m-form__date.form-inline .input-group {
  width: calc(33.33% - 16px);
  margin: 0 8px;
}
.m-form__date.form-inline .input-group .form-control {
  width: 100%;
}

.custom-file {
  position: relative;
  padding-right: 65px;
  color: rgba(65, 70, 79, 0.5);
}

.custom-file input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-file-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  color: #30546B;
  border-left: 1px solid rgba(38, 38, 38, 0.2);
}

#thank-you-message {
  display: none;
}

#form-box-display {
  display: block;
}

.m-form__collapse {
  margin-top: 20px;
}
.m-form__collapse .m-form__checkbox label {
  font-size: 14px;
}
.m-form__collapse .m-form__checkbox input[type=checkbox]:checked + label {
  color: #30546B;
}

.form-control {
  transition: all 300ms ease;
}
.form-control:active, .form-control:focus {
  box-shadow: none;
}

input.form-control,
select.form-control {
  border: 2px solid #fff;
}
input.form-control:active, input.form-control:focus,
select.form-control:active,
select.form-control:focus {
  border: 2px solid #74C043;
}

.o-section__content .m-gallery {
  margin-top: 30px;
}

.m-gallery__image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__image img {
  display: block;
  width: 100%;
  height: auto;
}
.m-gallery__image .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__image .a-btn--fullscreen:hover {
    opacity: 1;
  }
}
.m-gallery__image .gallery-video--play {
  display: none;
}

.m-gallery__video {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.m-gallery__video iframe {
  display: block;
  width: 100%;
}
.m-gallery__video .a-btn--fullscreen {
  position: absolute;
  width: 44px;
  height: 44px;
  bottom: 15px;
  right: 15px;
  opacity: 0.8;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-gallery__video .a-btn--fullscreen:hover {
    opacity: 1;
  }
}

.m-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 17px 25px 13px 25px;
  background: #fff;
  max-width: calc(100% - 90px);
  border-radius: 0 5px 0 0;
  font-size: 0.75rem;
}

.bg-blue .m-gallery__caption {
  background: #263680;
  color: #fff;
}

.m-gallery__thumbs {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .m-gallery__thumbs {
    margin-top: 0 !important;
  }
}

.m-gallery__thumbs li {
  padding: 0 5px 10px 5px;
  width: 33.33%;
  list-style: none !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .m-gallery__thumbs li {
    width: 25%;
  }
}

.m-gallery__btn {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  width: 100%;
  max-height: 64px;
}
.m-gallery__btn img {
  display: block;
  width: 100%;
}
.m-gallery__btn iframe {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.m-gallery__btn .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.m-gallery__btn .icon--play, .m-gallery__btn .icon--play svg {
  width: 26px;
  height: 42px;
}

.m-gallery__btn.active::after {
  font-size: 0.75rem;
  font-weight: 600;
  content: "Selected";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(116, 192, 67, 0.8);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.college-16-18 .m-gallery__btn.active::after {
  background: rgba(48, 84, 107, 0.8);
  color: #fff;
}

.undergraduate .m-gallery__btn.active::after {
  background: rgba(48, 84, 107, 0.8);
  color: #fff;
}

.international-students .m-gallery__btn.active::after {
  background: rgba(0, 94, 138, 0.8);
  color: #30546B;
}

.adult-19 .m-gallery__btn.active::after {
  background: rgba(48, 84, 107, 0.8);
  color: #fff;
}

.apprenticeships .m-gallery__btn.active::after {
  background: rgba(48, 84, 107, 0.8);
  color: #fff;
}

.employers .m-gallery__btn.active::after {
  background: rgba(252, 175, 23, 0.8);
  color: #30546B;
}

.gallery_full {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .gallery_full {
    padding: 55px 0;
  }
}
.gallery_full.bg-blue h4 {
  color: #fff;
}

.m-hero {
  padding: 35px 0;
  width: 100%;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .m-hero {
    padding: 90px 0;
  }
}
.m-hero.m-hero-padding-small {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .m-hero.m-hero-padding-small {
    padding: 35px 0;
  }
}

.m-hero--contact {
  background-size: cover;
  background-position: bottom;
}

.m-hero h1 {
  color: #30546B;
}
.m-hero h1 + h2 {
  margin-top: 15px;
}

.m-hero h2 {
  color: #74C043;
}
.m-hero h2 + h1 {
  margin-top: 10px;
}

.m-hero p {
  margin-top: 20px;
}
.m-hero p:first-child {
  margin-top: 0;
}

@media (max-width: 991.98px) {
  .m-hero p:not(.o-textcolor--reversed),
  .m-hero h2:not(.o-textcolor--reversed) {
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
  }
}
@media (max-width: 991.98px) {
  .m-hero p.o-textcolor--reversed,
  .m-hero h2.o-textcolor--reversed {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  }
}

.m-hero--error h1 {
  color: #30546B;
  margin-bottom: 10px;
}

.m-hero--error h2 {
  color: #74C043;
}

.m-hero .a-media__img {
  margin: 30px auto 0 auto;
  display: block;
  padding: 0 60px;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .m-hero .a-media__img {
    margin: 0 auto;
    padding: 0;
  }
}

.m-hero .a-media--circle {
  max-width: 248px;
  max-height: 248px;
}
@media (min-width: 768px) {
  .m-hero .a-media--circle {
    width: 110px;
    height: 110px;
  }
}

.m-hero--search {
  text-align: center;
}

.m-hero-video--container {
  position: relative;
}

.m-hero-video--background {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.m-hero-video--background .m-hero {
  position: relative;
}
.m-hero-video--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.m-hero--search .m-search {
  margin-top: 25px;
}

.m-hero--search h1 {
  color: #FCAF17;
}
.m-hero--search h1 span {
  color: #FCAF17;
}

.m-hero--search.m-hero--carlisle-college h1 + h2 {
  font-size: 1.5em;
  margin-top: 1.5rem;
  font-weight: 900;
}

.m-hero--search h2,
.m-search + .m-hero__content h2 {
  color: #30546B;
  text-transform: uppercase;
  text-align: center;
}

.m-hero--search .m-hero__content {
  margin-top: 34px;
}

.m-hero__links {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .m-hero__links {
    flex-direction: row;
  }
}
.m-hero__links li {
  text-align: center;
}
@media (min-width: 768px) {
  .m-hero__links li {
    text-align: left;
  }
}
.m-hero__links li + li {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero__links li + li {
    margin-top: 0;
  }
}

.m-hero__links-item {
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  font-weight: 700;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
  color: #41464F;
  text-decoration: none;
  margin: 0 22px;
  position: relative;
  display: block;
  font-weight: 700;
}
.m-hero__links-item b,
.m-hero__links-item strong {
  font-weight: 800;
}
.m-hero__links-item i,
.m-hero__links-item em {
  font-style: italic;
}
.js-sans-serif-font-loaded .m-hero__links-item {
  font-family: Arial, Montserrat, sans-serif;
}
.m-hero__links-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  background: #74C043;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
.m-hero__links-item svg {
  color: #74C043;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .m-hero__links-item:hover::after {
    max-width: 700px;
  }
}

.m-hero--overlap {
  margin-bottom: 160px;
  position: relative;
  padding: 32px 0 72px 0;
}
@media (max-width: 767.98px) {
  .m-hero--overlap {
    margin-bottom: 225px;
  }
}
@media (min-width: 576px) {
  .m-hero--overlap {
    padding: 160px 0;
  }
}
.m-hero--overlap.-overlap-no--margin {
  margin: 0 !important;
}
.m-hero--overlap.has-background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0%;
}
@media (min-width: 768px) {
  .m-hero--overlap.has-background-image {
    background-position: 32%;
  }
}
@media (min-width: 992px) {
  .m-hero--overlap.has-background-image {
    background-position: center center;
  }
}

.m-hero--overlap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767.98px) {
  .m-hero--overlap-img {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 35px 0;
  }
}
.m-hero--overlap-img img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.m-hero--overlap .m-search {
  margin-top: 75px;
}
.m-hero--overlap.m-hero--carlisle-college .m-search--wrapper {
  margin-top: 35px;
}
.m-hero--overlap.m-hero--carlisle-college .m-search--wrapper > h2 {
  margin-bottom: 1rem;
}
.m-hero--overlap.m-hero--carlisle-college .m-search {
  margin-top: 0;
}

.m-hero--overlap .m-hero__content {
  padding-top: 30px;
  margin-bottom: -225px;
}
@media (max-width: 767.98px) {
  .m-hero--overlap .m-hero__content {
    margin-bottom: -260px;
  }
}
.m-hero--overlap.m-hero--carlisle-college {
  padding-top: 0;
}
.m-hero--overlap.m-hero--carlisle-college.alt:after {
  content: "";
  background: url("/dist/images/hero-overlay.png") bottom left no-repeat;
  background-size: contain;
  z-index: 1;
  height: 90%;
  width: 55%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.m-hero--overlap.m-hero--carlisle-college > img.background-image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-hero--overlap.m-hero--carlisle-college > .grid-container {
  padding-top: 220px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .m-hero--overlap.m-hero--carlisle-college > .grid-container {
    padding-top: 18vw;
  }
}
@media (min-width: 1800px) {
  .m-hero--overlap.m-hero--carlisle-college > .grid-container {
    padding-top: 340px;
  }
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper {
  display: inline-block;
  position: relative;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute {
  position: absolute;
  top: 0;
  left: 0;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h1,
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h1 {
  font-size: 10vw;
  line-height: 6vw;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
}
@media (min-width: 992px) {
  .m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h1,
  .m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h1 {
    font-size: 6.575rem;
    line-height: 4.575rem;
  }
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h1 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h1 {
  position: relative;
  z-index: 0;
  color: #000;
  text-shadow: 0px 0px 60px rgb(0, 0, 0), 0px 0px 60px rgb(0, 0, 0);
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h2,
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h2 {
  font-size: 5vw;
  margin-top: 3vw;
  line-height: 2.5rem;
  font-weight: 700;
  text-transform: none;
}
@media (min-width: 992px) {
  .m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h2,
  .m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h2 {
    font-size: 1.75em;
    margin-top: 1.5rem;
  }
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h2 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h2 {
  position: relative;
  z-index: 0;
  color: #000;
  text-shadow: 0px 0px 40px rgb(0, 0, 0), 0px 0px 40px rgb(0, 0, 0);
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h3,
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h3 {
  font-size: 1em;
  margin-top: 2.5rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > h3 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.m-hero--overlap.m-hero--carlisle-college .titles .shadow-wrapper > .absolute > .h3 {
  position: relative;
  z-index: 0;
  color: #000;
  text-shadow: 0px 0px 40px rgb(0, 0, 0), 0px 0px 40px rgb(0, 0, 0);
}
.m-hero--overlap.m-hero--carlisle-college .m-hero__content {
  padding-top: 0;
  margin-bottom: -258px;
}
@media (max-width: 767.98px) {
  .m-hero--overlap.m-hero--carlisle-college .m-hero__content {
    margin-bottom: -260px;
  }
}
.m-hero--overlap.m-hero--carlisle-college .m-hero__content p {
  font-weight: 500;
}
.m-hero--overlap.m-hero--carlisle-college .hero-overlay {
  position: absolute;
}
.m-hero--overlap.m-hero--carlisle-college .hero-overlay.hero-overlay--left {
  bottom: 0;
  height: 60%;
  left: 0;
  content: "";
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.m-hero--overlap.m-hero--carlisle-college .hero-overlay.hero-overlay--right {
  top: 0;
  right: 0;
  content: "";
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 2;
  width: 50%;
  height: 50%;
}

.m-hero--image {
  padding: 0;
}

.m-hero--image.m-hero-content-white {
  background: #fff !important;
}

.m-hero--image .m-hero__image {
  height: 500px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.m-hero--image .m-hero__image .m-breadcrumb {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m-hero--image .m-hero__image .m-breadcrumb li {
  position: relative;
  color: #fff;
  text-shadow: none;
}
.m-hero--image .m-hero__image .m-breadcrumb li a {
  color: #fff;
}
.m-hero--image .m-hero__image .m-hero__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-hero--image .m-hero__image .m-hero__title {
  margin-top: auto;
}
.m-hero--image .m-hero__image .m-hero__cta-banner {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  z-index: 10;
}
.m-hero--image .m-hero__image .m-hero__cta-banner ul.m-breadcrumb {
  background-color: rgba(0, 0, 0, 0.1);
  padding-left: 0.5rem;
  right: 0.5rem;
}
.m-hero--image .m-hero__image .m-hero__cta-banner .a-btn {
  margin-left: 25px;
}
.m-hero--image .m-hero__image .m-hero__cta-banner h3 {
  color: #fff;
  text-shadow: -2.516px -1.634px 23px rgb(0, 0, 0);
  text-transform: uppercase;
}

.m-hero--image .m-hero__content {
  width: 100%;
  background: #30546B;
  padding: 50px 0;
  color: #fff;
  line-height: 1.25em;
}
.m-hero--image .m-hero__content .lead {
  line-height: 1.35em;
}

.m-hero--image .m-hero__title-inner {
  position: relative;
  color: #fff;
  padding: 40px 0 30px 0;
}
.m-hero--image .m-hero__title-inner h1,
.m-hero--image .m-hero__title-inner h2,
.m-hero--image .m-hero__title-inner h3,
.m-hero--image .m-hero__title-inner h4,
.m-hero--image .m-hero__title-inner p {
  color: #fff;
}
.m-hero--image .m-hero__title-inner h1:only-child {
  margin: 15px 0;
}
.m-hero--image .m-hero__title-inner::before {
  content: "";
  position: absolute;
  left: -40px;
  right: -40px;
  top: 0;
  bottom: 0;
  background: #74C043;
  border-radius: 5px 5px 0 0;
}

body.apprenticeships .m-hero--image .m-hero__title-inner:before {
  background: #30546B;
}

body.undergraduate .m-hero--image .m-hero__title-inner:before {
  background: #30546B;
}

body.adult-19 .m-hero--image .m-hero__title-inner:before {
  background: #30546B;
}

body.college-16-18 .m-hero--image .m-hero__title-inner:before {
  background: #30546B;
}

body.college-16-18 .m-hero--image .m-hero__content {
  background: #368f8b;
}

.m-hero .m-hero__title h2 + h1 {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .m-hero--image .m-hero__lift {
    margin-top: -160px;
    max-width: 250px;
    margin-left: auto;
  }
}

.m-hero--image .m-hero__tile {
  background: #fff;
}
.m-hero--image .m-hero__tile .a-btn {
  background: #74C043;
  color: #fff;
}

.m-hero--image.m-hero--primary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__content {
  background: #30546B;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__title-inner::before {
  background: #74C043;
}
.m-hero--image.m-hero--primary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn {
  background: #74C043;
  color: #fff;
}
.m-hero--image.m-hero--primary .m-hero__tile .a-btn:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-hero--image.m-hero--primary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--primary-light .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__content {
  background: #30546B;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__title-inner::before {
  background: #74C043;
}
.m-hero--image.m-hero--primary-light .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn {
  background: #74C043;
  color: #fff;
}
.m-hero--image.m-hero--primary-light .m-hero__tile .a-btn:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-hero--image.m-hero--primary-light .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--primary-strong .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--primary-strong .m-hero__content {
  background: #30546B;
  color: #fff;
}
.m-hero--image.m-hero--primary-strong .m-hero__title-inner::before {
  background: #74C043;
}
.m-hero--image.m-hero--primary-strong .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--primary-strong .m-hero__tile .a-btn {
  background: #74C043;
  color: #fff;
}
.m-hero--image.m-hero--primary-strong .m-hero__tile .a-btn:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-hero--image.m-hero--primary-strong .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--secondary .f-body-lg {
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__content {
  background: #30546B;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__title-inner::before {
  background: #30546B;
}
.m-hero--image.m-hero--secondary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn {
  background: #30546B;
  color: #fff;
}
.m-hero--image.m-hero--secondary .m-hero__tile .a-btn:hover {
  background: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.m-hero--image.m-hero--secondary .m-hero__lift {
  color: #fff;
}

.m-hero--image.m-hero--tertiary h1, .m-hero--image.m-hero--tertiary h2 {
  color: #30546B;
}
.m-hero--image.m-hero--tertiary .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--tertiary .m-hero__content {
  background: #f5f5f5;
  color: #41464F;
}
.m-hero--image.m-hero--tertiary .m-hero__title-inner::before {
  background: #FCAF17;
}
.m-hero--image.m-hero--tertiary .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn {
  background: #FCAF17;
  color: #30546B;
}
.m-hero--image.m-hero--tertiary .m-hero__tile .a-btn:hover {
  background: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.m-hero--image.m-hero--tertiary .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--white h1, .m-hero--image.m-hero--white h2,
.m-hero--image.m-hero--reversed h1,
.m-hero--image.m-hero--reversed h2 {
  color: #30546B;
}
.m-hero--image.m-hero--white .f-body-lg,
.m-hero--image.m-hero--reversed .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--white .m-hero__content,
.m-hero--image.m-hero--reversed .m-hero__content {
  background: #f5f5f5;
  color: #41464F;
}
.m-hero--image.m-hero--white .m-hero__title-inner::before,
.m-hero--image.m-hero--reversed .m-hero__title-inner::before {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile,
.m-hero--image.m-hero--reversed .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn,
.m-hero--image.m-hero--reversed .m-hero__tile .a-btn {
  background: #fff;
  color: #30546B;
}
.m-hero--image.m-hero--white .m-hero__tile .a-btn:hover,
.m-hero--image.m-hero--reversed .m-hero__tile .a-btn:hover {
  background: rgb(229.5, 229.5, 229.5);
}
.m-hero--image.m-hero--white .m-hero__lift,
.m-hero--image.m-hero--reversed .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--variant-1 h1, .m-hero--image.m-hero--variant-1 h2 {
  color: #30546B;
}
.m-hero--image.m-hero--variant-1 .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-1 .m-hero__content {
  background: #fff;
  color: #41464F;
}
.m-hero--image.m-hero--variant-1 .m-hero__title-inner::before {
  background: #74C043;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile .a-btn {
  background: #74C043;
  color: #30546B;
}
.m-hero--image.m-hero--variant-1 .m-hero__tile .a-btn:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}
.m-hero--image.m-hero--variant-1 .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--variant-2 h1, .m-hero--image.m-hero--variant-2 h2 {
  color: #30546B;
}
.m-hero--image.m-hero--variant-2 .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-2 .m-hero__content {
  background: #fff;
  color: #41464F;
}
.m-hero--image.m-hero--variant-2 .m-hero__title-inner::before {
  background: #7a3183;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile .a-btn {
  background: #7a3183;
  color: #30546B;
}
.m-hero--image.m-hero--variant-2 .m-hero__tile .a-btn:hover {
  background: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}
.m-hero--image.m-hero--variant-2 .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--variant-3 h1, .m-hero--image.m-hero--variant-3 h2 {
  color: #30546B;
}
.m-hero--image.m-hero--variant-3 .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-3 .m-hero__content {
  background: #fff;
  color: #41464F;
}
.m-hero--image.m-hero--variant-3 .m-hero__title-inner::before {
  background: #9e237e;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn {
  background: #9e237e;
  color: #30546B;
}
.m-hero--image.m-hero--variant-3 .m-hero__tile .a-btn:hover {
  background: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}
.m-hero--image.m-hero--variant-3 .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--variant-4 h1, .m-hero--image.m-hero--variant-4 h2 {
  color: #30546B;
}
.m-hero--image.m-hero--variant-4 .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--variant-4 .m-hero__content {
  background: #fff;
  color: #41464F;
}
.m-hero--image.m-hero--variant-4 .m-hero__title-inner::before {
  background: #005e8a;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile {
  background: #f5f5f5;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn {
  background: #005e8a;
  color: #30546B;
}
.m-hero--image.m-hero--variant-4 .m-hero__tile .a-btn:hover {
  background: rgb(0, 59.2608695652, 87);
}
.m-hero--image.m-hero--variant-4 .m-hero__lift {
  color: #30546B;
}

.m-hero--image.m-hero--green-2 h1, .m-hero--image.m-hero--green-2 h2 {
  color: #fff;
}
.m-hero--image.m-hero--green-2 .f-body-lg {
  color: #5d9c9c;
  font-weight: 900;
}
.m-hero--image.m-hero--green-2 .m-hero__content {
  background: #f5f5f5;
  color: #41464F;
}
.m-hero--image.m-hero--green-2 .m-hero__title-inner::before {
  background: #5d9c9c;
}
.m-hero--image.m-hero--green-2 .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--green-2 .m-hero__tile .a-btn {
  background: #5d9c9c;
  color: #fff;
}
.m-hero--image.m-hero--green-2 .m-hero__tile .a-btn:hover {
  background: rgb(73.9518072289, 124.0481927711, 124.0481927711);
}
.m-hero--image.m-hero--green-2 .m-hero__lift {
  color: #5d9c9c;
}

.m-hero--image.m-hero--dark-blue-2 h1, .m-hero--image.m-hero--dark-blue-2 h2 {
  color: #fff;
}
.m-hero--image.m-hero--dark-blue-2 .f-body-lg {
  color: #1a2d59;
  font-weight: 900;
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__content {
  background: #f5f5f5;
  color: #41464F;
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__title-inner::before {
  background: #1a2d59;
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__tile {
  background: #fff;
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__tile .a-btn {
  background: #1a2d59;
  color: #fff;
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__tile .a-btn:hover {
  background: rgb(14.4695652174, 25.0434782609, 49.5304347826);
}
.m-hero--image.m-hero--dark-blue-2 .m-hero__lift {
  color: #1a2d59;
}

.m-hero.m-hero--image .m-hero__content-blue {
  background: #30546B;
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-blue .f-body-lg {
  color: #fff;
}
.m-hero.m-hero--image .m-hero__content-white {
  background: #f5f5f5;
  color: #41464F;
}
.m-hero.m-hero--image .m-hero__content-white .f-body-lg {
  color: #30546B;
  font-weight: 900;
}

.m-hero--image.m-hero--primary.no-img .f-body-lg {
  color: #30546B;
  font-weight: 900;
}
.m-hero--image.m-hero--primary.no-img .m-hero__content {
  color: #30546B;
}

.m-hero--image.no-img {
  padding: 65px 0;
}

.m-hero--image.no-img .m-hero__image {
  height: auto;
}

.m-hero--image.no-img .m-hero__content {
  background: none;
}

.m-hero__tile {
  background: #fff;
  padding: 35px 35px;
  border-radius: 5px;
  color: #41464F;
}
h3 + .m-hero__tile,
.m-hero__tile .a-text-link {
  margin-top: 20px;
}
.m-hero__tile span {
  display: block;
}

.m-hero__tile h3 {
  color: #30546B;
}
.m-hero__tile h3 + span {
  margin-top: 20px;
}

.m-hero__tile .a-btn {
  display: block;
  margin-top: 20px;
}

.m-hero--contact h1 {
  color: #30546B;
  margin-bottom: 30px;
}

.m-hero--contact h2 {
  color: #74C043;
}

.m-hero--contact .f-ui.d-inline {
  color: #30546B;
  margin-right: 5px;
}

.m-hero--contact .f-h3 {
  color: #74C043;
}

.m-hero--list {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding: 0;
}

.m-hero--list .m-hero__image {
  width: 100%;
  position: relative;
  padding: 70px 0;
  color: #fff;
  background: #74C043;
}
.m-hero--list .m-hero__image.m-hero__image--primary {
  background: #74C043;
}
.m-hero--list .m-hero__image.m-hero__image--variant-1 {
  background: #74C043;
}
.m-hero--list .m-hero__image.m-hero__image--variant-2 {
  background: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}
.m-hero--list .m-hero__image.m-hero__image--variant-3 {
  background: #9e237e;
}
.m-hero--list .m-hero__image.m-hero__image--variant-4 {
  background: #005e8a;
}
.m-hero--list .m-hero__image.m-hero__image--tertiary {
  background: #FCAF17;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__image {
    width: 50%;
  }
}
.m-hero--list .m-hero__image .a-media__img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  mix-blend-mode: luminosity;
  margin: 0;
}
.m-hero--list .m-hero__image .m-card {
  position: relative;
  z-index: 10;
  color: #fff;
}
.m-hero--list .m-hero__image .a-stat,
.m-hero--list .m-hero__image h3,
.m-hero--list .m-hero__image p {
  color: #fff;
}
.m-hero--list .m-hero__image h3 {
  margin-top: 10px;
}

.m-hero--list {
  background: #fff;
}

.m-hero--list .m-hero__content {
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content {
    width: 50%;
  }
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: absolute;
  right: 30px;
}

.m-hero--list .m-hero__list {
  width: 100%;
}
.m-hero--list .m-hero__list .a-btn {
  position: static;
}

.m-hero--list .m-hero__list li {
  background: #f5f5f5;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li {
    padding: 30px 60px;
  }
}
.m-hero--list .m-hero__list li:nth-child(even) {
  background: #f5f5f5;
}
.m-hero--list .m-hero__list li a:not(.a-btn) {
  color: #30546B;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__list li a:not(.a-btn) {
    font-size: 18px;
    line-height: 1.5;
  }
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg {
  margin-right: 17px;
}
.m-hero--list .m-hero__list li:not(.m-hero__title) > svg + a {
  position: relative;
  top: -12px;
}
.m-hero--list .m-hero__list li .a-btn {
  display: block;
}
@media (min-width: 576px) {
  .m-hero--list .m-hero__list li .a-btn {
    display: none;
  }
}

.m-hero--list .m-hero__copy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-hero--list .m-hero__title {
  display: flex;
  flex-flow: row wrap;
  background: #fff !important;
  position: relative;
  z-index: 11;
  align-items: center;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__title {
    padding: 20px 25px;
    margin-left: -45px;
  }
}
.m-hero--list .m-hero__title a:not(.a-btn) {
  color: #30546B;
}
.m-hero--list .m-hero__title > svg {
  margin-right: 20px;
  color: #b3b3b3;
}
.m-hero--list .m-hero__title .a-btn {
  margin-left: auto;
}
.m-hero--list .m-hero__title .m-hero__copy {
  margin-right: 35px;
}
.m-hero--list .m-hero__title .a-btn {
  display: block !important;
}

.m-hero--list .m-hero__content.order-2 .m-hero__title {
  margin-left: 0;
  max-width: none;
  background: #fff;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title {
    margin-right: -35px;
  }
}

.m-hero--list .m-hero__image.order-1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.m-hero--list .m-hero__image.order-1 h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}

.m-hero--list .m-hero__image h2 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 15px auto 0;
}
.m-hero--list .m-hero__image h2 + p {
  margin-top: 10px;
}
.m-hero--list .m-hero__list-item {
  max-width: 560px;
  width: 100%;
}
@media (min-width: 768px) {
  .m-hero--list .m-hero__content.order-2 .m-hero__title .m-hero__list-item > div {
    margin-left: -35px;
  }
}

.m-hero__list-item .d-flex svg {
  display: none;
}
@media (min-width: 576px) {
  .m-hero__list-item .d-flex svg {
    display: block;
  }
}

.m-hero.m-hero--careers {
  padding: 0;
  background: none;
}
.m-hero.m-hero--careers h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--careers h2 {
  color: #74C043;
}
.m-hero.m-hero--careers h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--careers h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--careers {
  margin: 3px;
}
.m-hero--careers p {
  color: #fff;
}

.m-hero--careers .m-hero__top {
  background: url(/dist/images/bg-blue-1.png) #74C043 no-repeat;
  background-size: cover;
  padding: 30px 0px 80px 0px;
}

.m-hero--careers .m-breadcrumb {
  padding: 0;
  margin: 0 0 90px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--careers .m-breadcrumb {
    display: block;
  }
}

.m-hero--careers .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__content {
    padding: 0;
  }
}

.m-hero--careers .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--careers .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--careers .m-hero__image img {
  display: block;
}

.m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom {
  margin-top: 80px;
}
.m-hero--careers .m-hero__bottom li {
  list-style: none !important;
  margin-left: 0 !important;
}

.m-hero--careers .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--careers .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--careers .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--careers .m-hero__bottom ul li strong {
  color: #30546B;
  margin-right: 5px;
}

.m-hero--careers .m-hero__bottom h3 {
  color: #30546B;
}

.m-hero--careers .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-error-container {
  margin: 30px 0px;
}
@media (min-width: 768px) {
  .m-error-container {
    margin: 60px 0px;
  }
}

.m-hero--careers .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--careers .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.m-hero.m-hero--application {
  margin-top: 0;
  padding: 35px 0;
  background: #f5f5f5;
  background: url(/dist/images/course-hero.jpg) #30546B no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application {
    padding: 60px 0 60px 0;
  }
}
.m-hero.m-hero--application h1 {
  font-size: 36px;
  text-align: center;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application h1 {
    font-size: 62px;
    line-height: 1.25em;
  }
}
.m-hero.m-hero--application .m-hero__navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.m-hero.m-hero--application .m-hero__navigation_item {
  opacity: 0.5;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  max-width: 180px;
  min-width: 25%;
  text-align: center;
  align-items: center;
  color: #fff;
  flex-direction: column;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item {
    font-size: 3rem;
    min-width: 0;
  }
}
.m-hero.m-hero--application .m-hero__navigation_item:hover, .m-hero.m-hero--application .m-hero__navigation_item.is-active {
  opacity: 1;
}
.m-hero.m-hero--application .m-hero__navigation_item span {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.65rem;
  margin-top: 0.6rem;
  letter-spacing: 0.6px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--application .m-hero__navigation_item span {
    font-size: 0.85rem;
    font-weight: 900;
  }
}

.m-hero--application__intro h3 {
  color: #41464F !important;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .m-hero--application__intro h3 {
    font-size: 20px;
  }
}

.m-hero.m-hero--course {
  padding: 0;
  background: none;
}
.m-hero.m-hero--course h1 {
  line-height: 1.2;
  color: #fff;
}
.m-hero.m-hero--course h2 {
  color: #fff;
}
.m-hero.m-hero--course h1 + h2 {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--course h1 + h2 {
    margin-top: 25px;
  }
}

.m-hero--course .m-hero__top {
  background: url(/dist/images/course-hero.jpg) #30546B no-repeat;
  background-size: cover;
}

.m-hero--course .m-breadcrumb {
  padding: 30px 0 30px 0;
  color: #fff;
  display: none;
}
@media (min-width: 768px) {
  .m-hero--course .m-breadcrumb {
    display: block;
  }
}

.m-hero--course .m-hero__content {
  padding: 50px 0 30px 0;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__content {
    padding: 0;
  }
}

.m-hero--course .m-hero__image {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  margin-bottom: -60px;
}
@media (min-width: 768px) {
  .m-hero--course .m-hero__image {
    margin-bottom: -45px;
  }
}
.m-hero--course .m-hero__image img {
  display: block;
}

.m-hero--course .m-hero__bottom {
  margin-top: 80px;
}

.m-hero--course .m-hero__bottom a:not(.a-btn) {
  position: relative;
  display: inline-block;
}
.m-hero--course .m-hero__bottom a:not(.a-btn):after {
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #41464F;
  position: absolute;
  z-index: 1;
  border-radius: 1px;
}

.m-hero--course .m-hero__bottom ul li + li {
  margin-top: 15px;
}
.m-hero--course .m-hero__bottom ul li strong {
  color: #30546B;
  margin-right: 5px;
}

.m-hero--course .m-hero__bottom h3 {
  color: #30546B;
}

.m-hero--course .m-hero__bottom p + a {
  margin-top: 15px;
  display: block;
}

.m-hero--course .m-hero__bottom .text-md-right span {
  display: block;
  margin-top: 20px;
}
.m-hero--course .m-hero__bottom .text-md-right span svg {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

/* SFC Course */
.m-hero.m-hero--course-sfc {
  padding-top: 0;
  padding-bottom: 0;
}
.m-hero.m-hero--course-sfc .m-hero__top {
  height: 40vw;
  max-height: 530px;
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow-x: hidden;
}
.m-hero.m-hero--course-sfc .m-hero__top h1 {
  display: block;
  position: absolute;
  bottom: 0%;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 35px;
}
@media (min-width: 992px) {
  .m-hero.m-hero--course-sfc .m-hero__top h1 {
    padding-left: calc((100% - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .m-hero.m-hero--course-sfc .m-hero__top h1 {
    padding-left: calc((100% - 1076px) / 2 + 15px);
  }
}
.m-hero.m-hero--course-sfc .m-hero__top h1:after {
  content: "";
  display: inline-block;
  width: calc(100vw + 150px);
  height: 100%;
  top: 0;
  right: -150px;
  position: absolute;
  background-image: url("/distimages/sfc-h1-strip.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
}
.m-hero.m-hero--course-sfc .m-hero__top h1 > span {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media (min-width: 992px) {
  .m-hero.m-hero--course-sfc .m-hero__top h1 > span {
    max-width: calc(100% - 250px);
  }
}

.m-hero.m-hero--event {
  background: #f5f5f5;
  padding: 55px 0;
}
.m-hero.m-hero--event .m-details {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .m-hero.m-hero--event .m-details {
    display: flex;
    margin-top: 0;
  }
}
.m-hero.m-hero--event .m-details li {
  color: #74C043;
}
.m-hero.m-hero--event .m-details li:not(:last-child) {
  margin-right: 40px;
}
.m-hero.m-hero--event .m-details + .a-btn {
  margin-left: auto;
}

.m-hero--facilities {
  background-size: cover;
  background-position: top center;
}
.m-hero--facilities + .o-section {
  margin-top: 0;
}

.m-hero--facilities + .o-section--background {
  background: #fff;
}

.college-16-18 .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.college-16-18 .m-hero.m-hero--overlap h1 {
  color: #30546B;
}
.college-16-18 .m-hero--search h1 span {
  color: #30546B;
}
.college-16-18 .m-hero.m-hero--imageAndButton h2 {
  color: #30546B;
}
.college-16-18 .m-hero__links-item::after {
  background: #30546B;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .college-16-18 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .college-16-18 .m-hero__links-item:hover svg {
    color: #30546B;
  }
}
.college-16-18 .m-hero--contact h2 {
  color: #30546B;
}
.college-16-18 .m-hero--contact .f-h3 {
  color: #30546B;
}
.college-16-18 .m-hero--contact .a-btn {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .m-hero--contact .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .m-hero .a-btn {
  /*
  background-color: $color__16_18;
  color: $color__background;

  &:hover {
    background-color: darken($color__16_18, 10%);
  }
  */
}
.college-16-18 .m-hero.m-hero--event .m-details li {
  color: #30546B;
}

.undergraduate .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.undergraduate .m-hero.m-hero--overlap h1 {
  color: #30546B;
}
.undergraduate .m-hero--search h1 span {
  color: #30546B;
}
.undergraduate .m-hero.m-hero--imageAndButton h2 {
  color: #30546B;
}
.undergraduate .m-hero__links-item::after {
  background: #30546B;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .undergraduate .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .undergraduate .m-hero__links-item:hover svg {
    color: #30546B;
  }
}
.undergraduate .m-hero--contact h2 {
  color: #30546B;
}
.undergraduate .m-hero--contact .f-h3 {
  color: #30546B;
}
.undergraduate .m-hero--contact .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .m-hero--contact .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .m-hero .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .m-hero .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .m-hero.m-hero--event .m-details li {
  color: #30546B;
}

.international-students .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.international-students .m-hero.m-hero--overlap h1 {
  color: #005e8a;
}
.international-students .m-hero--search h1 span {
  color: #005e8a;
}
.international-students .m-hero.m-hero--imageAndButton h2 {
  color: #005e8a;
}
.international-students .m-hero__links-item::after {
  background: #005e8a;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .international-students .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .international-students .m-hero__links-item:hover svg {
    color: #005e8a;
  }
}
.international-students .m-hero--contact h2 {
  color: #005e8a;
}
.international-students .m-hero--contact .f-h3 {
  color: #005e8a;
}
.international-students .m-hero--contact .a-btn {
  background-color: #005e8a;
  color: #fff;
}
.international-students .m-hero--contact .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.international-students .m-hero .a-btn {
  background-color: #005e8a;
  color: #fff;
}
.international-students .m-hero .a-btn:hover {
  background-color: rgb(0, 59.2608695652, 87);
}
.international-students .m-hero.m-hero--event .m-details li {
  color: #005e8a;
}

.adult-19 .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.adult-19 .m-hero.m-hero--overlap h1 {
  color: #30546B;
}
.adult-19 .m-hero--search h1 span {
  color: #30546B;
}
.adult-19 .m-hero.m-hero--imageAndButton h2 {
  color: #30546B;
}
.adult-19 .m-hero__links-item::after {
  background: #30546B;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .adult-19 .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .adult-19 .m-hero__links-item:hover svg {
    color: #30546B;
  }
}
.adult-19 .m-hero--contact h2 {
  color: #30546B;
}
.adult-19 .m-hero--contact .f-h3 {
  color: #30546B;
}
.adult-19 .m-hero--contact .a-btn {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .m-hero--contact .a-btn:hover {
  background-color: #30546B;
}
.adult-19 .m-hero .a-btn {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .m-hero .a-btn:hover {
  background-color: #30546B;
}
.adult-19 .m-hero.m-hero--event .m-details li {
  color: #30546B;
}

.apprenticeships .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.apprenticeships .m-hero.m-hero--overlap h1 {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero--search h1 span {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero.m-hero--imageAndButton h2 {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero__links-item::after {
  background: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .apprenticeships .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .apprenticeships .m-hero__links-item:hover svg {
    color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
  }
}
.apprenticeships .m-hero--contact h2 {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero--contact .f-h3 {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero--contact .a-btn {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .m-hero--contact .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero .a-btn {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .m-hero .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .m-hero.m-hero--event .m-details li {
  color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}

.employers .m-hero.m-hero--overlap h2 {
  color: #30546B;
}
.employers .m-hero.m-hero--overlap h1 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero--search h1 span {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero.m-hero--imageAndButton h2 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero__links-item::after {
  background: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
@media (hover: hover), (-ms-high-contrast: none) {
  .employers .m-hero__links-item:hover::after {
    max-width: 700px;
  }
  .employers .m-hero__links-item:hover svg {
    color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
  }
}
.employers .m-hero--contact h2 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero--contact .f-h3 {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero--contact .a-btn {
  background-color: #FCAF17;
  color: #30546B;
}
.employers .m-hero--contact .a-btn:hover {
  background-color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero .a-btn {
  background-color: #FCAF17;
  color: #30546B;
}
.employers .m-hero .a-btn:hover {
  background-color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}
.employers .m-hero.m-hero--event .m-details li {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.m-hero--breadcrumb {
  position: relative;
}
.m-hero--breadcrumb .m-hero__cta-banner {
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  z-index: 10;
  white-space: nowrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-hero--breadcrumb .m-hero__cta-banner {
    top: 10px;
  }
}

.facilities-hero--title {
  position: absolute;
  bottom: 40px;
  padding: 0.5em 0.6em;
  background: #fff;
  border-radius: 5px;
}

.full-width-row .col-white {
  color: #fff !important;
}

body.college-16-18 .m-hero--course .m-hero__top {
  background: #30546B;
}

body.undergraduate .m-hero--course .m-hero__top {
  background: #30546B;
}

body.apprenticeships .m-hero--course .m-hero__top {
  background: #30546B;
}

body.adult-19 .m-hero--course .m-hero__top {
  background: #30546B;
}

@media (max-width: 767.98px) {
  .m-hero.m-hero--facilities, .m-hero.m-hero--imageAndButton {
    background-image: none !important;
    background-color: #74C043;
  }
  .m-hero.m-hero--facilities h1, .m-hero.m-hero--imageAndButton h1 {
    color: #30546B !important;
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .m-hero.m-hero--facilities h2,
  .m-hero.m-hero--facilities p, .m-hero.m-hero--imageAndButton h2,
  .m-hero.m-hero--imageAndButton p {
    color: #fff;
  }
}
@media (max-width: 991.98px) {
  .m-hero.m-hero--facilities h2,
  .m-hero.m-hero--facilities p, .m-hero.m-hero--imageAndButton h2,
  .m-hero.m-hero--imageAndButton p {
    text-shadow: none;
  }
}
.m-hero__top .apply-now-cta {
  position: absolute;
  right: 25px;
  top: 25px;
}
@media (min-width: 992px) {
  .m-hero__top .apply-now-cta {
    top: unset;
    bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .m-hero__top .apply-now-cta {
    right: calc((100% - 1076px) / 2 + 15px);
  }
}

.m-map {
  padding-bottom: 100%;
  border-radius: 5px;
  background: #f0f0f0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-map {
    padding-bottom: 40%;
  }
}
.o-section .m-map {
  margin-top: 30px;
}

.m-map__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.gm-style .gm-style-iw-c {
  background: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.gm-style .gm-style-iw-c button[title=Close] {
  top: 0 !important;
  right: 0 !important;
}

.gm-style .gm-style-iw-t::after {
  content: "";
  display: none;
}

.gm-style-iw-d {
  overflow: auto !important;
}

.m-map__popup-wrap {
  padding-left: 18px;
}

.m-map__popup {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 30px 30px 30px;
  border-radius: 5px;
  width: 255px;
  position: relative;
}
.m-map__popup::before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 18px 18px 18px 0;
  border-color: transparent rgba(255, 255, 255, 0.95) transparent transparent;
  top: 50%;
  left: 0;
  transform: translate(-17px, -18px);
}

.m-map__popup h3 {
  color: #30546B;
}
.m-map__popup h3 + span {
  margin-top: 20px;
}

.m-map__popup span {
  color: #41464F;
  display: block;
}
.m-map__popup span + a {
  margin-top: 25px;
}

.modal-backdrop {
  background: rgba(48, 84, 107, 0.5);
}

.m-modal {
  background: rgba(255, 255, 255, 0.9);
  z-index: 1400;
}

.modal-apply {
  z-index: 1400;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
}
.modal-apply .modal-dialog {
  transform: none !important;
  min-width: 47rem;
}
.modal-apply .modal-content {
  padding: 3rem 2rem;
  text-align: center;
}
.modal-apply .modal-content h4 {
  font-size: 1.2rem;
}

.m-modal .close {
  border: none;
  background: none;
  padding: 0;
  color: #fff;
  position: absolute;
  top: -45px;
  right: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  cursor: pointer;
  background: #263680;
  z-index: 200;
  border-radius: 5px;
  padding: 8px 12px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .m-modal .modal-dialog {
    max-width: 900px;
  }
}

.m-modal .modal-content {
  border-radius: 5px;
  border: none;
}

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-container .icon--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  display: block;
}
.iframe-container img {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  height: 100%;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: block;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.modal-ucas .modal-content, .modal-applied .modal-content {
  padding: 40px 30px 20px 30px;
}
.modal-ucas h4, .modal-applied h4 {
  text-align: center;
}
.modal-ucas p, .modal-applied p {
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
}
.modal-ucas .a-btn, .modal-applied .a-btn {
  text-transform: uppercase;
}
.modal-ucas .a-btn .fa-w-13, .modal-applied .a-btn .fa-w-13 {
  width: 13px;
}
.modal-ucas .row > div, .modal-applied .row > div {
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 768px) {
  .modal-ucas .row > div, .modal-applied .row > div {
    padding: 10px;
  }
}

.modal-levels-explained .modal-content {
  padding: 35px 35px 20px 35px;
}
.modal-levels-explained .modal-content > * {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-levels-explained .modal-content ul {
  padding-left: 21px;
}
.modal-levels-explained .modal-content ul li {
  list-style: disc outside;
  margin-bottom: 5px;
}

.m-owl-carousel .carousel-mini-item__img {
  width: auto !important;
  max-height: 125px;
  margin-left: auto;
  margin-right: auto;
}

.owl-carousel .owl-dots {
  position: relative;
  text-align: center;
  display: flex;
  flex: auto;
  justify-content: center;
  margin-top: 1rem;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #41464F;
}

.m-pills {
  display: flex;
}

.m-pills .a-btn {
  text-transform: uppercase;
  background: #30546B;
  padding: 10px 15px;
  border-radius: 0;
  margin: 0 1px;
  min-width: 0;
  min-height: 20px;
}
.m-pills .a-btn:hover {
  background: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}

.m-pills .a-btn:first-child {
  margin-left: 0;
  border-radius: 5px 0 0 5px;
}

.m-pills .a-btn:last-child {
  margin-right: 0;
  border-radius: 0 5px 5px 0;
}

.m-quote {
  height: 100%;
  display: block;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .m-quote {
    display: flex;
    margin-top: -5px;
  }
}

.m-quote__bubble {
  line-height: 1.65em;
  font-weight: 500;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: -14.333px 49.986px 49px 0px rgba(0, 0, 0, 0.11);
  padding: 35px 35px;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  color: #74C043;
}
.m-quote__bubble::after {
  content: "";
  border-width: 27.5px 27.5px 0 27.5px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -27.5px;
}
.m-quote__bubble span::before,
.m-quote__bubble span::after {
  content: "“";
  font-size: 2.86em;
  display: block;
  text-align: left;
  font-weight: normal;
}
.m-quote__bubble span::after {
  content: "”";
  text-align: right;
}

.m-quote--left .m-quote__bubble {
  color: #74C043;
}
@media (min-width: 768px) {
  .m-quote--left .m-quote__bubble::after {
    left: 70px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--left {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .m-quote--center {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote--right .m-quote__bubble {
  color: #30546B;
}
@media (min-width: 768px) {
  .m-quote--right .m-quote__bubble::after {
    right: 70px;
    left: auto;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .m-quote--right {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.m-quote__bubble + .a-btn {
  margin: 45px auto 0 auto;
  display: block;
  align-self: flex-end;
}
@media (min-width: 768px) {
  .m-quote__bubble + .a-btn {
    margin: 25px auto 0 auto;
  }
}

.m-search {
  width: 100%;
  position: relative;
}

.m-search .icon--search {
  color: #41464F;
  opacity: 0.5;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
}
@media (min-width: 768px) {
  .m-search .icon--search {
    left: 35px;
    width: 40px;
    height: 40px;
  }
}

.icon--search-sidebar {
  display: block;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  color: #c7c7c7;
}
@media (min-width: 768px) {
  .icon--search-sidebar {
    display: none;
  }
}

.search--sidebar-hidden {
  display: none;
}
@media (min-width: 768px) {
  .search--sidebar-hidden {
    display: block !important;
  }
}

.m-search .a-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  padding: 0 10px;
  min-width: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn {
    top: 15px;
    right: 15px;
    bottom: 15px;
    padding: 25px 30px;
  }
}

.m-search .a-btn svg {
  margin-left: 0;
}
@media (min-width: 768px) {
  .m-search .a-btn svg {
    margin-left: 14px;
  }
}

.m-search__input {
  background: #f0f0f0;
  padding: 15px 60px 15px 50px;
  border-radius: 6px;
  border: none;
  width: 100%;
  line-height: normal;
}
.m-search__input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-weight: 400;
}
.m-search__input:-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-weight: 400;
}
.m-search__input::-moz-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-weight: 400;
}
.m-search__input:-ms-input-placeholder {
  color: #b3b3b3;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  .m-search__input {
    padding: 30px 265px 30px 100px;
  }
}
.m-search__input:active + .a-btn, .m-search__input:focus + .a-btn {
  background: #74C043;
}
.m-search__input:active + .a-btn:hover, .m-search__input:focus + .a-btn:hover {
  background: rgb(92.812749004, 155.7928286853, 52.2071713147);
}

.m-search__results--no h4 {
  line-height: 1.5;
}
.m-search__results--no h4 span {
  color: #30546B;
  font-size: 20px;
  font-weight: bold;
}

.btn-txt--mobile {
  display: none;
}
@media (min-width: 576px) {
  .btn-txt--mobile {
    display: block;
  }
}

.m-social__btns {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding-bottom: 15px;
  flex-flow: row wrap;
}
.m-social__btns .a-btn {
  margin: 10px 5px 0 5px;
  flex-shrink: 0;
  width: auto;
  min-width: auto;
  padding-left: 6px;
}

.m-social__btns--span {
  display: none;
}
@media (min-width: 576px) {
  .m-social__btns--span {
    display: block;
  }
}

.m-spacer {
  padding: 25px 0 90px;
}

.m-spacer .f-h4 {
  color: #db1cf2;
  font-weight: 500;
}

.m-spacer + .o-section {
  margin-top: 0;
}

.mobile-mt-40 {
  margin-top: 40px !important;
}
@media (min-width: 576px) {
  .mobile-mt-40 {
    margin-top: 75px !important;
  }
}

.m-stats .m-card--stat {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  border-bottom: 1px solid #8e97ac;
}
@media (min-width: 768px) {
  .m-stats .m-card--stat {
    padding: 0 40px;
    margin-top: 0;
    border: none;
  }
}
.m-stats .m-card--stat h2 {
  color: #41464F;
  font-size: 50px;
  line-height: 1em;
  font-weight: 600;
}
.m-stats .m-card--stat h3 {
  color: #41464F;
  text-transform: none;
  margin: 10px 0 0 0;
  font-size: 60px;
  line-height: 1.2em;
  font-weight: 500;
}
.m-stats .m-card--stat p {
  color: #41464F;
  margin-top: 4px;
}
.m-stats .m-card--stat img {
  height: 80px;
  max-width: 100%;
  width: auto;
  margin-bottom: 1rem;
}

.m-stats .no-border .m-card--stat {
  border-bottom: none;
}

.m-stats .m-card--light {
  color: #fff;
}
.m-stats .m-card--light h3 {
  color: #30546B;
  font-weight: 600;
}
.m-stats .m-card--light h2, .m-stats .m-card--light h4, .m-stats .m-card--light .a-text-link {
  color: #fff;
}
.m-stats .m-card--light p {
  color: #30546B;
  font-weight: 700;
}

.m-stats .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: start;
}
@media (min-width: 768px) {
  .m-stats .col-md-4:not(:last-child):not(.no-border) {
    border-right: 1px solid #8e97ac;
  }
}
.m-stats .col-md-4:last-child .m-card--stat {
  border-bottom: none;
  padding-bottom: 0;
}

.college-16-18 .m-stats .m-card--stat h3 {
  color: #fff;
}

.university-centre .m-stats .m-card--stat h3 {
  color: #74C043;
}

.international-students .m-stats .m-card--stat h3 {
  color: #005e8a;
}

.adult-19 .m-stats .m-card--stat h3 {
  color: #f5f5f5;
}

.employers .m-stats .m-card--stat h3 {
  color: #fff;
  font-weight: 400;
}

.contact--msg {
  line-height: 23px;
}

.o-section--stat-banner {
  position: relative;
  overflow: hidden;
}
.o-section--stat-banner .stats-overlay {
  position: absolute;
}
.o-section--stat-banner .stats-overlay.stats-overlay--left {
  bottom: 0;
  height: 60%;
  left: 0;
  content: "";
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.o-section--stat-banner .stats-overlay.stats-overlay--right {
  top: 0;
  right: 0;
  content: "";
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 2;
  width: 50%;
  height: 50%;
}
.o-section--stat-banner .m-stats {
  position: relative;
  z-index: 1;
}
.o-section--stat-banner .m-stats .o-section__header {
  margin-bottom: 2rem;
}
.o-section--stat-banner .m-stats .o-section__header h2 {
  font-size: 24px;
}
.o-section--stat-banner .m-stats .m-card--stat img.icon {
  height: 75px;
  max-width: 80%;
  width: auto;
  margin-bottom: 2rem;
}

.m-tabs__nav--vertical {
  margin-top: 15px;
}
.m-tabs__nav--vertical .m-tabs__nav-link {
  width: 100%;
  padding: 20px;
}
.m-tabs__nav--vertical .m-tabs__nav-link:last-child {
  border-bottom: 1px solid rgba(65, 70, 79, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link:not(:first-child) {
  border-top: 1px solid rgba(65, 70, 79, 0.5);
}
.m-tabs__nav--vertical .m-tabs__nav-link.active {
  background: #f0f0f0;
  border-radius: 5px;
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link {
  border-color: transparent;
}
.m-tabs__nav--vertical .m-tabs__nav-link.active + .m-tabs__nav-link:last-child {
  border-bottom-color: rgba(65, 70, 79, 0.5);
}

.m-tabs__nav-link {
  color: #30546B;
  display: flex;
}
.m-tabs__nav-link svg {
  opacity: 0.6;
  margin-left: auto;
  flex-shrink: 0;
  margin-top: 0.25em;
}
.m-tabs__nav-link.active svg {
  opacity: 1;
}

.m-tabs__panel {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .m-tabs__panel {
    padding: 35px;
  }
}

.m-tabs__content {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: "tab-content";
}

.m-tabs__panel {
  grid-area: tab-content;
  align-self: flex-start;
}

.m-tabs__nav-link svg {
  transition: all 300ms ease;
}
.m-tabs__nav-link:hover svg {
  transform: translateX(3px);
}

.subject-area--tabs .fade {
  display: none;
  opacity: 1;
  visibility: visible;
}
.subject-area--tabs .fade.active {
  display: block;
}

.m-user-content ul {
  margin-top: 20px;
}
.m-user-content ul li {
  padding-left: 10px;
  position: relative;
}
.m-user-content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  background: #666666;
}
.m-user-content ul li + li {
  margin-top: 15px;
}

.dash-list li + li {
  margin-top: 0.4em;
}
.dash-list li {
  margin-left: 2.25em;
  list-style: none !important;
  position: relative;
}
.dash-list li::before {
  content: "—";
  right: calc(100% + 0.5em);
  height: 1em;
  position: absolute;
}

.m-user-content h3 {
  color: #30546B;
}

.tabbed-content {
  padding: 3rem 0;
}
.tabbed-content .tabbed-nav {
  display: block;
  padding: 2rem 1rem;
  border-top: 1px solid #41464F;
  cursor: pointer;
}
.tabbed-content .tabbed-nav h4 {
  cursor: pointer;
}
.tabbed-content .tabbed-nav:first-child {
  border-top: none;
}
.tabbed-content .tabbed-nav.active {
  background-color: #74C043;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.tabbed-content .tabbed-nav + .active,
.tabbed-content .active + .tabbed-nav {
  border-top: none;
}
.tabbed-content .tabbed-item {
  padding: 2rem;
  background-color: #74C043;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.tabbed-content .tabbed-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tabbed-content .tabbed-item {
    display: none;
    margin-bottom: 0;
  }
}
.tabbed-content .tabbed-item.active {
  display: block;
}
.tabbed-content .tabbed-item h4 {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 2rem;
}

.o-section--background {
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 50px;
  margin-top: 0;
}

+ .o-section--background .o-section {
  margin-top: 0;
}
.o-section.o-section-margin-none {
  margin: 0;
}
.o-section.o-section--large {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .o-section.o-section--large {
    margin-top: 100px;
  }
}
.o-section.-section-padding {
  padding: 3rem 0;
}
.o-section.bg-blue {
  background: #30546B;
}

.applicationform .o-section--background {
  padding-top: 0px;
}

.o-section__header h1,
.o-section__header h2,
.o-section__header h3,
.o-section__header h4 {
  color: #41464F;
}
.o-section__header h1 + p,
.o-section__header h2 + p,
.o-section__header h3 + p,
.o-section__header h4 + p {
  margin-top: 15px;
}
.o-section__header h1 + .a-btn,
.o-section__header h2 + .a-btn,
.o-section__header h3 + .a-btn,
.o-section__header h4 + .a-btn {
  margin-top: 25px;
}
.o-section__header h2 span {
  color: #74C043;
}
.o-section__header h4 {
  color: #74C043;
}
.o-section__header h4 + h2,
.o-section__header h4 + h3 {
  margin-top: 5px;
}
.o-section__header + .o-section__content {
  margin-top: 15px;
}
.o-section__header .a-text-link + .a-text-link {
  margin-left: 25px;
}
.o-section__header.-header-quote {
  padding: 25px 0;
}
@media (min-width: 576px) {
  .o-section__header.-header-quote {
    padding: 0;
  }
}

.o-section--related-events-wlc .o-section__header h4 {
  color: #262626;
  margin-right: 20px;
}
.o-section--related-events-wlc .m-card__content {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #262626;
  line-height: 1.5em;
}
.o-section--background h2,
.o-section--background h3 {
  color: #41464F;
}

.m-hero--imageAndButton h1, .m-hero--imageAndButton p {
  color: #30546B;
}

.o-section__content p + .m-expand {
  margin-top: 20px;
}
.o-section__content p a {
  position: relative;
  /*display: inline;*/
  text-decoration: underline;
  text-underline-offset: 4px;
  /*
  &:after {
  	content: "";
  	left: 0;
  	right: 0;
  	bottom: 0;
  	height: 1px;
  	background: $color__text;
  	position: absolute;
  	z-index: 1;
  	border-radius: 1px;
  }
  */
}

.with-list-style ul, .o-section__content ul, .grid-container ul {
  margin-top: 1em;
}

.with-list-style ul li, .o-section__content ul li {
  list-style: disc;
}
.with-list-style ol li, .o-section__content ol li {
  list-style: decimal;
}
.with-list-style ol ol li, .o-section__content ol ol li {
  list-style: lower-alpha;
}
.with-list-style ul ul li, .o-section__content ul ul li {
  list-style: circle;
}
.with-list-style li + li, .o-section__content li + li {
  margin-top: 0.25em;
}
.with-list-style li, .o-section__content li {
  margin-left: 2.25em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 500;
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: oldstyle-nums;
  font-kerning: normal;
}
.with-list-style li b,
.with-list-style li strong, .o-section__content li b,
.o-section__content li strong {
  font-weight: 800;
}
.with-list-style li i,
.with-list-style li em, .o-section__content li i,
.o-section__content li em {
  font-style: italic;
}
.js-sans-serif-font-loaded .with-list-style li, .js-sans-serif-font-loaded .o-section__content li {
  font-family: Arial, Montserrat, sans-serif;
}
.with-list-style li::marker, .o-section__content li::marker {
  font-size: 10px;
}

.o-section__content h2 + p {
  margin-top: 20px;
}

.o-section__content h3 {
  color: #30546B;
}
.o-section__content h3 + p,
.o-section__content h3 + div {
  margin-top: 15px;
}

.o-section__content .a-media {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .o-section__content .a-media {
    margin-bottom: 0px;
  }
}
.o-section__content .a-media img {
  width: 100%;
  display: block;
}

.o-section__content .m-card {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .o-section__content .m-card {
    margin-top: 15px;
  }
}

.o-section__content .m-carousel {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .o-section__content .m-carousel {
    margin-top: 40px;
  }
}

.o-section__box {
  padding: 40px 30px;
  position: relative;
  border-radius: 5px;
  background: #f5f5f5;
}
@media (min-width: 1200px) {
  .o-section__box {
    padding: 40px 0;
  }
  .o-section__box::before {
    content: "";
    position: absolute;
    border-radius: 5px;
    background: #f5f5f5;
    top: 0;
    right: -45px;
    bottom: 0;
    left: -45px;
  }
}

.o-section--overlap {
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .o-section--overlap {
    background: none;
  }
}
.o-section--overlap .o-section__content {
  position: relative;
  padding-bottom: 50px;
}
.o-section--overlap .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .o-section--overlap .o-section__content::before {
    top: 45px;
  }
}
.o-section--overlap .o-section__content.-section-quote {
  padding-bottom: 0;
}

.o-section--overlap-dark {
  background: #fff;
}
.o-section--overlap-dark .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.o-section--overlap-dark .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #30546B;
}
@media (min-width: 768px) {
  .o-section--overlap-dark .o-section__content::before {
    top: 130px;
  }
}

.o-section--overlap-top {
  background: #fff;
}
.o-section--overlap-top .o-section__content {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.o-section--overlap-top .o-section__content::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  background: #74C043;
}
@media (min-width: 768px) {
  .o-section--overlap-top .o-section__content::before {
    bottom: 150px;
  }
}

.gradient-container {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 50%, #ececec 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 50%, #ececec 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ececec", GradientType=0);
  /* IE6-9 */
}

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

.o-section--background-top {
  background: #fff;
  position: relative;
  padding-bottom: 0;
}
.o-section--background-top::before {
  content: "";
  position: absolute;
  width: 100vw;
  top: 0px;
  bottom: 0px;
  left: 50%;
  margin-left: -50vw;
  background: #f5f5f5;
}
@media (min-width: 768px) {
  .o-section--background-top::before {
    bottom: 170px;
  }
}

.o-section__btns {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .o-section__btns {
    display: flex;
    justify-content: center;
  }
}
.o-section__btns .a-btn {
  width: 100%;
  margin-top: 5px;
  justify-content: center;
}
@media (min-width: 768px) {
  .o-section__btns .a-btn {
    width: auto;
    margin: 10px 5px;
  }
}

.o-section--inverse {
  color: #fff;
  background: url(/dist/images/bg-blue-1.png) #74C043 no-repeat top center;
  background-size: cover;
  padding: 55px 0;
}
.o-section--inverse .o-section__header h1,
.o-section--inverse .o-section__header h2,
.o-section--inverse .o-section__header h3,
.o-section--inverse .o-section__header h4,
.o-section--inverse .o-section__header p {
  color: #fff;
}
.o-section--inverse .o-section__content {
  margin-top: 40px;
}
.o-section--inverse .o-section__icon-text {
  position: relative;
  margin: 20px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text {
    margin-top: 0;
    text-align: left;
    margin: 0 0 0 20px;
  }
}
.o-section--inverse .o-section__icon-text:first-child {
  margin: 20px 0;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text:first-child {
    margin: 0 0 0 20px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .col-md-4 .o-section__icon-text {
    padding-left: 65px;
    margin-left: 0;
  }
}
.o-section--inverse .o-section__icon-text svg {
  transform: rotate(-5deg);
  display: block;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-5deg);
    margin: 0;
  }
}
.o-section--inverse .o-section__icon-text svg + h5 + span {
  display: block;
  margin-top: 10px;
}
.o-section--inverse .o-section__info-text {
  text-align: center;
}
.o-section--inverse .o-section__info-text p {
  margin-top: 10px;
}
.o-section--inverse .o-section__btns {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns {
    margin-top: 20px;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .o-section--inverse .o-section__btns {
    margin-top: 0px;
  }
}
.o-section--inverse .o-section__btns .a-btn {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__btns .a-btn {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .o-section--inverse .o-section__icon-text + .o-section__btns {
    margin-left: 30px;
  }
}

.o-section--background.o-section--inverse {
  background: #30546B;
}
.o-section--background.o-section--inverse .o-section__btns {
  margin: 0;
}

.o-section--grid {
  width: 100%;
  max-width: 1638px;
  margin: 0 auto 0 auto;
}

.o-section--grid .o-section__header h2 span {
  color: #74C043;
  display: block;
}
.o-section--grid .o-section__header + .o-section__content {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header + .o-section__content {
    margin-top: 40px;
  }
}
.o-section--grid .o-section__header p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__header p {
    margin-top: 0px;
  }
}

.o-section--related-links .o-section__header + .o-section__content {
  margin-top: 15px;
}

.o-section--related-links {
  position: relative;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 50%);
}
@media (min-width: 768px) {
  .o-section--related-links {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .o-section--related-links {
    background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 55%, rgba(255, 255, 255, 0.4934348739) 75%);
  }
}
.o-section--related-links:before {
  bottom: 0;
}
@media (min-width: 576px) {
  .o-section--related-links:before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    width: 100%;
    height: 70%;
    background: url("/dist/images/related-links-bg.svg") bottom right repeat-x transparent;
    bottom: auto;
    max-height: 330px;
  }
}
@media (min-width: 992px) {
  .o-section--related-links:before {
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .o-section--related-links:before {
    max-height: 480px;
  }
}
.o-section--related-links .o-section--grid {
  position: relative;
  z-index: 2;
}
.o-section--related-links .m-card__content {
  text-transform: none;
}
.o-section--related-links .m-card__content h4 {
  font-size: 20px;
  line-height: 1.4em;
}

.o-section--with-gradient-bg {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 50%);
}
@media (min-width: 768px) {
  .o-section--with-gradient-bg {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .o-section--with-gradient-bg {
    background: linear-gradient(0deg, rgb(240, 240, 240) 0%, rgb(240, 240, 240) 55%, rgba(255, 255, 255, 0.4934348739) 75%);
  }
}
.o-section--with-gradient-bg:before {
  bottom: 0;
}
@media (min-width: 576px) {
  .o-section--with-gradient-bg:before {
    content: "";
    z-index: 1;
    position: absolute;
    right: 0;
    width: 100%;
    height: 70%;
    background: url("/dist/images/related-links-bg.svg") bottom right repeat-x transparent;
    bottom: auto;
    max-height: 330px;
  }
}
@media (min-width: 992px) {
  .o-section--with-gradient-bg:before {
    max-height: 380px;
  }
}
@media (min-width: 1200px) {
  .o-section--with-gradient-bg:before {
    max-height: 480px;
  }
}

.o-section--related-events-wlc {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-bottom: 60px;
}

.o-section--stat-banner {
  background-color: #FCAF17;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}
.o-section--stat-banner.o-section--white-background {
  background: #fff;
}
@media (min-width: 992px) {
  .o-section--stat-banner {
    background-size: contain;
  }
}

.o-section--grid .o-section__content::after {
  display: block;
  clear: both;
  content: "";
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content {
    display: block;
  }
  .o-section--grid .o-section__content .o-section__lockup {
    float: left;
    width: 60%;
  }
  .o-section--grid .o-section__content .o-section__cards {
    float: right;
    width: calc(40% - 20px);
  }
  .o-section--grid .o-section__content .o-section__links {
    float: left;
    width: 60%;
    margin-top: 50px;
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:not(:first-child) {
    border-left: 1px solid #8e97ac;
  }
}
.o-section--grid .o-section__content .o-section__links li:last-child {
  border-bottom: 1px solid #8e97ac;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li:last-child {
    border-bottom: none;
  }
}
.o-section--grid .o-section__content .o-section__links li {
  padding: 25px 0px;
  border-top: 1px solid #8e97ac;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 20px 25px;
    border: none;
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 20px 30px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__content .o-section__links li {
    padding: 35px 40px;
    width: calc(33.33% - 25px);
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item {
  display: flex;
  text-align: center;
  color: #30546B;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
.o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  flex-shrink: 0;
  align-self: flex-end;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
    margin: 25px auto 0 auto;
    display: table;
    background: #74C043;
  }
  .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
    background: rgb(153.5, 153.5, 153.5);
  }
}
.o-section--grid .o-section__content .m-card--overlay:first-child {
  margin-top: 0;
}
.o-section--grid .o-section__content .m-card--overlay + .m-card--overlay {
  margin-top: 20px;
}
.o-section--grid .o-section__content .m-card--overlay .m-card__img {
  margin-bottom: 0;
  border-radius: 0;
}

.o-section--grid .o-section__lockup {
  position: relative;
}
.o-section--grid .o-section__lockup.apply-fade:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 37%, rgba(0, 0, 0, 0) 72%);
}
.o-section--grid .o-section__lockup.apply-fade > img {
  position: reltive;
  z-index: 1;
}
.o-section--grid .o-section__lockup.apply-fade .o-section__caption {
  z-index: 3;
}
@media (max-width: 767.98px) {
  .o-section--grid .o-section__lockup img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.o-section--grid .o-section__lockup .o-section__caption {
  color: #fff;
  height: auto;
  min-height: 280px;
  padding: 10% 20px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    position: absolute;
    left: 30px;
    bottom: 30px;
    min-height: 0;
    padding: 0;
    display: block;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__lockup .o-section__caption {
    left: 95px;
    bottom: 80px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption h2 {
  text-shadow: -2.516px -1.634px 23px rgba(0, 0, 0, 0.6);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 2.425rem;
    line-height: 2.425rem;
  }
}
@media (min-width: 992px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    max-width: 336px;
  }
}
@media (min-width: 1200px) {
  .o-section--grid .o-section__lockup .o-section__caption h2 {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
}
.o-section--grid .o-section__lockup .o-section__caption p {
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .o-section--grid .o-section__lockup .o-section__caption p {
    max-width: 500px;
  }
}
.o-section--grid .o-section__lockup .o-section__caption .a-btn {
  margin-top: 40px;
  align-self: flex-end;
}

.o-section__links {
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 0 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section__links {
    border: none;
    padding: 0;
    margin-top: 0;
  }
}
.o-section__links li + li {
  margin-top: 0 !important;
}
.o-section__links li {
  width: 100%;
  margin-left: 0;
}
@media (min-width: 768px) {
  .o-section__links li {
    padding: 0px 15px;
    width: 25%;
    border: none;
  }
}
.o-section__links li img {
  display: block;
  margin: 0 auto 15px auto;
}
.college-16-18 .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #b3b3b3;
  display: table;
  color: #fff;
}
.college-16-18 .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #30546B;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #b3b3b3;
  display: table;
  color: #fff;
}
.adult-19 .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #30546B;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #b3b3b3;
  display: table;
  color: #fff !important;
}
.apprenticeships .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #30546B;
}
.undergraduate .nav-pods--42 .o-section__links .o-section__links-item .a-btn {
  background: #b3b3b3;
  display: table;
  color: #fff !important;
}
.undergraduate .nav-pods--42 .o-section__links .o-section__links-item .a-btn:hover {
  background-color: #30546B;
}
.o-section__links .o-section__links-item .a-btn {
  margin: 25px auto 0 auto;
  background: #b3b3b3;
  display: table;
}
.o-section__links .o-section__links-item {
  text-align: center;
  color: #30546B;
  width: 100%;
  display: block;
}
@media (min-width: 768px) {
  .o-section__links .o-section__links-item {
    display: block;
    width: auto;
    margin: 0 auto;
  }
}

.o-section__card .o-section__header + .o-section__content {
  margin-top: 15px;
}

.o-section--primary {
  background: #74C043;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--primary h1,
.o-section--primary h2,
.o-section--primary h3,
.o-section--primary h4,
.o-section--primary p {
  color: #fff;
}
.o-section--primary .m-card {
  color: #fff;
}
.o-section--primary .m-card h1,
.o-section--primary .m-card h2,
.o-section--primary .m-card h3,
.o-section--primary .m-card h4,
.o-section--primary .m-card p,
.o-section--primary .m-card svg {
  color: #fff;
}
.o-section--primary .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-1 {
  background: #74C043;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--variant-1 h1,
.o-section--variant-1 h2,
.o-section--variant-1 h3,
.o-section--variant-1 h4,
.o-section--variant-1 p {
  color: #fff;
}
.o-section--variant-1 .m-card {
  color: #fff;
}
.o-section--variant-1 .m-card h1,
.o-section--variant-1 .m-card h2,
.o-section--variant-1 .m-card h3,
.o-section--variant-1 .m-card h4,
.o-section--variant-1 .m-card p,
.o-section--variant-1 .m-card svg {
  color: #fff;
}
.o-section--variant-1 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--variant-2 {
  background: #7a3183;
  color: #30546B;
  padding: 45px 0 35px 0;
}
.o-section--variant-2 h1,
.o-section--variant-2 h2,
.o-section--variant-2 h3,
.o-section--variant-2 h4,
.o-section--variant-2 p {
  color: #30546B;
}
.o-section--variant-2 .m-card {
  color: #30546B;
}
.o-section--variant-2 .m-card h1,
.o-section--variant-2 .m-card h2,
.o-section--variant-2 .m-card h3,
.o-section--variant-2 .m-card h4,
.o-section--variant-2 .m-card p,
.o-section--variant-2 .m-card svg {
  color: #30546B;
}
.o-section--variant-2 .m-card--image .m-card__content > svg {
  color: #30546B !important;
}

.o-section--variant-3 {
  background: #9e237e;
  color: #30546B;
  padding: 45px 0 35px 0;
}
.o-section--variant-3 h1,
.o-section--variant-3 h2,
.o-section--variant-3 h3,
.o-section--variant-3 h4,
.o-section--variant-3 p {
  color: #30546B;
}
.o-section--variant-3 .m-card {
  color: #30546B;
}
.o-section--variant-3 .m-card h1,
.o-section--variant-3 .m-card h2,
.o-section--variant-3 .m-card h3,
.o-section--variant-3 .m-card h4,
.o-section--variant-3 .m-card p,
.o-section--variant-3 .m-card svg {
  color: #30546B;
}
.o-section--variant-3 .m-card--image .m-card__content > svg {
  color: #30546B !important;
}

.o-section--variant-4 {
  background: #005e8a;
  color: #fff;
  padding: 45px 0 35px 0;
}
.o-section--variant-4 h1,
.o-section--variant-4 h2,
.o-section--variant-4 h3,
.o-section--variant-4 h4,
.o-section--variant-4 p {
  color: #fff;
}
.o-section--variant-4 .m-card {
  color: #fff;
}
.o-section--variant-4 .m-card h1,
.o-section--variant-4 .m-card h2,
.o-section--variant-4 .m-card h3,
.o-section--variant-4 .m-card h4,
.o-section--variant-4 .m-card p,
.o-section--variant-4 .m-card svg {
  color: #fff;
}
.o-section--variant-4 .m-card--image .m-card__content > svg {
  color: #fff !important;
}

.o-section--tertiary {
  background: #FCAF17;
  color: #30546B;
  padding: 45px 0 35px 0;
}
.o-section--tertiary h1,
.o-section--tertiary h2,
.o-section--tertiary h3,
.o-section--tertiary h4,
.o-section--tertiary p {
  color: #30546B;
}
.o-section--tertiary .m-card {
  color: #30546B;
}
.o-section--tertiary .m-card h1,
.o-section--tertiary .m-card h2,
.o-section--tertiary .m-card h3,
.o-section--tertiary .m-card h4,
.o-section--tertiary .m-card p,
.o-section--tertiary .m-card svg {
  color: #30546B;
}
.o-section--tertiary .m-card--image .m-card__content > svg {
  color: #30546B !important;
}

.o-section--event h2 {
  color: #74C043;
}
.o-section--event h3 {
  color: #30546B;
}
.o-section--event h3 + p {
  margin-top: 25px;
}
.o-section--event p + p {
  margin-top: 0;
}
.o-section--event .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--event .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--event .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--event {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--event h3 + .m-tags {
  margin-top: 10px;
}
.o-section--event .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--event .m-tags li a {
  display: block;
  background: #f5f5f5;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--event .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--event .m-author {
  display: flex;
  align-items: center;
}
.o-section--event .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--event .m-share__item {
  color: #b3b3b3;
  margin-left: 10px;
}
.o-section--event .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--event .m-map__wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--event .m-map__wrapper {
    margin-top: 80px;
  }
}
.o-section--event .m-map {
  padding-bottom: 56%;
}

.o-section--details {
  margin-top: 30px;
}
.o-section--details .m-breadcrumb {
  margin-bottom: 0px;
}

.o-section--blue_curve {
  background: url(/dist/images/bg-blue-2.png) #74C043 no-repeat top center;
  background-size: cover;
  padding: 35px 0;
}
@media (min-width: 768px) {
  .o-section--blue_curve {
    padding: 35px 0 55px 0;
  }
}

.o-section--short {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .o-section--short {
    margin-top: 30px;
  }
}

.o-section--background-semi {
  background: repeating-linear-gradient(#fff, #fff 49.9%, #ececec 50.1%, #ececec 100%);
  margin-top: 0;
}

.o-section--background-white {
  background-color: #fff;
}

.o-section--news {
  margin-top: 30px;
}
.o-section--news .m-breadcrumb {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .o-section--news .m-breadcrumb {
    margin-bottom: 60px;
  }
}
.o-section--news h2 {
  color: #74C043;
}
.o-section--news h3 {
  color: #30546B;
}
.o-section--news h3 + p {
  margin-top: 25px;
}
.o-section--news .o-section__img {
  overflow: hidden;
  width: 100%;
  border-radius: 5px;
  margin-top: -70px;
}
.o-section--news .o-section__img + h3 {
  margin-top: 30px;
}
.o-section--news .o-section__img img {
  width: 100%;
  display: block;
}
.m-hero--event + .o-section--news {
  padding: 40px 0 0 0;
  margin-top: 0;
}
.o-section--news h3 + .m-tags {
  margin-top: 10px;
}
.o-section--news .m-tags li {
  display: inline-block;
  margin: 10px 5px 0 0;
}
.o-section--news .m-tags li a {
  display: block;
  background: #f5f5f5;
  border-radius: 28px;
  padding: 6px 15px;
}
.o-section--news .m-share {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.o-section--news .m-author {
  display: flex;
  align-items: center;
}
.o-section--news .m-author p {
  margin-top: 0;
  margin-left: 10px;
}
.o-section--news .m-share__item {
  color: #b3b3b3;
  margin-left: 10px;
}
.o-section--news .m-share__item svg {
  width: 30px;
  height: 30px;
}
.o-section--news .m-map__wrapper {
  margin-top: 80px;
}
.o-section--news .m-map {
  padding-bottom: 56%;
}

.o-section.o-section--confirm {
  margin: 0;
  padding: 60px 0;
}
.o-section.o-section--confirm ul {
  margin-left: 0 !important;
  margin-top: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul {
    margin-top: 0 !important;
  }
}
.o-section.o-section--confirm ul li {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-family: "Montserrat", sans-serif;
  margin-left: 1rem !important;
}
@media (min-width: 992px) {
  .o-section.o-section--confirm ul li {
    margin-top: 0;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .o-section.o-section--confirm .cart-header {
    margin-top: 30px;
  }
}
.o-section.o-section--confirm .cart-buttons {
  width: 100%;
  margin-top: 20px;
  color: #30546B;
  font-weight: bold;
}
.o-section.o-section--confirm .cart-buttons p {
  font-weight: 800 !important;
  font-size: 1rem !important;
}
@media (max-width: 991.98px) {
  .o-section.o-section--confirm .cart-buttons p {
    margin-bottom: 1rem;
  }
}
.o-section.o-section--confirm .cart-buttons a {
  margin-top: 0;
  margin-left: 0;
}

.o-section__content.o-section__break {
  margin: 60px 0;
}
.o-section__content.o-section__break--border {
  border-bottom: 1px solid red;
}

.college-16-18 {
  /*.o-section {
  	.a-btn {
  		background-color: $color__16_18;
  		color: $color__background;

  		&:hover {
  			background-color: $color__16_18;
  		}
  	}
  }*/
}
.college-16-18 .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.college-16-18 .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section__header h4 {
  color: #30546B;
}
.college-16-18 .o-section .m-cards__header .a-text-link,
.college-16-18 .o-section__header .a-text-link {
  color: #30546B;
}
.college-16-18 .o-section__header h2 span {
  color: #30546B;
}
.college-16-18 .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.college-16-18 .o-section--event h2 {
  color: #30546B;
}

.undergraduate {
  /*.o-section {
  	.a-btn {
  		background-color: $color__undergraduate;
  		color: $color__background;

  		&:hover {
  			background-color: darken($color__undergraduate, 10%);
  		}
  	}
  }*/
}
.undergraduate .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.undergraduate .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.undergraduate .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section__header h4 {
  color: #30546B;
}
.undergraduate .o-section .m-cards__header .a-text-link,
.undergraduate .o-section__header .a-text-link {
  color: #30546B;
}
.undergraduate .o-section__header h2 span {
  color: #30546B;
}
.undergraduate .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.undergraduate .o-section--event h2 {
  color: #30546B;
}

.apprenticeships {
  /*.o-section {
  	.a-btn {
  		background-color: $color__apprenticeships;
  		color: $color__background !important;

  		&:hover {
  			background-color: darken($color__apprenticeships, 10%);
  		}
  	}
  }*/
}
.apprenticeships .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.apprenticeships .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section__header h4 {
  color: #30546B;
}
.apprenticeships .o-section .m-cards__header .a-text-link,
.apprenticeships .o-section__header .a-text-link {
  color: #30546B;
}
.apprenticeships .o-section__header h2 span {
  color: #30546B;
}
.apprenticeships .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.apprenticeships .o-section--event h2 {
  color: #30546B;
}

.adult-19 {
  /*.o-section {
  	.a-btn {
  		background-color: $color__adult;
  		color: $color__secondary;

  		&:hover {
  			background-color: darken($color__adult, 10%);
  		}
  	}
  }*/
}
.adult-19 .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.adult-19 .o-section__caption .a-btn {
  background-color: #30546B;
  color: #30546B;
}
.adult-19 .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section__header h4 {
  color: #30546B;
}
.adult-19 .o-section .m-cards__header .a-text-link,
.adult-19 .o-section__header .a-text-link {
  color: #30546B;
}
.adult-19 .o-section__header h2 span {
  color: #30546B;
}
.adult-19 .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.adult-19 .o-section--event h2 {
  color: #30546B;
}

.college-16-18 .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.college-16-18 .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.college-16-18 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section .a-btn.a-btn--fullscreen {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .o-section .a-btn.a-btn--fullscreen:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section .m-carousel__controls .a-btn {
  background-color: #30546B;
  color: #fff;
}
.college-16-18 .o-section .m-carousel__controls .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.college-16-18 .o-section__header h4 {
  color: #30546B;
}
.college-16-18 .o-section .m-cards__header .a-text-link,
.college-16-18 .o-section__header .a-text-link {
  color: #30546B;
}
.college-16-18 .o-section__header h2 span {
  color: #30546B;
}
.college-16-18 .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.college-16-18 .o-section--event h2 {
  color: #30546B;
}

.a-levels .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.a-levels .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.a-levels .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.a-levels .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.a-levels .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.a-levels .o-section .a-btn {
  background-color: #30546B;
  color: #fff;
}
.a-levels .o-section .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.a-levels .o-section__header h4 {
  color: #30546B;
}
.a-levels .o-section .m-cards__header .a-text-link,
.a-levels .o-section__header .a-text-link {
  color: #30546B;
}
.a-levels .o-section__header h2 span {
  color: #30546B;
}
.a-levels .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.a-levels .o-section--event h2 {
  color: #30546B;
}

.adult-19 .o-section--grid .o-section__header h2 span,
.adult .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.adult-19 .o-section__caption .a-btn,
.adult .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .o-section__caption .a-btn:hover,
.adult .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn,
.adult .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.adult-19 .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover,
.adult .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section .a-btn.a-btn--fullscreen,
.adult .o-section .a-btn.a-btn--fullscreen {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .o-section .a-btn.a-btn--fullscreen:hover,
.adult .o-section .a-btn.a-btn--fullscreen:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section .m-carousel__controls .a-btn,
.adult .o-section .m-carousel__controls .a-btn {
  background-color: #30546B;
  color: #fff;
}
.adult-19 .o-section .m-carousel__controls .a-btn:hover,
.adult .o-section .m-carousel__controls .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.adult-19 .o-section__header h4,
.adult .o-section__header h4 {
  color: #30546B;
}
.adult-19 .o-section .m-cards__header .a-text-link,
.adult-19 .o-section__header .a-text-link,
.adult .o-section .m-cards__header .a-text-link,
.adult .o-section__header .a-text-link {
  color: #30546B;
}
.adult-19 .o-section__header h2 span,
.adult .o-section__header h2 span {
  color: #30546B;
}
.adult-19 .o-section--overlap-top .o-section__content::before,
.adult .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.adult-19 .o-section--event h2,
.adult .o-section--event h2 {
  color: #30546B;
}

.apprenticeships .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.apprenticeships .o-section__caption .a-btn {
  background-color: #30546B;
  color: #30546B;
}
.apprenticeships .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.apprenticeships .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section .a-btn.a-btn--fullscreen {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .o-section .a-btn.a-btn--fullscreen:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section .m-carousel__controls .a-btn {
  background-color: #30546B;
  color: #fff;
}
.apprenticeships .o-section .m-carousel__controls .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.apprenticeships .o-section__header h4 {
  color: #30546B;
}
.apprenticeships .o-section .m-cards__header .a-text-link,
.apprenticeships .o-section__header .a-text-link {
  color: #30546B;
}
.apprenticeships .o-section__header h2 span {
  color: #30546B;
}
.apprenticeships .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.apprenticeships .o-section--event h2 {
  color: #30546B;
}

.undergraduate .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.undergraduate .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.undergraduate .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section .a-btn.a-btn--fullscreen {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .o-section .a-btn.a-btn--fullscreen:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section .m-carousel__controls .a-btn {
  background-color: #30546B;
  color: #fff;
}
.undergraduate .o-section .m-carousel__controls .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.undergraduate .o-section__header h4 {
  color: #30546B;
}
.undergraduate .o-section .m-cards__header .a-text-link,
.undergraduate .o-section__header .a-text-link {
  color: #30546B;
}
.undergraduate .o-section__header h2 span {
  color: #30546B;
}
.undergraduate .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.undergraduate .o-section--event h2 {
  color: #30546B;
}

.employers .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.employers .o-section__caption .a-btn {
  background-color: #30546B;
  color: #30546B;
}
.employers .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.employers .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.employers .o-section .a-btn {
  background-color: #30546B !important;
  color: #30546B !important;
}
.employers .o-section .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.employers .o-section__header h4 {
  color: #30546B;
}
.employers .o-section .m-cards__header .a-text-link,
.employers .o-section__header .a-text-link {
  color: #30546B;
}
.employers .o-section__header h2 span {
  color: #30546B;
}
.employers .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.employers .o-section--event h2 {
  color: #30546B;
}

.school-of-medicine .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.school-of-medicine .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.school-of-medicine .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.school-of-medicine .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section .a-btn {
  background-color: #30546B;
  color: #fff;
}
.school-of-medicine .o-section .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section__header h4 {
  color: #30546B;
}
.school-of-medicine .o-section .m-cards__header .a-text-link,
.school-of-medicine .o-section__header .a-text-link {
  color: #30546B;
}
.school-of-medicine .o-section__header h2 span {
  color: #30546B;
}
.school-of-medicine .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.school-of-medicine .o-section--event h2 {
  color: #30546B;
}

.school-of-medicine .o-section--grid .o-section__header h2 span {
  color: #30546B;
}
.school-of-medicine .o-section__caption .a-btn {
  background-color: #30546B;
  color: #fff;
}
.school-of-medicine .o-section__caption .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn {
  background-color: #ccc;
  color: #fff;
}
.school-of-medicine .o-section--grid .o-section__content .o-section__links .o-section__links-item .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section .a-btn {
  background-color: #30546B;
  color: #fff;
}
.school-of-medicine .o-section .a-btn:hover {
  background-color: rgb(32.2064516129, 56.3612903226, 71.7935483871);
}
.school-of-medicine .o-section__header h4 {
  color: #30546B;
}
.school-of-medicine .o-section .m-cards__header .a-text-link,
.school-of-medicine .o-section__header .a-text-link {
  color: #30546B;
}
.school-of-medicine .o-section__header h2 span {
  color: #30546B;
}
.school-of-medicine .o-section--overlap-top .o-section__content::before {
  background-color: #30546B;
}
.school-of-medicine .o-section--event h2 {
  color: #30546B;
}

.carousel-mini-item__img {
  height: 100%;
}

.button-stripe-bg {
  background: #f0f0f0;
}

.o-textcolor--primary {
  color: #74C043 !important;
}

.o-textcolor--primary-strong {
  color: #74C043 !important;
}

.o-textcolor--primary-light {
  color: #74C043 !important;
}

.o-textcolor--secondary {
  color: #30546B !important;
}

.o-textcolor--tertiary {
  color: #FCAF17 !important;
}

.o-textcolor--variant-1 {
  color: #74C043 !important;
}

.o-textcolor--variant-2 {
  color: #7a3183 !important;
}

.o-textcolor--variant-3 {
  color: #9e237e !important;
}

.o-textcolor--variant-4 {
  color: #005e8a !important;
}

.o-textcolor--reversed {
  color: #fff !important;
}

.o-textcolor--green-2 {
  color: #5d9c9c !important;
}

.o-textcolor--dark-blue-2 {
  color: #1a2d59 !important;
}

/* Sixth Form College */
.o-section-getintouchstripone {
  position: relative;
  overflow: hidden;
}
.o-section-getintouchstripone .o-section-overlay {
  position: absolute;
}
.o-section-getintouchstripone .o-section-overlay.o-section-overlay--left {
  bottom: 0;
  height: 100%;
  left: 0;
  content: "";
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.o-section-getintouchstripone .o-section__header,
.o-section-getintouchstripone .o-section__content {
  position: relative;
  z-index: 1;
}
.o-section-getintouchstripone .o-section__icon-text a {
  font-size: 16px;
}

.o-section--related-subjects {
  position: relative;
  overflow: hidden;
  background-color: #FCAF17;
  margin-bottom: 0 !important;
}
.o-section--related-subjects .stats-overlay {
  position: absolute;
}
.o-section--related-subjects .stats-overlay.stats-overlay--left {
  bottom: 0;
  height: 60%;
  left: 0;
  content: "";
  width: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.o-section--related-subjects .stats-overlay.stats-overlay--right {
  top: 0;
  right: 0;
  content: "";
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  z-index: 2;
  width: 50%;
  height: 50%;
}
.o-section--related-subjects .o-section__header,
.o-section--related-subjects .o-section__content {
  position: relative;
  z-index: 2;
}

:root {
  --facebook: #0e5ebd;
  --twitter: #00aced;
  --instagram: #192d59;
  --youtube: #ff3333;
  --primary: #74C043;
  --secondary: #30546B;
  --tertiary: #FCAF17;
  --primary-light: #74C043;
  --variant-1: #74C043;
  --variant-2: #7a3183;
  --variant-3: #9e237e;
  --variant-4: #005e8a;
}

html {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  min-height: 100%;
  margin-right: -50vw;
  margin-left: -50vw;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #41464F;
  font-family: "Montserrat", sans-serif;
  font-size: 100%;
  font-feature-settings: "kern";
  font-kerning: normal;
  line-height: 1;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: common-ligatures;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body::after {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  margin-left: -1px;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

@media screen and (max-width: 575px) {
  head {
    font-family: "xsmall";
  }
  body::after {
    content: "xsmall";
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  head {
    font-family: "small";
  }
  body::after {
    content: "small";
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  head {
    font-family: "medium";
  }
  body::after {
    content: "medium";
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  head {
    font-family: "large";
  }
  body::after {
    content: "large";
  }
}
@media screen and (min-width: 1200px) and (max-width: 1519px) {
  head {
    font-family: "xlarge";
  }
  body::after {
    content: "xlarge";
  }
}
@media screen and (min-width: 1520px) {
  head {
    font-family: "xxlarge";
  }
  body::after {
    content: "xxlarge";
  }
}
main {
  padding-top: 87px;
}
@media (min-width: 992px) {
  main {
    padding-top: 156px;
  }
}
main h1.color--primary, main h2.color--primary, main h3.color--primary, main h4.color--primary, main h5.color--primary, main h6.color--primary, main p.color--primary {
  color: #74C043;
}
main h1.color--secondary, main h2.color--secondary, main h3.color--secondary, main h4.color--secondary, main h5.color--secondary, main h6.color--secondary, main p.color--secondary {
  color: #30546B;
}
main .o-section:last-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main .o-section:last-child {
    margin-bottom: 60px;
  }
}
main .m-banner.o-section:last-child {
  margin-bottom: 0;
}

.college-16-18 h2.color--primary {
  color: #74C043;
}

.university-centre h2.color--primary {
  color: #74C043;
}

.international-students h2.color--primary {
  color: #005e8a;
}

.adult-19 h2.color--primary {
  color: rgb(87.4333333333, 35.1166666667, 93.8833333333);
}

.apprenticeships h2.color--primary {
  color: rgb(116.2487046632, 25.7512953368, 92.7046632124);
}

.employers h2.color--primary {
  color: rgb(221.1404255319, 147.7446808511, 2.8595744681);
}

.print-only {
  display: none;
}

.grid-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .grid-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .grid-container {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .grid-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .grid-container {
    max-width: 960px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .grid-container {
    max-width: 1076px;
  }
}
.grid-container.-grid-mobile {
  padding: 0;
}
@media (min-width: 768px) {
  .grid-container.-grid-mobile {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 576px) {
  .grid-container.-grid-mobile {
    max-width: 540px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .grid-container.-grid-mobile {
    max-width: 720px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .grid-container.-grid-mobile {
    max-width: 960px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .grid-container.-grid-mobile {
    max-width: 1076px;
  }
}

.g-footer {
  padding: 70px 0 50px 0;
  background: #30546B;
  color: #fff;
}

.g-footer__top {
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__top {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .g-footer__top .g-footer__nav.g-footer__nav--primary {
    margin-top: 0;
  }
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--primary li + li {
  margin-top: 30px;
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .g-footer__top .g-footer__nav.g-footer__nav--secondary {
    margin-left: 30px;
    margin-top: 0;
  }
}

.g-footer__top .g-footer__nav.g-footer__nav--secondary li {
  display: block;
}
.g-footer__top .g-footer__nav.g-footer__nav--secondary li + li {
  margin-top: 8px;
}

.g-footer__bottom {
  margin-top: 60px;
}

.g-footer__bottom .g-footer__nav {
  font-weight: 600;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav {
    justify-content: flex-start;
  }
}
.g-footer__bottom .g-footer__nav li {
  margin: 10px 5px auto 5px;
}
@media (min-width: 768px) {
  .g-footer__bottom .g-footer__nav li {
    margin: 0 10px 0 0;
  }
}
.g-footer__bottom .g-footer__nav li:not(:last-child)::after {
  content: "|";
  margin-left: 10px;
}

.g-footer__credit {
  margin: 30px auto 0 auto;
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer__credit {
    margin: 0;
    display: inline;
    text-align: left;
  }
}

.g-footer__contact {
  font-size: 2.5rem;
  font-weight: 900;
  margin-top: 40px;
  display: block;
}
@media (min-width: 768px) {
  .g-footer__contact {
    margin-top: 0;
  }
}
.g-footer__contact span {
  font-size: 0.55em;
  display: block;
  margin-bottom: 10px;
}

.g-footer__links {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .g-footer__links {
    align-self: flex-end;
    display: flex;
    margin-top: auto;
  }
}
.g-footer__links li {
  display: inline-flex;
  margin: 0 15px;
}
@media (min-width: 768px) {
  .g-footer__links li {
    margin: 0 0 0 30px;
    display: inline-block;
  }
  .g-footer__links li:first-child {
    margin-left: 0;
  }
}
.g-footer__links li:last-child {
  display: block;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .g-footer__links li:last-child {
    display: inline-block;
    margin-top: 0;
  }
}

.g-footer__logos {
  margin-top: 0px;
  display: flex;
  flex-flow: row wrap;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .g-footer__logos {
    margin-top: 60px;
    align-items: baseline;
    padding: 0;
  }
}
.g-footer__logos li {
  width: 50%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .g-footer__logos li {
    margin-right: 40px;
    width: auto;
    display: block;
    padding: 0;
  }
}

.g-footer__pre {
  margin-top: 0;
}
.g-footer__pre + .g-footer {
  margin-top: 0;
}

.g-header {
  background: #EDEDED;
  color: #30546B;
  padding: 10px 0;
  width: 100vw;
  position: fixed;
  top: 0;
  transition: top 0.5s ease-in-out;
  box-shadow: 7.981px -15.01px 49px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  z-index: 1300;
  transition: transform 0.4s, -webkit-transform 0.4s;
  /*
  &::after {
    position: absolute;
    content: '';
    background: $color__background;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 5px;
  }
  */
}
@media (min-width: 992px) {
  .g-header {
    overflow: inherit;
    padding: 12px 0 70px 0;
  }
}
.g-header .g-nav > .grid-container {
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 1200px) {
  .g-header .g-nav > .grid-container {
    padding-left: 160px;
  }
}

/*
.scroll-down .g-header {
  transform: translate3d(0, -100%, 0);
}
*/
.menu-open .g-header {
  overflow: visible;
}
.menu-open.scroll-down .g-header {
  transform: none;
}

.g-header--salary {
  color: #ab9112 !important;
}

.scroll-up .g-header {
  transform: none;
}

.g-header .container-fluid {
  max-width: 1260px;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 992px) {
  .g-header::before {
    content: "";
    position: absolute;
    background: url(/dist/images/header-bg.svg) no-repeat;
    background-size: 100% 100%;
    width: 79.2%;
    height: 100%;
    right: -115px;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .g-header::before {
    right: -100px;
  }
}

.g-header .g-nav__toggle {
  margin-left: 25px;
  color: #fff;
  position: relative;
  z-index: 10;
}
.g-header .g-nav__toggle::before {
  content: "";
  position: absolute;
  width: 277px;
  padding-bottom: 277px;
  background: #74C043;
  z-index: -1;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  border-radius: 100%;
}

.g-header__logo {
  display: block;
  height: 67px;
  width: 100%;
  max-width: 108px;
  position: relative;
}
@media (min-width: 992px) {
  .g-header__logo {
    height: 74px;
    max-width: 163px;
    margin-right: 20px;
    z-index: 11;
  }
}
@media (min-width: 1200px) {
  .g-header__logo {
    margin-right: 40px;
  }
}
.g-header__logo:before {
  content: "";
  position: absolute;
  height: 88px;
  width: 897px;
  right: -70px;
  top: -11px;
  background: url("/frontend/images/logo-bg.svg") top right;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 992px) {
  .g-header__logo:before {
    height: 110px;
  }
}
.g-header__logo img {
  position: relative;
  z-index: 1;
}

.g-header__logo svg {
  height: 100%;
  width: 100%;
  display: block;
}

.g-header__tel,
.nav--custom-apply {
  position: relative;
}
.g-header__tel::after,
.nav--custom-apply::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #74C043;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__tel:hover::after,
  .nav--custom-apply:hover::after {
    max-width: 700px;
  }
}

.g-header__nav {
  display: flex;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .g-header__nav {
    margin-top: 0;
  }
}

.g-header__nav-item {
  color: #41464F;
  margin: 0 20px 0 0;
  text-decoration: none;
  position: relative;
  font-size: 0.775rem;
}
@media (min-width: 992px) {
  .g-header__nav-item {
    margin: 0 10px;
  }
}
@media (min-width: 1200px) {
  .g-header__nav-item {
    color: #41464F;
    margin: 0 12px;
    font-size: 0.875rem;
  }
}
.g-header__nav-item::after {
  content: "";
  left: 0;
  right: 0;
  bottom: -5px;
  height: 3px;
  background: #30546B;
  position: absolute;
  border-radius: 1px;
  transition: all 300ms ease;
  max-width: 0;
}
@media (hover: hover), (-ms-high-contrast: none) {
  .g-header__nav-item:hover::after {
    max-width: 700px;
  }
}

.g-header__btns {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .g-header__btns {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .g-header__btns {
    position: relative;
  }
}

.g-header__btns .a-btn:last-child {
  margin-left: 5px;
}
@media (min-width: 1200px) {
  .g-header__btns .a-btn:last-child {
    margin-left: 22px;
  }
}

.g-header .m-pills {
  flex-direction: column;
  align-items: flex-start;
}
.g-header .m-pills .a-btn-group {
  flex-direction: column;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .g-header .m-pills .a-btn-group {
    flex-direction: row;
    margin-bottom: 0;
  }
}
.g-header .m-pills .a-btn-group .a-btn {
  justify-content: left;
}
@media (min-width: 992px) {
  .g-header .m-pills .a-btn-group .a-btn {
    justify-content: center;
  }
}
.g-header .m-pills span {
  padding: 10px 10px;
  font-size: 11px;
  color: #41464F;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .g-header .m-pills span {
    font-size: 13px;
    padding: 10px 15px;
  }
}
.g-header .m-pills .a-btn {
  color: #41464F;
  background-color: #fff;
  font-size: 0.775rem;
  padding-left: 10px;
  padding-right: 10px;
}
.g-header .m-pills .a-btn:hover {
  background: rgb(229.5, 229.5, 229.5);
  color: #41464F;
}
@media (min-width: 1200px) {
  .g-header .m-pills .a-btn {
    font-size: 0.875rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.g-header .m-pills .a-btn-group .a-btn {
  box-shadow: none;
}
@media (min-width: 992px) {
  .g-header .m-pills {
    flex-direction: row;
    align-items: normal;
  }
}
@media (max-width: 991.98px) {
  .g-header .m-pills .a-btn {
    border-radius: 5px;
  }
  .g-header .m-pills .a-btn + .a-btn {
    margin-top: 10px;
  }
}

.g-header__cta {
  border-radius: 0;
  margin: 10px 0 -10px 0;
  z-index: 100;
  text-align: center;
  width: 100%;
  position: relative;
  padding: 20px 0;
  justify-content: center;
  border: none;
  box-shadow: inset 0px -2px 5px 0px rgba(0, 0, 0, 0.2);
}

.g-nav {
  width: 100%;
  background: #fff;
  padding: 22px 0;
}
@media (min-width: 992px) {
  .g-nav {
    height: 58px;
  }
}
.g-nav .full-width {
  display: flex;
  flex-grow: 1;
}
.g-nav.-dropdown {
  top: 100% !important;
  height: auto;
  background: transparent;
  padding: 0;
  z-index: 50 !important;
  display: none;
}
@media (max-width: 1199.98px) {
  .g-nav.-dropdown {
    top: 0 !important;
    position: relative;
    margin-top: 25px;
    display: none;
  }
}

.parent-link {
  flex-direction: column;
}
.parent-link:hover > .nav-dropdown.nav-inner-child {
  display: flex;
}
@media (min-width: 992px) {
  .parent-link:hover > .nav-dropdown.nav-inner-child {
    position: absolute;
    left: 0;
    top: 100%;
    margin-left: 138px;
  }
}
@media (max-width: 991.98px) {
  .parent-link .nav-dropdown.nav-inner-child {
    margin-top: 10px;
  }
}

.nav-dropdown {
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  background: #fff;
  max-width: 260px;
  width: 100%;
  box-shadow: 0.981px 42.99px 61px -14px rgba(0, 0, 0, 0.18);
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .nav-dropdown.nav-inner-child {
    display: none;
    padding: 1.4rem 0;
  }
}
@media (max-width: 1199.98px) {
  .nav-dropdown {
    box-shadow: none;
  }
}
.nav-dropdown a {
  padding: 0.7rem 1.4rem;
}
@media (max-width: 991.98px) {
  .nav-dropdown a {
    padding: 0rem 1.4rem;
  }
}
@media (min-width: 992px) {
  .nav-dropdown a:hover {
    background: #ececec;
  }
}

.g-nav .grid-container {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .g-nav .grid-container {
    display: flex;
    justify-content: space-between;
  }
}

.g-nav__item {
  text-decoration: none;
  color: #41464F;
  border: none;
  padding: 0;
  background: none;
  display: flex;
  width: 100%;
  cursor: pointer;
}
.g-nav__item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .g-nav__item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .g-nav__item {
    display: inline-flex;
    margin-top: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .g-nav__item.parents {
    padding: 0.5rem 1.25rem;
    background-color: #f0f0f0;
    margin-top: -0.5rem;
    border-radius: 5px;
  }
}
.g-nav__item svg {
  margin-left: auto;
  color: #30546B;
  transition: all 300ms ease;
  display: none;
}
@media (min-width: 992px) {
  .g-nav__item svg {
    display: block;
    margin-left: 10px;
  }
}
.g-nav__item:hover svg {
  transform: translateY(3px);
}

@media (min-width: 992px) {
  .g-nav__item--highlight {
    color: #FCAF17;
  }
}

.g-nav__mobile {
  position: fixed;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 25px 25px;
  z-index: 1000;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: 200ms all ease;
}
@media (min-width: 768px) {
  .g-nav__mobile {
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .g-nav__mobile {
    position: static;
    background: none;
    width: auto;
    height: auto;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    padding: 0;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.g-nav__mobile.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 992px) {
  .g-nav__mobile .g-nav {
    position: absolute;
    top: auto;
    bottom: -1px;
    left: 50%;
    right: 0;
    width: 100vw;
    margin-left: -50vw;
    z-index: 4;
  }
}

.g-nav__mobile-close {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  position: absolute;
  top: 25px;
  right: 25px;
}

.icon--menu,
.icon--menu svg {
  width: 30px;
  height: 17px !important;
}

.nav--custom {
  display: flex;
  align-items: center;
}
.nav--custom .nav--custom-phone {
  padding-left: 1em;
}
.nav--custom .nav--custom-phone .nav--custom-phone--svg {
  height: 20px;
  width: 20px;
}
@media (min-width: 768px) {
  .nav--custom .nav--custom-phone .nav--custom-phone--svg {
    height: 26px;
    width: 26px;
  }
}

body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus,
body:not(.user-is-tabbing) a:focus {
  outline: none;
}
/*# sourceMappingURL=style.css.map */
