/* Minification failed. Returning unminified contents.
(4417,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4418,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4419,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4420,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*@import "vendor/bootstrap/modal";*/
/*
    Name: YouTubePopUp
    Description: jQuery plugin to display YouTube or Vimeo video in PopUp, responsive and retina, easy to use.
    Version: 1.0.1
    Plugin URL: http://wp-time.com/youtube-popup-jquery-plugin/
    Written By: Qassim Hassan
    Twitter: @QQQHZ
    Websites: wp-time.com | qass.im | wp-plugins.in
    Dual licensed under the MIT and GPL licenses:
        http://www.opensource.org/licenses/mit-license.php
        http://www.gnu.org/licenses/gpl.html
    Copyright (c) 2016 - Qassim Hassan
*/
.YouTubePopUp-Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 9999999999999;
}

.YouTubePopUp-animation {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUp;
  animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes YouTubePopUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.logged-in .YouTubePopUp-Wrap { /* For WordPress */
  top: 32px;
  z-index: 99998;
}

.YouTubePopUp-Content {
  max-width: 680px;
  display: block;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.YouTubePopUp-Content iframe {
  max-width: 100% !important;
  width: 100% !important;
  display: block !important;
  height: 480px !important;
  border: none !important;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.YouTubePopUp-Hide {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: YouTubePopUpHide;
  animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes YouTubePopUpHide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.YouTubePopUp-Close {
  position: absolute;
  top: 0;
  cursor: pointer;
  bottom: 528px;
  right: 0px;
  margin: auto 0;
  width: 24px;
  height: 24px;
  background: url(/assets/src/Marillac/images/close.png) no-repeat;
  background-size: 24px 24px;
  -webkit-background-size: 24px 24px;
  -moz-background-size: 24px 24px;
  -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
  opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
  .YouTubePopUp-Content {
    max-width: 90%;
  }
}
@media all and (max-width: 600px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 320px !important;
  }
  .YouTubePopUp-Close {
    bottom: 362px;
  }
}
@media all and (max-width: 480px) and (min-width: 10px) {
  .YouTubePopUp-Content iframe {
    height: 220px !important;
  }
  .YouTubePopUp-Close {
    bottom: 262px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

:root {
  --max-width-sm: 540px;
  --max-width-md: 680px;
  --max-width-lg: 900px;
  --max-width-xl: 1140px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 680px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@font-face {
  font-family: "AntartidaRounded";
  src: url(/assets/src/Marillac/fonts/antartida-rounded/AntartidaRounded-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "AntartidaRounded";
  src: url(/assets/src/Marillac/fonts/antartida-rounded/AntartidaRounded-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "AntartidaRounded";
  src: url(/assets/src/Marillac/fonts/antartida-rounded/AntartidaRounded-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: black;
}
body.user-is-tabbing *:focus {
  outline: 2px dashed #D23C0F;
  outline-offset: 2px;
}
@media (max-width: 991.98px) {
  body {
    padding-top: 75px;
  }
}

header {
  position: relative;
  z-index: 2;
}

[data-click] {
  cursor: pointer;
}

main {
  position: relative;
  z-index: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h1 {
  font-size: calc(80px - (80px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h1 {
    font-size: calc(80px - (80px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 80px;
  }
}

h2 {
  font-size: calc(40px - (40px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h2 {
    font-size: calc(40px - (40px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: calc(35px - (35px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h3 {
    font-size: calc(35px - (35px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: calc(25px - (25px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h4 {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: calc(20px - (20px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h5 {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: calc(16px - (16px - 16px) / 1.5);
}
@media (min-width: 768px) {
  h6 {
    font-size: calc(16px - (16px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 16px;
  }
}

*:focus {
  outline: none;
}

p:last-child {
  margin-bottom: 0;
}

.section-title {
  line-height: 1;
  margin-bottom: 0.5em;
  font-size: calc(35px - (35px - 16px) / 1.5);
}
@media (min-width: 768px) {
  .section-title {
    font-size: calc(35px - (35px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .section-title {
    margin-bottom: 1em;
    font-size: calc(20px - (20px - 16px) / 1.5);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .section-title {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .section-title {
    font-size: 20px;
  }
}

button, .btn {
  background: #CB4E13;
  border-top: none 0px white;
  border-left: none 0px white;
  border-right: none 0px white;
  border-bottom: solid 4px #F8E0C4;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 35px;
  padding-right: 35px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 61px 191px rgba(0, 0, 0, 0.0186011), 0px 32.376px 69.7181px rgba(0, 0, 0, 0.0266226), 0px 17.8737px 33.8469px rgba(0, 0, 0, 0.0333774), 0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989), 0px 2.38331px 6.56065px rgba(0, 0, 0, 0.06);
  font-size: inherit;
  font-family: inherit;
  font-weight: normal;
}

a.linkbutton, a.linkbutton:link, a.linkbutton:visited {
  display: inline-block;
  background: #CB4E13;
  border-top: none 0px white;
  border-left: none 0px white;
  border-right: none 0px white;
  border-bottom: solid 4px #F8E0C4;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 61px 191px rgba(0, 0, 0, 0.0186011), 0px 32.376px 69.7181px rgba(0, 0, 0, 0.0266226), 0px 17.8737px 33.8469px rgba(0, 0, 0, 0.0333774), 0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989), 0px 2.38331px 6.56065px rgba(0, 0, 0, 0.06);
  font-size: inherit;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  cursor: pointer;
}

.headercontainer {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .desktoponly {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .desktoponly {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .mobileonly {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .mobileonly {
    display: none !important;
  }
}

.bottomwhitefilter {
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0186011)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0266226)) drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.0333774)) drop-shadow(0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989));
}

.no-scroll {
  overflow: hidden;
}

.mainbody {
  background-color: #f7f7f7;
}

.flexcontainer {
  display: flex;
}
@media (max-width: 991.98px) {
  .flexcontainer {
    display: block;
  }
}

.topshadow {
  box-shadow: inset 0 10px 19px -7px #cccccc;
}

.bottomshadow {
  box-shadow: 0 10px 19px -7px #cccccc;
}

.noleftrightpadding {
  padding-left: 0px;
  padding-right: 0px;
}

.pagetitle {
  text-align: left;
  font-size: 20px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.pagetitle__right {
  padding-top: 0.125em;
  padding-bottom: 0.25em;
  width: 100%;
  border-bottom: #D23C0F solid 3px;
  margin-right: 150px;
}
@media (max-width: 991.98px) {
  .pagetitle__right {
    margin-right: 0;
  }
}
.pagetitle__right > * {
  font-size: 40px;
  line-height: 1.2;
  color: black;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 991.98px) {
  .pagetitle__right > * {
    font-size: 30px;
  }
}

/*.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}*/
.disabled {
  color: #464646;
}

.bg-light-grey {
  background-color: #f1f1f1 !important;
}

.text-light-grey {
  color: #f1f1f1 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--light-grey::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #f1f1f1;
}

.bg-light-pink {
  background-color: #f7cebf !important;
}

.text-light-pink {
  color: #f7cebf !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--light-pink::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #f7cebf;
}

.bg-light-orange {
  background-color: #f2cfa5 !important;
}

.text-light-orange {
  color: #f2cfa5 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--light-orange::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #f2cfa5;
}

.bg-light-purple {
  background-color: #d7ccdd !important;
}

.text-light-purple {
  color: #d7ccdd !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--light-purple::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #d7ccdd;
}

.bg-light-green {
  background-color: #d1dfd5 !important;
}

.text-light-green {
  color: #d1dfd5 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--light-green::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #d1dfd5;
}

.bg-yellow {
  background-color: #f5ce67 !important;
}

.text-yellow {
  color: #f5ce67 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--yellow::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #f5ce67;
}

.bg-orange {
  background-color: #D23C0F !important;
}

.text-orange {
  color: #D23C0F !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--orange::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #D23C0F;
}

.bg-grey {
  background-color: #3b404a !important;
}

.text-grey {
  color: #3b404a !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--grey::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #3b404a;
}

.bg-dark-grey {
  background-color: #202225 !important;
}

.text-dark-grey {
  color: #202225 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--dark-grey::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #202225;
}

.bg-blue-grey {
  background-color: #6b788f !important;
}

.text-blue-grey {
  color: #6b788f !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--blue-grey::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #6b788f;
}

.bg-dark-blue-grey {
  background-color: #3b404a !important;
}

.text-dark-blue-grey {
  color: #3b404a !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--dark-blue-grey::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #3b404a;
}

.bg-medium-green {
  background-color: #8fbba5 !important;
}

.text-medium-green {
  color: #8fbba5 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--medium-green::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #8fbba5;
}

.bg-red {
  background-color: #d42425 !important;
}

.text-red {
  color: #d42425 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--red::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #d42425;
}

.bg-green {
  background-color: #005031 !important;
}

.text-green {
  color: #005031 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--green::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #005031;
}

.bg-purple {
  background-color: #52296b !important;
}

.text-purple {
  color: #52296b !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--purple::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #52296b;
}

.bg-pink {
  background-color: #b6154f !important;
}

.text-pink {
  color: #b6154f !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--pink::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #b6154f;
}

.bg-shadow {
  background-color: rgba(0, 0, 0, 0.33) !important;
}

.text-shadow {
  color: rgba(0, 0, 0, 0.33) !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--shadow::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: rgba(0, 0, 0, 0.33);
}

.bg-text {
  background-color: #464646 !important;
}

.text-text {
  color: #464646 !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--text::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.line::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #464646;
}
.line--white::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 20%;
  vertical-align: middle;
  margin-right: 1em;
  background-color: #ffffff;
}

.bg-focus-middle {
  background-position: center !important;
}

.bg-focus-top {
  background-position: center 15% !important;
}

.bg-focus-right {
  background-position: 85% center !important;
}

.bg-focus-bottom {
  background-position: center 85% !important;
}

.bg-focus-left {
  background-position: 15% center !important;
}

.link {
  text-decoration: underline;
}
.link--orange {
  color: #D23C0F;
}
.link--orange:focus {
  outline: 2px dashed #D23C0F !important;
  outline-offset: 2px !important;
}
.link--white {
  color: #ffffff;
}
.link--white:focus {
  outline: 2px dashed #ffffff !important;
  outline-offset: 2px !important;
}
.link--pink {
  color: #b6154f;
}
.link--pink:focus {
  outline: 2px dashed #b6154f !important;
  outline-offset: 2px !important;
}
.link--purple {
  color: #52296b;
}
.link--purple:focus {
  outline: 2px dashed #52296b !important;
  outline-offset: 2px !important;
}
.link--green {
  color: #005031;
}
.link--green:focus {
  outline: 2px dashed #005031 !important;
  outline-offset: 2px !important;
}
.link--underline-orange {
  position: relative;
  text-decoration: none;
}
.link--underline-orange::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #D23C0F;
}
.link--underline-orange:hover, .link--underline-orange:focus {
  color: #D23C0F !important;
  text-decoration: none;
}
.link--underline-orange:focus {
  outline: 2px dashed #D23C0F !important;
  outline-offset: 2px !important;
}
.link--underline-white {
  position: relative;
  text-decoration: none;
}
.link--underline-white::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #ffffff;
}
.link--underline-white:hover, .link--underline-white:focus {
  color: #ffffff !important;
  text-decoration: none;
}
.link--underline-white:focus {
  outline: 2px dashed #ffffff !important;
  outline-offset: 2px !important;
}
.link--underline-pink {
  position: relative;
  text-decoration: none;
}
.link--underline-pink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #b6154f;
}
.link--underline-pink:hover, .link--underline-pink:focus {
  color: #b6154f !important;
  text-decoration: none;
}
.link--underline-pink:focus {
  outline: 2px dashed #b6154f !important;
  outline-offset: 2px !important;
}
.link--underline-purple {
  position: relative;
  text-decoration: none;
}
.link--underline-purple::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #52296b;
}
.link--underline-purple:hover, .link--underline-purple:focus {
  color: #52296b !important;
  text-decoration: none;
}
.link--underline-purple:focus {
  outline: 2px dashed #52296b !important;
  outline-offset: 2px !important;
}
.link--underline-green {
  position: relative;
  text-decoration: none;
}
.link--underline-green::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #005031;
}
.link--underline-green:hover, .link--underline-green:focus {
  color: #005031 !important;
  text-decoration: none;
}
.link--underline-green:focus {
  outline: 2px dashed #005031 !important;
  outline-offset: 2px !important;
}
.link--underline-text {
  position: relative;
  text-decoration: none;
}
.link--underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  bottom: -1px;
  background-color: #464646;
}
.link--underline-text:hover, .link--underline-text:focus {
  color: #464646 !important;
  text-decoration: none;
}
.link--underline-text:focus {
  outline: 2px dashed #464646 !important;
  outline-offset: 2px !important;
}
.link--bold {
  font-weight: 800;
}
.link--external {
  font-weight: 700;
  text-decoration: underline;
}
.link--external::after {
  content: " \f35d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  display: inline;
}

.aspect-ratio {
  position: relative;
  overflow: hidden;
}
.aspect-ratio.aspect-1-2 {
  padding-top: calc(100% / (1 / 2));
}
.aspect-ratio.aspect-1-2-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 1 / 2);
}
.aspect-ratio.aspect-1-2-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 1 / 2);
}
.aspect-ratio.aspect-9-16 {
  padding-top: calc(100% / (9 / 16));
}
.aspect-ratio.aspect-9-16-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 9 / 16);
}
.aspect-ratio.aspect-9-16-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 9 / 16);
}
.aspect-ratio.aspect-2-3 {
  padding-top: calc(100% / (2 / 3));
}
.aspect-ratio.aspect-2-3-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 2 / 3);
}
.aspect-ratio.aspect-2-3-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 2 / 3);
}
.aspect-ratio.aspect-3-4 {
  padding-top: calc(100% / (3 / 4));
}
.aspect-ratio.aspect-3-4-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 4);
}
.aspect-ratio.aspect-3-4-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 4);
}
.aspect-ratio.aspect-1-1 {
  padding-top: calc(100% / (1 / 1));
}
.aspect-ratio.aspect-1-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 1 / 1);
}
.aspect-ratio.aspect-1-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 1 / 1);
}
.aspect-ratio.aspect-4-3 {
  padding-top: calc(100% / (4 / 3));
}
.aspect-ratio.aspect-4-3-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 4 / 3);
}
.aspect-ratio.aspect-4-3-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 4 / 3);
}
.aspect-ratio.aspect-3-2 {
  padding-top: calc(100% / (3 / 2));
}
.aspect-ratio.aspect-3-2-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 2);
}
.aspect-ratio.aspect-3-2-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 2);
}
.aspect-ratio.aspect-16-9 {
  padding-top: calc(100% / (16 / 9));
}
.aspect-ratio.aspect-16-9-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 16 / 9);
}
.aspect-ratio.aspect-16-9-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 16 / 9);
}
.aspect-ratio.aspect-2-1 {
  padding-top: calc(100% / (2 / 1));
}
.aspect-ratio.aspect-2-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 2 / 1);
}
.aspect-ratio.aspect-2-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 2 / 1);
}
.aspect-ratio.aspect-3-1 {
  padding-top: calc(100% / (3 / 1));
}
.aspect-ratio.aspect-3-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 1);
}
.aspect-ratio.aspect-3-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 1);
}
.aspect-ratio.aspect-4-1 {
  padding-top: calc(100% / (4 / 1));
}
.aspect-ratio.aspect-4-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 4 / 1);
}
.aspect-ratio.aspect-4-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 4 / 1);
}
.aspect-ratio.aspect-xs-1-2 {
  padding-top: calc(100% / (1 / 2));
}
.aspect-ratio.aspect-xs-1-2-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 1 / 2);
}
.aspect-ratio.aspect-xs-1-2-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 1 / 2);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-1-2 {
    padding-top: calc(100% / (1 / 2));
  }
  .aspect-ratio.aspect-sm-1-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 2);
  }
  .aspect-ratio.aspect-sm-1-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 2);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-1-2 {
    padding-top: calc(100% / (1 / 2));
  }
  .aspect-ratio.aspect-md-1-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 2);
  }
  .aspect-ratio.aspect-md-1-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 2);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-1-2 {
    padding-top: calc(100% / (1 / 2));
  }
  .aspect-ratio.aspect-lg-1-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 2);
  }
  .aspect-ratio.aspect-lg-1-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 2);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-1-2 {
    padding-top: calc(100% / (1 / 2));
  }
  .aspect-ratio.aspect-xl-1-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 2);
  }
  .aspect-ratio.aspect-xl-1-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 2);
  }
}
.aspect-ratio.aspect-xs-9-16 {
  padding-top: calc(100% / (9 / 16));
}
.aspect-ratio.aspect-xs-9-16-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 9 / 16);
}
.aspect-ratio.aspect-xs-9-16-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 9 / 16);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-9-16 {
    padding-top: calc(100% / (9 / 16));
  }
  .aspect-ratio.aspect-sm-9-16-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 9 / 16);
  }
  .aspect-ratio.aspect-sm-9-16-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 9 / 16);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-9-16 {
    padding-top: calc(100% / (9 / 16));
  }
  .aspect-ratio.aspect-md-9-16-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 9 / 16);
  }
  .aspect-ratio.aspect-md-9-16-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 9 / 16);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-9-16 {
    padding-top: calc(100% / (9 / 16));
  }
  .aspect-ratio.aspect-lg-9-16-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 9 / 16);
  }
  .aspect-ratio.aspect-lg-9-16-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 9 / 16);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-9-16 {
    padding-top: calc(100% / (9 / 16));
  }
  .aspect-ratio.aspect-xl-9-16-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 9 / 16);
  }
  .aspect-ratio.aspect-xl-9-16-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 9 / 16);
  }
}
.aspect-ratio.aspect-xs-2-3 {
  padding-top: calc(100% / (2 / 3));
}
.aspect-ratio.aspect-xs-2-3-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 2 / 3);
}
.aspect-ratio.aspect-xs-2-3-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 2 / 3);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-2-3 {
    padding-top: calc(100% / (2 / 3));
  }
  .aspect-ratio.aspect-sm-2-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 3);
  }
  .aspect-ratio.aspect-sm-2-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 3);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-2-3 {
    padding-top: calc(100% / (2 / 3));
  }
  .aspect-ratio.aspect-md-2-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 3);
  }
  .aspect-ratio.aspect-md-2-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 3);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-2-3 {
    padding-top: calc(100% / (2 / 3));
  }
  .aspect-ratio.aspect-lg-2-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 3);
  }
  .aspect-ratio.aspect-lg-2-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 3);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-2-3 {
    padding-top: calc(100% / (2 / 3));
  }
  .aspect-ratio.aspect-xl-2-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 3);
  }
  .aspect-ratio.aspect-xl-2-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 3);
  }
}
.aspect-ratio.aspect-xs-3-4 {
  padding-top: calc(100% / (3 / 4));
}
.aspect-ratio.aspect-xs-3-4-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 4);
}
.aspect-ratio.aspect-xs-3-4-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 4);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-3-4 {
    padding-top: calc(100% / (3 / 4));
  }
  .aspect-ratio.aspect-sm-3-4-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 4);
  }
  .aspect-ratio.aspect-sm-3-4-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 4);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-3-4 {
    padding-top: calc(100% / (3 / 4));
  }
  .aspect-ratio.aspect-md-3-4-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 4);
  }
  .aspect-ratio.aspect-md-3-4-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 4);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-3-4 {
    padding-top: calc(100% / (3 / 4));
  }
  .aspect-ratio.aspect-lg-3-4-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 4);
  }
  .aspect-ratio.aspect-lg-3-4-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 4);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-3-4 {
    padding-top: calc(100% / (3 / 4));
  }
  .aspect-ratio.aspect-xl-3-4-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 4);
  }
  .aspect-ratio.aspect-xl-3-4-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 4);
  }
}
.aspect-ratio.aspect-xs-1-1 {
  padding-top: calc(100% / (1 / 1));
}
.aspect-ratio.aspect-xs-1-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 1 / 1);
}
.aspect-ratio.aspect-xs-1-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 1 / 1);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-1-1 {
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-ratio.aspect-sm-1-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 1);
  }
  .aspect-ratio.aspect-sm-1-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 1);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-1-1 {
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-ratio.aspect-md-1-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 1);
  }
  .aspect-ratio.aspect-md-1-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 1);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-1-1 {
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-ratio.aspect-lg-1-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 1);
  }
  .aspect-ratio.aspect-lg-1-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 1);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-1-1 {
    padding-top: calc(100% / (1 / 1));
  }
  .aspect-ratio.aspect-xl-1-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 1 / 1);
  }
  .aspect-ratio.aspect-xl-1-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 1 / 1);
  }
}
.aspect-ratio.aspect-xs-4-3 {
  padding-top: calc(100% / (4 / 3));
}
.aspect-ratio.aspect-xs-4-3-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 4 / 3);
}
.aspect-ratio.aspect-xs-4-3-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 4 / 3);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-4-3 {
    padding-top: calc(100% / (4 / 3));
  }
  .aspect-ratio.aspect-sm-4-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 3);
  }
  .aspect-ratio.aspect-sm-4-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 3);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-4-3 {
    padding-top: calc(100% / (4 / 3));
  }
  .aspect-ratio.aspect-md-4-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 3);
  }
  .aspect-ratio.aspect-md-4-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 3);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-4-3 {
    padding-top: calc(100% / (4 / 3));
  }
  .aspect-ratio.aspect-lg-4-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 3);
  }
  .aspect-ratio.aspect-lg-4-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 3);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-4-3 {
    padding-top: calc(100% / (4 / 3));
  }
  .aspect-ratio.aspect-xl-4-3-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 3);
  }
  .aspect-ratio.aspect-xl-4-3-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 3);
  }
}
.aspect-ratio.aspect-xs-3-2 {
  padding-top: calc(100% / (3 / 2));
}
.aspect-ratio.aspect-xs-3-2-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 2);
}
.aspect-ratio.aspect-xs-3-2-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 2);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-3-2 {
    padding-top: calc(100% / (3 / 2));
  }
  .aspect-ratio.aspect-sm-3-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 2);
  }
  .aspect-ratio.aspect-sm-3-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 2);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-3-2 {
    padding-top: calc(100% / (3 / 2));
  }
  .aspect-ratio.aspect-md-3-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 2);
  }
  .aspect-ratio.aspect-md-3-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 2);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-3-2 {
    padding-top: calc(100% / (3 / 2));
  }
  .aspect-ratio.aspect-lg-3-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 2);
  }
  .aspect-ratio.aspect-lg-3-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 2);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-3-2 {
    padding-top: calc(100% / (3 / 2));
  }
  .aspect-ratio.aspect-xl-3-2-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 2);
  }
  .aspect-ratio.aspect-xl-3-2-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 2);
  }
}
.aspect-ratio.aspect-xs-16-9 {
  padding-top: calc(100% / (16 / 9));
}
.aspect-ratio.aspect-xs-16-9-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 16 / 9);
}
.aspect-ratio.aspect-xs-16-9-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 16 / 9);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-16-9 {
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-ratio.aspect-sm-16-9-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 16 / 9);
  }
  .aspect-ratio.aspect-sm-16-9-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 16 / 9);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-16-9 {
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-ratio.aspect-md-16-9-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 16 / 9);
  }
  .aspect-ratio.aspect-md-16-9-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 16 / 9);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-16-9 {
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-ratio.aspect-lg-16-9-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 16 / 9);
  }
  .aspect-ratio.aspect-lg-16-9-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 16 / 9);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-16-9 {
    padding-top: calc(100% / (16 / 9));
  }
  .aspect-ratio.aspect-xl-16-9-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 16 / 9);
  }
  .aspect-ratio.aspect-xl-16-9-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 16 / 9);
  }
}
.aspect-ratio.aspect-xs-2-1 {
  padding-top: calc(100% / (2 / 1));
}
.aspect-ratio.aspect-xs-2-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 2 / 1);
}
.aspect-ratio.aspect-xs-2-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 2 / 1);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-2-1 {
    padding-top: calc(100% / (2 / 1));
  }
  .aspect-ratio.aspect-sm-2-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 1);
  }
  .aspect-ratio.aspect-sm-2-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 1);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-2-1 {
    padding-top: calc(100% / (2 / 1));
  }
  .aspect-ratio.aspect-md-2-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 1);
  }
  .aspect-ratio.aspect-md-2-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 1);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-2-1 {
    padding-top: calc(100% / (2 / 1));
  }
  .aspect-ratio.aspect-lg-2-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 1);
  }
  .aspect-ratio.aspect-lg-2-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 1);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-2-1 {
    padding-top: calc(100% / (2 / 1));
  }
  .aspect-ratio.aspect-xl-2-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 2 / 1);
  }
  .aspect-ratio.aspect-xl-2-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 2 / 1);
  }
}
.aspect-ratio.aspect-xs-3-1 {
  padding-top: calc(100% / (3 / 1));
}
.aspect-ratio.aspect-xs-3-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 3 / 1);
}
.aspect-ratio.aspect-xs-3-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 3 / 1);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-3-1 {
    padding-top: calc(100% / (3 / 1));
  }
  .aspect-ratio.aspect-sm-3-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 1);
  }
  .aspect-ratio.aspect-sm-3-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 1);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-3-1 {
    padding-top: calc(100% / (3 / 1));
  }
  .aspect-ratio.aspect-md-3-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 1);
  }
  .aspect-ratio.aspect-md-3-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 1);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-3-1 {
    padding-top: calc(100% / (3 / 1));
  }
  .aspect-ratio.aspect-lg-3-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 1);
  }
  .aspect-ratio.aspect-lg-3-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 1);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-3-1 {
    padding-top: calc(100% / (3 / 1));
  }
  .aspect-ratio.aspect-xl-3-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 3 / 1);
  }
  .aspect-ratio.aspect-xl-3-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 3 / 1);
  }
}
.aspect-ratio.aspect-xs-4-1 {
  padding-top: calc(100% / (4 / 1));
}
.aspect-ratio.aspect-xs-4-1-100 {
  padding-top: 0;
  height: 100px;
  width: calc(100px * 4 / 1);
}
.aspect-ratio.aspect-xs-4-1-120 {
  padding-top: 0;
  height: 120px;
  width: calc(120px * 4 / 1);
}
@media (min-width: 576px) {
  .aspect-ratio.aspect-sm-4-1 {
    padding-top: calc(100% / (4 / 1));
  }
  .aspect-ratio.aspect-sm-4-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 1);
  }
  .aspect-ratio.aspect-sm-4-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 1);
  }
}
@media (min-width: 768px) {
  .aspect-ratio.aspect-md-4-1 {
    padding-top: calc(100% / (4 / 1));
  }
  .aspect-ratio.aspect-md-4-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 1);
  }
  .aspect-ratio.aspect-md-4-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 1);
  }
}
@media (min-width: 992px) {
  .aspect-ratio.aspect-lg-4-1 {
    padding-top: calc(100% / (4 / 1));
  }
  .aspect-ratio.aspect-lg-4-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 1);
  }
  .aspect-ratio.aspect-lg-4-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 1);
  }
}
@media (min-width: 1200px) {
  .aspect-ratio.aspect-xl-4-1 {
    padding-top: calc(100% / (4 / 1));
  }
  .aspect-ratio.aspect-xl-4-1-100 {
    padding-top: 0;
    height: 100px;
    width: calc(100px * 4 / 1);
  }
  .aspect-ratio.aspect-xl-4-1-120 {
    padding-top: 0;
    height: 120px;
    width: calc(120px * 4 / 1);
  }
}
.aspect-ratio > img,
.aspect-ratio > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

@media print {
  .ribbon, header {
    display: none !important;
  }
  .content__col .video .video__thumbnail .thumbnail__image {
    position: relative;
    overflow: hidden;
    padding-top: calc(100% / (16 / 9));
  }
  .content__col .video .video__thumbnail .thumbnail__image > img,
  .content__col .video .video__thumbnail .thumbnail__image > div {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    min-height: 100%;
    width: 100%;
    transform: translateY(-50%);
    object-fit: cover;
  }
  .banner {
    height: 400px !important;
  }
}
/*
	The config and utilities of the app.
	Vars, functions, mixins and animation keyframes
 */
/*
	Base font size in pixels
 */
/*
	Default container gutter padding
 */
/*
	Font family vars
 */
/*
	Default cubic-bezier
 */
/*
	Container Breakpoint sizes
 */
/*
	Colour map
	- use the 'c' function to extract
 */
/*
	Z-Index map
	- use the 'z' function to extract
 */
/*
	Function to access colour palette from $colours var
	Usage:
	.class {
		color: c(red, dark);
	}
 */
/*
	Function to access z-index from $z-index var
	Usage:
	.class {
		z-index: z(modal);
	}
 */
/*
	Helper function - used to return int value
 */
/*
	Mixin for adding media queries based on breakpoints
	Usage:
	.container {
		@include bp(xs) {
			// more code
		}
	}
 */
/*
	Mixin for adding font-family declarations
	Usage:
	.content {
		@include ff(b);
	}
 */
/*
	Mixin to add css transition. Can use defaults or pass in custom values
 */
/*
	Mixin to add css property with rem units, with a px fallback
	Usage:
	@include rem(margin, 10 20 5 40);
	or
	@include rem(font-size, 38);
 */
/*
	Mixin to add font size in rem, with px fallback
	Usage:
	@include fs(38);
 */
/*
	Clearfix mixin
 */
/*
	Mixin to add container styles. Pass '0' to prevent the padding being added e.g.
	@include container(0);
 */
@keyframes animation-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/*
  mixin for gradients - RGBA to HEx only at the moment
	eg:
	.gradient {
		@include gradient(#000000, #ffffff)
	}
*/
@keyframes vex-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes vex-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes vex-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vex, .vex *, .vex *:before, .vex *:after {
  box-sizing: border-box;
}

.vex {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1111;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

.vex-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.vex-overlay {
  background: black;
  filter: alpha(opacity=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.vex-overlay {
  animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.75);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vex-closing .vex-overlay {
  animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}

.vex-content {
  animation: vex-fadein 0.5s;
  -webkit-backface-visibility: hidden;
  background: white;
}
.vex-closing .vex-content {
  animation: vex-fadeout 0.5s;
  -webkit-backface-visibility: hidden;
}

.vex-close:before {
  font-family: Arial, sans-serif;
  content: "×";
}

.vex-dialog-form {
  margin: 0;
}

.vex-dialog-button {
  text-rendering: optimizeLegibility;
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.vex-loading-spinner {
  animation: vex-rotation 0.7s linear infinite;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: fixed;
  z-index: 1112;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2em;
  width: 2em;
  background: white;
}

body.vex-open {
  overflow: hidden;
}

@keyframes vex-flyin {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes vex-flyout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}
.vex-default {
  padding-top: 160px;
  padding-bottom: 160px;
}
.vex-default.vex-closing .vex-content {
  animation: vex-flyout 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-default .vex-content {
  animation: vex-flyin 0.5s;
  -webkit-backface-visibility: hidden;
}
.vex-default .vex-content {
  border-radius: 5px;
  font-family: "Helvetica Neue", sans-serif;
  background: #f0f0f0;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 960px;
}
.vex-default .vex-close {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.vex-default .vex-close:before {
  border-radius: 3px;
  position: absolute;
  content: "×";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
.vex-default .vex-close:hover:before, .vex-default .vex-close:active:before {
  color: #777777;
  background: #e0e0e0;
}
.vex-default .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}
.vex-default .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
.vex-default .vex-dialog-form .vex-dialog-input textarea, .vex-default .vex-dialog-form .vex-dialog-input input[type=date], .vex-default .vex-dialog-form .vex-dialog-input input[type=datetime], .vex-default .vex-dialog-form .vex-dialog-input input[type=datetime-local], .vex-default .vex-dialog-form .vex-dialog-input input[type=email], .vex-default .vex-dialog-form .vex-dialog-input input[type=month], .vex-default .vex-dialog-form .vex-dialog-input input[type=number], .vex-default .vex-dialog-form .vex-dialog-input input[type=password], .vex-default .vex-dialog-form .vex-dialog-input input[type=search], .vex-default .vex-dialog-form .vex-dialog-input input[type=tel], .vex-default .vex-dialog-form .vex-dialog-input input[type=text], .vex-default .vex-dialog-form .vex-dialog-input input[type=time], .vex-default .vex-dialog-form .vex-dialog-input input[type=url], .vex-default .vex-dialog-form .vex-dialog-input input[type=week] {
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}
.vex-default .vex-dialog-form .vex-dialog-input textarea:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=date]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=datetime]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=datetime-local]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=email]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=month]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=number]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=password]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=search]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=tel]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=text]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=time]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=url]:focus, .vex-default .vex-dialog-form .vex-dialog-input input[type=week]:focus {
  box-shadow: inset 0 0 0 2px #8dbdf1;
  outline: none;
}
.vex-default .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}
.vex-default .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.vex-default .vex-dialog-button {
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
.vex-default .vex-dialog-button.vex-last {
  margin-left: 0;
}
.vex-default .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  .vex-default .vex-dialog-button:focus {
    animation: none;
    -webkit-backface-visibility: hidden;
  }
}
.vex-default .vex-dialog-button.vex-dialog-button-primary {
  background: #3288e6;
  color: white;
}
.vex-default .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
}

.vex-loading-spinner.vex-default {
  box-shadow: 0 0 0 0.5em #f0f0f0, 0 0 1px 0.5em rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  background: #f0f0f0;
  border: 0.2em solid transparent;
  border-top-color: #bbbbbb;
  top: -1.1em;
  bottom: auto;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
  padding-left: 15px;
  padding-right: 15px;
}

.vertical-align-center {
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

/*
	Close button styles
*/
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.3;
  transition: 0.3s all cubic-bezier(0.26, 0.85, 0.46, 0.99);
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}

/*
	Alert styles
*/
.alert {
  display: inline-block;
  padding: 12px 20px;
  margin-bottom: 1em;
  border: 1px solid transparent;
  border-radius: 2px;
  position: relative;
  font-family: "Open Sans", sans-serif;
}
.alert .close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  color: inherit;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
  margin: 0 auto;
}
.alert-success hr {
  border-top-color: #c1e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6d5ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-error {
  background-color: rgb(242, 222, 222);
  border-color: rgb(210, 128, 128);
  color: rgb(165, 43, 43);
  margin: 0 auto;
}
.alert-error hr {
  border-top-color: #e4b9b9;
}
.alert-error .alert-link {
  color: #843534;
}

.maincontent {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 0;
  font-style: normal;
  background: #f7f7f7;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .maincontent {
    position: relative;
    z-index: 0;
  }
}
.maincontent__bottomlift {
  margin-top: -20px;
}
.maincontent p {
  font-size: 20px;
}
.maincontent__body {
  padding-bottom: 60px;
  z-index: 4;
}
.maincontent__body:not(:first-child) {
  padding-top: 20px;
  margin-top: -35px;
}
.maincontent__body h1 {
  color: black;
  text-align: center;
  font-size: 40px !important;
  border-bottom: #D23C0F solid 3px;
  width: max-content;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 991.98px) {
  .maincontent__body h1 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .maincontent__body {
    padding-top: 20px;
  }
}
.maincontent__bodyinternal {
  /*background: $color--grey-medium;*/
  padding-bottom: 20px;
  z-index: 4;
  padding-top: 20px;
}
.maincontent__bodyinternal h1 {
  color: black;
  text-align: center;
  font-size: 1.75em !important;
  border-bottom: #D23C0F solid 3px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .maincontent__bodyinternal {
    width: 100%;
  }
}
.maincontent__bodyinternal-flex-left {
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .maincontent__bodyinternal-flex-left {
    width: 100%;
  }
}
.maincontent__bodyinternal-flex-left img {
  width: 100%;
}
.maincontent__bodyinternal-flex-left a, .maincontent__bodyinternal-flex-left a:link, .maincontent__bodyinternal-flex-left a:visited {
  color: #ba0b36;
}
.maincontent__bodyinternal-flex-left-header h1 {
  color: black;
  font-size: 2em !important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.maincontent__bodyinternal-flex-left-header::after {
  content: "";
  border-bottom: #D23C0F solid 3px;
  position: absolute;
  width: 40%;
}
.maincontent__bodyinternal-flex-left iframe {
  width: 100%;
}
.maincontent__bodyinternal-flex-left__sharing {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  border-top: #D23C0F solid 3px;
  display: flex;
  align-items: center;
}
.maincontent__bodyinternal-flex-left__sharing-header {
  font-weight: bold;
}
.maincontent__bodyinternal-flex-left__sharing-item {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-top: 0px;
  background: #D23C0F;
  margin-left: 10px;
  margin-right: 0px;
  color: white;
}
.maincontent__bodyinternal-flex-left__sharing-item a, .maincontent__bodyinternal-flex-left__sharing-item a:link, .maincontent__bodyinternal-flex-left__sharing-item a:visited {
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.maincontent__bodyinternal-flex-right {
  margin-top: 30px;
}
.maincontent__bodyinternal-flex-right a, .maincontent__bodyinternal-flex-right a:link, .maincontent__bodyinternal-flex-right a:visited {
  color: #ba0b36;
}
@media (max-width: 991.98px) {
  .maincontent__bodyinternal-flex-right {
    width: 100%;
  }
}
.maincontent__bodyinternal-flex-right__sidenav {
  background: #FFFFFF;
  box-shadow: 0px 61px 191px rgba(0, 0, 0, 0.0186011), 0px 32.376px 69.7181px rgba(0, 0, 0, 0.0266226), 0px 17.8737px 33.8469px rgba(0, 0, 0, 0.0333774), 0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989), 0px 2.38331px 6.56065px rgba(0, 0, 0, 0.06);
  padding-bottom: 20px;
}
.maincontent__bodyinternal-flex-right__sidenav-header {
  border-bottom: solid 4px #D23C0F;
  padding: 20px 15px;
  font-weight: bold;
  color: black;
  font-size: 24px;
}
.maincontent__bodyinternal-flex-right__sidenav-body {
  margin-top: 10px;
}
.maincontent__bodyinternal-flex-right__sidenav-body ul {
  padding: 0px;
  margin: 0px;
}
.maincontent__bodyinternal-flex-right__sidenav-body ul li {
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.maincontent__bodyinternal-flex-right__sidenav-body li.selected {
  border-left: solid 3px #D23C0F;
  background: linear-gradient(90deg, rgba(248, 224, 196, 0.5) 0%, rgba(248, 224, 196, 0) 100%);
}
.maincontent__bodyinternal-flex-right__sidenav-body li.selected a, .maincontent__bodyinternal-flex-right__sidenav-body li.selected a:link, .maincontent__bodyinternal-flex-right__sidenav-body li.selected a:visited {
  font-weight: bold;
  color: #CB4E13;
}
.maincontent__bodyinternal-flex-right__sidenav-body a, .maincontent__bodyinternal-flex-right__sidenav-body a:link, .maincontent__bodyinternal-flex-right__sidenav-body a:visited {
  color: black;
  font-size: 20px;
}

.maincontentorange {
  background: #F8E0C4;
}

.contentblock {
  margin-top: 20px;
  font-size: 20px;
  color: black;
}
.contentblock p {
  color: black;
}
.contentblock ul li {
  font-size: 20px;
}
.contentblock h5 {
  font-size: 30px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
  color: black;
}
.contentblock img {
  width: 100%;
  height: 100%;
}
.contentblock iframe {
  width: 100%;
  min-height: 400px;
}
.contentblock-intro {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 150%;
}
.contentblock a, .contentblock a:link, .contentblock a:visited {
  color: #ba0b36;
}

.addresscard {
  background: #FFFFFF;
  box-shadow: 0px 61px 191px rgba(0, 0, 0, 0.0186011), 0px 32.376px 69.7181px rgba(0, 0, 0, 0.0266226), 0px 17.8737px 33.8469px rgba(0, 0, 0, 0.0333774), 0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989), 0px 2.38331px 6.56065px rgba(0, 0, 0, 0.06);
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  font-size: 20px;
}
.addresscard__header {
  font-weight: bold;
}
.addresscard__header ul {
  margin: 0px;
  padding: 0px;
}
.addresscard__header ul li {
  list-style: none;
  padding-bottom: 10px;
}
.addresscard__header ul li .fas {
  color: #D23C0F;
}
.addresscard__separator {
  width: 100%;
  border-bottom: solid 2px #dedede;
}
.addresscard__body {
  margin-top: 20px;
  margin-bottom: 20px;
}
.addresscard__body a, .addresscard__body a:link, .addresscard__body a:visited {
  color: black;
}
.addresscard__body-flex {
  display: flex;
  flex-wrap: wrap;
}
.addresscard__body-content {
  padding-left: 27px;
  margin-bottom: 20px;
}
.addresscard__body-left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .addresscard__body-left {
    width: 100%;
  }
}
.addresscard__body-left__item {
  display: flex;
  text-decoration: underline;
}
.addresscard__body-left__item-icon {
  flex: none;
  margin-right: 0.5em;
}
.addresscard__body-left__item-text {
  flex: 1 1 auto;
}
.addresscard__body-right {
  width: 50%;
}
@media (max-width: 991.98px) {
  .addresscard__body-right {
    width: 100%;
  }
}
.addresscard__body-right__item {
  display: flex;
}
.addresscard__body-right__item-icon {
  width: 10%;
}
.addresscard__body-right__item-text {
  width: 90%;
}

.banner {
  height: 519px;
  position: relative;
}
.banner__image {
  height: 519px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .banner__image {
    background-size: auto;
  }
}
.banner__image-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner__image-leaf {
  position: absolute;
  bottom: 0;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
@media (max-width: 991.98px) {
  .banner__image-leaf {
    display: none;
  }
}
.banner__image-leaf2 {
  position: absolute;
  bottom: 10px;
  opacity: 0.8;
  mix-blend-mode: overlay;
}
@media (max-width: 991.98px) {
  .banner__image-leaf2 {
    display: none;
  }
}
.banner__text {
  margin: 0 auto;
  text-align: center;
  padding-top: 129px;
  position: relative;
}
.banner__text h1 {
  color: #CB4E13;
  font-size: 64px;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991.98px) {
  .banner__text h1 {
    font-size: 40px;
  }
}
.banner__text-p {
  font-size: 36px;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .banner__text-p {
    font-size: 18px;
  }
}
.banner__selection {
  margin: 0 auto;
  width: 566px;
  height: 150px;
  z-index: 5;
  position: relative;
}
@media (max-width: 991.98px) {
  .banner__selection {
    width: 100%;
  }
}
.banner__selection h5 {
  font-size: 30px;
  color: black;
}
@media (max-width: 991.98px) {
  .banner__selection h5 {
    font-size: 20px;
  }
}
.banner__selection-content {
  padding: 10px 3em;
  background: white;
  text-align: center;
  margin-top: 100px;
  height: 155px;
}
@media (max-width: 991.98px) {
  .banner__selection-content {
    margin-top: 30px;
  }
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap {
    display: block;
  }
}
.banner__selection-content-wrap h5 {
  margin-bottom: 15px;
}
.banner__selection-content-wrap .select-container {
  position: relative;
  display: flex;
  flex-grow: 1;
}
.banner__selection-content-wrap .select-container select {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-left: 15px;
  border: 1px solid #464646;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap .select-container select {
    height: 35px;
    margin-bottom: 10px;
  }
}
.banner__selection-content-wrap .select-container__arrow {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 7px;
  color: #464646;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap .select-container__arrow {
    top: 15px;
  }
}
.banner__selection-content-wrap__center {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.banner__selection-content-wrap__left {
  display: flex;
  text-align: right;
}
.banner__selection-content-wrap__left .linkbutton {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  margin-left: 30px;
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap__left {
    text-align: center;
    display: block;
  }
  .banner__selection-content-wrap__left .linkbutton {
    display: block;
    width: 50%;
    margin: 0 auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.banner__selection-content-wrap__right {
  /*display: inline;*/
  text-align: left;
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap__right {
    text-align: center;
    margin-top: 20px;
  }
}
.banner__selection-content-wrap button {
  height: 45px;
}
@media (max-width: 991.98px) {
  .banner__selection-content-wrap button {
    height: initial;
    margin-top: 10px;
  }
}
.banner__searchbox {
  background: white;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  padding: 30px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
@media (max-width: 991.98px) {
  .banner__searchbox {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}
.banner__searchbox .ms-options-wrap {
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .banner__searchbox .ms-options-wrap {
    width: 100%;
  }
}
.banner__searchbox a, .banner__searchbox a:link, .banner__searchbox a:visited {
  color: #CB4E13;
  font-weight: bold;
}
.banner__searchbox ul.criteria {
  margin-top: 30px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.banner__searchbox ul li {
  list-style: none;
  display: inline;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .banner__searchbox ul li {
    display: block;
    /*margin-top: 30px;*/
    text-align: center;
  }
}
.banner__searchbox ul.criteria li {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .banner__searchbox ul.criteria li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.banner__searchbox-left {
  text-align: right;
  display: flex;
}
.banner__searchbox-right {
  text-align: left;
}
@media (max-width: 991.98px) {
  .banner__searchbox-right {
    text-align: center;
    margin-top: 20px;
  }
}
.banner__searchbox-separator {
  border-bottom: solid 3px #F5BE80;
  padding-top: 30px;
  margin-bottom: 30px;
}
.banner__searchbox-text {
  text-align: center;
  font-weight: bold;
}
.banner__searchbox-center {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .banner__searchbox-center {
    display: block;
  }
}
.banner__searchbox-center .criteria a, .banner__searchbox-center .criteria a:link, .banner__searchbox-center .criteria a:visited {
  padding-left: 15px;
  padding-right: 15px;
  border: solid 2px #CB4E13;
  border-radius: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.banner__searchbox-center .criteria a.selected, .banner__searchbox-center .criteria a.selected:link, .banner__searchbox-center .criteria a.selected:visited {
  background: #CB4E13;
  color: white;
}

.breadcrumb {
  width: 100%;
  border-bottom: solid 2px #eaeaea;
}
@media (max-width: 991.98px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__content {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.breadcrumb__content .parenttrail::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f054";
  margin-left: 15px;
}
@media (max-width: 991.98px) {
  .breadcrumb__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    width: 100%;
  }
}
.breadcrumb__content ul {
  margin: 0px;
  padding: 0px;
}
.breadcrumb__content ul li {
  display: inline;
  padding-right: 15px;
  margin: 0px;
  padding-left: 0px;
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumb__content ul li a, .breadcrumb__content ul li a:link, .breadcrumb__content ul li a:visited {
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

div.button {
  cursor: pointer;
}

.button {
  padding: 15px 25px 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #3b404a;
  transition: 0.2s ease;
  font-family: caecilia, sans-serif;
  font-weight: 800;
  font-style: normal;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.33);
  position: relative;
  text-align: center;
  top: 0;
}
.button__label {
  z-index: 1;
}
.button:hover, .button:focus {
  top: -2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.33);
  text-decoration: underline;
}
.button:active {
  top: 1px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.33);
}
.button--link {
  text-decoration: underline;
}
.button--link:hover, .button--link:focus {
  top: -2px;
  box-shadow: none;
  text-decoration: none;
}
.button--orange {
  background: #D23C0F;
}
.button--orange, .button--orange:hover {
  color: #fff;
}
.button--orange:focus {
  color: #D23C0F;
  background: #fff;
}
.button--yellow {
  background: #f5ce67;
}
.button--yellow, .button--yellow:hover {
  color: #3b404a;
}
.button--yellow:focus {
  color: #f5ce67;
  background: #3b404a;
}
.button--grey {
  background: #3b404a;
}
.button--grey, .button--grey:hover {
  color: #fff;
}
.button--grey:focus {
  color: #3b404a;
  background: #fff;
}
.button--blue-grey {
  background: #6b788f;
}
.button--blue-grey, .button--blue-grey:hover {
  color: #fff;
}
.button--blue-grey:focus {
  color: #6b788f;
  background: #fff;
}
.button--light-orange {
  background: #f2cfa5;
}
.button--light-orange, .button--light-orange:hover {
  color: #3b404a;
}
.button--light-orange:focus {
  color: #f2cfa5;
  background: #3b404a;
}
.button--light-purple {
  background: #d7ccdd;
}
.button--light-purple, .button--light-purple:hover {
  color: #52296b;
}
.button--light-purple:focus {
  color: #d7ccdd;
  background: #52296b;
}
.button--white, .button--white--grey {
  background: #fff;
}
.button--white, .button--white:hover, .button--white--grey, .button--white--grey:hover {
  color: #3b404a;
}
.button--white:focus, .button--white--grey:focus {
  color: #fff;
  background: #3b404a;
}
.button--white--orange {
  background: #fff;
}
.button--white--orange, .button--white--orange:hover {
  color: #D23C0F;
}
.button--white--orange:focus {
  color: #fff;
  background: #D23C0F;
}
.button--white--purple {
  background: #fff;
}
.button--white--purple, .button--white--purple:hover {
  color: #52296b;
}
.button--white--purple:focus {
  color: #fff;
  background: #52296b;
}
.button--white--green {
  background: #fff;
}
.button--white--green, .button--white--green:hover {
  color: #005031;
}
.button--white--green:focus {
  color: #fff;
  background: #005031;
}
.button--white--pink {
  background: #fff;
}
.button--white--pink, .button--white--pink:hover {
  color: #b6154f;
}
.button--white--pink:focus {
  color: #fff;
  background: #b6154f;
}
.button--white.button--link {
  background: transparent;
  color: #fff;
}
.button.gradient {
  position: relative;
}
.button.gradient::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 206, 191, 0.3);
  background: -moz-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 206, 191, 0.3)), color-stop(27%, rgba(242, 207, 165, 0.22)), color-stop(62%, rgba(245, 206, 103, 0.11)), color-stop(100%, rgba(243, 114, 76, 0)));
  background: -webkit-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -o-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -ms-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: linear-gradient(to right, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7cebf", endColorstr="#D23C0F", GradientType=1 );
}
.button .far,
.button .fas,
.button .fal,
.button .fab {
  font-size: 0.8em;
  margin-right: 1em;
}

.callout {
  position: relative;
}
.callout__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: calc(25px - (25px - 16px) / 1.5);
  text-align: center;
  font-size: calc(25px - (25px - 16px) / 1.5);
}
@media (min-width: 768px) {
  .callout__content {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .callout__content {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .callout__content {
    text-align: left;
    flex-direction: row;
    padding-right: 33%;
    font-size: calc(20px - (20px - 16px) / 1.5);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .callout__content {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .callout__content {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .callout__content::after {
    content: "";
  }
}
@media (min-width: 1200px) {
  .callout__content {
    padding-right: 50%;
  }
}
@media (min-width: 768px) {
  .callout__content {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .callout__content {
    font-size: 25px;
  }
}
.callout__content::after {
  position: absolute;
  right: 0;
  height: 2px;
  background-color: #52296b;
  width: calc(33% - 1em);
}
@media (min-width: 1200px) {
  .callout__content::after {
    width: calc(50% - 1em);
  }
}
.callout__emphasis {
  font-size: 3em;
  padding-top: 0.1em;
  margin-bottom: 0.25em;
  line-height: 1;
}
@media (min-width: 992px) {
  .callout__emphasis {
    margin-bottom: 0;
    margin-right: 0.25em;
  }
}
.callout__emphasis > img {
  margin-top: -0.1em;
  height: 100px;
}
@media (min-width: 1200px) {
  .callout__emphasis > img {
    height: 125px;
  }
}
.callout__text {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.card {
  margin-bottom: 2.5em;
}
.card__group {
  margin-bottom: -2.5em;
}
.card__content {
  padding-top: 1em;
}
.card__description,
.card .link {
  font-size: 16px;
  font-size: 18px;
}
.card--orange .card__content {
  padding: 1em 1.5em;
  background: #f2cfa5;
}
.card--white .card__content {
  padding: 1em 1.5em;
}
.card--pink .card__content {
  padding: 1em 1.5em;
  background: #f7cebf;
}
.card--purple .card__content {
  padding: 1em 1.5em;
  background: #d7ccdd;
}
.card--green .card__content {
  padding: 1em 1.5em;
  background: #d1dfd5;
}
.card .link {
  color: #464646;
}

.content + .content:not(:last-child) {
  margin-top: 2em;
}
.content--overlap {
  z-index: 1;
}
@media (min-width: 992px) {
  .content--overlap {
    background: #fff;
    position: relative;
    margin-top: calc(-120px - 150px);
    padding-top: 75px;
    padding-left: 100px;
    margin-right: -15px;
    padding-right: 15px;
    min-height: 150px;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .content--overlap {
    margin-right: calc((100vw - 540px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .content--overlap {
    margin-right: calc((100vw - 680px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .content--overlap {
    margin-right: calc((100vw - 900px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .content--overlap {
    margin-right: calc((100vw - 1140px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .content--overlap {
    padding-right: calc((100vw - 540px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .content--overlap {
    padding-right: calc((100vw - 680px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .content--overlap {
    padding-right: calc((100vw - 900px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .content--overlap {
    padding-right: calc((100vw - 1140px) / 2 + 15px + 100px);
  }
}
.content__col {
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 2em;
}
@media (min-width: 992px) {
  .content__col {
    margin-bottom: 0;
  }
}
.content__intro {
  font-size: calc(25px - (25px - 16px) / 1.5);
  padding-bottom: 2em;
  border-bottom: 2px solid rgba(70, 70, 70, 0.15);
}
@media (min-width: 768px) {
  .content__intro {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .content__intro {
    font-size: 25px;
  }
}
.content__heading {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(25px - (25px - 16px) / 1.5);
}
@media (min-width: 768px) {
  .content__heading {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .content__heading {
    font-size: 25px;
  }
}
.content__quote {
  color: #6b788f;
  font-size: calc(20px - (20px - 16px) / 1.5);
  text-align: center;
  width: 80%;
  margin: 3em auto 2em !important;
}
@media (min-width: 768px) {
  .content__quote {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .content__quote {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .content__quote {
    margin: 120px auto !important;
  }
}
.content__quote .quote__content {
  color: inherit;
  position: relative;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
}
.content__quote .quote__content::before, .content__quote .quote__content::after {
  display: inline-block;
  font-size: 3.5em;
  position: absolute;
}
.content__quote .quote__content::before {
  content: "“";
  top: -0.5em;
  left: -0.5em;
}
.content__quote .quote__content::after {
  content: "”";
  bottom: -1em;
  right: -0.5em;
}
.content__quote .quote__author {
  color: inherit;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-top: 1em;
}
.content__quote .quote__author::before {
  content: "—";
  margin-right: 0.5em;
}

@media (min-width: 992px) {
  .banner--full.banner--overlap + .content--overlap {
    margin-top: calc(-120px - 20vh);
    min-height: 20vh;
  }
}

.contentimagetextleaf {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf {
    display: block;
  }
}
.contentimagetextleaf__text {
  width: 50%;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf__text {
    width: 100%;
  }
}
.contentimagetextleaf__text h5 {
  font-size: 24px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.contentimagetextleaf__image {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf__image {
    width: 100%;
    margin-top: 20px;
    padding: 0px;
  }
}
.contentimagetextleaf__image-image {
  position: relative;
  z-index: 2;
}
.contentimagetextleaf__image-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .contentimagetextleaf__image-image img {
    width: 120%;
  }
}
@media (min-width: 1200px) {
  .contentimagetextleaf__image-image img {
    width: 100%;
  }
}
.contentimagetextleaf__image-leaf {
  position: absolute;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf__image-leaf {
    margin-top: -5%;
    right: 0%;
  }
}
@media (min-width: 992px) {
  .contentimagetextleaf__image-leaf {
    margin-top: -7%;
    right: -13%;
  }
}
@media (min-width: 1200px) {
  .contentimagetextleaf__image-leaf {
    margin-top: -5%;
    right: -2%;
  }
}
.contentimagetextleaf__image-leaf img {
  width: 100%;
}
.contentimagetextleaf__image-leaf2 {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf__image-leaf2 {
    right: -2%;
    transform: unset;
    margin-top: 100px;
  }
}
@media (min-width: 992px) {
  .contentimagetextleaf__image-leaf2 {
    right: -16%;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .contentimagetextleaf__image-leaf2 {
    right: -2%;
    margin-top: 100px;
  }
}
.contentimagetextleaf__image-leaf2 img {
  width: 100%;
}

.contentimagetextleaf-left {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 20px;
}
.contentimagetextleaf-left ul li {
  margin: 0px;
  font-size: 20px;
}
.contentimagetextleaf-left ul {
  margin: 0px;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-left {
    display: block;
  }
}
.contentimagetextleaf-left .container {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.contentimagetextleaf-left__text {
  width: 60%;
  position: relative;
  font-size: 20px;
}
@media (min-width: 992px) {
  .contentimagetextleaf-left__text {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .contentimagetextleaf-left__text {
    left: 0px;
  }
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-left__text {
    width: 100%;
    margin-top: 30px;
  }
}
.contentimagetextleaf-left__text h5 {
  font-size: 30px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.contentimagetextleaf-left__image {
  width: 40%;
  position: relative;
  right: 30px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-left__image {
    width: 100%;
    margin-top: 20px;
    right: unset;
  }
}
.contentimagetextleaf-left__image img {
  width: 100%;
}
.contentimagetextleaf-left__image-image {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-right: 20px;
}
.contentimagetextleaf-left__image-leaf {
  position: absolute;
  margin-left: 0px;
  z-index: 2;
  margin-top: -30px;
  right: 0;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-left__image-leaf {
    right: -30px;
    top: 0;
  }
}
.contentimagetextleaf-left__image-leaf2 {
  position: absolute;
  margin-left: 40%;
  z-index: 1;
  margin-top: 100px;
  right: 0;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-left__image-leaf2 {
    right: -30px;
    top: 0;
  }
}

.contentimagetextleaf-long {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-long {
    display: block;
    margin-bottom: 200px;
  }
}
.contentimagetextleaf-long__text {
  width: 60%;
  font-size: 20px;
}
.contentimagetextleaf-long__text ul li {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-long__text {
    width: 100%;
  }
}
.contentimagetextleaf-long__text h5 {
  font-size: 30px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.contentimagetextleaf-long__image {
  position: relative;
  width: 40%;
  left: 50px;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-long__image {
    width: 100%;
    margin-top: 20px;
    left: 0px;
  }
}
.contentimagetextleaf-long__image-image {
  width: 100%;
  z-index: 2;
  position: relative;
}
.contentimagetextleaf-long__image-image img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .contentimagetextleaf-long__image-image {
    margin-top: 0px;
  }
}
.contentimagetextleaf-long__image-leaf {
  width: 100%;
  z-index: 2;
  /* min-height: 500px; */
  position: absolute;
  margin-top: -50px;
}
.contentimagetextleaf-long__image-leaf img {
  width: 100%;
}
.contentimagetextleaf-long__image-leaf .leaf1, .contentimagetextleaf-long__image-leaf .leaf2, .contentimagetextleaf-long__image-leaf .leaf3, .contentimagetextleaf-long__image-leaf .leaf4 {
  position: absolute;
}
.contentimagetextleaf-long__image-leaf .leaf1 {
  margin-left: -30px;
}
.contentimagetextleaf-long__image-leaf .leaf2 {
  margin-top: 170px;
  margin-left: -20px;
}
.contentimagetextleaf-long__image-leaf .leaf3 {
  margin-top: 120%;
  margin-left: 30px;
}
.contentimagetextleaf-long__image-leaf .leaf4 {
  margin-top: 100%;
  margin-left: 20px;
}
.contentimagewithleaf {
  display: flex;
  margin-top: 30px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .contentimagewithleaf {
    display: block;
  }
}
.contentimagewithleaf__right {
  width: 100%;
}
@media (max-width: 991.98px) {
  .contentimagewithleaf__right {
    width: 100%;
    padding-right: 20px;
    margin-top: 30px;
  }
}
.contentimagewithleaf__right img {
  width: 100%;
}
.contentimagewithleaf__right-text {
  border-bottom: solid 3px #D23C0F;
  margin-bottom: 20px;
  font-weight: bold;
}
.contentimagewithleaf__right-image {
  position: relative;
}
.contentimagewithleaf__right-image-leaf {
  position: absolute;
  width: 60%;
  /* margin-left: 30%; */
  z-index: 1;
  bottom: -55px;
  left: -50px;
}
.contentimagewithleaf__right-image-leaf img {
  width: 210px;
}
@media (max-width: 991.98px) {
  .contentimagewithleaf__right-image-leaf {
    width: 60%;
    margin-left: 35%;
  }
}
.contentimagewithleaf__right-image-leaf2 {
  position: absolute;
  width: 60%;
  /* margin-left: 15%; */
  z-index: 2;
  bottom: -50px;
  left: -50px;
}
.contentimagewithleaf__right-image-leaf2 img {
  width: 160px;
}
@media (max-width: 991.98px) {
  .contentimagewithleaf__right-image-leaf2 {
    width: 60%;
    margin-left: 30%;
  }
}
.contentimagewithleaf__right-image-image {
  position: relative;
  z-index: 3;
}
.contentimagewithleaf__right-image-image img {
  width: 100%;
}

.contactusform {
  padding-bottom: 20px;
  font-size: 20px;
}
.contactusform h2 {
  color: black;
  font-size: 30px;
}
.contactusform__form {
  /*border: solid 3px $color--mediumorange;*/
  padding: 20px;
  color: #464646;
  background-color: white;
}
.contactusform__form input[type=text], .contactusform__form textarea {
  width: 100%;
  border: solid 1px rgba(70, 70, 70, 0.5);
  background-color: #f7f7f7;
  font-family: "AntartidaRounded";
  font-size: 20px;
  font-weight: normal;
}
.contactusform__form input[type=text]::placeholder, .contactusform__form textarea::placeholder {
  opacity: 0.7;
  color: #464646;
}
.contactusform__form .row {
  padding-bottom: 30px;
}
@media (max-width: 991.98px) {
  .contactusform__form .row {
    display: block;
  }
}

.formmaincontent {
  display: flex;
  flex-wrap: wrap;
  color: #464646;
  background-color: white;
}
.formmaincontent .row {
  padding-bottom: 0px;
}
@media (max-width: 991.98px) {
  .formmaincontent .row {
    display: block;
  }
}
.formmaincontent legend {
  display: none;
}
.formmaincontent input[type=text], .formmaincontent input[type=email], .formmaincontent input[type=tel], .formmaincontent textarea {
  width: 100%;
  border: solid 1px rgba(70, 70, 70, 0.5);
  background-color: #f7f7f7;
  font-family: "AntartidaRounded";
  font-size: 20px;
  font-weight: normal;
}
.formmaincontent input[type=text]::placeholder, .formmaincontent input[type=email]::placeholder, .formmaincontent input[type=tel]::placeholder, .formmaincontent textarea::placeholder {
  opacity: 0.7;
  color: #464646;
}
.formmaincontent .has-error, .formmaincontent .scfSectionBorder {
  flex-basis: 100%;
}
.formmaincontent .scfSectionBorder {
  flex-basis: 100%;
}
.formmaincontent .scfSectionBorder .form-group {
  padding-bottom: 30px;
}
.formmaincontent .formDropdown {
  width: 50%;
  padding-right: 20px;
}
.formmaincontent .formDropdown .form-group {
  padding-bottom: 30px;
}
.formmaincontent .halfAvailableWidth {
  display: none;
}

.cta {
  height: 300px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta > * {
  position: relative;
  z-index: 1;
}
.cta__heading {
  font-weight: 300;
  margin-bottom: 1em;
  text-align: center;
  padding: 0px 20px;
}
.cta, .cta--orange {
  background-color: #D23C0F;
  position: relative;
}
.cta::after, .cta--orange::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 206, 191, 0.3);
  background: -moz-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 206, 191, 0.3)), color-stop(27%, rgba(242, 207, 165, 0.22)), color-stop(62%, rgba(245, 206, 103, 0.11)), color-stop(100%, rgba(243, 114, 76, 0)));
  background: -webkit-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -o-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -ms-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: linear-gradient(to right, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7cebf", endColorstr="#D23C0F", GradientType=1 );
}
.cta .button--white:not(.button--link), .cta--orange .button--white:not(.button--link) {
  background: #fff;
}
.cta .button--white:not(.button--link), .cta .button--white:not(.button--link):hover, .cta--orange .button--white:not(.button--link), .cta--orange .button--white:not(.button--link):hover {
  color: #D23C0F;
}
.cta .button--white:not(.button--link):focus, .cta--orange .button--white:not(.button--link):focus {
  color: #fff;
  background: #D23C0F;
}
.cta--purple {
  background-color: #52296b;
  position: relative;
}
.cta--purple::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 206, 191, 0.3);
  background: -moz-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 206, 191, 0.3)), color-stop(27%, rgba(242, 207, 165, 0.22)), color-stop(62%, rgba(245, 206, 103, 0.11)), color-stop(100%, rgba(243, 114, 76, 0)));
  background: -webkit-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -o-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -ms-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: linear-gradient(to right, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7cebf", endColorstr="#D23C0F", GradientType=1 );
}
.cta--purple .button--white:not(.button--link) {
  background: #fff;
}
.cta--purple .button--white:not(.button--link), .cta--purple .button--white:not(.button--link):hover {
  color: #52296b;
}
.cta--purple .button--white:not(.button--link):focus {
  color: #fff;
  background: #52296b;
}
.cta--pink {
  background-color: #b6154f;
  position: relative;
}
.cta--pink::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 206, 191, 0.3);
  background: -moz-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 206, 191, 0.3)), color-stop(27%, rgba(242, 207, 165, 0.22)), color-stop(62%, rgba(245, 206, 103, 0.11)), color-stop(100%, rgba(243, 114, 76, 0)));
  background: -webkit-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -o-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -ms-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: linear-gradient(to right, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7cebf", endColorstr="#D23C0F", GradientType=1 );
}
.cta--pink .button--white:not(.button--link) {
  background: #fff;
}
.cta--pink .button--white:not(.button--link), .cta--pink .button--white:not(.button--link):hover {
  color: #b6154f;
}
.cta--pink .button--white:not(.button--link):focus {
  color: #fff;
  background: #b6154f;
}
.cta--green {
  background-color: #005031;
  position: relative;
}
.cta--green::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(247, 206, 191, 0.3);
  background: -moz-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 206, 191, 0.3)), color-stop(27%, rgba(242, 207, 165, 0.22)), color-stop(62%, rgba(245, 206, 103, 0.11)), color-stop(100%, rgba(243, 114, 76, 0)));
  background: -webkit-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -o-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: -ms-linear-gradient(left, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  background: linear-gradient(to right, rgba(247, 206, 191, 0.3) 0%, rgba(242, 207, 165, 0.22) 27%, rgba(245, 206, 103, 0.11) 62%, rgba(243, 114, 76, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7cebf", endColorstr="#D23C0F", GradientType=1 );
}
.cta--green .button--white:not(.button--link) {
  background: #fff;
}
.cta--green .button--white:not(.button--link), .cta--green .button--white:not(.button--link):hover {
  color: #005031;
}
.cta--green .button--white:not(.button--link):focus {
  color: #fff;
  background: #005031;
}

.cta-half {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}
@media (min-width: 992px) {
  .cta-half {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .cta-half {
    margin-bottom: 90px;
  }
}
@media (max-width: 991.98px) {
  .cta-half {
    flex-direction: column;
  }
}
.cta-half__item {
  position: relative;
}
@media (min-width: 992px) {
  .cta-half__item {
    flex: 1 1 50%;
    max-width: 50%;
  }
}
.cta-half__item:first-child {
  background: #f0f0f0;
  color: #404040;
}
.cta-half__item:first-child .button {
  background: #026936;
  color: #ffffff;
}
.cta-half__item:first-child .cta-half__buttons {
  border-color: #026936;
}
.cta-half__item:last-child {
  background: #026936;
  color: #ffffff;
}
.cta-half__item:last-child .button {
  background: #ffffff;
  color: #026936;
  outline-color: #ffffff !important;
}
.cta-half__item:last-child .cta-half__buttons {
  border-color: #ffffff;
}
.cta-half__item:last-child .cta-half__heading {
  color: #ffffff;
}
.cta-half__item--text {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .cta-half__item--text {
    padding-top: 90px;
  }
}
@media (min-width: 992px) {
  .cta-half__item--text {
    padding-bottom: 90px;
  }
}
@media (max-width: 991.98px) {
  .cta-half__item--text {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .cta-half__item--image, .cta-half__item--video {
    order: 0;
  }
}
.cta-half__heading {
  color: #026936;
}
.cta-half__heading > * {
  color: inherit;
}
.cta-half__heading + .cta-half__body {
  margin-top: 1.33em;
}
.cta-half__heading, .cta-half__body {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 600px;
  box-sizing: content-box;
}
@media (min-width: 992px) {
  .cta-half__heading, .cta-half__body {
    padding-left: 90px;
  }
}
@media (min-width: 992px) {
  .cta-half__heading, .cta-half__body {
    padding-right: 90px;
  }
}
.cta-half__body {
  font-size: 1.25rem;
}
.cta-half__buttons {
  border-top: 1px solid;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  margin-bottom: -20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cta-half__buttons {
    margin-top: 90px;
  }
}
@media (min-width: 992px) {
  .cta-half__buttons {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .cta-half__buttons {
    margin-bottom: -45px;
  }
}
.cta-half__buttons .button {
  margin: 7.5px;
}
.cta-half__image, .cta-half__video {
  z-index: 1;
  position: relative;
}
.cta-half__image > img, .cta-half__image > iframe, .cta-half__video > img, .cta-half__video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.cta-half__image > img, .cta-half__video > img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media (min-width: 992px) {
  .cta-half__image, .cta-half__video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .cta-half__image, .cta-half__video {
    padding: 0 0 50%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .cta-half__image, .cta-half__video {
    padding: 0 0 60%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .cta-half__image, .cta-half__video {
    padding: 0 0 75%;
  }
}
.cta-half__video {
  cursor: pointer;
  outline: none !important;
}
.cta-half__video::before, .cta-half__video::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cta-half__video::before {
  background-color: #ffffff;
  border-radius: 130px;
  height: 130px;
  width: 130px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}
.cta-half__video::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro" !important;
  color: inherit;
  font-weight: 900 !important;
  content: "fa-glyph("play")" !important;
  color: #5b5b5b;
  font-size: 43.3333333333px;
}

body.user-is-tabbing .cta-half__video:focus::before {
  background-color: #026936;
}
body.user-is-tabbing .cta-half__video:focus::after {
  outline: 2px dashed;
  outline-offset: 2px;
  outline-color: #ffffff;
  color: #ffffff;
}

.communitystories {
  clear: both;
  margin-top: 20px;
  padding-bottom: 20px;
}
.communitystories a, .communitystories a:link, .communitystories a:visited, .communitystories a:hover {
  color: black;
  text-decoration: none;
}
.communitystories .container {
  display: flex;
}
@media (max-width: 991.98px) {
  .communitystories .container {
    display: block;
  }
}
.communitystories__header {
  display: block;
  margin-bottom: 40px;
}
.communitystories__header h5 {
  color: black;
  font-size: 1.75em !important;
  margin: 0 auto;
  border-bottom: #D23C0F solid 3px;
}
.communitystories__table {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 60px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .communitystories__table {
    display: block;
    padding-bottom: 0px;
  }
}
.communitystories__table-item {
  background: white;
  height: 80%;
  border-bottom: solid 6px #F8E0C4;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}
.communitystories__table-item img {
  width: 100%;
  height: 235px;
  max-height: 235px;
}
@media (max-width: 991.98px) {
  .communitystories__table-item img {
    height: auto;
    max-height: unset;
  }
}
@media (max-width: 991.98px) {
  .communitystories__table-item {
    margin-bottom: 30px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .communitystories__table-item {
    width: 27%;
    position: relative;
    margin-bottom: 0px;
  }
}
.communitystories__table-item-text {
  background: white;
  padding: 20px;
  position: relative;
  top: -10px;
  font-size: 18px;
}
.communitystories__table-item-text h5 {
  font-size: 1.25em;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.communitystories__table-item-text-date {
  width: 100%;
  border-top: solid 3px #D23C0F;
  padding-top: 10px;
}

.communitystoriesbottom {
  width: 100%;
  margin-bottom: 120px;
}

.execs {
  text-align: left;
  margin-bottom: 120px;
}
.execs .date {
  font-size: 16px !important;
}
.execs .far,
.execs .fas,
.execs .fal,
.execs .fab {
  color: #D23C0F;
}
.execs__cards {
  position: relative;
  margin-top: 40px;
}
.execs__cards-item {
  display: flex;
  /*border: solid 2px $color--grey-medium-dark;*/
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .execs__cards-item {
    flex-direction: column;
  }
}
.execs__cards-item:hover .execs__cards-item-link {
  text-decoration: underline;
}
.execs__cards-item-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .execs__cards-item-image {
    /* Enforce 16:9 aspect ratio*/
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .execs__cards-item-image {
    flex: none;
    width: 35%;
  }
}
.execs__cards-item-link {
  color: black !important;
}
.execs__cards-item-link:hover, .execs__cards-item-link:focus {
  text-decoration: underline;
  color: black !important;
}
.execs__cards-item-link, .execs__cards-item-link:hover, .execs__cards-item-link:focus {
  color: black !important;
  font-size: inherit;
}
.execs__cards-item-text {
  width: 65%;
  position: relative;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: black;
}
@media (max-width: 991.98px) {
  .execs__cards-item-text {
    width: 100%;
  }
}
.execs__cards-item-text p {
  font-size: inherit;
  color: inherit;
}
.execs__cards-item-text h4 {
  font-size: 28px;
}
.execs__cards-item-text h5 {
  max-width: 100%;
  border-bottom: none 0px white;
  color: #D23C0F;
  font-size: 24px;
}
.execs__cards-item-text h5 .far,
.execs__cards-item-text h5 .fas,
.execs__cards-item-text h5 .fal,
.execs__cards-item-text h5 .fab {
  color: #D23C0F;
}
.execs__cards-item-text-address {
  color: #5b5b5b;
}
.execs__cards-item-text-list {
  display: flex;
  border-bottom: solid 2px #dedede;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .execs__cards-item-text-list {
    display: block;
  }
}
.execs__cards-item-text-list ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.execs__cards-item-text-list ul {
  padding: 0px;
  margin: 0px;
}
.execs__cards-item-text-list__row {
  display: flex;
}
.execs__cards-item-text-list__row-icon {
  width: 10%;
}
.execs__cards-item-text-list__row-text {
  width: 90%;
}
.execs__cards-item-text-list-left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .execs__cards-item-text-list-left {
    width: 100%;
  }
}
.execs__cards-item-text-list-right {
  width: 50%;
}
@media (max-width: 991.98px) {
  .execs__cards-item-text-list-right {
    width: 100%;
  }
}

.execdetails {
  margin-bottom: 120px;
}
.execdetails__contentimagetextleaf-left {
  /*display: flex;*/
  align-items: start;
  margin-top: 20px;
  font-size: 20px;
  padding-top: 20px;
}
.execdetails__contentimagetextleaf-left ul li {
  margin: 0px;
  font-size: 20px;
}
.execdetails__contentimagetextleaf-left ul {
  margin: 0px;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .execdetails__contentimagetextleaf-left {
    display: block;
  }
}
.execdetails__contentimagetextleaf-left .container {
  position: relative;
  padding: 0px;
  margin: 0px;
}
.execdetails__contentimagetextleaf-left__text {
  /*width: 60%;*/
  position: relative;
  font-size: 20px;
}
@media (min-width: 992px) {
  .execdetails__contentimagetextleaf-left__text {
    left: 0px;
  }
}
@media (min-width: 1200px) {
  .execdetails__contentimagetextleaf-left__text {
    left: 0px;
  }
}
@media (max-width: 991.98px) {
  .execdetails__contentimagetextleaf-left__text {
    width: 100%;
    margin-top: 30px;
  }
}
.execdetails__contentimagetextleaf-left__text h4, .execdetails__contentimagetextleaf-left__text h5 {
  font-size: 30px;
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
}
.execdetails__contentimagetextleaf-left__text h5 {
  color: #D23C0F;
}
.execdetails__contentimagetextleaf-left__image {
  float: left;
  width: 40%;
  position: relative;
  right: 30px;
}
@media (max-width: 991.98px) {
  .execdetails__contentimagetextleaf-left__image {
    width: 100%;
    margin-top: 20px;
    right: unset;
  }
}
.execdetails__contentimagetextleaf-left__image img {
  width: 100%;
}
.execdetails__contentimagetextleaf-left__image-image {
  width: 100%;
  position: relative;
  z-index: 4;
  margin-right: 20px;
}
.execdetails__contentimagetextleaf-left__image-leaf {
  position: absolute;
  margin-left: 0px;
  z-index: 2;
  margin-top: -30px;
  right: 0;
}
@media (max-width: 991.98px) {
  .execdetails__contentimagetextleaf-left__image-leaf {
    right: -30px;
    top: 0;
  }
}
.execdetails__contentimagetextleaf-left__image-leaf2 {
  position: absolute;
  margin-left: 40%;
  z-index: 1;
  margin-top: 100px;
  right: 0;
}
@media (max-width: 991.98px) {
  .execdetails__contentimagetextleaf-left__image-leaf2 {
    right: -30px;
    top: 0;
  }
}

.featuredservice {
  clear: both;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .featuredservice {
    display: block;
  }
}
@media (min-width: 992px) {
  .featuredservice {
    display: flex;
  }
}
.featuredservice h2 {
  font-size: 40px;
  color: black;
  margin-bottom: 30px;
  border-bottom: #D23C0F solid 3px;
}
.featuredservice__left img {
  width: 100%;
  z-index: 3;
  position: relative;
}
.featuredservice__left-image {
  width: 85%;
  padding-top: 10%;
}
.featuredservice__left-leaf {
  position: absolute;
  width: 60%;
  margin-left: 30%;
  z-index: 2;
  bottom: 25;
}
@media (max-width: 991.98px) {
  .featuredservice__left-leaf {
    width: 60%;
    margin-left: 35%;
  }
}
.featuredservice__left-leaf2 {
  position: absolute;
  width: 60%;
  margin-left: 15%;
  z-index: 1;
  bottom: 25;
}
@media (max-width: 991.98px) {
  .featuredservice__left-leaf2 {
    width: 60%;
    margin-left: 20%;
  }
}
@media (max-width: 991.98px) {
  .featuredservice__left {
    float: none;
    width: 100%;
    flex: none;
    max-width: 100%;
  }
}
.featuredservice__right {
  padding-top: 40px;
  padding-left: 17px;
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .featuredservice__right {
    width: 100%;
    float: none;
    flex: none;
    max-width: 100%;
  }
}

.featuredstories {
  background-color: #ffffff;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0px 61px 191px rgba(0, 0, 0, 0.0186011), 0px 32.376px 69.7181px rgba(0, 0, 0, 0.0266226), 0px 17.8737px 33.8469px rgba(0, 0, 0, 0.0333774), 0px 8.38671px 16.5924px rgba(0, 0, 0, 0.0413989), 0px 2.38331px 6.56065px rgba(0, 0, 0, 0.06);
}
@media (min-width: 576px) {
  .featuredstories {
    margin-left: calc((100vw - 540px) / 2 * -1 - 15px);
  }
}
@media (min-width: 768px) {
  .featuredstories {
    margin-left: calc((100vw - 680px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) {
  .featuredstories {
    margin-left: calc((100vw - 900px) / 2 * -1 - 15px);
  }
}
@media (min-width: 1200px) {
  .featuredstories {
    margin-left: calc((100vw - 1140px) / 2 * -1 - 15px);
  }
}
@media (min-width: 576px) {
  .featuredstories {
    margin-right: calc((100vw - 540px) / 2 * -1 - 15px);
  }
}
@media (min-width: 768px) {
  .featuredstories {
    margin-right: calc((100vw - 680px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) {
  .featuredstories {
    margin-right: calc((100vw - 900px) / 2 * -1 - 15px);
  }
}
@media (min-width: 1200px) {
  .featuredstories {
    margin-right: calc((100vw - 1140px) / 2 * -1 - 15px);
  }
}
@media (min-width: 576px) {
  .featuredstories {
    padding-left: calc((100vw - 540px) / 2 + 15px + 0px);
  }
}
@media (min-width: 768px) {
  .featuredstories {
    padding-left: calc((100vw - 680px) / 2 + 15px + 0px);
  }
}
@media (min-width: 992px) {
  .featuredstories {
    padding-left: calc((100vw - 900px) / 2 + 15px + 0px);
  }
}
@media (min-width: 1200px) {
  .featuredstories {
    padding-left: calc((100vw - 1140px) / 2 + 15px + 0px);
  }
}
@media (min-width: 576px) {
  .featuredstories {
    padding-right: calc((100vw - 540px) / 2 + 15px + 0px);
  }
}
@media (min-width: 768px) {
  .featuredstories {
    padding-right: calc((100vw - 680px) / 2 + 15px + 0px);
  }
}
@media (min-width: 992px) {
  .featuredstories {
    padding-right: calc((100vw - 900px) / 2 + 15px + 0px);
  }
}
@media (min-width: 1200px) {
  .featuredstories {
    padding-right: calc((100vw - 1140px) / 2 + 15px + 0px);
  }
}
.featuredstories a, .featuredstories a:link, .featuredstories a:visited, .featuredstories a:hover {
  color: black;
  text-decoration: none;
}
.featuredstories__header {
  display: block;
  margin-bottom: 40px;
}
.featuredstories__header h2 {
  color: black;
  font-size: 40px !important;
  margin: 0 auto;
  padding-right: 10%;
}
.featuredstories__header::after {
  border-bottom: #D23C0F solid 3px;
  content: "";
  position: absolute;
  width: 50%;
}
.featuredstories__table {
  margin-bottom: -30px;
}
.featuredstories__table-text {
  padding-left: 0px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .featuredstories__table-text {
    margin-bottom: 30px;
  }
}
.featuredstories__table-item {
  padding-left: 10px;
  padding-right: 0px;
}
.featuredstories__table-item img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .featuredstories__table-item {
    margin-bottom: 30px;
  }
}
.featuredstories__table-item-text {
  background: white;
  padding: 20px;
  position: relative;
  top: -10px;
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-bottom: solid 6px #F8E0C4;
}
.featuredstories__table-item-text h3 {
  font-size: 1.25em;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.featuredstories__table-item-text-date {
  width: 100%;
  border-top: solid 3px #D23C0F;
  padding-top: 10px;
}

.featuredstoriesbottom {
  width: 100%;
  height: 70px;
  background: rgb(162, 162, 162);
  background: linear-gradient(180deg, #dedede 30%, #efefef 66%, white 100%);
  margin-bottom: 120px;
}

.footer {
  background-color: #f0f0f0;
  box-shadow: inset 0px 10px 20px rgba(0, 0, 0, 0.06), inset 0px 1px 30px rgba(0, 0, 0, 0.1);
}
.footer ul {
  font-family: inherit;
}
.footer__details > * + * {
  margin-top: 2em;
}
.footer__logo {
  width: 100%;
}
.footer__logo img {
  max-width: 100%;
  max-height: 80px;
}
.footer__phone {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer__phone-link {
  text-decoration: none;
  color: #404040;
  font-size: 18px;
  border-bottom: 2px solid transparent;
}
.footer__phone-link > span {
  color: #026936;
}
.footer__copyright p {
  margin: 0.5em 0;
}
.footer__menu-section {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991.98px) {
  .footer__menu-section:not(.footer__contact) {
    display: none !important;
  }
}
.footer__menu-section + .footer__menu-section {
  margin-top: 2em;
}
.footer__menu-item,
.footer__menu-item > * {
  font-size: 16px;
  color: #5b5b5b;
}
.footer__menu-heading {
  font-size: 18px;
  color: #026936;
  margin: 0;
}
.footer__menu-link {
  line-height: 1.2;
  display: inline-flex;
  margin: 0.1em 0;
}
.footer__menu-link:focus {
  outline-color: #1d252e !important;
}
.footer__address {
  margin-bottom: 0.5em;
}
.footer-ribbon {
  background-color: #F8E0C4;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 0;
  font-style: normal;
}
@media (min-width: 1200px) {
  .footer-ribbon {
    font-size: 18px;
  }
}
.footer-ribbon > .container, .footer-ribbon__section {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1140px;
}
@media (max-width: 991.98px) {
  .footer-ribbon > .container, .footer-ribbon__section {
    display: block;
  }
}
@media (min-width: 992px) {
  .footer-ribbon__section {
    padding: 1em 0;
  }
}
.footer-ribbon__section + .footer-ribbon__section {
  margin-left: auto;
}
.footer-ribbon__section-left {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 200px;
}
.footer-ribbon__section-left img {
  width: 200px;
}
@media (max-width: 991.98px) {
  .footer-ribbon__section-left {
    padding-left: 0px;
    float: none;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .footer-ribbon__section-left {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .footer-ribbon__section-left {
    padding-left: 150px;
  }
}
.footer-ribbon__section-right {
  border-left: solid 3px #D23C0F;
  padding-left: 40px;
  display: flex;
}
@media (max-width: 991.98px) {
  .footer-ribbon__section-right {
    padding-left: 0px;
    width: 100%;
    border-left: none 0px white;
    display: block;
    border-top: solid 3px #D23C0F;
    padding-top: 30px;
  }
}
.footer-ribbon__section-right-item {
  margin-right: 50px;
}
.footer-ribbon__section-right-item h5 {
  color: black;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}
.footer-ribbon__section-right-item ul {
  margin: 0px;
  padding: 0px;
}
.footer-ribbon__section-right-item ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer-ribbon__section-right-item a, .footer-ribbon__section-right-item a:link, .footer-ribbon__section-right-item a:visited {
  color: #464646;
  font-size: 16px;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer-ribbon__section-right-item a:hover {
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .footer-ribbon__section-right-item {
    margin-bottom: 30px;
    margin-right: 0px;
    text-align: center;
  }
}
.footer-ribbon__label, .footer-ribbon__link {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .footer-ribbon__label {
    display: none !important;
  }
}
.footer-ribbon__link {
  color: #ffffff;
  text-decoration: none;
  transition: 0.1s ease;
  border-bottom: 2px solid #026936;
  margin-bottom: -2px;
  margin-left: 0.5em;
  line-height: 1;
  font-size: 24px;
}
@media (min-width: 992px) {
  .footer-ribbon__link {
    font-size: 18px;
  }
}
.footer-ribbon__link:hover, .footer-ribbon__link:focus {
  border-bottom: 2px solid;
}
.footer-ribbon__link--big {
  line-height: 0.6;
  margin: 0;
  font-size: 3rem;
  border: none;
}
.footer-ribbon__link--big:hover, .footer-ribbon__link--big:focus {
  border: none;
  text-decoration: underline;
}
.footer-bottom {
  top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #464646;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.footer-bottom .container {
  justify-content: center;
  align-items: center;
}
@media (max-width: 991.98px) {
  .footer-bottom__left {
    float: none;
    width: 100%;
  }
}
.footer-bottom__right {
  text-align: center;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .footer-bottom__right {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.footer-bottom__right ul {
  margin: 0px;
  padding: 0px;
}
@media (max-width: 991.98px) {
  .footer-bottom__right ul {
    display: flex;
    flex-direction: column;
  }
  .footer-bottom__right ul li {
    border: none;
  }
  .footer-bottom__right ul li + li {
    margin-top: 0.5em;
  }
}
.footer-bottom__right ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: inline;
  padding-right: 15px;
  border-right: solid 2px #D23C0F;
  padding-left: 15px;
}
@media (max-width: 991.98px) {
  .footer-bottom__right ul li {
    padding-left: 25px;
    padding-right: 25px;
    top: 10px;
    border: none;
  }
  .footer-bottom__right ul li + li {
    margin-top: 0.5em;
  }
}
.footer-bottom__right ul li:last-child() {
  border-right: none 0px white;
}
.footer-bottom__right a, .footer-bottom__right a:link, .footer-bottom__right a:visited {
  color: #464646;
}
.footer-bottom__right a:hover {
  text-decoration: underline;
}

input {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #3b404a;
  font-size: 16px;
  padding: 12.5px 15px 8px;
  border: none;
}

::placeholder {
  color: #3b404a;
}

::-ms-input-placeholder {
  color: #3b404a;
}

:-ms-input-placeholder {
  color: #3b404a;
}

header {
  position: relative;
  z-index: 1060;
  width: 100%;
}

.header {
  top: 0;
  min-height: 80px;
  clear: both;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 991.98px) {
  .header {
    display: none !important;
  }
}
.header__bg {
  width: 100%;
  background: white;
}
.header ul {
  font-family: inherit;
}
.header {
  align-items: center;
  width: 100%;
  margin: 0 auto;
  background: white;
}
.header .container {
  align-items: center;
}
.header__contents {
  display: flex;
  align-items: center;
}
.header .containernav {
  border-top: solid 2px #efefef;
  position: relative;
}
@media (max-width: 991.98px) {
  .header .containernav {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .containernav {
    display: block;
  }
}
@media (min-width: 1200px) {
  .header .containernav {
    display: block;
  }
}
.header .containernav__menu {
  position: relative;
  display: flex;
}
.header .containernav__menu-mobile {
  position: absolute;
  display: none;
}
@media (max-width: 991.98px) {
  .header .containernav__menu-mobile {
    background-color: #ffffff;
    position: absolute;
    height: calc(100vh - 80px);
    top: 100%;
    left: 120%;
    width: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    transition: left 0.3s ease;
    -webkit-box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
  }
  .header .containernav__menu-mobile.open {
    left: 0;
  }
}
@media (max-width: 991.98px) {
  .header .containernav__menu {
    background-color: #ffffff;
    position: absolute;
    height: calc(100vh - 80px);
    top: 100%;
    left: 120%;
    width: 100%;
    z-index: -1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    transition: left 0.3s ease;
    -webkit-box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 4px 48px -14px rgba(0, 0, 0, 0.75);
  }
  .header .containernav__menu.open {
    left: 0;
  }
}
.header .containernav__menu-secondary {
  font-weight: 600;
  color: #026936;
  text-decoration: none;
  transition: 0.1s ease;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
}
.header .containernav__menu-secondary + .header .containernav__menu-secondary {
  margin-left: 1em;
}
.header .containernav__menu-secondary > i {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2em;
}
.header .containernav__menu-secondary--icon > i {
  margin: 0;
}
.header .containernav__menu-list {
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: space-between;
  width: 100%;
}
.header .containernav__menu-item {
  margin: 0;
  color: #464646;
}
@media (max-width: 991.98px) {
  .header .containernav__menu-item > * {
    display: block;
  }
}
.header .containernav__menu-link {
  background: none;
  border-bottom: solid 4px white;
  font-weight: 600;
  text-decoration: none;
  color: #3b404a;
  font-size: 18px;
  transition: color 0.3s ease;
  cursor: pointer;
  text-transform: uppercase;
  padding: 20px;
  display: block;
  line-height: 1;
}
.header .containernav__menu-link:hover {
  color: #D23C0F;
  border-bottom: solid 4px #D23C0F;
}
@media (max-width: 991.98px) {
  .header .containernav__menu-link {
    width: 100%;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.33em 0;
  }
}
.header .containernav__menu-link.open {
  color: #D23C0F;
  border-bottom: solid 4px #D23C0F;
}
.header .containernav__menu-link.open::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .header {
    position: relative;
    min-height: 70px;
  }
}
.header__logo {
  position: relative;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 30px;
  height: 115px;
}
.header__logo a {
  display: inline-flex;
  height: 100%;
  line-height: 0;
  align-items: center;
}
.header__logo img {
  max-height: 100%;
  max-width: 100%;
}
.header__contact {
  padding-top: 5px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .header__contact {
    width: 100%;
    text-align: center;
  }
}
.header__contact__callus a, .header__contact__callus a:link, .header__contact__callus a:visited {
  color: black;
}
.header__contact__callus-text {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header__contact__callus-text {
    text-align: center;
  }
}
.header__contact__callus-phone {
  font-size: 24px;
  text-align: right;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .header__contact__callus-phone {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .header__contact__callus {
    width: 100%;
    text-align: center;
  }
}
.header__contact__inquiry {
  margin-left: 20px;
  border-left: #D23C0F solid 3px;
  min-height: 50px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 2px;
}
.header__contact__inquiry button {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .header__contact__inquiry {
    border: none 0px white;
    padding-left: 0px;
    margin-left: 0px;
  }
}
.header__submenu {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 100%;
  height: calc(100vh - 80px);
  z-index: -1;
  transition: 0.3s ease;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .header__submenu {
    padding-top: 19px;
    bottom: 19px;
    left: 0;
    right: 0;
    top: auto;
    height: auto;
  }
}
@media (max-width: 991.98px) {
  .header__submenu.open {
    left: 0;
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .header__submenu.open {
    transform: translateY(100%);
  }
}
.header__submenu-inner {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991.98px) {
  .header__submenu-inner {
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .header__submenu-inner {
    padding-left: 0%;
  }
}
@media (min-width: 1200px) {
  .header__submenu-inner {
    padding-left: 0%;
  }
}
.header__submenu-inner-left {
  width: 30%;
  background: #F8E0C4;
  padding: 30px;
  font-size: 15px;
}
.header__submenu-inner-left p {
  font-size: 1em;
}
.header__submenu-inner-left a, .header__submenu-inner-left a:link, .header__submenu-inner-left a:visited {
  color: #CB4E13;
  font-size: 22px;
  text-decoration: none;
  padding-bottom: 30px;
  font-weight: bold;
}
.header__submenu-inner-left-header {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 991.98px) {
  .header__submenu-inner-left {
    width: 100%;
  }
}
.header__submenu-inner-right {
  width: 70%;
  background: white;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .header__submenu-inner-right {
    width: 100%;
  }
}
.header__submenu-inner-right .break {
  flex-basis: 100%;
  height: 0;
}
.header__submenu-inner-right-item {
  width: 33%;
  padding-right: 30px;
  padding-left: 30px;
  font-size: 15px;
  padding-bottom: 30px;
}
.header__submenu-inner-right-item a, .header__submenu-inner-right-item a:link, .header__submenu-inner-right-item a:visited {
  font-size: 20px;
  text-decoration: none;
  color: black;
  font-weight: bold;
  line-height: 1;
}
.header__submenu-inner-right-item-header {
  padding-bottom: 10px;
}
.header__submenu-inner-right-item-header:hover::after {
  position: relative;
  display: block;
  border-bottom: solid 3px #D23C0F;
  width: 100%;
  content: "";
  padding-top: 10px;
  transition: 0.15s ease width;
}
.header__submenu-inner-right-item-header::after {
  position: relative;
  display: block;
  border-bottom: solid 3px #D23C0F;
  width: 85px;
  content: "";
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  .header__submenu-inner-right-item {
    width: 50%;
    min-height: 300px;
  }
}
.header__submenu-heading {
  font-weight: 600;
  color: #026936;
  font-size: 18px;
  margin: 0 0.5rem;
}
@media (max-width: 991.98px) {
  .header__submenu-heading {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .header__submenu-section .header__submenu-link {
    padding: 0.33em;
  }
}
@media (min-width: 992px) {
  .header__submenu-section {
    flex: none;
    width: 33.3333333333%;
    padding: 15px 15px;
  }
}
.header__submenu-section ul,
.header__submenu-section li {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991.98px) {
  .header__submenu-section--l3 .header__submenu-heading {
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    transition: color 0.3s ease;
    cursor: pointer;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-left: 0;
    padding: 0.33em;
  }
  .header__submenu-section--l3 .header__menu-header {
    margin-bottom: 30px;
  }
  .header__submenu-section--l3 .header__submenu-list {
    position: fixed;
    top: 80px;
    left: 100%;
    right: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: #026936;
    z-index: 1;
    transition: 0.3s ease;
  }
  .header__submenu-section--l3 .header__submenu-list.open {
    left: 0;
    overflow-x: hidden;
  }
  .header__submenu-section--l3 .header__submenu-item {
    padding: 0 15px;
  }
}
.header__submenu-item:not(:first-child), .header__submenu-section:not(:first-child) {
  margin-top: 0.25em;
}
.header__submenu-icon {
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 0.1em;
}
@media (min-width: 992px) {
  .header__submenu-icon {
    font-size: 1.25em;
  }
}
.header__submenu-link {
  display: flex;
  align-items: flex-start;
  padding: 0.33em 0;
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  border-radius: 4px;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .header__submenu-link {
    width: 100%;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .header__submenu-link {
    padding: 0.5em;
    font-weight: 600;
    color: #404040;
    font-size: 20px;
  }
}
.header__submenu-link:hover, .header__submenu-link:focus {
  color: #026936;
  background-color: #f0f0f0;
}

.get-involved .tile__content::before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  position: absolute;
  font-size: 20px;
  top: 15px;
  right: 15px;
  display: inline-block;
  transition: 0.3s;
  opacity: 0;
}
.get-involved .tile:hover, .get-involved .tile:focus {
  cursor: pointer;
}
.get-involved .tile:hover .tile__content, .get-involved .tile:focus .tile__content {
  background: rgba(210, 60, 15, 0.9);
}
.get-involved .tile:hover .tile__content::before, .get-involved .tile:focus .tile__content::before {
  opacity: 1;
}
.get-involved .tile__text span {
  margin-right: 1em;
}
.get-involved .tile__text span:not(:first-of-type) {
  display: none;
}
.get-involved .tile--active .tile__content {
  background: rgba(210, 60, 15, 0.9);
}
.get-involved .tile--active .tile__content::before {
  content: "\f192";
  opacity: 1;
}
.get-involved .tile--active .tile__text span:not(:first-of-type) {
  display: inline-block;
}
.get-involved .tile--active .tile__text span:first-of-type {
  display: none;
}
.get-involved__form {
  background: #f1f1f1;
  display: none;
  height: 600px;
  margin: 3em -15px 0;
}
@media (min-width: 992px) {
  .get-involved__form {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.gotsomequestions {
  height: 370px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.gotsomequestions__panel {
  background: white;
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 10px 20px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.gotsomequestions__panel h5 {
  font-size: 35px;
  line-height: 35px;
  padding-bottom: 20px;
}
.gotsomequestions__panel p {
  color: black;
  font-weight: 500;
}

.imagewithcaption__image img {
  width: 100%;
}
.imagewithcaption__text {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: solid 3px #D23C0F;
}

.lightbox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1050;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
.lightbox > .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox [data-lightbox-content=true] {
  display: block;
}
.lightbox__header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.lightbox__close {
  background: none;
  border: none;
  padding: 15px;
  margin: -15px;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
}
.lightbox__close::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro" !important;
  color: inherit;
  font-weight: 900 !important;
  content: "\f410";
}

.lightbox-video {
  width: 100%;
  position: relative;
  position: relative;
  overflow: hidden;
  padding-top: calc(100% / (16 / 9));
}
.lightbox-video > img, .lightbox-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.lightbox-video > img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.lightbox-video > img,
.lightbox-video > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

[data-lightbox-content=true] {
  display: none;
}

.locationdetails {
  text-align: left;
  font-size: 20px;
  margin-bottom: 60px;
  /* Slideshow container */
  /* Hide the images by default */
  /* Next & previous buttons */
  /* Position the "next button" to the right */
  /* On hover, add a black background color with a little bit see-through */
  /* Caption text */
  /* Number text (1/3 etc) */
  /* The dots/bullets/indicators */
  /* Fading animation */
}
.locationdetails h5 {
  color: black;
  font-size: 1.75em !important;
  border-bottom: #D23C0F solid 3px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.locationdetails__slidepaging {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.locationdetails__slidepaging-flex {
  width: 50%;
  margin: 0 auto;
  display: flex;
  text-align: center;
}
@media (max-width: 991.98px) {
  .locationdetails__slidepaging-flex {
    width: 100%;
  }
}
.locationdetails__features {
  background: white;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
}
.locationdetails__features__sign {
  width: 100%;
  height: 35px;
  text-transform: uppercase;
  background: #F5BE80;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 991.98px) {
  .locationdetails__features__sign {
    height: auto;
    padding: 5px;
  }
}
.locationdetails__features__sign.waitlist {
  background: #556278;
  color: white;
}
.locationdetails__features-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.locationdetails__features-content-text {
  border-bottom: solid 3px #F5BE80;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.locationdetails__features-content-text .grey {
  color: #464646;
}
.locationdetails__features-content-text__icon {
  width: 5%;
}
@media (max-width: 991.98px) {
  .locationdetails__features-content-text__icon {
    width: 15%;
  }
}
.locationdetails__features-content-text__text {
  width: 45%;
}
@media (max-width: 991.98px) {
  .locationdetails__features-content-text__text {
    width: 85%;
  }
}
.locationdetails__features-content__button {
  padding-top: 40px;
  padding-bottom: 40px;
}
.locationdetails__features-content__button .linkbutton {
  height: 44px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.locationdetails__map {
  margin-top: 60px;
}
.locationdetails * {
  box-sizing: border-box;
}
.locationdetails .slideshow-container {
  width: 100%;
}
.locationdetails .mySlides {
  display: none;
}
.locationdetails .mySlides img {
  width: 100%;
  height: 600px;
}
@media (max-width: 991.98px) {
  .locationdetails .mySlides img {
    height: unset;
  }
}
.locationdetails .prev, .locationdetails .next {
  cursor: pointer;
  width: auto;
  color: #CB4E13 !important;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.locationdetails .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.locationdetails .prev:hover, .locationdetails .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.locationdetails .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.locationdetails .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.locationdetails .dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.locationdetails .active, .locationdetails .dot:hover {
  background-color: #717171;
}
.locationdetails .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

.mainservice {
  clear: both;
  position: relative;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.mainservice a, .mainservice a:link, .mainservice a:visited {
  color: black;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.mainservice a:hover {
  text-decoration: none;
}
.mainservice h5 {
  font-size: 24px;
  color: black;
}
.mainservice__header {
  padding-bottom: 20px;
}
.mainservice__item {
  margin-bottom: 20px;
  display: flex;
}
.mainservice__item-halfCircle {
  height: 45px;
  width: 90px;
  border-radius: 90px 90px 0 0;
  background: white;
  border-top: solid 3px #D23C0F;
  border-left: solid 3px #D23C0F;
  border-right: solid 3px #D23C0F;
  margin: 0 auto;
}
.mainservice__item-box {
  width: 100%;
  border: solid 3px #D23C0F;
  background: white;
  flex: 1;
}
.mainservice__item-box-middle {
  position: relative;
  width: 84px;
  height: 5px;
  background: white;
  margin: 0 auto;
  top: -4px;
}
.mainservice__item-box-icon {
  position: relative;
  text-align: center;
  margin: 0 auto;
  margin-top: -40px;
  font-size: 40px;
  color: #D23C0F;
}
.mainservice__item-box-content {
  text-align: center;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
  font-size: 20px;
}
.mainservice__item-box-content h5 {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/*header {
	position: fixed;
	width: 100%;
}*/
.nav-bar {
  transition: top 0.3s ease;
  width: 100%;
  height: 75px;
  background: white;
  position: fixed;
  top: 0;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 0;
  font-style: normal;
}
@media (min-width: 992px) {
  .nav-bar {
    height: 115px;
    padding: 30px 0;
  }
}
@media (min-width: 992px) {
  .nav-bar {
    display: none !important;
  }
}
.nav-bar .inner {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 15px 25px 15px;
  position: relative;
}
@media (min-width: 992px) {
  .nav-bar .inner {
    padding: 0 30px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .nav-bar .inner {
    max-width: 540px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .nav-bar .inner {
    max-width: 680px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .nav-bar .inner {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .nav-bar .inner {
    max-width: 1140px;
  }
}
.nav-bar .nav-bar__logo {
  height: 100%;
  margin-right: auto;
}
.nav-bar .nav-bar__logo img {
  height: 100%;
}
.nav-bar .nav-menu {
  align-self: stretch;
}
.nav-bar .nav-menu__contact {
  padding: 1em 2em;
}
@media (max-width: 991.98px) {
  .nav-bar .nav-menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    border-top: 2px solid #f1f1f1;
    z-index: -1;
    max-height: calc(100vh - 75px);
    overflow-y: scroll;
  }
  .nav-bar .nav-menu > ul {
    display: flex;
    flex-direction: column;
  }
  .nav-bar .nav-menu .nav__link--active {
    font-weight: 700;
  }
  .nav-bar .nav-menu .nav__link--active-child {
    font-weight: inherit;
  }
  .nav-bar .nav-menu .nav__link--active, .nav-bar .nav-menu .nav__link--active-child {
    position: relative;
  }
  .nav-bar .nav-menu .nav__link--active::before, .nav-bar .nav-menu .nav__link--active-child::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    display: inline-block;
    background-color: #D23C0F;
  }
  .nav-bar .nav-menu .nav__link--active::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    display: inline-block;
    background-color: #D23C0F;
  }
  .nav-bar .nav-menu .nav-menu__l1 {
    background: #fff;
    font-size: calc(20px - (20px - 16px) / 1.5);
    font-weight: 500;
    padding-right: 2em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #3b404a !important;
  }
}
@media (max-width: 991.98px) and (min-width: 768px) {
  .nav-bar .nav-menu .nav-menu__l1 {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (max-width: 991.98px) and (min-width: 992px) {
  .nav-bar .nav-menu .nav-menu__l1 {
    font-size: 20px;
  }
}
@media (max-width: 991.98px) {
  .nav-bar .nav-menu .nav-menu__l1 > .nav__link {
    padding: 1em 2em;
  }
  .nav-bar .nav-menu .nav-menu__l1 a {
    color: inherit;
  }
  .nav-bar .nav-menu .nav-menu__l1 + .nav-menu__l1 {
    border-top: 2px solid rgba(242, 207, 165, 0.5);
  }
  .nav-bar .nav-menu .expand {
    float: right;
  }
  .nav-bar .nav-menu .nav-menu__dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 2em;
    display: none;
  }
  .nav-bar .nav-menu .nav-menu__l2 {
    padding: 0.75em 1em;
    font-size: 0.85em;
    font-weight: 400;
  }
  .nav-bar .nav-menu .nav-menu__l2 .nav__link--active::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .nav-bar .nav-menu {
    display: flex !important;
  }
  .nav-bar .nav-menu .nav__link {
    display: flex;
    align-self: stretch;
    align-items: center;
    color: #000;
  }
  .nav-bar .nav-menu .nav__link span {
    position: relative;
    max-width: 12em;
    text-align: center;
  }
  .nav-bar .nav-menu .nav-menu__l1 {
    margin-left: 2.5em;
    display: inline-block;
    display: flex;
    align-items: center;
    align-self: stretch;
  }
  .nav-bar .nav-menu .nav-menu__l1:first-child {
    margin-left: 0;
  }
  .nav-bar .nav-menu .nav-menu__l1 .nav__link--active:after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: #f2cfa5;
    position: absolute;
    left: 0;
    top: calc(100% + 30px - 10px);
  }
  .nav-bar .nav-menu .nav-menu__l1.parent {
    position: relative;
  }
  .nav-bar .nav-menu .nav-menu__l1.parent .nav__link span::after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #3b404a;
    opacity: 0.25;
    display: inline-block;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 100%;
    transform: scaleX(1.5);
  }
  .nav-bar .nav-menu .nav-menu__l1.parent .expand {
    display: none;
  }
  .nav-bar .nav-menu .nav-menu__l1.parent:hover > .nav-menu__dropdown,
  .nav-bar .nav-menu .nav-menu__l1.parent > .nav__link:focus + .nav-menu__dropdown {
    display: flex;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown {
    display: none;
    position: absolute;
    left: -25px;
    top: calc(100% + 30px + 20px);
    width: calc(100% + 25px * 2);
    flex-direction: column;
    height: 16em;
    flex-wrap: wrap;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown::before {
    content: "";
    width: 100%;
    position: absolute;
    height: calc(30px + 32px);
    left: 0;
    bottom: calc(100% - 1px);
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 11px 7px 11px;
    border-color: transparent transparent #fff transparent;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(360deg);
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2 {
    display: block;
    padding: 0.85em 25px;
    background: #fff;
    min-width: 11em;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:nth-child(4n) {
    padding-bottom: 20px;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:nth-child(4n)::after {
    content: none;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:first-child, .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:nth-child(4n+1) {
    padding-top: 20px;
    position: relative;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:first-child::before, .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:nth-child(4n+1)::before {
    content: "";
    width: 100%;
    height: calc(400% - (20px - 0.85em) * 2);
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:last-child::after {
    content: none;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2:nth-child(n+5) {
    padding-left: 10px;
  }
  .nav-bar .nav-menu ul.nav-menu__dropdown .nav-menu__l2::after {
    content: "";
    width: 100%;
    height: 1px;
    position: relative;
    bottom: -0.85em;
    display: block;
    background: rgba(0, 0, 0, 0.2);
  }
}
.nav-bar .nav-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-bar .nav-search {
  align-items: center;
  color: #D23C0F;
  font-size: 25px;
  margin-left: auto;
  display: none;
  background: #fff;
}
@media (min-width: 992px) {
  .nav-bar .nav-search {
    display: flex;
  }
}
.nav-bar .nav-search__button {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.nav-bar .nav-search__bg {
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  height: 115px;
}
.nav-bar .nav-search__bg, .nav-bar .nav-search__input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  right: 0;
  width: 80%;
  width: 70%;
}
@media (min-width: 1200px) {
  .nav-bar .nav-search__bg, .nav-bar .nav-search__input {
    right: 190px;
    width: 65%;
  }
}
.nav-bar .nav-search__input {
  z-index: 0;
  padding-right: 2em;
  border-bottom: 2px solid #D23C0F;
  font-weight: 300;
  font-size: calc(20px - (20px - 16px) / 1.5);
}
@media (min-width: 768px) {
  .nav-bar .nav-search__input {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .nav-bar .nav-search__input {
    font-size: 20px;
  }
}
.nav-bar .nav-bar__cta {
  margin-left: auto;
  display: none;
  margin-left: 3em;
}
@media (min-width: 1200px) {
  .nav-bar .nav-bar__cta {
    display: flex;
  }
}
.nav-bar .nav-button {
  display: flex;
  margin-left: auto;
  cursor: pointer;
}
@media (min-width: 992px) {
  .nav-bar .nav-button {
    display: none;
  }
}
.nav-bar .nav-button__label {
  align-self: center;
  font-size: 12px;
  font-weight: 700;
  margin-right: 0.75em;
}
.nav-bar .nav-button__icon {
  align-self: center;
  font-size: 30px;
}
@media (min-width: 992px) {
  .nav-bar .nav-bar__logo img {
    width: 150px;
  }
  .nav-bar .nav-menu__l1 {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .nav-bar .nav-bar__logo img {
    width: 175px;
  }
  .nav-bar .nav-menu__l1 {
    margin-left: 3em;
    font-size: 14px;
  }
}
.nav-bar .nav-bar__logo img {
  width: auto;
}
.nav-bar .nav-menu__l1 {
  font-size: 16px;
}

.news {
  text-align: left;
}
.news .date {
  font-size: 18px !important;
}
.news .far,
.news .fas,
.news .fal,
.news .fab {
  color: #D23C0F;
}
.news h2 {
  color: black;
  font-size: 20px !important;
  border-bottom: #D23C0F solid 3px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 10px;
}
.news__cards {
  position: relative;
  margin-top: 40px;
  text-align: left;
}
.news__cards-item {
  display: flex;
  /*border: solid 2px $color--grey-medium-dark;*/
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  cursor: hand;
  cursor: pointer;
}
.news__cards-item:hover .news__cards-item-link {
  text-decoration: underline;
}
.news__cards-item-image {
  width: 25%;
  position: relative;
  background-size: cover;
  background-position: center;
}
.news__cards-item-link {
  color: black !important;
}
.news__cards-item-link:hover, .news__cards-item-link:focus {
  text-decoration: underline;
}
.news__cards-item-link, .news__cards-item-link:hover, .news__cards-item-link:focus {
  color: black;
  font-size: inherit;
}
.news__cards-item-text {
  width: 75%;
  position: relative;
  background: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  color: black;
}
.news__cards-item-text p {
  font-size: inherit;
  color: inherit;
}
.news__cards-item-text h2 {
  max-width: 100%;
  border-bottom: none 0px white;
}
.news__cards-item-text h2 .far,
.news__cards-item-text h2 .fas,
.news__cards-item-text h2 .fal,
.news__cards-item-text h2 .fab {
  color: #D23C0F;
}
.news__cards-item-text-address {
  color: #5b5b5b;
}
.news__cards-item-text-list {
  display: flex;
  border-bottom: solid 2px #dedede;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .news__cards-item-text-list {
    display: block;
  }
}
.news__cards-item-text-list ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.news__cards-item-text-list ul {
  padding: 0px;
  margin: 0px;
}
.news__cards-item-text-list__row {
  display: flex;
}
.news__cards-item-text-list__row-icon {
  width: 10%;
}
.news__cards-item-text-list__row-text {
  width: 90%;
}
.news__cards-item-text-list-left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .news__cards-item-text-list-left {
    width: 100%;
  }
}
.news__cards-item-text-list-right {
  width: 50%;
}
@media (max-width: 991.98px) {
  .news__cards-item-text-list-right {
    width: 100%;
  }
}

.info-box {
  margin-top: -250px;
  padding: 25px;
  padding: 75px;
}
@media (min-width: 992px) {
  .info-box {
    margin-top: -350px;
    padding: 50px;
  }
}
.info-box, .info-box--orange {
  background-color: #f2cfa5;
  color: #464646;
}
.info-box a, .info-box--orange a {
  color: #464646;
}
.info-box a:focus, .info-box--orange a:focus {
  outline: 2px dashed #464646 !important;
  outline-offset: 2px !important;
}
.info-box--purple {
  background-color: #d7ccdd;
  color: #52296b;
}
.info-box--purple a {
  color: #52296b;
}
.info-box--purple a:focus {
  outline: 2px dashed #52296b !important;
  outline-offset: 2px !important;
}
.info-box--pink {
  background-color: #f7cebf;
  color: #b6154f;
}
.info-box--pink a {
  color: #b6154f;
}
.info-box--pink a:focus {
  outline: 2px dashed #b6154f !important;
  outline-offset: 2px !important;
}
.info-box--green {
  background-color: #d1dfd5;
  color: #005031;
}
.info-box--green a {
  color: #005031;
}
.info-box--green a:focus {
  outline: 2px dashed #005031 !important;
  outline-offset: 2px !important;
}
.info-box__heading {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: calc(35px - (35px - 16px) / 1.5);
  margin-bottom: 0.75em;
}
@media (min-width: 768px) {
  .info-box__heading {
    font-size: calc(35px - (35px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .info-box__heading {
    font-size: 35px;
  }
}
.info-box__col {
  display: flex;
  padding-left: 17.5px;
  padding-right: 17.5px;
}
.info-box__col + .info-box__col {
  margin-top: 2.5em;
}
@media (min-width: 992px) {
  .info-box__col + .info-box__col {
    margin-top: 0;
  }
}
.info-box__icon {
  font-size: 45px;
  margin-right: 15px;
}
.info-box__content {
  font-size: 16px;
  font-size: 18px;
}

.ourstory {
  position: relative;
  display: flex;
  margin-top: 20px;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991.98px) {
  .ourstory {
    display: block;
  }
}
.ourstory__left {
  font-size: 20px;
}
.ourstory__left h5 {
  color: black;
  font-size: 40px !important;
  border-bottom: #D23C0F solid 3px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .ourstory__left {
    display: block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .ourstory__right {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ourstory__right {
    margin-left: 0%;
  }
}
.ourstory__right-leaf {
  position: absolute;
  top: 30%;
  left: -50px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .ourstory__right-leaf {
    left: 10%;
  }
}
.ourstory__right-image {
  position: relative;
  z-index: 4;
}
.ourstory__right-image img {
  /*-webkit-clip-path: url(/assets/src/Marillac/styles/#svgPath);*/
}
@media (max-width: 991.98px) {
  .ourstory__right-image img {
    clip-path: none;
    border: solid 4px #D23C0F;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .ourstory__right-image {
    margin-top: 50px;
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  .ourstory__right {
    display: block;
    width: 100%;
  }
}

.ourlocations {
  text-align: left;
  font-size: 20px;
  margin-bottom: 160px;
}
.ourlocations h2 {
  color: black;
  font-size: 1.75em !important;
  border-bottom: #D23C0F solid 3px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.ourlocations__map {
  padding-bottom: 40px;
  /*filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));*/
}
.ourlocations__map-obj {
  height: 400px;
  border: solid 3px #D23C0F;
  margin-bottom: 60px;
}
.ourlocations__map-bottom {
  width: 80%;
  margin: 0 auto;
  border-bottom: solid 2px #dedede;
}
.ourlocations__searchbox {
  background: white;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  padding: 30px;
}
@media (max-width: 991.98px) {
  .ourlocations__searchbox {
    display: block;
  }
}
.ourlocations__searchbox .ms-options-wrap {
  width: 70%;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .ourlocations__searchbox .ms-options-wrap {
    width: 100%;
  }
}
.ourlocations__searchbox a, .ourlocations__searchbox a:link, .ourlocations__searchbox a:visited {
  color: #CB4E13;
  font-weight: bold;
}
.ourlocations__searchbox ul.criteria {
  margin-top: 30px;
  padding: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ourlocations__searchbox ul li {
  list-style: none;
  display: inline;
  text-align: left;
}
@media (max-width: 1199.98px) {
  .ourlocations__searchbox ul li {
    display: block;
    /*margin-top: 30px;*/
    text-align: center;
  }
}
.ourlocations__searchbox ul.criteria li {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .ourlocations__searchbox ul.criteria li {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.ourlocations__searchbox-left {
  text-align: right;
  display: flex;
}
.ourlocations__searchbox-right {
  text-align: left;
}
@media (max-width: 991.98px) {
  .ourlocations__searchbox-right {
    text-align: center;
    margin-top: 20px;
  }
}
.ourlocations__searchbox-separator {
  border-bottom: solid 3px #F5BE80;
  padding-top: 30px;
  margin-bottom: 30px;
}
.ourlocations__searchbox-text {
  text-align: center;
  font-weight: bold;
}
.ourlocations__searchbox-center {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .ourlocations__searchbox-center {
    display: block;
  }
}
.ourlocations__searchbox-center .criteria a, .ourlocations__searchbox-center .criteria a:link, .ourlocations__searchbox-center .criteria a:visited {
  padding-left: 15px;
  padding-right: 15px;
  border: solid 2px #CB4E13;
  border-radius: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
}
.ourlocations__searchbox-center .criteria a.selected, .ourlocations__searchbox-center .criteria a.selected:link, .ourlocations__searchbox-center .criteria a.selected:visited {
  background: #CB4E13;
  color: white;
}
.ourlocations__viewselector {
  display: flex;
  margin-top: 60px;
  flex-wrap: wrap;
}
.ourlocations__viewselector button {
  background: transparent;
  width: 100%;
  border-bottom: solid 2px #3B404A;
  color: #3B404A;
  text-transform: unset;
  box-shadow: none;
  font-weight: bold;
  font-size: 24px;
}
.ourlocations__viewselector .buttonselected {
  color: #CB4E13;
  border-bottom: solid 2px #CB4E13;
}
.ourlocations__viewselector-text {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 30px;
}
.ourlocations__cards {
  position: relative;
  margin-top: 40px;
}
.ourlocations__cards-item {
  display: flex;
  border: solid 2px #dedede;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .ourlocations__cards-item {
    flex-direction: column;
  }
}
.ourlocations__cards-item-image {
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .ourlocations__cards-item-image {
    /* Enforce 16:9 aspect ratio*/
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .ourlocations__cards-item-image {
    flex: none;
    width: 25%;
  }
}
.ourlocations__cards-item-image__sign {
  width: 100%;
  height: 32px;
  text-transform: uppercase;
  background: #F5BE80;
  font-size: 16px;
  text-align: center;
  padding-top: 8px;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-image__sign {
    height: auto;
    padding: 5px;
  }
}
.ourlocations__cards-item-image__sign.waitlist {
  background: #556278;
  color: white;
}
.ourlocations__cards-item-text {
  flex: 1 1 auto;
  position: relative;
  background: white;
  padding: 30px;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text {
    width: 100%;
  }
}
.ourlocations__cards-item-text .grey {
  color: #464646;
}
.ourlocations__cards-item-text h2 {
  font-size: 28px;
  color: black;
  max-width: 100%;
  border-bottom: none 0px white;
}
@media (max-width: 767.98px) {
  .ourlocations__cards-item-text h2 {
    font-size: 20px;
  }
}
.ourlocations__cards-item-text-address {
  color: #5b5b5b;
}
.ourlocations__cards-item-text-header {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text-header {
    display: block;
  }
}
.ourlocations__cards-item-text-header__right {
  text-align: right;
}
.ourlocations__cards-item-text-header__right a, .ourlocations__cards-item-text-header__right a:link, .ourlocations__cards-item-text-header__right a:visited {
  color: black;
  cursor: hand;
  cursor: pointer;
}
.ourlocations__cards-item-text-features {
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 3px #F5BE80;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.ourlocations__cards-item-text-services {
  border-bottom: solid 3px #F5BE80;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ourlocations__cards-item-text-services .container {
  padding: 0px;
}
.ourlocations__cards-item-text-services__icon {
  width: 5%;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text-services__icon {
    width: 15%;
  }
}
.ourlocations__cards-item-text-services__text {
  width: 45%;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text-services__text {
    width: 85%;
  }
}
.ourlocations__cards-item-text-services ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
}
.ourlocations__cards-item-text-services ul {
  padding: 0px;
  margin: 0px;
}
.ourlocations__cards-item-text-services__row {
  display: flex;
}
.ourlocations__cards-item-text-services__row-icon {
  width: 10%;
}
.ourlocations__cards-item-text-services__row-text {
  width: 90%;
}
.ourlocations__cards-item-text-services-left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text-services-left {
    width: 100%;
  }
}
.ourlocations__cards-item-text-services-right {
  width: 50%;
}
@media (max-width: 991.98px) {
  .ourlocations__cards-item-text-services-right {
    width: 100%;
  }
}
.ourlocations__cards-nomoreresults {
  margin-top: 60px;
  margin-bottom: 60px;
  border-top: solid 2px #CB4E13;
  text-align: center;
  padding-bottom: 10px;
  font-size: 25px;
}

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}

.ms-options-wrap ul {
  padding-left: 10px;
}

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  border: 1px solid #464646;
  background-color: #fff;
  color: #464646;
  outline: none;
  white-space: nowrap;
  height: 45px;
  text-transform: none;
  padding-left: 20px;
  font-size: 16px;
}

.ms-options-wrap > button:after {
  content: " ";
  height: 0;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  margin-top: -3px;
}

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
}
.ms-options-wrap > .ms-options::-webkit-scrollbar {
  border-left: 1px solid #F5BE80;
}
.ms-options-wrap > .ms-options::-webkit-scrollbar-thumb {
  background-color: #F5BE80;
}

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: 0.9em;
  text-transform: lowercase;
  text-decoration: none;
}

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin: 1px 0;
  font-size: 16px;
}

.ms-options-wrap > .ms-options > ul li.selected label,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #F8E0C4;
}

.ms-options-wrap > .ms-options > ul input[type=checkbox] {
  margin-right: 5px;
  position: absolute;
  left: 4px;
  top: 8px;
}

.ourvacancies {
  clear: both;
  margin-top: 30px;
  font-size: 18px;
}
@media (max-width: 991.98px) {
  .ourvacancies {
    margin-top: 0px;
  }
}
.ourvacancies a, .ourvacancies a:link, .ourvacancies a:visited, .ourvacancies a:hover {
  color: black;
  text-decoration: none;
}
.ourvacancies__header {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .ourvacancies__header {
    padding: 20px;
  }
}
.ourvacancies__header h2 {
  color: black;
  font-size: 40px !important;
  margin: 0 auto;
  padding-right: 10%;
}
.ourvacancies__header::after {
  border-bottom: #D23C0F solid 3px;
  content: "";
  position: absolute;
  width: 50%;
}
.ourvacancies__table {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .ourvacancies__table {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .ourvacancies__table-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.ourvacancies__table-text {
  padding-left: 0px;
  padding-right: 10px;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 991.98px) {
  .ourvacancies__table-text {
    margin-bottom: 30px;
  }
}
.ourvacancies__table-button {
  text-align: right;
  padding-right: 30px;
  align-self: center;
}
.ourvacancies__table-item {
  padding-right: 30px;
  padding-left: 0px;
}
.ourvacancies__table-item__container {
  flex: 3 1 auto;
  height: 100%;
  background: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-bottom: solid 6px #F8E0C4;
}
.ourvacancies__table-item img {
  width: 100%;
  height: 235px;
}
@media (max-width: 991.98px) {
  .ourvacancies__table-item {
    margin-bottom: 30px;
    padding-right: 0px;
  }
}
.ourvacancies__table-item-text {
  background: white;
  padding: 20px;
  position: relative;
  top: -10px;
}
.ourvacancies__table-item-text h5 {
  font-size: 1.25em;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 10px;
  border-bottom: solid 3px #D23C0F;
}
.ourvacancies__table-item-text-date {
  width: 100%;
  border-top: solid 3px #D23C0F;
  padding-top: 10px;
}
.ourvacancies__table-item-text-date .grey {
  color: #464646;
}
.ourvacancies__table-item-text-icons {
  border-bottom: solid 3px #D23C0F;
}
.ourvacancies__table-item-text-icons ul {
  padding-left: 0px;
  margin-left: 0px;
}
.ourvacancies__table-item-text-icons ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.ourvacancies__table-item-text-description {
  padding-bottom: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ourvacancies__table-item-text-description ul li {
  list-style: disc;
}
.ourvacancies__table-item-text-description .grey {
  color: #464646;
}
.ourvacancies__table-item-sign {
  width: 100%;
  height: 35px;
  text-transform: uppercase;
  background: #F5BE80;
  font-size: 18px;
  text-align: center;
  padding-top: 8px;
}
.ourvacancies__table-item-sign.waitlist {
  background: #556278;
  color: white;
}

.ourvacanciesbottom {
  width: 100%;
  height: 70px;
  background: rgb(162, 162, 162);
  background: linear-gradient(180deg, #dedede 30%, #efefef 66%, white 100%);
  margin-bottom: 120px;
}

.paging {
  margin-top: 20px;
  border-top: solid 3px #D23C0F;
}
.paging a, .paging a:link, .paging a:visited {
  color: black;
}
.paging__items {
  text-align: center;
  margin-top: 30px;
}
.paging__items ul {
  margin: 0px;
  padding: 0px;
}
.paging__items ul li {
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  background: #eaeaea;
}
.paging__items .active {
  background: #F5BE80;
}
.paging__items .activedark {
  background: #CB4E13;
}
.paging__items .activedark a, .paging__items .activedark a:link, .paging__items .activedark a:visited {
  color: white;
}

.pagelist a, .pagelist a:link, .pagelist a:visited {
  color: #D23C0F;
}

.pageheader {
  width: 100%;
}
.pageheader__image {
  width: 100%;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.resources {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
}
.resources a, .resources a:link, .resources a:visited {
  color: #ba0b36;
}
@media (max-width: 991.98px) {
  .resources {
    margin-top: 0px;
  }
}
.resources h2 {
  color: black;
  text-align: center;
  font-size: 40px;
  border-bottom: #D23C0F solid 3px;
  width: max-content;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .resources h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.resources h3 {
  color: black;
  text-align: center;
  font-size: 40px;
  border-bottom: #D23C0F solid 3px;
  width: max-content;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .resources h3 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.resources__items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .resources__items {
    display: block;
  }
}
.resources__items-item {
  padding-right: 30px;
  margin-bottom: 30px;
  cursor: hand;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .resources__items-item {
    padding-right: 0px;
  }
}
.resources__items-item a.resources__items-item-link,
.resources__items-item a.resources__items-item-link:link,
.resources__items-item a.resources__items-item-link:visited {
  color: black;
}
.resources__items-item__content {
  margin-right: 30px;
  margin-bottom: 30px;
  display: flex;
  height: 100%;
  align-items: center;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .resources__items-item__content {
    margin-right: 15px;
  }
}
.resources__items-item__content h3 {
  border: none 0px white;
  font-size: 24px;
  padding-left: 0px;
  padding-right: 0px;
}
.resources__items-item__content-left {
  background: #F8E0C4;
  color: #D23C0F;
  font-size: 79px;
  height: 100%;
}
.resources__items-item__content-left .fas {
  text-align: center;
  align-content: center;
  width: 100%;
}
.resources__items-item__content-right {
  font-size: 20px;
  padding: 10px;
  border: solid 2px #F8E0C4;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.resources__items-item__content-right p {
  font-size: 20px;
}
.resources__items-item__content-center {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 100%;
}

.ribbon {
  width: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #f2cfa5;
  color: #464646;
  padding: 0 15px;
  height: 75px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ribbon .container {
  align-items: center;
}
.ribbon .ribbon__text {
  margin: 0 auto;
}
.ribbon .ribbon__text a {
  font-weight: 600;
  text-decoration: underline;
  color: #464646;
}
.ribbon .ribbon__text a i {
  margin-left: 0.5em;
}
.ribbon .ribbon__close {
  padding: 5px;
  cursor: pointer;
}
.ribbon .ribbon__close i {
  display: block;
}

.seeourwork {
  clear: both;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .seeourwork {
    display: block;
  }
}
.seeourwork h5 {
  color: black;
  font-size: 40px !important;
  border-bottom: #D23C0F solid 3px;
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .seeourwork__left {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.seeourwork__left-image {
  width: 85%;
  padding-top: 10%;
  /*&::after{
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: "Font Awesome 5 Pro" !important;
      color: inherit;
      color: #5b5b5b;
      font-size: 130px/3;
      content: "\f144";
      font-size: 50px;
      position: absolute;
      z-index: 5;
      right: 50%;
      top: 50%;
      color: $color--mediumorange;
  }*/
}
.seeourwork__left-image img {
  width: 100%;
  position: relative;
  border: solid 4px #F5BE80;
  z-index: 3;
}
.seeourwork__left-image a, .seeourwork__left-image a:link, .seeourwork__left-image a:visited,
.seeourwork__left-image .openvideo {
  position: absolute;
  top: 55%;
  left: 44%;
  transform: translate(-50%, -50%);
  z-index: 4;
  font-size: 100px;
  color: #F5BE80;
}
.seeourwork__left-leaf {
  position: absolute;
  width: 55%;
  margin-left: 35%;
  z-index: 2;
}
.seeourwork__left-leaf img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .seeourwork__left-leaf {
    width: 30%;
    margin-left: 65%;
  }
}
.seeourwork__left-leaf2 {
  position: absolute;
  width: 15%;
  margin-left: 14%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .seeourwork__left-leaf2 {
    width: 30%;
    margin-left: 50%;
  }
}
@media (max-width: 991.98px) {
  .seeourwork__left {
    float: none;
    width: 100%;
  }
}
.seeourwork__right {
  font-size: 20px;
}
@media (max-width: 991.98px) {
  .seeourwork__right {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
  }
}
.seeourwork__video {
  z-index: 100001;
  position: fixed;
  inset: 0px;
  text-align: center;
  background: none;
  padding: 50px;
}
@media (max-width: 991.98px) {
  .seeourwork__video {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.seeourwork__video-content {
  z-index: 100002;
  height: 100%;
  background: black;
}
.seeourwork__video-content iframe {
  height: 100%;
}

#closer_videopopup {
  background: white;
  font-size: 20px;
}

.services {
  text-align: left;
}
.services h5 {
  color: black;
  font-size: 28px !important;
  border-bottom: #D23C0F solid 3px;
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 30px;
}
.services__cards {
  position: relative;
  margin-top: 40px;
}
.services__cards-item {
  display: flex;
  border: solid 2px #dedede;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
  box-shadow: -2px 4px 28px -14px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .services__cards-item {
    flex-direction: column;
  }
}
.services__cards-item-image {
  position: relative;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .services__cards-item-image {
    /* Enforce 16:9 aspect ratio*/
    padding-top: 56.25%;
  }
}
@media (min-width: 768px) {
  .services__cards-item-image {
    flex: none;
    width: 25%;
  }
}
.services__cards-item-text {
  flex: 1 1 auto;
  position: relative;
  background: white;
  padding: 30px;
}
.services__cards-item-text h5 {
  max-width: 100%;
  border-bottom: none 0px white;
  color: black;
  display: flex;
}
@media (max-width: 767.98px) {
  .services__cards-item-text h5 {
    font-size: 20px;
  }
}
.services__cards-item-text h5 .fas, .services__cards-item-text h5 .fa {
  color: #D23C0F;
}
.services__cards-item-text-address {
  color: #5b5b5b;
}
.services__cards-item-text-services {
  border-bottom: solid 2px #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.services__cards-item-text-services ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.services__cards-item-text-services ul {
  padding: 0px;
  margin: 0px;
}
.services__cards-item-text-services__row {
  display: flex;
}
.services__cards-item-text-services__row-icon {
  flex: none;
  margin-right: 0.5em;
}
.services__cards-item-text-services__row-text {
  flex: 1 1 auto;
  font-size: 20px;
}
.services__cards-item-text-services-left {
  width: 50%;
}
@media (max-width: 991.98px) {
  .services__cards-item-text-services-left {
    width: 100%;
  }
}
.services__cards-item-text-services-right {
  width: 50%;
}
@media (max-width: 991.98px) {
  .services__cards-item-text-services-right {
    width: 100%;
  }
}

.share {
  text-align: center;
  position: relative;
  margin-top: 120px;
}
.share__label {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
  color: #6b788f;
  z-index: 1;
  position: relative;
}
.share__links {
  display: block;
  margin-top: 0.5em;
}
.share__links > * {
  font-size: 20px;
  color: #6b788f;
}
.share__links > * .far,
.share__links > * .fas,
.share__links > * .fal,
.share__links > * .fab {
  transition: 0.2s;
  padding: 0.5em;
}
.share__links > * + * {
  margin-left: 0.25em;
}
.share__links > *:hover .far,
.share__links > *:hover .fas,
.share__links > *:hover .fal,
.share__links > *:hover .fab, .share__links > *:focus .far,
.share__links > *:focus .fas,
.share__links > *:focus .fal,
.share__links > *:focus .fab {
  transform: scale(1.15);
  color: #D23C0F;
}
.share--light-grey a:hover .far,
.share--light-grey a:hover .fas,
.share--light-grey a:hover .fal,
.share--light-grey a:hover .fab, .share--light-grey a:focus .far,
.share--light-grey a:focus .fas,
.share--light-grey a:focus .fal,
.share--light-grey a:focus .fab {
  color: #f1f1f1;
}
.share--light-pink a:hover .far,
.share--light-pink a:hover .fas,
.share--light-pink a:hover .fal,
.share--light-pink a:hover .fab, .share--light-pink a:focus .far,
.share--light-pink a:focus .fas,
.share--light-pink a:focus .fal,
.share--light-pink a:focus .fab {
  color: #f7cebf;
}
.share--light-orange a:hover .far,
.share--light-orange a:hover .fas,
.share--light-orange a:hover .fal,
.share--light-orange a:hover .fab, .share--light-orange a:focus .far,
.share--light-orange a:focus .fas,
.share--light-orange a:focus .fal,
.share--light-orange a:focus .fab {
  color: #f2cfa5;
}
.share--light-purple a:hover .far,
.share--light-purple a:hover .fas,
.share--light-purple a:hover .fal,
.share--light-purple a:hover .fab, .share--light-purple a:focus .far,
.share--light-purple a:focus .fas,
.share--light-purple a:focus .fal,
.share--light-purple a:focus .fab {
  color: #d7ccdd;
}
.share--light-green a:hover .far,
.share--light-green a:hover .fas,
.share--light-green a:hover .fal,
.share--light-green a:hover .fab, .share--light-green a:focus .far,
.share--light-green a:focus .fas,
.share--light-green a:focus .fal,
.share--light-green a:focus .fab {
  color: #d1dfd5;
}
.share--yellow a:hover .far,
.share--yellow a:hover .fas,
.share--yellow a:hover .fal,
.share--yellow a:hover .fab, .share--yellow a:focus .far,
.share--yellow a:focus .fas,
.share--yellow a:focus .fal,
.share--yellow a:focus .fab {
  color: #f5ce67;
}
.share--orange a:hover .far,
.share--orange a:hover .fas,
.share--orange a:hover .fal,
.share--orange a:hover .fab, .share--orange a:focus .far,
.share--orange a:focus .fas,
.share--orange a:focus .fal,
.share--orange a:focus .fab {
  color: #D23C0F;
}
.share--grey a:hover .far,
.share--grey a:hover .fas,
.share--grey a:hover .fal,
.share--grey a:hover .fab, .share--grey a:focus .far,
.share--grey a:focus .fas,
.share--grey a:focus .fal,
.share--grey a:focus .fab {
  color: #3b404a;
}
.share--dark-grey a:hover .far,
.share--dark-grey a:hover .fas,
.share--dark-grey a:hover .fal,
.share--dark-grey a:hover .fab, .share--dark-grey a:focus .far,
.share--dark-grey a:focus .fas,
.share--dark-grey a:focus .fal,
.share--dark-grey a:focus .fab {
  color: #202225;
}
.share--blue-grey a:hover .far,
.share--blue-grey a:hover .fas,
.share--blue-grey a:hover .fal,
.share--blue-grey a:hover .fab, .share--blue-grey a:focus .far,
.share--blue-grey a:focus .fas,
.share--blue-grey a:focus .fal,
.share--blue-grey a:focus .fab {
  color: #6b788f;
}
.share--dark-blue-grey a:hover .far,
.share--dark-blue-grey a:hover .fas,
.share--dark-blue-grey a:hover .fal,
.share--dark-blue-grey a:hover .fab, .share--dark-blue-grey a:focus .far,
.share--dark-blue-grey a:focus .fas,
.share--dark-blue-grey a:focus .fal,
.share--dark-blue-grey a:focus .fab {
  color: #3b404a;
}
.share--medium-green a:hover .far,
.share--medium-green a:hover .fas,
.share--medium-green a:hover .fal,
.share--medium-green a:hover .fab, .share--medium-green a:focus .far,
.share--medium-green a:focus .fas,
.share--medium-green a:focus .fal,
.share--medium-green a:focus .fab {
  color: #8fbba5;
}
.share--red a:hover .far,
.share--red a:hover .fas,
.share--red a:hover .fal,
.share--red a:hover .fab, .share--red a:focus .far,
.share--red a:focus .fas,
.share--red a:focus .fal,
.share--red a:focus .fab {
  color: #d42425;
}
.share--green a:hover .far,
.share--green a:hover .fas,
.share--green a:hover .fal,
.share--green a:hover .fab, .share--green a:focus .far,
.share--green a:focus .fas,
.share--green a:focus .fal,
.share--green a:focus .fab {
  color: #005031;
}
.share--purple a:hover .far,
.share--purple a:hover .fas,
.share--purple a:hover .fal,
.share--purple a:hover .fab, .share--purple a:focus .far,
.share--purple a:focus .fas,
.share--purple a:focus .fal,
.share--purple a:focus .fab {
  color: #52296b;
}
.share--pink a:hover .far,
.share--pink a:hover .fas,
.share--pink a:hover .fal,
.share--pink a:hover .fab, .share--pink a:focus .far,
.share--pink a:focus .fas,
.share--pink a:focus .fal,
.share--pink a:focus .fab {
  color: #b6154f;
}
.share--shadow a:hover .far,
.share--shadow a:hover .fas,
.share--shadow a:hover .fal,
.share--shadow a:hover .fab, .share--shadow a:focus .far,
.share--shadow a:focus .fas,
.share--shadow a:focus .fal,
.share--shadow a:focus .fab {
  color: rgba(0, 0, 0, 0.33);
}
.share--text a:hover .far,
.share--text a:hover .fas,
.share--text a:hover .fal,
.share--text a:hover .fab, .share--text a:focus .far,
.share--text a:focus .fas,
.share--text a:focus .fal,
.share--text a:focus .fab {
  color: #464646;
}
.share--white a:hover .far,
.share--white a:hover .fas,
.share--white a:hover .fal,
.share--white a:hover .fab, .share--white a:focus .far,
.share--white a:focus .fas,
.share--white a:focus .fal,
.share--white a:focus .fab {
  color: #ffffff;
}
.share::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0.6em;
  height: 1px;
  background-color: #6b788f;
  opacity: 0.5;
}

.supporters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .supporters {
    margin-top: -2em;
  }
}
.supporters > * {
  display: inline-block;
  flex: 1 0 100%;
  text-align: center;
  margin-left: auto;
  margin-top: 2em;
  margin-right: auto;
}
@media (min-width: 992px) {
  .supporters > * {
    flex: 0;
  }
}
.supporters__logo {
  height: 50px;
}

.tiles {
  align-items: center;
}
.tiles__card {
  font-size: calc(20px - (20px - 16px) / 1.5);
  font-size: calc(35px - (35px - 16px) / 1.5);
}
@media (min-width: 768px) {
  .tiles__card {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .tiles__card {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tiles__card {
    font-size: calc(25px - (25px - 16px) / 1.5);
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .tiles__card {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .tiles__card {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .tiles__card {
    font-size: calc(35px - (35px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .tiles__card {
    font-size: 35px;
  }
}
.tiles__card .card__heading {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: inherit;
}
.tiles__card .button {
  margin-top: 1.5em;
}
> .tiles__group .row {
  flex: 1 0 auto;
}
@media (max-width: 991.98px) {
  > .tiles__group .row {
    width: 350vw;
    padding: 7.5px 7.5px;
  }
}

.tile {
  padding: 7.5px;
  position: relative;
}
.tile__image {
  position: relative;
  z-index: -1;
}
.tile__image img {
  z-index: 0;
}
.tile__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.tile__content {
  transition: 0.3s;
  padding: 1em 1.5em;
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  z-index: 1;
  font-size: 14px;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .tile__content {
    font-size: 16px;
  }
}
.tile__text {
  display: none;
}
.tile__heading {
  font-family: "AntartidaRounded", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 1.25;
  font-size: calc(30px - (30px - 16px) / 1.5);
}
@media (min-width: 992px) {
  .tile__heading {
    font-size: calc(20px - (20px - 16px) / 1.5);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .tile__heading {
    font-size: calc(20px - (20px - 16px) / 2);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .tile__heading {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .tile__heading {
    font-size: calc(25px - (25px - 16px) / 1.5);
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .tile__heading {
    font-size: calc(25px - (25px - 16px) / 2);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .tile__heading {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .tile__heading {
    font-size: calc(30px - (30px - 16px) / 2);
  }
}
@media (min-width: 992px) {
  .tile__heading {
    font-size: 30px;
  }
}
.tile .button {
  margin-top: 1.5em;
}
.tile:hover .tile__content, .tile:focus .tile__content {
  background: rgba(59, 64, 74, 0.75);
}

.tiles__group {
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .tiles__group {
    overflow-x: scroll;
  }
}
.tiles__group .row {
  flex: 1 0 auto;
}

.twinimages {
  display: flex;
  margin-top: 70px;
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .twinimages {
    display: block;
  }
}
.twinimages__left {
  width: 50%;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .twinimages__left {
    width: 100%;
    padding-left: 20px;
  }
}
.twinimages__left-text {
  border-top: solid 3px #D23C0F;
  margin-top: 20px;
  font-weight: bold;
}
.twinimages__left-image {
  position: relative;
}
.twinimages__left-image-leaf {
  position: absolute;
  width: 60%;
  margin-left: 40%;
  z-index: 1;
  top: -55px;
}
.twinimages__left-image-leaf img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .twinimages__left-image-leaf {
    width: 60%;
    margin-left: 35%;
  }
}
.twinimages__left-image-leaf2 {
  position: absolute;
  width: 60%;
  margin-left: 35%;
  z-index: 2;
  top: -40px;
}
.twinimages__left-image-leaf2 img {
  width: 100%;
}
.twinimages__left-image-image {
  position: relative;
  z-index: 3;
}
.twinimages__left-image-image img {
  width: 100%;
}
.twinimages__right {
  width: 50%;
  padding-left: 20px;
}
@media (max-width: 991.98px) {
  .twinimages__right {
    width: 100%;
    padding-right: 20px;
    margin-top: 30px;
  }
}
.twinimages__right img {
  width: 100%;
}
.twinimages__right-text {
  border-bottom: solid 3px #D23C0F;
  margin-bottom: 20px;
  font-weight: bold;
}
.twinimages__right-image {
  position: relative;
}
.twinimages__right-image-leaf {
  position: absolute;
  width: 60%;
  /* margin-left: 30%; */
  z-index: 1;
  bottom: -55px;
  left: -50px;
}
.twinimages__right-image-leaf img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .twinimages__right-image-leaf {
    width: 60%;
    margin-left: 35%;
  }
}
.twinimages__right-image-leaf2 {
  position: absolute;
  width: 60%;
  /* margin-left: 15%; */
  z-index: 2;
  bottom: -90px;
  left: 0px;
}
.twinimages__right-image-leaf2 img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .twinimages__right-image-leaf2 {
    width: 60%;
    margin-left: 30%;
  }
}
.twinimages__right-image-image {
  position: relative;
  z-index: 3;
}
.twinimages__right-image-image img {
  width: 100%;
}

.video {
  position: relative;
}
.video > * {
  display: inline-block;
}
.video > *:last-child {
  margin-top: -28% !important;
}
@media (min-width: 1200px) {
  .video > *:last-child {
    margin-top: -35% !important;
  }
}
.video__content {
  background-color: #f1f1f1;
  margin-left: -15px;
  margin-right: -15px;
  padding: 50px;
  margin-top: 50vw;
}
@media (min-width: 576px) {
  .video__content {
    margin-left: calc((100vw - 540px) / 2 * -1 - 15px);
  }
}
@media (min-width: 768px) {
  .video__content {
    margin-left: calc((100vw - 680px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) {
  .video__content {
    margin-left: calc((100vw - 900px) / 2 * -1 - 15px);
  }
}
@media (min-width: 1200px) {
  .video__content {
    margin-left: calc((100vw - 1140px) / 2 * -1 - 15px);
  }
}
@media (min-width: 576px) {
  .video__content {
    margin-right: calc((100vw - 540px) / 2 * -1 - 15px);
  }
}
@media (min-width: 768px) {
  .video__content {
    margin-right: calc((100vw - 680px) / 2 * -1 - 15px);
  }
}
@media (min-width: 992px) {
  .video__content {
    margin-right: calc((100vw - 900px) / 2 * -1 - 15px);
  }
}
@media (min-width: 1200px) {
  .video__content {
    margin-right: calc((100vw - 1140px) / 2 * -1 - 15px);
  }
}
@media (min-width: 576px) {
  .video__content {
    padding: 50px 75px;
    margin-top: 55%;
  }
}
@media (min-width: 992px) {
  .video__content:first-child {
    padding-left: 15px;
    margin-top: 0;
    padding: 50px;
    margin-right: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .video__content:first-child {
    padding-left: calc((100vw - 540px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .video__content:first-child {
    padding-left: calc((100vw - 680px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .video__content:first-child {
    padding-left: calc((100vw - 900px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .video__content:first-child {
    padding-left: calc((100vw - 1140px) / 2 + 15px + 100px);
  }
}
@media (min-width: 1200px) {
  .video__content:first-child {
    padding-left: 15px;
    margin-right: 20%;
    padding-right: 20%;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .video__content:first-child {
    padding-left: calc((100vw - 540px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .video__content:first-child {
    padding-left: calc((100vw - 680px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .video__content:first-child {
    padding-left: calc((100vw - 900px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .video__content:first-child {
    padding-left: calc((100vw - 1140px) / 2 + 15px + 10%);
  }
}
@media (min-width: 992px) {
  .video__content:last-child {
    padding-right: 15px;
    margin-top: 0;
    padding: 50px;
    margin-left: 20%;
    padding-left: 20%;
  }
}
@media (min-width: 992px) and (min-width: 576px) {
  .video__content:last-child {
    padding-right: calc((100vw - 540px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .video__content:last-child {
    padding-right: calc((100vw - 680px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .video__content:last-child {
    padding-right: calc((100vw - 900px) / 2 + 15px + 100px);
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .video__content:last-child {
    padding-right: calc((100vw - 1140px) / 2 + 15px + 100px);
  }
}
@media (min-width: 1200px) {
  .video__content:last-child {
    padding-right: 15px;
    margin-left: 20%;
    padding-left: 20%;
  }
}
@media (min-width: 1200px) and (min-width: 576px) {
  .video__content:last-child {
    padding-right: calc((100vw - 540px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .video__content:last-child {
    padding-right: calc((100vw - 680px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 992px) {
  .video__content:last-child {
    padding-right: calc((100vw - 900px) / 2 + 15px + 10%);
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .video__content:last-child {
    padding-right: calc((100vw - 1140px) / 2 + 15px + 10%);
  }
}
@media (max-width: 991.98px) {
  .video__content > span {
    display: none;
  }
}
.video__content .content-link {
  display: block;
  margin-top: 1em;
  font-size: 0.9em;
  font-weight: 800;
  text-decoration: underline;
}
.video__quote {
  font-style: italic;
  font-size: 20px;
  position: relative;
  margin: 1.25em 0;
  font-size: 35px;
}
.video__quote::before, .video__quote::after {
  display: inline-block;
  font-size: 2em;
  position: absolute;
}
.video__quote::before {
  content: "“";
  top: -0.5em;
  left: -0.75em;
}
.video__quote::after {
  content: "”";
  bottom: -0.5em;
  right: -0.5em;
}
@media (min-width: 992px) {
  .video__quote {
    font-size: 25px;
  }
}
.video__thumbnail {
  width: 100%;
  position: absolute;
  top: 2em;
}
.video__thumbnail .thumbnail__image {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% / (16 / 9));
}
.video__thumbnail .thumbnail__image > img,
.video__thumbnail .thumbnail__image > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
@media (min-width: 992px) {
  .video__thumbnail .thumbnail__image {
    position: relative;
    overflow: hidden;
    padding-top: calc(100% / (1 / 1));
  }
}
.video__thumbnail .thumbnail__image > img,
.video__thumbnail .thumbnail__image > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.video__thumbnail .thumbnail__button {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  font-weight: 800;
}
.video__thumbnail:first-child {
  left: 0;
}
@media (min-width: 992px) {
  .video__thumbnail:first-child {
    width: 35%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .video__thumbnail:first-child {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .video__thumbnail:first-child {
    position: relative;
    width: 35%;
    top: 0;
    margin-right: 65%;
  }
}
.video__thumbnail:last-child {
  right: 0;
}
@media (min-width: 992px) {
  .video__thumbnail:last-child {
    width: 35%;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199.98px) {
  .video__thumbnail:last-child {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .video__thumbnail:last-child {
    position: relative;
    width: 35%;
    top: 0;
    margin-left: 65%;
  }
}
.video .video__quote::after,
.video .video__quote::before,
.video .content-link, .video--orange .video__quote::after,
.video--orange .video__quote::before,
.video--orange .content-link {
  color: #D23C0F;
}
.video .thumbnail__button, .video--orange .thumbnail__button {
  background: #f2cfa5;
}
.video .thumbnail__button, .video .thumbnail__button:hover, .video--orange .thumbnail__button, .video--orange .thumbnail__button:hover {
  color: #D23C0F;
}
.video .thumbnail__button:focus, .video--orange .thumbnail__button:focus {
  color: #f2cfa5;
  background: #D23C0F;
}
.video--purple .video__quote::after,
.video--purple .video__quote::before,
.video--purple .content-link {
  color: #52296b;
}
.video--purple .thumbnail__button {
  background: #d7ccdd;
}
.video--purple .thumbnail__button, .video--purple .thumbnail__button:hover {
  color: #52296b;
}
.video--purple .thumbnail__button:focus {
  color: #d7ccdd;
  background: #52296b;
}
.video--green .video__quote::after,
.video--green .video__quote::before,
.video--green .content-link {
  color: #005031;
}
.video--green .thumbnail__button {
  background: #d1dfd5;
}
.video--green .thumbnail__button, .video--green .thumbnail__button:hover {
  color: #005031;
}
.video--green .thumbnail__button:focus {
  color: #d1dfd5;
  background: #005031;
}
.video--pink .video__quote::after,
.video--pink .video__quote::before,
.video--pink .content-link {
  color: #b6154f;
}
.video--pink .thumbnail__button {
  background: #f7cebf;
}
.video--pink .thumbnail__button, .video--pink .thumbnail__button:hover {
  color: #b6154f;
}
.video--pink .thumbnail__button:focus {
  color: #f7cebf;
  background: #b6154f;
}

.section-title + .video {
  margin-top: -2em;
}
@media (min-width: 992px) {
  .section-title + .video {
    margin-top: 0;
  }
}

.content__col .video__thumbnail {
  width: 100%;
  display: block;
  position: relative;
  top: auto;
  transform: none;
  z-index: 0;
}
.content__col .video__thumbnail .thumbnail__image {
  position: relative;
  overflow: hidden;
  padding-top: calc(100% / (1 / 1));
}
.content__col .video__thumbnail .thumbnail__image > img,
.content__col .video__thumbnail .thumbnail__image > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
@media (min-width: 1200px) {
  .content__col .video__thumbnail .thumbnail__image {
    position: relative;
    overflow: hidden;
    padding-top: calc(100% / (4 / 3));
  }
}
.content__col .video__thumbnail .thumbnail__image > img,
.content__col .video__thumbnail .thumbnail__image > div {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-height: 100%;
  width: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}
.content__col .video__thumbnail .thumbnail__button {
  left: auto;
  bottom: 0;
  right: 0;
  top: auto;
}
@media (min-width: 992px) {
  .content__col .video__thumbnail .thumbnail__button {
    bottom: 150px;
  }
}
.content__col .video__content {
  display: block;
  font-size: 20px;
  padding: 1em 1em 1em 2.5em;
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: 2em 3em 3em 4em;
  font-size: 25px;
}
@media (min-width: 992px) {
  .content__col .video__content {
    margin-left: 20%;
    margin-right: 0;
    margin-top: -150px !important;
  }
}
.content__col .video__content .video__quote {
  font-size: inherit;
  margin-bottom: 0;
}
.content__col .video__content .video__quote::before {
  font-size: 3.5em;
  left: -0.5em;
}
.content__col .video__content .video__quote::after {
  content: none;
}
