/*!
 * Theme Name: Compass
 * Author: Another Blank Page
 * Author URI: https://anotherblankpage.com
 * Description: Custom theme for Compass
 * Version: 1.0.6
 */
/*
bootstrap variable overrides - see bootstrap/scss/variables for reference
*/
/*
-------------------------------------------------
Bootstrap 4 variable overrides.

Some variables are commented out - these are
still included as a reference in case they are
needed in the future.

Inline comments describe the purpose of the vars
and their overrides.

I haven't, like, set this up to be agnostic or anything yet.
-------------------------------------------------
*/
/*
set container max widths to our own
*/
/*
set grid breakpoints to our own.
*/
/* color wheel */
/* bootstrap colour vars */
/* custom */
/* socials */
/* theme colors */
/* type */
/* reboot */
/* spacing units for margin/padding utility classes e.g. my-5, pt-3 etc*/
/* we're overloading this so we get some more utility for layouts without manually entering our very large padding and spacign for this design */
/* 27/8/2020 - spacers updated to reflect the more common spacing values present in the desktop mockups. will likely need to update based on the mobile but hopefully we dont encounter any weird ones */
/*
-------------------------------------------------
All of our variables.

TODO
Would be awesome if we could make this more in
line with the bootstrap overrides scss, rather
than e.g. declaring our own primary colors and
then overriding the bootstrap primary color later.
-------------------------------------------------
*/
/* transitions */
body:not(.user-is-tabbing) button:focus,
body:not(.user-is-tabbing) input:focus,
body:not(.user-is-tabbing) select:focus,
body:not(.user-is-tabbing) textarea:focus {
  outline: none; }

/* bootstrap modules */
/*
fix container/grid/whatever calculations because we tend to like having more padding on the sides
*/
.container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto;
  max-width: 376px; }
  @media (min-width: 480px) {
    .container {
      padding-right: 36px;
      padding-left: 36px; } }
  @media (min-width: 480px) {
    .container {
      max-width: 480px; } }
  @media (min-width: 767px) {
    .container {
      max-width: 767px; } }
  @media (min-width: 1024px) {
    .container {
      max-width: 1024px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1280px; } }
  @media (min-width: 1512px) {
    .container {
      max-width: 1512px; } }
  @media (min-width: 1632px) {
    .container {
      max-width: 1632px; } }

/*
100% wide container at all breakpoints
*/
.container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl, .container-xxl {
      padding-right: 36px;
      padding-left: 36px; } }

/*
bootstrap modules
uncomment or wahtever
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: "Open Sans", -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: 1.125rem;
  font-weight: 400;
  line-height: 1.67;
  color: #004057;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #09907e;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #05483f;
    text-decoration: none; }

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none; }

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;
  -ms-overflow-style: scrollbar; }

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: #808080;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

button {
  border-radius: 0; }

button:focus:not(.focus-visible) {
  outline: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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; }

[role="button"] {
  cursor: pointer; }

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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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: .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; }

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

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

.bg-secondary {
  background-color: #09907e !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #066054 !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: #1dcaff !important; }

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

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

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

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

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

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

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

.bg-dark {
  background-color: #6c6c6c !important; }

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

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

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

.bg-gray {
  background-color: #f6f6f6 !important; }

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

.bg-seafoam {
  background-color: #046e7c !important; }

a.bg-seafoam:hover, a.bg-seafoam:focus,
button.bg-seafoam:hover,
button.bg-seafoam:focus {
  background-color: #02424b !important; }

.bg-darkest-teal {
  background-color: #002d3e !important; }

a.bg-darkest-teal:hover, a.bg-darkest-teal:focus,
button.bg-darkest-teal:hover,
button.bg-darkest-teal:focus {
  background-color: #00080b !important; }

.bg-dark-teal {
  background-color: #004057 !important; }

a.bg-dark-teal:hover, a.bg-dark-teal:focus,
button.bg-dark-teal:hover,
button.bg-dark-teal:focus {
  background-color: #001a24 !important; }

.bg-indigo {
  background-color: #6610f2 !important; }

a.bg-indigo:hover, a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #510bc4 !important; }

.bg-purple {
  background-color: #a2206b !important; }

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #77184f !important; }

.bg-red {
  background-color: #c8232c !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #9d1b22 !important; }

.bg-yellow {
  background-color: #d0a22c !important; }

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

.bg-cyan {
  background-color: #1dcaff !important; }

a.bg-cyan:hover, a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #00b2e9 !important; }

.bg-dark-cyan {
  background-color: #085973 !important; }

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

.bg-dark-gray {
  background-color: #b4b4b4 !important; }

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #9b9b9b !important; }

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

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

.bg-dark-red {
  background-color: #812f18 !important; }

a.bg-dark-red:hover, a.bg-dark-red:focus,
button.bg-dark-red:hover,
button.bg-dark-red:focus {
  background-color: #561f10 !important; }

.bg-copper {
  background-color: #d24d27 !important; }

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-weight: 400;
  line-height: 1.2;
  color: #002d3e; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #808080; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #808080; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 480px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 767px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-lgr-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lgr-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lgr-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lgr-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lgr-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lgr-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lgr-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lgr-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lgr-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lgr-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lgr-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lgr-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lgr-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lgr-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lgr-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lgr-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lgr-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lgr-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lgr-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lgr-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lgr-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lgr-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lgr-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lgr-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lgr-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lgr-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lgr-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lgr-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lgr-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lgr-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lgr-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lgr-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lgr-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lgr-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1512px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1632px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-2,
.mx-2 {
  margin-left: 0.75rem !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: 2.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-12,
.mx-12 {
  margin-left: 11.25rem !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.5rem !important; }

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

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

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

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

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

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

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

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

.pl-2,
.px-2 {
  padding-left: 0.75rem !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: 2.25rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n2,
.mx-n2 {
  margin-left: -0.75rem !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: -2.25rem !important; }

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

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

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

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

.m-n6 {
  margin: -2.625rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n12,
.mx-n12 {
  margin-left: -11.25rem !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: 480px) {
  .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.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 0.75rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.75rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.75rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.75rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.75rem !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: 2.25rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.25rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.25rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.25rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.25rem !important; }
  .m-sm-6 {
    margin: 2.625rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 2.625rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 2.625rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 2.625rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 2.625rem !important; }
  .m-sm-7 {
    margin: 3.75rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.75rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.75rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.75rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.75rem !important; }
  .m-sm-8 {
    margin: 5.25rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 5.25rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 5.25rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 5.25rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 5.25rem !important; }
  .m-sm-9 {
    margin: 6rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 6rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 6rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 6rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 6rem !important; }
  .m-sm-10 {
    margin: 7.5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 7.5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 7.5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 7.5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 7.5rem !important; }
  .m-sm-11 {
    margin: 9rem !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 9rem !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 9rem !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 9rem !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 9rem !important; }
  .m-sm-12 {
    margin: 11.25rem !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 11.25rem !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 11.25rem !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 11.25rem !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 11.25rem !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.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 0.75rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.75rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.75rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.75rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.75rem !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: 2.25rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.25rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.25rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.25rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.25rem !important; }
  .p-sm-6 {
    padding: 2.625rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 2.625rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 2.625rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 2.625rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 2.625rem !important; }
  .p-sm-7 {
    padding: 3.75rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.75rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.75rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.75rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.75rem !important; }
  .p-sm-8 {
    padding: 5.25rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 5.25rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 5.25rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 5.25rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 5.25rem !important; }
  .p-sm-9 {
    padding: 6rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 6rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 6rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 6rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 6rem !important; }
  .p-sm-10 {
    padding: 7.5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 7.5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 7.5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 7.5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 7.5rem !important; }
  .p-sm-11 {
    padding: 9rem !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 9rem !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 9rem !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 9rem !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 9rem !important; }
  .p-sm-12 {
    padding: 11.25rem !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 11.25rem !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 11.25rem !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 11.25rem !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 11.25rem !important; }
  .m-sm-n1 {
    margin: -0.5rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important; }
  .m-sm-n2 {
    margin: -0.75rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.75rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.75rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.75rem !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: -2.25rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.25rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.25rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.25rem !important; }
  .m-sm-n6 {
    margin: -2.625rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -2.625rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -2.625rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -2.625rem !important; }
  .m-sm-n7 {
    margin: -3.75rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3.75rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3.75rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3.75rem !important; }
  .m-sm-n8 {
    margin: -5.25rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -5.25rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -5.25rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -5.25rem !important; }
  .m-sm-n9 {
    margin: -6rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -6rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -6rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -6rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -6rem !important; }
  .m-sm-n10 {
    margin: -7.5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -7.5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -7.5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -7.5rem !important; }
  .m-sm-n11 {
    margin: -9rem !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -9rem !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -9rem !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -9rem !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -9rem !important; }
  .m-sm-n12 {
    margin: -11.25rem !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -11.25rem !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -11.25rem !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -11.25rem !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: 767px) {
  .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.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 0.75rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.75rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.75rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.75rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.75rem !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: 2.25rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.25rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.25rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.25rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.25rem !important; }
  .m-md-6 {
    margin: 2.625rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 2.625rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 2.625rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 2.625rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 2.625rem !important; }
  .m-md-7 {
    margin: 3.75rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3.75rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.75rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.75rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.75rem !important; }
  .m-md-8 {
    margin: 5.25rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 5.25rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 5.25rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 5.25rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 5.25rem !important; }
  .m-md-9 {
    margin: 6rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 6rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 6rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 6rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 6rem !important; }
  .m-md-10 {
    margin: 7.5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 7.5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 7.5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 7.5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 7.5rem !important; }
  .m-md-11 {
    margin: 9rem !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 9rem !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 9rem !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 9rem !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 9rem !important; }
  .m-md-12 {
    margin: 11.25rem !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 11.25rem !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 11.25rem !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 11.25rem !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 11.25rem !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.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 0.75rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.75rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.75rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.75rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.75rem !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: 2.25rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.25rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.25rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.25rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.25rem !important; }
  .p-md-6 {
    padding: 2.625rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 2.625rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 2.625rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 2.625rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 2.625rem !important; }
  .p-md-7 {
    padding: 3.75rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3.75rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3.75rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.75rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3.75rem !important; }
  .p-md-8 {
    padding: 5.25rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 5.25rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 5.25rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 5.25rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 5.25rem !important; }
  .p-md-9 {
    padding: 6rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 6rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 6rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 6rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 6rem !important; }
  .p-md-10 {
    padding: 7.5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 7.5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 7.5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 7.5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 7.5rem !important; }
  .p-md-11 {
    padding: 9rem !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 9rem !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 9rem !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 9rem !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 9rem !important; }
  .p-md-12 {
    padding: 11.25rem !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 11.25rem !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 11.25rem !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 11.25rem !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 11.25rem !important; }
  .m-md-n1 {
    margin: -0.5rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important; }
  .m-md-n2 {
    margin: -0.75rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.75rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.75rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.75rem !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: -2.25rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.25rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.25rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.25rem !important; }
  .m-md-n6 {
    margin: -2.625rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -2.625rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -2.625rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -2.625rem !important; }
  .m-md-n7 {
    margin: -3.75rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3.75rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3.75rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3.75rem !important; }
  .m-md-n8 {
    margin: -5.25rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -5.25rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -5.25rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -5.25rem !important; }
  .m-md-n9 {
    margin: -6rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -6rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -6rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -6rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -6rem !important; }
  .m-md-n10 {
    margin: -7.5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -7.5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -7.5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -7.5rem !important; }
  .m-md-n11 {
    margin: -9rem !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -9rem !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -9rem !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -9rem !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -9rem !important; }
  .m-md-n12 {
    margin: -11.25rem !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -11.25rem !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -11.25rem !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -11.25rem !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: 1024px) {
  .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.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 0.75rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.75rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.75rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.75rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.75rem !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: 2.25rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.25rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.25rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.25rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.25rem !important; }
  .m-lg-6 {
    margin: 2.625rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 2.625rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 2.625rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 2.625rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 2.625rem !important; }
  .m-lg-7 {
    margin: 3.75rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.75rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.75rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.75rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.75rem !important; }
  .m-lg-8 {
    margin: 5.25rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5.25rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5.25rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5.25rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5.25rem !important; }
  .m-lg-9 {
    margin: 6rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 6rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 6rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 6rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 6rem !important; }
  .m-lg-10 {
    margin: 7.5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 7.5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 7.5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 7.5rem !important; }
  .m-lg-11 {
    margin: 9rem !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 9rem !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 9rem !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 9rem !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 9rem !important; }
  .m-lg-12 {
    margin: 11.25rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 11.25rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 11.25rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 11.25rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 11.25rem !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.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 0.75rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.75rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.75rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.75rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.75rem !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: 2.25rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.25rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.25rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.25rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.25rem !important; }
  .p-lg-6 {
    padding: 2.625rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 2.625rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 2.625rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 2.625rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 2.625rem !important; }
  .p-lg-7 {
    padding: 3.75rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.75rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.75rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.75rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.75rem !important; }
  .p-lg-8 {
    padding: 5.25rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5.25rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5.25rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5.25rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5.25rem !important; }
  .p-lg-9 {
    padding: 6rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 6rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 6rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 6rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 6rem !important; }
  .p-lg-10 {
    padding: 7.5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 7.5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 7.5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 7.5rem !important; }
  .p-lg-11 {
    padding: 9rem !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 9rem !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 9rem !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 9rem !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 9rem !important; }
  .p-lg-12 {
    padding: 11.25rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 11.25rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 11.25rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 11.25rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 11.25rem !important; }
  .m-lg-n1 {
    margin: -0.5rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important; }
  .m-lg-n2 {
    margin: -0.75rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.75rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.75rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.75rem !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: -2.25rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.25rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.25rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.25rem !important; }
  .m-lg-n6 {
    margin: -2.625rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -2.625rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -2.625rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -2.625rem !important; }
  .m-lg-n7 {
    margin: -3.75rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3.75rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3.75rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3.75rem !important; }
  .m-lg-n8 {
    margin: -5.25rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5.25rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5.25rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5.25rem !important; }
  .m-lg-n9 {
    margin: -6rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -6rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -6rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -6rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -6rem !important; }
  .m-lg-n10 {
    margin: -7.5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -7.5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -7.5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -7.5rem !important; }
  .m-lg-n11 {
    margin: -9rem !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -9rem !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -9rem !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -9rem !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -9rem !important; }
  .m-lg-n12 {
    margin: -11.25rem !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -11.25rem !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -11.25rem !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -11.25rem !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: 1280px) {
  .m-lgr-0 {
    margin: 0 !important; }
  .mt-lgr-0,
  .my-lgr-0 {
    margin-top: 0 !important; }
  .mr-lgr-0,
  .mx-lgr-0 {
    margin-right: 0 !important; }
  .mb-lgr-0,
  .my-lgr-0 {
    margin-bottom: 0 !important; }
  .ml-lgr-0,
  .mx-lgr-0 {
    margin-left: 0 !important; }
  .m-lgr-1 {
    margin: 0.5rem !important; }
  .mt-lgr-1,
  .my-lgr-1 {
    margin-top: 0.5rem !important; }
  .mr-lgr-1,
  .mx-lgr-1 {
    margin-right: 0.5rem !important; }
  .mb-lgr-1,
  .my-lgr-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lgr-1,
  .mx-lgr-1 {
    margin-left: 0.5rem !important; }
  .m-lgr-2 {
    margin: 0.75rem !important; }
  .mt-lgr-2,
  .my-lgr-2 {
    margin-top: 0.75rem !important; }
  .mr-lgr-2,
  .mx-lgr-2 {
    margin-right: 0.75rem !important; }
  .mb-lgr-2,
  .my-lgr-2 {
    margin-bottom: 0.75rem !important; }
  .ml-lgr-2,
  .mx-lgr-2 {
    margin-left: 0.75rem !important; }
  .m-lgr-3 {
    margin: 1rem !important; }
  .mt-lgr-3,
  .my-lgr-3 {
    margin-top: 1rem !important; }
  .mr-lgr-3,
  .mx-lgr-3 {
    margin-right: 1rem !important; }
  .mb-lgr-3,
  .my-lgr-3 {
    margin-bottom: 1rem !important; }
  .ml-lgr-3,
  .mx-lgr-3 {
    margin-left: 1rem !important; }
  .m-lgr-4 {
    margin: 1.5rem !important; }
  .mt-lgr-4,
  .my-lgr-4 {
    margin-top: 1.5rem !important; }
  .mr-lgr-4,
  .mx-lgr-4 {
    margin-right: 1.5rem !important; }
  .mb-lgr-4,
  .my-lgr-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lgr-4,
  .mx-lgr-4 {
    margin-left: 1.5rem !important; }
  .m-lgr-5 {
    margin: 2.25rem !important; }
  .mt-lgr-5,
  .my-lgr-5 {
    margin-top: 2.25rem !important; }
  .mr-lgr-5,
  .mx-lgr-5 {
    margin-right: 2.25rem !important; }
  .mb-lgr-5,
  .my-lgr-5 {
    margin-bottom: 2.25rem !important; }
  .ml-lgr-5,
  .mx-lgr-5 {
    margin-left: 2.25rem !important; }
  .m-lgr-6 {
    margin: 2.625rem !important; }
  .mt-lgr-6,
  .my-lgr-6 {
    margin-top: 2.625rem !important; }
  .mr-lgr-6,
  .mx-lgr-6 {
    margin-right: 2.625rem !important; }
  .mb-lgr-6,
  .my-lgr-6 {
    margin-bottom: 2.625rem !important; }
  .ml-lgr-6,
  .mx-lgr-6 {
    margin-left: 2.625rem !important; }
  .m-lgr-7 {
    margin: 3.75rem !important; }
  .mt-lgr-7,
  .my-lgr-7 {
    margin-top: 3.75rem !important; }
  .mr-lgr-7,
  .mx-lgr-7 {
    margin-right: 3.75rem !important; }
  .mb-lgr-7,
  .my-lgr-7 {
    margin-bottom: 3.75rem !important; }
  .ml-lgr-7,
  .mx-lgr-7 {
    margin-left: 3.75rem !important; }
  .m-lgr-8 {
    margin: 5.25rem !important; }
  .mt-lgr-8,
  .my-lgr-8 {
    margin-top: 5.25rem !important; }
  .mr-lgr-8,
  .mx-lgr-8 {
    margin-right: 5.25rem !important; }
  .mb-lgr-8,
  .my-lgr-8 {
    margin-bottom: 5.25rem !important; }
  .ml-lgr-8,
  .mx-lgr-8 {
    margin-left: 5.25rem !important; }
  .m-lgr-9 {
    margin: 6rem !important; }
  .mt-lgr-9,
  .my-lgr-9 {
    margin-top: 6rem !important; }
  .mr-lgr-9,
  .mx-lgr-9 {
    margin-right: 6rem !important; }
  .mb-lgr-9,
  .my-lgr-9 {
    margin-bottom: 6rem !important; }
  .ml-lgr-9,
  .mx-lgr-9 {
    margin-left: 6rem !important; }
  .m-lgr-10 {
    margin: 7.5rem !important; }
  .mt-lgr-10,
  .my-lgr-10 {
    margin-top: 7.5rem !important; }
  .mr-lgr-10,
  .mx-lgr-10 {
    margin-right: 7.5rem !important; }
  .mb-lgr-10,
  .my-lgr-10 {
    margin-bottom: 7.5rem !important; }
  .ml-lgr-10,
  .mx-lgr-10 {
    margin-left: 7.5rem !important; }
  .m-lgr-11 {
    margin: 9rem !important; }
  .mt-lgr-11,
  .my-lgr-11 {
    margin-top: 9rem !important; }
  .mr-lgr-11,
  .mx-lgr-11 {
    margin-right: 9rem !important; }
  .mb-lgr-11,
  .my-lgr-11 {
    margin-bottom: 9rem !important; }
  .ml-lgr-11,
  .mx-lgr-11 {
    margin-left: 9rem !important; }
  .m-lgr-12 {
    margin: 11.25rem !important; }
  .mt-lgr-12,
  .my-lgr-12 {
    margin-top: 11.25rem !important; }
  .mr-lgr-12,
  .mx-lgr-12 {
    margin-right: 11.25rem !important; }
  .mb-lgr-12,
  .my-lgr-12 {
    margin-bottom: 11.25rem !important; }
  .ml-lgr-12,
  .mx-lgr-12 {
    margin-left: 11.25rem !important; }
  .p-lgr-0 {
    padding: 0 !important; }
  .pt-lgr-0,
  .py-lgr-0 {
    padding-top: 0 !important; }
  .pr-lgr-0,
  .px-lgr-0 {
    padding-right: 0 !important; }
  .pb-lgr-0,
  .py-lgr-0 {
    padding-bottom: 0 !important; }
  .pl-lgr-0,
  .px-lgr-0 {
    padding-left: 0 !important; }
  .p-lgr-1 {
    padding: 0.5rem !important; }
  .pt-lgr-1,
  .py-lgr-1 {
    padding-top: 0.5rem !important; }
  .pr-lgr-1,
  .px-lgr-1 {
    padding-right: 0.5rem !important; }
  .pb-lgr-1,
  .py-lgr-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lgr-1,
  .px-lgr-1 {
    padding-left: 0.5rem !important; }
  .p-lgr-2 {
    padding: 0.75rem !important; }
  .pt-lgr-2,
  .py-lgr-2 {
    padding-top: 0.75rem !important; }
  .pr-lgr-2,
  .px-lgr-2 {
    padding-right: 0.75rem !important; }
  .pb-lgr-2,
  .py-lgr-2 {
    padding-bottom: 0.75rem !important; }
  .pl-lgr-2,
  .px-lgr-2 {
    padding-left: 0.75rem !important; }
  .p-lgr-3 {
    padding: 1rem !important; }
  .pt-lgr-3,
  .py-lgr-3 {
    padding-top: 1rem !important; }
  .pr-lgr-3,
  .px-lgr-3 {
    padding-right: 1rem !important; }
  .pb-lgr-3,
  .py-lgr-3 {
    padding-bottom: 1rem !important; }
  .pl-lgr-3,
  .px-lgr-3 {
    padding-left: 1rem !important; }
  .p-lgr-4 {
    padding: 1.5rem !important; }
  .pt-lgr-4,
  .py-lgr-4 {
    padding-top: 1.5rem !important; }
  .pr-lgr-4,
  .px-lgr-4 {
    padding-right: 1.5rem !important; }
  .pb-lgr-4,
  .py-lgr-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lgr-4,
  .px-lgr-4 {
    padding-left: 1.5rem !important; }
  .p-lgr-5 {
    padding: 2.25rem !important; }
  .pt-lgr-5,
  .py-lgr-5 {
    padding-top: 2.25rem !important; }
  .pr-lgr-5,
  .px-lgr-5 {
    padding-right: 2.25rem !important; }
  .pb-lgr-5,
  .py-lgr-5 {
    padding-bottom: 2.25rem !important; }
  .pl-lgr-5,
  .px-lgr-5 {
    padding-left: 2.25rem !important; }
  .p-lgr-6 {
    padding: 2.625rem !important; }
  .pt-lgr-6,
  .py-lgr-6 {
    padding-top: 2.625rem !important; }
  .pr-lgr-6,
  .px-lgr-6 {
    padding-right: 2.625rem !important; }
  .pb-lgr-6,
  .py-lgr-6 {
    padding-bottom: 2.625rem !important; }
  .pl-lgr-6,
  .px-lgr-6 {
    padding-left: 2.625rem !important; }
  .p-lgr-7 {
    padding: 3.75rem !important; }
  .pt-lgr-7,
  .py-lgr-7 {
    padding-top: 3.75rem !important; }
  .pr-lgr-7,
  .px-lgr-7 {
    padding-right: 3.75rem !important; }
  .pb-lgr-7,
  .py-lgr-7 {
    padding-bottom: 3.75rem !important; }
  .pl-lgr-7,
  .px-lgr-7 {
    padding-left: 3.75rem !important; }
  .p-lgr-8 {
    padding: 5.25rem !important; }
  .pt-lgr-8,
  .py-lgr-8 {
    padding-top: 5.25rem !important; }
  .pr-lgr-8,
  .px-lgr-8 {
    padding-right: 5.25rem !important; }
  .pb-lgr-8,
  .py-lgr-8 {
    padding-bottom: 5.25rem !important; }
  .pl-lgr-8,
  .px-lgr-8 {
    padding-left: 5.25rem !important; }
  .p-lgr-9 {
    padding: 6rem !important; }
  .pt-lgr-9,
  .py-lgr-9 {
    padding-top: 6rem !important; }
  .pr-lgr-9,
  .px-lgr-9 {
    padding-right: 6rem !important; }
  .pb-lgr-9,
  .py-lgr-9 {
    padding-bottom: 6rem !important; }
  .pl-lgr-9,
  .px-lgr-9 {
    padding-left: 6rem !important; }
  .p-lgr-10 {
    padding: 7.5rem !important; }
  .pt-lgr-10,
  .py-lgr-10 {
    padding-top: 7.5rem !important; }
  .pr-lgr-10,
  .px-lgr-10 {
    padding-right: 7.5rem !important; }
  .pb-lgr-10,
  .py-lgr-10 {
    padding-bottom: 7.5rem !important; }
  .pl-lgr-10,
  .px-lgr-10 {
    padding-left: 7.5rem !important; }
  .p-lgr-11 {
    padding: 9rem !important; }
  .pt-lgr-11,
  .py-lgr-11 {
    padding-top: 9rem !important; }
  .pr-lgr-11,
  .px-lgr-11 {
    padding-right: 9rem !important; }
  .pb-lgr-11,
  .py-lgr-11 {
    padding-bottom: 9rem !important; }
  .pl-lgr-11,
  .px-lgr-11 {
    padding-left: 9rem !important; }
  .p-lgr-12 {
    padding: 11.25rem !important; }
  .pt-lgr-12,
  .py-lgr-12 {
    padding-top: 11.25rem !important; }
  .pr-lgr-12,
  .px-lgr-12 {
    padding-right: 11.25rem !important; }
  .pb-lgr-12,
  .py-lgr-12 {
    padding-bottom: 11.25rem !important; }
  .pl-lgr-12,
  .px-lgr-12 {
    padding-left: 11.25rem !important; }
  .m-lgr-n1 {
    margin: -0.5rem !important; }
  .mt-lgr-n1,
  .my-lgr-n1 {
    margin-top: -0.5rem !important; }
  .mr-lgr-n1,
  .mx-lgr-n1 {
    margin-right: -0.5rem !important; }
  .mb-lgr-n1,
  .my-lgr-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lgr-n1,
  .mx-lgr-n1 {
    margin-left: -0.5rem !important; }
  .m-lgr-n2 {
    margin: -0.75rem !important; }
  .mt-lgr-n2,
  .my-lgr-n2 {
    margin-top: -0.75rem !important; }
  .mr-lgr-n2,
  .mx-lgr-n2 {
    margin-right: -0.75rem !important; }
  .mb-lgr-n2,
  .my-lgr-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-lgr-n2,
  .mx-lgr-n2 {
    margin-left: -0.75rem !important; }
  .m-lgr-n3 {
    margin: -1rem !important; }
  .mt-lgr-n3,
  .my-lgr-n3 {
    margin-top: -1rem !important; }
  .mr-lgr-n3,
  .mx-lgr-n3 {
    margin-right: -1rem !important; }
  .mb-lgr-n3,
  .my-lgr-n3 {
    margin-bottom: -1rem !important; }
  .ml-lgr-n3,
  .mx-lgr-n3 {
    margin-left: -1rem !important; }
  .m-lgr-n4 {
    margin: -1.5rem !important; }
  .mt-lgr-n4,
  .my-lgr-n4 {
    margin-top: -1.5rem !important; }
  .mr-lgr-n4,
  .mx-lgr-n4 {
    margin-right: -1.5rem !important; }
  .mb-lgr-n4,
  .my-lgr-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lgr-n4,
  .mx-lgr-n4 {
    margin-left: -1.5rem !important; }
  .m-lgr-n5 {
    margin: -2.25rem !important; }
  .mt-lgr-n5,
  .my-lgr-n5 {
    margin-top: -2.25rem !important; }
  .mr-lgr-n5,
  .mx-lgr-n5 {
    margin-right: -2.25rem !important; }
  .mb-lgr-n5,
  .my-lgr-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-lgr-n5,
  .mx-lgr-n5 {
    margin-left: -2.25rem !important; }
  .m-lgr-n6 {
    margin: -2.625rem !important; }
  .mt-lgr-n6,
  .my-lgr-n6 {
    margin-top: -2.625rem !important; }
  .mr-lgr-n6,
  .mx-lgr-n6 {
    margin-right: -2.625rem !important; }
  .mb-lgr-n6,
  .my-lgr-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-lgr-n6,
  .mx-lgr-n6 {
    margin-left: -2.625rem !important; }
  .m-lgr-n7 {
    margin: -3.75rem !important; }
  .mt-lgr-n7,
  .my-lgr-n7 {
    margin-top: -3.75rem !important; }
  .mr-lgr-n7,
  .mx-lgr-n7 {
    margin-right: -3.75rem !important; }
  .mb-lgr-n7,
  .my-lgr-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-lgr-n7,
  .mx-lgr-n7 {
    margin-left: -3.75rem !important; }
  .m-lgr-n8 {
    margin: -5.25rem !important; }
  .mt-lgr-n8,
  .my-lgr-n8 {
    margin-top: -5.25rem !important; }
  .mr-lgr-n8,
  .mx-lgr-n8 {
    margin-right: -5.25rem !important; }
  .mb-lgr-n8,
  .my-lgr-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-lgr-n8,
  .mx-lgr-n8 {
    margin-left: -5.25rem !important; }
  .m-lgr-n9 {
    margin: -6rem !important; }
  .mt-lgr-n9,
  .my-lgr-n9 {
    margin-top: -6rem !important; }
  .mr-lgr-n9,
  .mx-lgr-n9 {
    margin-right: -6rem !important; }
  .mb-lgr-n9,
  .my-lgr-n9 {
    margin-bottom: -6rem !important; }
  .ml-lgr-n9,
  .mx-lgr-n9 {
    margin-left: -6rem !important; }
  .m-lgr-n10 {
    margin: -7.5rem !important; }
  .mt-lgr-n10,
  .my-lgr-n10 {
    margin-top: -7.5rem !important; }
  .mr-lgr-n10,
  .mx-lgr-n10 {
    margin-right: -7.5rem !important; }
  .mb-lgr-n10,
  .my-lgr-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-lgr-n10,
  .mx-lgr-n10 {
    margin-left: -7.5rem !important; }
  .m-lgr-n11 {
    margin: -9rem !important; }
  .mt-lgr-n11,
  .my-lgr-n11 {
    margin-top: -9rem !important; }
  .mr-lgr-n11,
  .mx-lgr-n11 {
    margin-right: -9rem !important; }
  .mb-lgr-n11,
  .my-lgr-n11 {
    margin-bottom: -9rem !important; }
  .ml-lgr-n11,
  .mx-lgr-n11 {
    margin-left: -9rem !important; }
  .m-lgr-n12 {
    margin: -11.25rem !important; }
  .mt-lgr-n12,
  .my-lgr-n12 {
    margin-top: -11.25rem !important; }
  .mr-lgr-n12,
  .mx-lgr-n12 {
    margin-right: -11.25rem !important; }
  .mb-lgr-n12,
  .my-lgr-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-lgr-n12,
  .mx-lgr-n12 {
    margin-left: -11.25rem !important; }
  .m-lgr-auto {
    margin: auto !important; }
  .mt-lgr-auto,
  .my-lgr-auto {
    margin-top: auto !important; }
  .mr-lgr-auto,
  .mx-lgr-auto {
    margin-right: auto !important; }
  .mb-lgr-auto,
  .my-lgr-auto {
    margin-bottom: auto !important; }
  .ml-lgr-auto,
  .mx-lgr-auto {
    margin-left: auto !important; } }

@media (min-width: 1512px) {
  .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.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 0.75rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.75rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.75rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.75rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.75rem !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: 2.25rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.25rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.25rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.25rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.25rem !important; }
  .m-xl-6 {
    margin: 2.625rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 2.625rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 2.625rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 2.625rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 2.625rem !important; }
  .m-xl-7 {
    margin: 3.75rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.75rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.75rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.75rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.75rem !important; }
  .m-xl-8 {
    margin: 5.25rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 5.25rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 5.25rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 5.25rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 5.25rem !important; }
  .m-xl-9 {
    margin: 6rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 6rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 6rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 6rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 6rem !important; }
  .m-xl-10 {
    margin: 7.5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 7.5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 7.5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 7.5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 7.5rem !important; }
  .m-xl-11 {
    margin: 9rem !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 9rem !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 9rem !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 9rem !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 9rem !important; }
  .m-xl-12 {
    margin: 11.25rem !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 11.25rem !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 11.25rem !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 11.25rem !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 11.25rem !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.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 0.75rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.75rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.75rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.75rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.75rem !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: 2.25rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.25rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.25rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.25rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.25rem !important; }
  .p-xl-6 {
    padding: 2.625rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 2.625rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 2.625rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 2.625rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 2.625rem !important; }
  .p-xl-7 {
    padding: 3.75rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.75rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.75rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.75rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.75rem !important; }
  .p-xl-8 {
    padding: 5.25rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 5.25rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 5.25rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 5.25rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 5.25rem !important; }
  .p-xl-9 {
    padding: 6rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 6rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 6rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 6rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 6rem !important; }
  .p-xl-10 {
    padding: 7.5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 7.5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 7.5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 7.5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 7.5rem !important; }
  .p-xl-11 {
    padding: 9rem !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 9rem !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 9rem !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 9rem !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 9rem !important; }
  .p-xl-12 {
    padding: 11.25rem !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 11.25rem !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 11.25rem !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 11.25rem !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 11.25rem !important; }
  .m-xl-n1 {
    margin: -0.5rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important; }
  .m-xl-n2 {
    margin: -0.75rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.75rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.75rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.75rem !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: -2.25rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.25rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.25rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.25rem !important; }
  .m-xl-n6 {
    margin: -2.625rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -2.625rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -2.625rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -2.625rem !important; }
  .m-xl-n7 {
    margin: -3.75rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3.75rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3.75rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3.75rem !important; }
  .m-xl-n8 {
    margin: -5.25rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -5.25rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -5.25rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -5.25rem !important; }
  .m-xl-n9 {
    margin: -6rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -6rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -6rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -6rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -6rem !important; }
  .m-xl-n10 {
    margin: -7.5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -7.5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -7.5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -7.5rem !important; }
  .m-xl-n11 {
    margin: -9rem !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -9rem !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -9rem !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -9rem !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -9rem !important; }
  .m-xl-n12 {
    margin: -11.25rem !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -11.25rem !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -11.25rem !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -11.25rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1632px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.5rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important; }
  .m-xxl-2 {
    margin: 0.75rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.75rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.75rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.75rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.75rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 2.25rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2.25rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2.25rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2.25rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2.25rem !important; }
  .m-xxl-6 {
    margin: 2.625rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 2.625rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 2.625rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 2.625rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 2.625rem !important; }
  .m-xxl-7 {
    margin: 3.75rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 3.75rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 3.75rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 3.75rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 3.75rem !important; }
  .m-xxl-8 {
    margin: 5.25rem !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 5.25rem !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 5.25rem !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 5.25rem !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 5.25rem !important; }
  .m-xxl-9 {
    margin: 6rem !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 6rem !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 6rem !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 6rem !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 6rem !important; }
  .m-xxl-10 {
    margin: 7.5rem !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 7.5rem !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 7.5rem !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 7.5rem !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 7.5rem !important; }
  .m-xxl-11 {
    margin: 9rem !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 9rem !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 9rem !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 9rem !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 9rem !important; }
  .m-xxl-12 {
    margin: 11.25rem !important; }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 11.25rem !important; }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 11.25rem !important; }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 11.25rem !important; }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 11.25rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.5rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important; }
  .p-xxl-2 {
    padding: 0.75rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.75rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.75rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.75rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.75rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 2.25rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2.25rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2.25rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2.25rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2.25rem !important; }
  .p-xxl-6 {
    padding: 2.625rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 2.625rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 2.625rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 2.625rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 2.625rem !important; }
  .p-xxl-7 {
    padding: 3.75rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 3.75rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 3.75rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 3.75rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 3.75rem !important; }
  .p-xxl-8 {
    padding: 5.25rem !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 5.25rem !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 5.25rem !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 5.25rem !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 5.25rem !important; }
  .p-xxl-9 {
    padding: 6rem !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 6rem !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 6rem !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 6rem !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 6rem !important; }
  .p-xxl-10 {
    padding: 7.5rem !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 7.5rem !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 7.5rem !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 7.5rem !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 7.5rem !important; }
  .p-xxl-11 {
    padding: 9rem !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 9rem !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 9rem !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 9rem !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 9rem !important; }
  .p-xxl-12 {
    padding: 11.25rem !important; }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 11.25rem !important; }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 11.25rem !important; }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 11.25rem !important; }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 11.25rem !important; }
  .m-xxl-n1 {
    margin: -0.5rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important; }
  .m-xxl-n2 {
    margin: -0.75rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.75rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.75rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.75rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.75rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -2.25rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2.25rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2.25rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2.25rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2.25rem !important; }
  .m-xxl-n6 {
    margin: -2.625rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -2.625rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -2.625rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -2.625rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -2.625rem !important; }
  .m-xxl-n7 {
    margin: -3.75rem !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -3.75rem !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -3.75rem !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -3.75rem !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -3.75rem !important; }
  .m-xxl-n8 {
    margin: -5.25rem !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -5.25rem !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -5.25rem !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -5.25rem !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -5.25rem !important; }
  .m-xxl-n9 {
    margin: -6rem !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -6rem !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -6rem !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -6rem !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -6rem !important; }
  .m-xxl-n10 {
    margin: -7.5rem !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -7.5rem !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -7.5rem !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -7.5rem !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -7.5rem !important; }
  .m-xxl-n11 {
    margin: -9rem !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -9rem !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -9rem !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -9rem !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -9rem !important; }
  .m-xxl-n12 {
    margin: -11.25rem !important; }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -11.25rem !important; }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -11.25rem !important; }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -11.25rem !important; }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -11.25rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 480px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 767px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1024px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-lgr-none {
    display: none !important; }
  .d-lgr-inline {
    display: inline !important; }
  .d-lgr-inline-block {
    display: inline-block !important; }
  .d-lgr-block {
    display: block !important; }
  .d-lgr-table {
    display: table !important; }
  .d-lgr-table-row {
    display: table-row !important; }
  .d-lgr-table-cell {
    display: table-cell !important; }
  .d-lgr-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lgr-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1512px) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1632px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  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: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.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: 480px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 767px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-lgr-left {
    text-align: left !important; }
  .text-lgr-right {
    text-align: right !important; }
  .text-lgr-center {
    text-align: center !important; } }

@media (min-width: 1512px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1632px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.text-secondary {
  color: #09907e !important; }

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

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

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

.text-info {
  color: #1dcaff !important; }

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

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

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

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

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

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

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

.text-dark {
  color: #6c6c6c !important; }

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

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

a.text-white:hover, a.text-white:focus {
  color: #d9d9d9 !important; }

.text-gray {
  color: #f6f6f6 !important; }

a.text-gray:hover, a.text-gray:focus {
  color: #d0d0d0 !important; }

.text-seafoam {
  color: #046e7c !important; }

a.text-seafoam:hover, a.text-seafoam:focus {
  color: #022c32 !important; }

.text-darkest-teal {
  color: #002d3e !important; }

a.text-darkest-teal:hover, a.text-darkest-teal:focus {
  color: black !important; }

.text-dark-teal {
  color: #004057 !important; }

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

.text-indigo {
  color: #6610f2 !important; }

a.text-indigo:hover, a.text-indigo:focus {
  color: #4709ac !important; }

.text-purple {
  color: #a2206b !important; }

a.text-purple:hover, a.text-purple:focus {
  color: #621341 !important; }

.text-red {
  color: #c8232c !important; }

a.text-red:hover, a.text-red:focus {
  color: #87181e !important; }

.text-yellow {
  color: #d0a22c !important; }

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

.text-cyan {
  color: #1dcaff !important; }

a.text-cyan:hover, a.text-cyan:focus {
  color: #009fd0 !important; }

.text-dark-cyan {
  color: #085973 !important; }

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

.text-dark-gray {
  color: #b4b4b4 !important; }

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

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

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

.text-dark-red {
  color: #812f18 !important; }

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

.text-copper {
  color: #d24d27 !important; }

a.text-copper:hover, a.text-copper:focus {
  color: #91351b !important; }

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

.text-muted {
  color: #808080 !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;
  word-wrap: break-word !important; }

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

.container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 480px) {
    .container, .container-fluid, .container-xs, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl, .container-xxl {
      padding-right: 36px;
      padding-left: 36px; } }

.container {
  max-width: 376px; }

@media (min-width: 480px) {
  .container, .container-sm {
    max-width: 480px; } }

@media (min-width: 767px) {
  .container, .container-sm, .container-md {
    max-width: 767px; } }

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container, .container-sm, .container-md, .container-lg, .container-lgr {
    max-width: 1280px; } }

@media (min-width: 1512px) {
  .container, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl {
    max-width: 1512px; } }

@media (min-width: 1632px) {
  .container, .container-sm, .container-md, .container-lg, .container-lgr, .container-xl, .container-xxl {
    max-width: 1632px; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px; }

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

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

.col {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
  -webkit-order: 13;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 767px) {
  .col-md {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1024px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-lgr {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-lgr-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lgr-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lgr-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lgr-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lgr-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lgr-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lgr-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lgr-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lgr-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lgr-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lgr-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lgr-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lgr-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lgr-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lgr-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lgr-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lgr-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lgr-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lgr-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lgr-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lgr-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lgr-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lgr-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lgr-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lgr-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lgr-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lgr-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lgr-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lgr-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lgr-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lgr-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lgr-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lgr-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lgr-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lgr-0 {
    margin-left: 0; }
  .offset-lgr-1 {
    margin-left: 8.33333%; }
  .offset-lgr-2 {
    margin-left: 16.66667%; }
  .offset-lgr-3 {
    margin-left: 25%; }
  .offset-lgr-4 {
    margin-left: 33.33333%; }
  .offset-lgr-5 {
    margin-left: 41.66667%; }
  .offset-lgr-6 {
    margin-left: 50%; }
  .offset-lgr-7 {
    margin-left: 58.33333%; }
  .offset-lgr-8 {
    margin-left: 66.66667%; }
  .offset-lgr-9 {
    margin-left: 75%; }
  .offset-lgr-10 {
    margin-left: 83.33333%; }
  .offset-lgr-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1512px) {
  .col-xl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1632px) {
  .col-xxl {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

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

body {
  background: #fff; }

.container.container-sm {
  max-width: 680px; }

.body-map-opened {
  height: 100vh !important;
  overflow: hidden !important; }
  .body-map-opened .primary-nav {
    display: none !important; }

.btn-outline {
  width: 36px;
  height: 36px;
  border: 2px solid #004057;
  color: #004057;
  border-radius: 50%;
  font-size: .85rem;
  background-color: transparent;
  margin-right: 1em;
  padding: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 36px;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px; }
  .btn-outline:hover {
    background-color: #004057;
    color: #fff; }

.dark-bg {
  background-color: #004057;
  color: #fff; }
  .dark-bg .eyebrow, .dark-bg .link-underline, .dark-bg .link-list, .dark-bg .content-slider__card-index, .dark-bg .find-your-stay__slide-index {
    color: #d0a22c !important; }
  .dark-bg .heading {
    color: #fff; }

.full-img {
  padding: 0 18px; }

.column-img-wrapper {
  position: relative;
  padding-top: 75%; }
  @media (max-width: 1279.98px) {
    .column-img-wrapper {
      padding-top: 125%; } }
  @media (max-width: 1023.98px) {
    .column-img-wrapper {
      padding-top: 50%; } }

.background-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .background-container::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.801558) 10%, rgba(0, 0, 0, 0) 75%); }
    @media (max-width: 1023.98px) {
      .background-container::after {
        background: rgba(255, 255, 255, 0.65); } }

.w-100 {
  width: 100%; }

.ovf--hidden {
  overflow: hidden; }

.background-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.pac-target-input {
  color: #002d3e;
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  border: 2px solid transparent !important; }
  .pac-target-input:focus {
    border-color: #09907e !important; }

.pac-container {
  width: 450px !important;
  font-weight: 400;
  margin-top: 16px;
  color: #002d3e;
  font-family: "Open Sans", -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";
  -webkit-box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
          box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
  border-top: none; }
  @media (max-width: 1279.98px) {
    .pac-container {
      width: 350px !important; } }
  .pac-container::after {
    display: none !important; }
  .pac-container .pac-item {
    padding: 8px 12px 6px 30px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #f6f6f6; }
    .pac-container .pac-item .pac-icon {
      position: absolute;
      left: 8px; }
    .pac-container .pac-item span {
      font-size: 0.8rem;
      color: #b4b4b4;
      font-family: "Open Sans";
      line-height: 1.25rem; }
    .pac-container .pac-item .pac-matched {
      font-weight: normal; }
    .pac-container .pac-item .pac-item-query {
      font-size: 0.9rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      color: #004057;
      overflow: hidden;
      text-overflow: ellipsis; }
      .pac-container .pac-item .pac-item-query .pac-matched {
        font-weight: 900; }
      .pac-container .pac-item .pac-item-query span {
        font-size: 1em;
        color: inherit; }
    .pac-container .pac-item:first-child {
      border-top: none; }

.mfp-bg {
  background-color: #fff; }

.tooltip {
  z-index: 999999 !important;
  background-color: #09907e;
  color: #fff;
  padding: 4px 8px;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  margin: 8px;
  font-size: .85rem; }

.post-booking-bar {
  bottom: -80px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 999;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }
  @media (max-width: 1023.98px) {
    .post-booking-bar {
      bottom: -160px; } }
  .post-booking-bar .eyebrow, .post-booking-bar .link-underline, .post-booking-bar .link-list, .post-booking-bar .content-slider__card-index, .post-booking-bar .find-your-stay__slide-index, .post-booking-bar .heading {
    white-space: nowrap; }
  .post-booking-bar.show {
    bottom: 0;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 24px rgba(0, 0, 0, 0.1); }

.modal-popup {
  position: relative;
  padding: 48px 36px;
  width: auto;
  max-width: 1280px;
  margin: 0 auto; }
  .modal-popup.small {
    max-width: 684px;
    background-color: #fff; }
  .modal-popup__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .modal-popup__header .heading {
      margin-bottom: 0; }
    .modal-popup__header .disclaimer {
      font-size: .8rem;
      font-style: italic;
      margin-top: 30px;
      text-align: center; }
  .modal-popup__body {
    font-size: 1.125rem; }
    .modal-popup__body a {
      font-weight: 700; }
  .modal-popup__footer {
    margin-top: 36px;
    text-align: center; }
  .modal-popup .pill {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.075rem;
    font-weight: 500;
    padding: 3px 12px;
    font-size: .85rem;
    margin-left: 1.5rem;
    border-radius: 50px; }
  .modal-popup button.mfp-close {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    font-size: 2rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: -15px !important;
    right: -15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #004057;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 16px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1023.98px) {
      .modal-popup button.mfp-close {
        right: 0;
        top: -40px !important; } }

@media (max-width: 1023.98px) {
  .locations-padding {
    padding-left: 2px;
    padding-top: 11px; } }

.gallery-modal-slider {
  padding: 0; }
  .gallery-modal-slider__slider .glide__slides {
    margin: 0; }
  .gallery-modal-slider__slide {
    position: relative;
    height: 100% !important; }
    .gallery-modal-slider__slide img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .gallery-modal-slider__index {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
    pointer-events: none; }
  .gallery-modal-slider__gallery-controls button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    position: absolute;
    z-index: 9999;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    background-color: #fff;
    opacity: .8;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    cursor: pointer; }
    @media (max-width: 766.98px) {
      .gallery-modal-slider__gallery-controls button {
        width: 32px;
        height: 32px;
        font-size: .85rem;
        margin: 0 6px; } }
    .gallery-modal-slider__gallery-controls button:focus {
      outline: 0.2rem solid rgba(255, 255, 255, 0.5) !important; }
    .gallery-modal-slider__gallery-controls button .fas {
      pointer-events: none; }
    .gallery-modal-slider__gallery-controls button:hover {
      opacity: 1; }
    .gallery-modal-slider__gallery-controls button.arrow-left {
      left: -10%; }
      @media (max-width: 1023.98px) {
        .gallery-modal-slider__gallery-controls button.arrow-left {
          left: 0; } }
    .gallery-modal-slider__gallery-controls button.arrow-right {
      right: -10%; }
      @media (max-width: 1023.98px) {
        .gallery-modal-slider__gallery-controls button.arrow-right {
          right: 0; } }

/* ====== 3d unfold ======*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
            perspective: 2000px; }
  .mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: rotateY(-60deg);
            transform: rotateY(-60deg); }
  .mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  .mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-3d-unfold.mfp-removing .mfp-with-anim {
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    opacity: 0; }
  .mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0; }

.mfp-bottom-bar {
  top: 55px !important;
  margin-top: 0 !important;
  margin-left: 18px; }
  .mfp-bottom-bar .mfp-counter {
    right: unset;
    left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 1rem; }

.mfp-image-holder button.mfp-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 36px;
  height: 36px;
  font-size: 2rem;
  border: 2px solid #fff;
  padding: 0;
  border-radius: 50%; }

button.modal-popup-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 9999;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  background-color: #fff;
  opacity: .8;
  border-radius: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border: none;
  cursor: pointer; }
  @media (max-width: 766.98px) {
    button.modal-popup-controls {
      width: 32px;
      height: 32px;
      font-size: .85rem;
      margin: 0 6px; } }
  button.modal-popup-controls:focus {
    outline: 0.2rem solid rgba(255, 255, 255, 0.5) !important; }
  button.modal-popup-controls .fas {
    pointer-events: none; }
  button.modal-popup-controls:hover {
    opacity: 1; }
  button.modal-popup-controls.arrow-left {
    left: 5%; }
  button.modal-popup-controls.arrow-right {
    right: 5%; }

.tag-wrapper .tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 12px;
  color: #fff;
  background-color: #004057;
  border-radius: 50px;
  font-size: .8rem;
  margin-right: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .075rem; }

.tag-wrapper a:hover {
  opacity: .8; }

.tag-wrapper .fa-solid {
  font-size: 1rem;
  margin: 0 8px 0 -4px; }

/* forms */
.form-control {
  display: block;
  width: 100%;
  height: 3rem;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.67;
  color: #004057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  -webkit-transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #004057; }
  .form-control:focus {
    color: #004057;
    background-color: #fff;
    border-color: #09907e;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #808080;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #808080;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #808080;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #808080;
    opacity: 1; }
  .form-control::placeholder {
    color: #808080;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f6f6f6;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #808080; }

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.67;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }
  .form-row > .col > .valid-tooltip,
  .form-row > [class*="col-"] > .valid-tooltip {
    left: 5px; }

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.67em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4175em + 0.1875rem) center;
  background-size: calc(0.835em + 0.375rem) calc(0.835em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.835em + 0.375rem) calc(0.835em + 0.375rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

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

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.98438rem;
  line-height: 1.67;
  color: #fff;
  background-color: rgba(200, 35, 44, 0.9);
  border-radius: 0; }
  .form-row > .col > .invalid-tooltip,
  .form-row > [class*="col-"] > .invalid-tooltip {
    left: 5px; }

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #c8232c;
  padding-right: calc(1.67em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c8232c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c8232c' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4175em + 0.1875rem) center;
  background-size: calc(0.835em + 0.375rem) calc(0.835em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #c8232c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #c8232c;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c8232c' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c8232c' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.835em + 0.375rem) calc(0.835em + 0.375rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #c8232c;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #c8232c; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #c8232c; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #c8232c; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #de4049;
  background-color: #de4049; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #c8232c; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #c8232c; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #c8232c;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 480px) {
    .form-inline label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

/*
usage:
 @include doTransitionProperties(transform, margin-top)
*/
label {
  font-family: "Open Sans", -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: 0.875rem; }

.input-group {
  position: relative; }

.checkbox-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 1.125rem 1.5rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0; }
    .checkbox-container input:checked ~ .checkmark {
      background-color: #09907e; }
  .checkbox-container .checkmark {
    margin-left: 3rem;
    height: 10px;
    width: 10px;
    background-color: #ced4da;
    position: relative;
    border-radius: 100%;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .checkbox-container:hover input:not(:checked) ~ .checkmark {
    background-color: rgba(9, 144, 126, 0.6); }
  .checkbox-container:hover input ~ .checkmark {
    -webkit-box-shadow: 0 0 0 2px rgba(9, 144, 126, 0.3);
            box-shadow: 0 0 0 2px rgba(9, 144, 126, 0.3); }

/* for the custom number input buttons */
.number-input--no-controls {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0 1rem;
  max-width: 1.5rem;
  border: none;
  text-align: center; }

.number-input--no-controls::-webkit-inner-spin-button, .number-input--no-controls::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.hbspt-form fieldset {
  width: 100%;
  max-width: 100% !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 32px;
  gap: 32px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  position: relative; }
  @media (max-width: 1023.98px) {
    .hbspt-form fieldset {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      grid-gap: 0;
      gap: 0; } }

.hbspt-form .hs-form-field, .hbspt-form .hs-richtext {
  width: 100% !important;
  padding-bottom: 35px !important; }
  .hbspt-form .hs-form-field h1, .hbspt-form .hs-richtext h1 {
    display: none !important; }
  .hbspt-form .hs-form-field > label, .hbspt-form .hs-richtext > label {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }

.hbspt-form .inputs-list {
  padding: 0 !important;
  margin: 0 !important;
  position: absolute; }

.hbspt-form .hs-field-desc {
  font-size: .8rem !important;
  opacity: .75; }

.hbspt-form .hs-error-msg {
  color: red; }

.hbspt-form input, .hbspt-form textarea, .hbspt-form select {
  border: 1px solid #ccc;
  padding: 6px 12px;
  border-radius: 3px;
  min-height: 45px; }
  .hbspt-form input.error, .hbspt-form textarea.error, .hbspt-form select.error {
    border: 1px solid red !important; }
  .hbspt-form input:focus, .hbspt-form textarea:focus, .hbspt-form select:focus {
    border: 1px solid #09907e; }

.hbspt-form .hs-form-required {
  display: block !important;
  visibility: visible !important;
  color: red !important;
  font-weight: bold !important; }

.hbspt-form input[type="submit"] {
  padding: 8px 32px;
  border: none;
  color: #fff;
  background-color: #09907e; }

.form__list {
  width: 100%;
  padding: 14px 0;
  margin-top: 14px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.form__list-field {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; }
  .form__list-field label {
    margin-bottom: 0;
    margin-top: 10px;
    position: relative;
    bottom: -7px; }

.form__input.large {
  font-size: 1.5rem; }

._form {
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100% !important; }
  ._form ._form-content {
    padding: 20px 0 !important;
    background-color: #f9f9f9;
    margin: 0 -10px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  ._form ._form_element {
    margin-bottom: 20px !important;
    width: 50% !important;
    max-width: 50% !important;
    padding: 0 10px; }
    @media (max-width: 1023.98px) {
      ._form ._form_element {
        padding: 0;
        width: 100% !important;
        max-width: 100% !important; } }
  ._form ._form-label {
    color: #004057 !important;
    font-weight: 500 !important; }
  ._form input[type="text"], ._form select, ._form textarea {
    padding: 6px 12px !important;
    border-radius: 3px !important;
    min-height: 45px !important;
    border: 1px solid #ccc !important;
    width: 100% !important; }
  ._form ._submit {
    padding: 8px 32px !important;
    border: none !important;
    color: #fff !important;
    background-color: #09907e !important;
    margin-left: 10px !important; }

.eyebrow, .link-underline, .link-list, .content-slider__card-index, .find-your-stay__slide-index {
  font-size: 0.875rem;
  font-family: "Open Sans", -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-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .eyebrow__spacer {
    display: inline-block;
    height: 0.625rem;
    width: 0.625rem;
    border: 2px solid #d0a22c;
    border-radius: 100%;
    margin: 0 0.75rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.letter-spacing--1 {
  letter-spacing: 0.125rem; }

.heading {
  font-family: "Kostic Serif", serif; }
  .heading--1 {
    font-size: 2rem; }
    @media (min-width: 480px) {
      .heading--1 {
        font-size: 2.625rem; } }
    @media (min-width: 1024px) {
      .heading--1 {
        font-size: 3.25rem; } }
    @media (min-width: 1512px) {
      .heading--1 {
        font-size: 4.125rem; } }
  @media (min-width: 480px) {
    .heading--2 {
      font-size: 2.25rem; } }
  @media (min-width: 1024px) {
    .heading--2 {
      font-size: 3rem; } }
  .heading--3 {
    font-size: 1.5rem; }
    @media (min-width: 480px) {
      .heading--3 {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .heading--3 {
        font-size: 2.5rem; } }
  .heading--4 {
    font-size: 1.375rem; }
    @media (min-width: 480px) {
      .heading--4 {
        font-size: 1.75rem; } }
    @media (min-width: 1024px) {
      .heading--4 {
        font-size: 2.25rem; } }
  .heading--5 {
    font-size: 1.25rem; }
    @media (min-width: 480px) {
      .heading--5 {
        font-size: 1.5rem; } }
  .heading--6 {
    font-size: 1.125rem; }
    @media (min-width: 1024px) {
      .heading--6 {
        font-size: 1.125rem; } }
  .heading--divider {
    position: relative; }
    .heading--divider::after {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      width: 100%;
      max-width: 120px;
      height: 2px;
      background-color: #004057; }

blockquote {
  border-left: solid 5px;
  padding-left: 1.5rem;
  font-style: italic;
  margin: 2.25rem 0; }

/* intent: cover the sections with gradients, borders etc */
.bg-gradient--light-to-white {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#fff));
  background-image: linear-gradient(to bottom, #f9f9f9, #fff); }

.bg-border--bottom {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

.bg-border--gray {
  border-color: #e6e6e6; }

.bg-teal {
  background-color: #09907e !important; }

.fullwidth-background-split {
  position: relative;
  height: 690px; }
  @media (max-width: 766.98px) {
    .fullwidth-background-split {
      height: 0;
      padding-top: 75%; } }
  .fullwidth-background-split__wrapper {
    position: absolute;
    width: calc(50vw - 10px);
    height: 100%;
    left: 0;
    top: 0; }
    @media (max-width: 766.98px) {
      .fullwidth-background-split__wrapper {
        margin-left: -50vw;
        width: 100vw;
        left: 50%; } }

.background--white {
  background-color: #fff; }

.background--gray {
  background-color: #f9f9f9; }

.background--blue {
  background-color: #004057;
  color: #fff; }
  .background--blue .heading, .background--blue p, .background--blue ul, .background--blue ol {
    color: #fff; }
  .background--blue .eyebrow, .background--blue .link-underline, .background--blue .link-list, .background--blue .content-slider__card-index, .background--blue .find-your-stay__slide-index {
    color: #d0a22c !important; }

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .img--object-fit {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); } }

@supports not ((-o-object-fit: cover) or (object-fit: cover)) {
  .img--object-fit {
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .img--object-fit {
    position: absolute;
    top: -9999px;
    left: -9999px;
    bottom: -9999px;
    right: -9999px;
    margin: auto;
    min-width: 100%;
    min-height: 100%; } }

.img--offset {
  position: absolute; }

/*
usage:
 @include doTransitionProperties(transform, margin-top)
*/
/* dropdowns */
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #808080;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #e6e6e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #f6f6f6 #f6f6f6 #e6e6e6; }
    .nav-tabs .nav-link.disabled {
      color: #808080;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #6c6c6c;
    background-color: #fff;
    border-color: #e6e6e6 #e6e6e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #004057; }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-xs, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-lgr, .navbar .container-xl, .navbar .container-xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-right: 1rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat; }

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto; }

@media (max-width: 479.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-lgr, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 480px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xs, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-lgr, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 766.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-lgr, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 767px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xs, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-lgr, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1023.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-lgr, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xs, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-lgr, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-lgr > .container,
  .navbar-expand-lgr > .container-fluid, .navbar-expand-lgr > .container-xs, .navbar-expand-lgr > .container-sm, .navbar-expand-lgr > .container-md, .navbar-expand-lgr > .container-lg, .navbar-expand-lgr > .container-lgr, .navbar-expand-lgr > .container-xl, .navbar-expand-lgr > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-lgr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lgr .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lgr .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lgr .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-lgr > .container,
    .navbar-expand-lgr > .container-fluid, .navbar-expand-lgr > .container-xs, .navbar-expand-lgr > .container-sm, .navbar-expand-lgr > .container-md, .navbar-expand-lgr > .container-lg, .navbar-expand-lgr > .container-lgr, .navbar-expand-lgr > .container-xl, .navbar-expand-lgr > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-lgr .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lgr .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lgr .navbar-toggler {
      display: none; } }

@media (max-width: 1511.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-lgr, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1512px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xs, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-lgr, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (max-width: 1631.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xs, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-lgr, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1632px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 1.25rem;
        padding-left: 1.25rem; }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-xs, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-lgr, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-lgr, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-xs, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-lgr, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #004057; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #004057; }

.navbar-light .navbar-nav .nav-link {
  color: #002d3e; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #09907e; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #004057; }

.navbar-light .navbar-toggler {
  color: #002d3e;
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23002d3e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: #002d3e; }
  .navbar-light .navbar-text a {
    color: #004057; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #004057; }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 11rem;
  padding: 1.125rem 0;
  margin: 0 0 0;
  font-size: 1.125rem;
  color: #004057;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 480px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 767px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-lgr-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lgr-right {
    right: 0;
    left: auto; } }

@media (min-width: 1512px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1632px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #f6f6f6; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1.125rem 2.25rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f9f9f9; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #004057; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #808080;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 1.125rem 2.25rem;
  margin-bottom: 0;
  font-size: 0.98438rem;
  color: #808080;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 1.125rem 2.25rem;
  color: #212529; }

.primary-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  width: 100vw;
  /* search*/ }
  .primary-nav .btn-circle {
    border: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3rem;
        -ms-flex: 0 0 3rem;
            flex: 0 0 3rem; }
  .primary-nav__list {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .primary-nav__banner {
    height: 3rem;
    font-size: 0.875rem;
    font-family: "Open Sans", -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"; }
  .primary-nav__navbar {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    @media (min-width: 1024px) {
      .primary-nav__navbar {
        height: 6rem;
        padding-left: 1.75rem;
        padding-right: 1.75rem; } }
    @media (min-width: 1512px) {
      .primary-nav__navbar {
        padding-left: 3.5rem;
        padding-right: 3.5rem; } }
  .primary-nav__logo > .logo {
    height: 2.15rem; }
    @media (min-width: 480px) {
      .primary-nav__logo > .logo {
        height: 3.5rem; } }
    @media (min-width: 1024px) {
      .primary-nav__logo > .logo {
        height: 4.5rem; } }
  .primary-nav__sub-menu {
    min-width: 100%;
    position: static !important;
    float: none !important;
    background-color: transparent;
    padding-top: 0;
    padding-left: 0; }
  @media (max-width: 766.98px) {
    .primary-nav .col-md {
      padding-bottom: 30px; } }
  .primary-nav__menu-link {
    font-weight: 500;
    height: auto !important;
    font-family: "Open Sans", -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";
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .primary-nav__menu-link::after {
      border: none;
      height: 0.75rem;
      width: 0.75rem;
      background-color: currentColor;
      -webkit-clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
              clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      margin-left: 0.375rem;
      -webkit-transition-property: background-color, -webkit-transform;
      transition-property: background-color, -webkit-transform;
      transition-property: background-color, transform;
      transition-property: background-color, transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    @media (max-width: 1023.98px) {
      .primary-nav__menu-link[aria-expanded="true"]::after {
        -webkit-transform: translateY(1.5px) rotate(-90deg);
                transform: translateY(1.5px) rotate(-90deg); } }
    @media (min-width: 1024px) {
      .primary-nav__menu-link {
        padding: 1.875rem;
        height: 6rem; }
        .primary-nav__menu-link::after {
          margin-left: 0.5rem; }
        .primary-nav__menu-link::before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 4px;
          background-color: #09907e;
          opacity: 0; }
        .primary-nav__menu-link:hover::before, .primary-nav__menu-link[aria-expanded="true"]::before {
          opacity: 1; } }
  @media (min-width: 1024px) and (min-width: 1024px) {
    .primary-nav__menu-link--current::before {
      opacity: 1; } }
    @media (min-width: 1512px) {
      .primary-nav__menu-link {
        font-size: 1rem; }
        .primary-nav__menu-link::after {
          margin-left: 1rem;
          height: 0.875rem;
          width: 0.875rem; } }
  .primary-nav__dropdown-link {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    margin-left: -.5rem;
    -webkit-transition-property: color, padding-left;
    transition-property: color, padding-left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .primary-nav__dropdown-link::before {
      content: '.';
      display: inline-block;
      color: inherit;
      font-weight: bold;
      font-size: 2rem;
      position: relative;
      top: -0.25rem;
      left: -0.65rem;
      line-height: 0;
      opacity: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .primary-nav__dropdown-link:hover, .primary-nav__dropdown-link--current {
      padding-left: 1rem;
      color: #09907e; }
      .primary-nav__dropdown-link:hover::before, .primary-nav__dropdown-link--current::before {
        opacity: 1; }
  .primary-nav__actions {
    white-space: nowrap; }
    @media (max-width: 479.98px) {
      .primary-nav__actions .btn-secondary {
        padding: 0.75rem 1.1rem; } }
  .primary-nav__toggle {
    position: relative; }
    @media (max-width: 479.98px) {
      .primary-nav__toggle {
        background-color: transparent !important;
        width: 1rem;
        -webkit-box-flex: 0 !important;
        -webkit-flex: 0 0 1rem !important;
            -ms-flex: 0 0 1rem !important;
                flex: 0 0 1rem !important;
        margin-right: 18px !important; } }
    .primary-nav__toggle:not(.collapsed) {
      background-color: #09907e !important; }
      @media (max-width: 766.98px) {
        .primary-nav__toggle:not(.collapsed) {
          background-color: transparent !important;
          border-color: transparent !important;
          -webkit-box-shadow: none !important;
                  box-shadow: none !important; } }
      .primary-nav__toggle:not(.collapsed)::after {
        background-color: #fff !important; }
        @media (max-width: 766.98px) {
          .primary-nav__toggle:not(.collapsed)::after {
            background-color: #002d3e !important; } }
      .primary-nav__toggle:not(.collapsed) .primary-nav__toggle-icon::after, .primary-nav__toggle:not(.collapsed) .primary-nav__toggle-icon::before {
        background-color: #fff !important; }
        @media (max-width: 766.98px) {
          .primary-nav__toggle:not(.collapsed) .primary-nav__toggle-icon::after, .primary-nav__toggle:not(.collapsed) .primary-nav__toggle-icon::before {
            background-color: #002d3e !important; } }
    .primary-nav__toggle-icon::before, .primary-nav__toggle-icon::after, .primary-nav__toggle::after {
      content: '';
      position: absolute;
      height: 2px;
      width: 1.125rem;
      background-color: #002d3e;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1;
      -webkit-transition-property: opacity, top, -webkit-transform;
      transition-property: opacity, top, -webkit-transform;
      transition-property: opacity, transform, top;
      transition-property: opacity, transform, top, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .primary-nav__toggle-icon::before {
      top: calc(50% - 6px); }
    .primary-nav__toggle-icon::after {
      top: calc(50% + 6px); }
    .primary-nav__toggle[aria-expanded="true"]::after {
      -webkit-transform: translate(-100%, -50%);
              transform: translate(-100%, -50%);
      opacity: 0; }
    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-icon::before, .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-icon::after {
      top: 50%; }
    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-icon::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .primary-nav__toggle[aria-expanded="true"] .primary-nav__toggle-icon::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .primary-nav__nav-collapse {
    background-color: #004057;
    position: absolute;
    top: 5.75rem;
    left: 0;
    right: 0;
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    max-height: calc(100vh - 5.75rem);
    overflow: auto; }
    .primary-nav__nav-collapse::-webkit-scrollbar {
      display: none; }
    .primary-nav__nav-collapse .row {
      width: 100%; }
    .primary-nav__nav-collapse .primary-nav__menu-link {
      padding: 0 !important;
      text-transform: uppercase;
      font-size: 14px !important;
      font-weight: bold !important;
      pointer-events: none;
      margin-bottom: 1.5rem;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .primary-nav__nav-collapse .primary-nav__menu-link::after, .primary-nav__nav-collapse .primary-nav__menu-link::before {
        display: none; }
      .primary-nav__nav-collapse .primary-nav__menu-link:hover {
        color: #09907e !important; }
  .primary-nav__nav-collapse-container {
    padding-left: 1.125rem;
    padding-right: 1.125rem;
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    max-width: 560px;
    margin: auto; }
  .primary-nav__search-collapse {
    -webkit-box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.75rem 0.75rem rgba(0, 0, 0, 0.1); }
  .primary-nav__search-toggle .btn__icon {
    opacity: 1;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }
  .primary-nav__search-toggle::before, .primary-nav__search-toggle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1.25rem;
    width: 3px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .primary-nav__search-toggle[aria-expanded="true"] {
    background-color: #002d3e; }
    .primary-nav__search-toggle[aria-expanded="true"]:hover, .primary-nav__search-toggle[aria-expanded="true"]:focus, .primary-nav__search-toggle[aria-expanded="true"]:active {
      background-color: #002d3e !important; }
    .primary-nav__search-toggle[aria-expanded="true"] .btn__icon {
      opacity: 0;
      -webkit-transition-delay: 0s;
              transition-delay: 0s; }
    .primary-nav__search-toggle[aria-expanded="true"]::before, .primary-nav__search-toggle[aria-expanded="true"]::after {
      opacity: 1; }
    .primary-nav__search-toggle[aria-expanded="true"]::before {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .primary-nav__search-toggle[aria-expanded="true"]::after {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .primary-nav__search {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #f9f9f9;
    z-index: 99; }
  .primary-nav__search-form {
    max-width: 768px;
    position: relative; }
  .primary-nav__search-input {
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #e6e6e6;
    padding-right: 4rem;
    padding-left: 0;
    padding-bottom: 1.125rem;
    font-size: 1.5rem;
    font-family: "Kostic Serif", serif;
    height: 4rem; }
    @media (min-width: 1024px) {
      .primary-nav__search-input {
        font-size: 2rem; } }
    @media (min-width: 1024px) {
      .primary-nav__search-input {
        font-size: 3rem; } }
    .primary-nav__search-input:focus {
      background: transparent; }
  .primary-nav__search-button {
    position: absolute;
    right: 0;
    top: calc(50% - 0.5rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.locations-nav__navbar {
  margin-left: auto;
  margin-right: 2.5rem; }
  @media (max-width: 1023.98px) {
    .locations-nav__navbar {
      margin-right: 1.15rem; } }
  .locations-nav__navbar .underline-link {
    color: #fff;
    text-transform: none;
    text-transform: initial;
    text-decoration: underline;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .locations-nav__navbar .underline-link:hover {
      color: #09907e; }
  @media (min-width: 767px) {
    .locations-nav__navbar .col-md {
      margin-bottom: 0; } }

.locations-nav__toggle {
  padding: 2rem 0 !important;
  color: #004057;
  cursor: pointer; }
  @media (max-width: 1023.98px) {
    .locations-nav__toggle {
      font-size: 14px; } }
  .locations-nav__toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media (max-width: 479.98px) {
      .locations-nav__toggle::after {
        display: none; } }
  .locations-nav__toggle.collapsed::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }

.locations-nav__collapse {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #004057;
  color: #fff;
  overflow: auto;
  max-height: calc(100vh - 5.75rem); }
  .locations-nav__collapse::-webkit-scrollbar {
    display: none; }
  .locations-nav__collapse .row {
    width: 100%; }
    @media (max-width: 479.98px) {
      .locations-nav__collapse .row {
        padding-bottom: 100px; } }

.locations-nav__list {
  margin: 0;
  padding: 0; }
  .locations-nav__list li {
    display: block; }
  .locations-nav__list a {
    color: #fff;
    display: inline-block;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .locations-nav__list a:hover {
      color: #09907e; }
  .locations-nav__list .col {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.locations-nav__header {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 14px;
  font-family: "Open Sans", -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"; }
  .locations-nav__header.disabled {
    pointer-events: none; }

.locations-nav__item {
  display: inline-block; }
  .locations-nav__item a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: -.5rem;
    -webkit-transition-property: color, padding-left;
    transition-property: color, padding-left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .locations-nav__item a::before {
      content: '.';
      display: inline-block;
      color: inherit;
      font-weight: bold;
      font-size: 2rem;
      position: relative;
      top: -0.25rem;
      left: -0.65rem;
      line-height: 0;
      opacity: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .locations-nav__item a:hover {
      padding-left: 1rem; }
      .locations-nav__item a:hover::before {
        opacity: 1; }

.wrapper {
  padding-top: 100px !important; }
  @media (max-width: 1023.98px) {
    .wrapper {
      padding-top: 64px !important; } }
  .wrapper::after {
    content: '';
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0;
    z-index: -9999999;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .wrapper--menu-opening::after {
    z-index: 5;
    display: block; }
  .wrapper--menu-open::after {
    z-index: 5;
    opacity: 0.5;
    display: block; }

.hide {
  display: none !important; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #004057;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.75rem 1.25rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      -webkit-transition: none;
      transition: none; } }
  .btn:hover {
    color: #004057;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.25); }
  .btn.disabled, .pagination__dir-wrapper.disabled .btn, .btn:disabled {
    opacity: 0.25; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .pagination__dir-wrapper.disabled a.btn,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #004057;
  border-color: #004057; }
  .btn-primary:hover {
    color: #fff;
    background-color: #002431;
    border-color: #001a24; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #002431;
    border-color: #001a24;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001a24;
    border-color: #001117; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #09907e;
  border-color: #09907e; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #076c5f;
    border-color: #066054; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #076c5f;
    border-color: #066054;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 161, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(46, 161, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #09907e;
    border-color: #09907e; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #066054;
    border-color: #05544a; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(46, 161, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(46, 161, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #212529;
  background-color: #1dcaff;
  border-color: #1dcaff; }
  .btn-info:hover {
    color: #fff;
    background-color: #00bcf6;
    border-color: #00b2e9; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #00bcf6;
    border-color: #00b2e9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #00b2e9;
    border-color: #00a9dc; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #d0a22c;
  border-color: #d0a22c; }
  .btn-warning:hover {
    color: #fff;
    background-color: #b08925;
    border-color: #a68123; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #b08925;
    border-color: #a68123;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #a68123;
    border-color: #9b7921; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c; }
  .btn-danger:hover {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #9d1b22;
    border-color: #921a20; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-light:hover {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #e0e0e0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e0e0e0;
    border-color: #d9d9d9; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 217, 218, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #6c6c6c;
  border-color: #6c6c6c; }
  .btn-dark:hover {
    color: #fff;
    background-color: #595959;
    border-color: #535353; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #595959;
    border-color: #535353;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #535353;
    border-color: #4c4c4c; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 130, 130, 0.5); }

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }

.btn-gray {
  color: #212529;
  background-color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn-gray:hover {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #dddddd; }
  .btn-gray:focus, .btn-gray.focus {
    color: #212529;
    background-color: #e3e3e3;
    border-color: #dddddd;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #212529;
    background-color: #dddddd;
    border-color: #d6d6d6; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(214, 215, 215, 0.5); }

.btn-seafoam {
  color: #fff;
  background-color: #046e7c;
  border-color: #046e7c; }
  .btn-seafoam:hover {
    color: #fff;
    background-color: #034d57;
    border-color: #02424b; }
  .btn-seafoam:focus, .btn-seafoam.focus {
    color: #fff;
    background-color: #034d57;
    border-color: #02424b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 132, 144, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(42, 132, 144, 0.5); }
  .btn-seafoam.disabled, .btn-seafoam:disabled {
    color: #fff;
    background-color: #046e7c;
    border-color: #046e7c; }
  .btn-seafoam:not(:disabled):not(.disabled):active, .btn-seafoam:not(:disabled):not(.disabled).active,
  .show > .btn-seafoam.dropdown-toggle {
    color: #fff;
    background-color: #02424b;
    border-color: #02373e; }
    .btn-seafoam:not(:disabled):not(.disabled):active:focus, .btn-seafoam:not(:disabled):not(.disabled).active:focus,
    .show > .btn-seafoam.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(42, 132, 144, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(42, 132, 144, 0.5); }

.btn-darkest-teal {
  color: #fff;
  background-color: #002d3e;
  border-color: #002d3e; }
  .btn-darkest-teal:hover {
    color: #fff;
    background-color: #001118;
    border-color: #00080b; }
  .btn-darkest-teal:focus, .btn-darkest-teal.focus {
    color: #fff;
    background-color: #001118;
    border-color: #00080b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 77, 91, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 77, 91, 0.5); }
  .btn-darkest-teal.disabled, .btn-darkest-teal:disabled {
    color: #fff;
    background-color: #002d3e;
    border-color: #002d3e; }
  .btn-darkest-teal:not(:disabled):not(.disabled):active, .btn-darkest-teal:not(:disabled):not(.disabled).active,
  .show > .btn-darkest-teal.dropdown-toggle {
    color: #fff;
    background-color: #00080b;
    border-color: black; }
    .btn-darkest-teal:not(:disabled):not(.disabled):active:focus, .btn-darkest-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-darkest-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 77, 91, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 77, 91, 0.5); }

.btn-dark-teal {
  color: #fff;
  background-color: #004057;
  border-color: #004057; }
  .btn-dark-teal:hover {
    color: #fff;
    background-color: #002431;
    border-color: #001a24; }
  .btn-dark-teal:focus, .btn-dark-teal.focus {
    color: #fff;
    background-color: #002431;
    border-color: #001a24;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5); }
  .btn-dark-teal.disabled, .btn-dark-teal:disabled {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
  .btn-dark-teal:not(:disabled):not(.disabled):active, .btn-dark-teal:not(:disabled):not(.disabled).active,
  .show > .btn-dark-teal.dropdown-toggle {
    color: #fff;
    background-color: #001a24;
    border-color: #001117; }
    .btn-dark-teal:not(:disabled):not(.disabled):active:focus, .btn-dark-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 93, 112, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4; }
  .btn-indigo:focus, .btn-indigo.focus {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }
  .btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #4c0ab8; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(125, 52, 244, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #a2206b;
  border-color: #a2206b; }
  .btn-purple:hover {
    color: #fff;
    background-color: #821a56;
    border-color: #77184f; }
  .btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #821a56;
    border-color: #77184f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 65, 129, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(176, 65, 129, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #a2206b;
    border-color: #a2206b; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #77184f;
    border-color: #6d1548; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(176, 65, 129, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(176, 65, 129, 0.5); }

.btn-red {
  color: #fff;
  background-color: #c8232c;
  border-color: #c8232c; }
  .btn-red:hover {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22; }
  .btn-red:focus, .btn-red.focus {
    color: #fff;
    background-color: #a71d25;
    border-color: #9d1b22;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9d1b22;
    border-color: #921a20; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 68, 76, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #d0a22c;
  border-color: #d0a22c; }
  .btn-yellow:hover {
    color: #fff;
    background-color: #b08925;
    border-color: #a68123; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #fff;
    background-color: #b08925;
    border-color: #a68123;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #fff;
    background-color: #a68123;
    border-color: #9b7921; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(182, 143, 44, 0.5); }

.btn-cyan {
  color: #212529;
  background-color: #1dcaff;
  border-color: #1dcaff; }
  .btn-cyan:hover {
    color: #fff;
    background-color: #00bcf6;
    border-color: #00b2e9; }
  .btn-cyan:focus, .btn-cyan.focus {
    color: #fff;
    background-color: #00bcf6;
    border-color: #00b2e9;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5); }
  .btn-cyan.disabled, .btn-cyan:disabled {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
  .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-cyan.dropdown-toggle {
    color: #fff;
    background-color: #00b2e9;
    border-color: #00a9dc; }
    .btn-cyan:not(:disabled):not(.disabled):active:focus, .btn-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-cyan.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(30, 177, 223, 0.5); }

.btn-dark-cyan {
  color: #fff;
  background-color: #085973;
  border-color: #085973; }
  .btn-dark-cyan:hover {
    color: #fff;
    background-color: #063d4f;
    border-color: #053443; }
  .btn-dark-cyan:focus, .btn-dark-cyan.focus {
    color: #fff;
    background-color: #063d4f;
    border-color: #053443;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 114, 136, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(45, 114, 136, 0.5); }
  .btn-dark-cyan.disabled, .btn-dark-cyan:disabled {
    color: #fff;
    background-color: #085973;
    border-color: #085973; }
  .btn-dark-cyan:not(:disabled):not(.disabled):active, .btn-dark-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-dark-cyan.dropdown-toggle {
    color: #fff;
    background-color: #053443;
    border-color: #042b37; }
    .btn-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-dark-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-cyan.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 114, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(45, 114, 136, 0.5); }

.btn-dark-gray {
  color: #212529;
  background-color: #b4b4b4;
  border-color: #b4b4b4; }
  .btn-dark-gray:hover {
    color: #212529;
    background-color: #a1a1a1;
    border-color: #9b9b9b; }
  .btn-dark-gray:focus, .btn-dark-gray.focus {
    color: #212529;
    background-color: #a1a1a1;
    border-color: #9b9b9b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 159, 159, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(158, 159, 159, 0.5); }
  .btn-dark-gray.disabled, .btn-dark-gray:disabled {
    color: #212529;
    background-color: #b4b4b4;
    border-color: #b4b4b4; }
  .btn-dark-gray:not(:disabled):not(.disabled):active, .btn-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-dark-gray.dropdown-toggle {
    color: #212529;
    background-color: #9b9b9b;
    border-color: #949494; }
    .btn-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(158, 159, 159, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(158, 159, 159, 0.5); }

.btn-light-orange {
  color: #212529;
  background-color: #fefaf8;
  border-color: #fefaf8; }
  .btn-light-orange:hover {
    color: #212529;
    background-color: #f9e2d7;
    border-color: #f8dacb; }
  .btn-light-orange:focus, .btn-light-orange.focus {
    color: #212529;
    background-color: #f9e2d7;
    border-color: #f8dacb;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 218, 217, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(221, 218, 217, 0.5); }
  .btn-light-orange.disabled, .btn-light-orange:disabled {
    color: #212529;
    background-color: #fefaf8;
    border-color: #fefaf8; }
  .btn-light-orange:not(:disabled):not(.disabled):active, .btn-light-orange:not(:disabled):not(.disabled).active,
  .show > .btn-light-orange.dropdown-toggle {
    color: #212529;
    background-color: #f8dacb;
    border-color: #f6d2c0; }
    .btn-light-orange:not(:disabled):not(.disabled):active:focus, .btn-light-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 218, 217, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 218, 217, 0.5); }

.btn-dark-red {
  color: #fff;
  background-color: #812f18;
  border-color: #812f18; }
  .btn-dark-red:hover {
    color: #fff;
    background-color: #612312;
    border-color: #561f10; }
  .btn-dark-red:focus, .btn-dark-red.focus {
    color: #fff;
    background-color: #612312;
    border-color: #561f10;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 78, 59, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(148, 78, 59, 0.5); }
  .btn-dark-red.disabled, .btn-dark-red:disabled {
    color: #fff;
    background-color: #812f18;
    border-color: #812f18; }
  .btn-dark-red:not(:disabled):not(.disabled):active, .btn-dark-red:not(:disabled):not(.disabled).active,
  .show > .btn-dark-red.dropdown-toggle {
    color: #fff;
    background-color: #561f10;
    border-color: #4b1b0e; }
    .btn-dark-red:not(:disabled):not(.disabled):active:focus, .btn-dark-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(148, 78, 59, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(148, 78, 59, 0.5); }

.btn-copper {
  color: #fff;
  background-color: #d24d27;
  border-color: #d24d27; }
  .btn-copper:hover {
    color: #fff;
    background-color: #b24121;
    border-color: #a73d1f; }
  .btn-copper:focus, .btn-copper.focus {
    color: #fff;
    background-color: #b24121;
    border-color: #a73d1f;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 104, 71, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(217, 104, 71, 0.5); }
  .btn-copper.disabled, .btn-copper:disabled {
    color: #fff;
    background-color: #d24d27;
    border-color: #d24d27; }
  .btn-copper:not(:disabled):not(.disabled):active, .btn-copper:not(:disabled):not(.disabled).active,
  .show > .btn-copper.dropdown-toggle {
    color: #fff;
    background-color: #a73d1f;
    border-color: #9c391d; }
    .btn-copper:not(:disabled):not(.disabled):active:focus, .btn-copper:not(:disabled):not(.disabled).active:focus,
    .show > .btn-copper.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 104, 71, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(217, 104, 71, 0.5); }

.btn-outline-primary {
  color: #004057;
  border-color: #004057; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #004057;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5); }

.btn-outline-secondary {
  color: #09907e;
  border-color: #09907e; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #09907e;
    border-color: #09907e; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 144, 126, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(9, 144, 126, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #09907e;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #09907e;
    border-color: #09907e; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 144, 126, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(9, 144, 126, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #1dcaff;
  border-color: #1dcaff; }
  .btn-outline-info:hover {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #1dcaff;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5); }

.btn-outline-warning {
  color: #d0a22c;
  border-color: #d0a22c; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #d0a22c;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5); }

.btn-outline-danger {
  color: #c8232c;
  border-color: #c8232c; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #c8232c;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5); }

.btn-outline-light {
  color: #f9f9f9;
  border-color: #f9f9f9; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f9f9f9;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f9f9f9;
    border-color: #f9f9f9; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(249, 249, 249, 0.5); }

.btn-outline-dark {
  color: #6c6c6c;
  border-color: #6c6c6c; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #6c6c6c;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #6c6c6c;
    border-color: #6c6c6c; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 108, 108, 0.5); }

.btn-outline-white {
  color: #fff;
  border-color: #fff; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #fff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
  .show > .btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff; }
    .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-white.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-gray, .pagination__dir-wrapper.disabled .btn {
  color: #f6f6f6;
  border-color: #f6f6f6; }
  .btn-outline-gray:hover, .pagination__dir-wrapper.disabled .btn:hover {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
  .btn-outline-gray:focus, .pagination__dir-wrapper.disabled .btn:focus, .btn-outline-gray.focus, .pagination__dir-wrapper.disabled .focus.btn {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5); }
  .btn-outline-gray.disabled, .pagination__dir-wrapper.disabled .btn, .btn-outline-gray:disabled, .pagination__dir-wrapper.disabled .btn:disabled {
    color: #f6f6f6;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .pagination__dir-wrapper.disabled .btn:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .pagination__dir-wrapper.disabled .btn:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle,
  .pagination__dir-wrapper.disabled .show > .dropdown-toggle.btn {
    color: #212529;
    background-color: #f6f6f6;
    border-color: #f6f6f6; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .pagination__dir-wrapper.disabled .btn:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .pagination__dir-wrapper.disabled .btn:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus,
    .pagination__dir-wrapper.disabled .show > .dropdown-toggle.btn:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(246, 246, 246, 0.5); }

.btn-outline-seafoam {
  color: #046e7c;
  border-color: #046e7c; }
  .btn-outline-seafoam:hover {
    color: #fff;
    background-color: #046e7c;
    border-color: #046e7c; }
  .btn-outline-seafoam:focus, .btn-outline-seafoam.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 110, 124, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(4, 110, 124, 0.5); }
  .btn-outline-seafoam.disabled, .btn-outline-seafoam:disabled {
    color: #046e7c;
    background-color: transparent; }
  .btn-outline-seafoam:not(:disabled):not(.disabled):active, .btn-outline-seafoam:not(:disabled):not(.disabled).active,
  .show > .btn-outline-seafoam.dropdown-toggle {
    color: #fff;
    background-color: #046e7c;
    border-color: #046e7c; }
    .btn-outline-seafoam:not(:disabled):not(.disabled):active:focus, .btn-outline-seafoam:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-seafoam.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(4, 110, 124, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(4, 110, 124, 0.5); }

.btn-outline-darkest-teal {
  color: #002d3e;
  border-color: #002d3e; }
  .btn-outline-darkest-teal:hover {
    color: #fff;
    background-color: #002d3e;
    border-color: #002d3e; }
  .btn-outline-darkest-teal:focus, .btn-outline-darkest-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 45, 62, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 45, 62, 0.5); }
  .btn-outline-darkest-teal.disabled, .btn-outline-darkest-teal:disabled {
    color: #002d3e;
    background-color: transparent; }
  .btn-outline-darkest-teal:not(:disabled):not(.disabled):active, .btn-outline-darkest-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-darkest-teal.dropdown-toggle {
    color: #fff;
    background-color: #002d3e;
    border-color: #002d3e; }
    .btn-outline-darkest-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-darkest-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-darkest-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 45, 62, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 45, 62, 0.5); }

.btn-outline-dark-teal {
  color: #004057;
  border-color: #004057; }
  .btn-outline-dark-teal:hover {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
  .btn-outline-dark-teal:focus, .btn-outline-dark-teal.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5); }
  .btn-outline-dark-teal.disabled, .btn-outline-dark-teal:disabled {
    color: #004057;
    background-color: transparent; }
  .btn-outline-dark-teal:not(:disabled):not(.disabled):active, .btn-outline-dark-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-teal.dropdown-toggle {
    color: #fff;
    background-color: #004057;
    border-color: #004057; }
    .btn-outline-dark-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-teal.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5); }

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2; }
  .btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-outline-indigo:focus, .btn-outline-indigo.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
    color: #6610f2;
    background-color: transparent; }
  .btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(102, 16, 242, 0.5); }

.btn-outline-purple {
  color: #a2206b;
  border-color: #a2206b; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #a2206b;
    border-color: #a2206b; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 32, 107, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(162, 32, 107, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #a2206b;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #a2206b;
    border-color: #a2206b; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(162, 32, 107, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(162, 32, 107, 0.5); }

.btn-outline-red {
  color: #c8232c;
  border-color: #c8232c; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #c8232c;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #c8232c;
    border-color: #c8232c; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(200, 35, 44, 0.5); }

.btn-outline-yellow {
  color: #d0a22c;
  border-color: #d0a22c; }
  .btn-outline-yellow:hover {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #d0a22c;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #212529;
    background-color: #d0a22c;
    border-color: #d0a22c; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(208, 162, 44, 0.5); }

.btn-outline-cyan {
  color: #1dcaff;
  border-color: #1dcaff; }
  .btn-outline-cyan:hover {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
  .btn-outline-cyan:focus, .btn-outline-cyan.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5); }
  .btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
    color: #1dcaff;
    background-color: transparent; }
  .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-cyan.dropdown-toggle {
    color: #212529;
    background-color: #1dcaff;
    border-color: #1dcaff; }
    .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cyan.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(29, 202, 255, 0.5); }

.btn-outline-dark-cyan {
  color: #085973;
  border-color: #085973; }
  .btn-outline-dark-cyan:hover {
    color: #fff;
    background-color: #085973;
    border-color: #085973; }
  .btn-outline-dark-cyan:focus, .btn-outline-dark-cyan.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 89, 115, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(8, 89, 115, 0.5); }
  .btn-outline-dark-cyan.disabled, .btn-outline-dark-cyan:disabled {
    color: #085973;
    background-color: transparent; }
  .btn-outline-dark-cyan:not(:disabled):not(.disabled):active, .btn-outline-dark-cyan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-cyan.dropdown-toggle {
    color: #fff;
    background-color: #085973;
    border-color: #085973; }
    .btn-outline-dark-cyan:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-cyan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-cyan.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(8, 89, 115, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(8, 89, 115, 0.5); }

.btn-outline-dark-gray {
  color: #b4b4b4;
  border-color: #b4b4b4; }
  .btn-outline-dark-gray:hover {
    color: #212529;
    background-color: #b4b4b4;
    border-color: #b4b4b4; }
  .btn-outline-dark-gray:focus, .btn-outline-dark-gray.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5); }
  .btn-outline-dark-gray.disabled, .btn-outline-dark-gray:disabled {
    color: #b4b4b4;
    background-color: transparent; }
  .btn-outline-dark-gray:not(:disabled):not(.disabled):active, .btn-outline-dark-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-gray.dropdown-toggle {
    color: #212529;
    background-color: #b4b4b4;
    border-color: #b4b4b4; }
    .btn-outline-dark-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-gray.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(180, 180, 180, 0.5); }

.btn-outline-light-orange {
  color: #fefaf8;
  border-color: #fefaf8; }
  .btn-outline-light-orange:hover {
    color: #212529;
    background-color: #fefaf8;
    border-color: #fefaf8; }
  .btn-outline-light-orange:focus, .btn-outline-light-orange.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 250, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(254, 250, 248, 0.5); }
  .btn-outline-light-orange.disabled, .btn-outline-light-orange:disabled {
    color: #fefaf8;
    background-color: transparent; }
  .btn-outline-light-orange:not(:disabled):not(.disabled):active, .btn-outline-light-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-orange.dropdown-toggle {
    color: #212529;
    background-color: #fefaf8;
    border-color: #fefaf8; }
    .btn-outline-light-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-light-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-orange.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 250, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 250, 248, 0.5); }

.btn-outline-dark-red {
  color: #812f18;
  border-color: #812f18; }
  .btn-outline-dark-red:hover {
    color: #fff;
    background-color: #812f18;
    border-color: #812f18; }
  .btn-outline-dark-red:focus, .btn-outline-dark-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 47, 24, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(129, 47, 24, 0.5); }
  .btn-outline-dark-red.disabled, .btn-outline-dark-red:disabled {
    color: #812f18;
    background-color: transparent; }
  .btn-outline-dark-red:not(:disabled):not(.disabled):active, .btn-outline-dark-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark-red.dropdown-toggle {
    color: #fff;
    background-color: #812f18;
    border-color: #812f18; }
    .btn-outline-dark-red:not(:disabled):not(.disabled):active:focus, .btn-outline-dark-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(129, 47, 24, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(129, 47, 24, 0.5); }

.btn-outline-copper {
  color: #d24d27;
  border-color: #d24d27; }
  .btn-outline-copper:hover {
    color: #fff;
    background-color: #d24d27;
    border-color: #d24d27; }
  .btn-outline-copper:focus, .btn-outline-copper.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 77, 39, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(210, 77, 39, 0.5); }
  .btn-outline-copper.disabled, .btn-outline-copper:disabled {
    color: #d24d27;
    background-color: transparent; }
  .btn-outline-copper:not(:disabled):not(.disabled):active, .btn-outline-copper:not(:disabled):not(.disabled).active,
  .show > .btn-outline-copper.dropdown-toggle {
    color: #fff;
    background-color: #d24d27;
    border-color: #d24d27; }
    .btn-outline-copper:not(:disabled):not(.disabled):active:focus, .btn-outline-copper:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-copper.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(210, 77, 39, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(210, 77, 39, 0.5); }

.btn-link {
  font-weight: 400;
  color: #09907e;
  text-decoration: none; }
  .btn-link:hover {
    color: #05483f;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #808080;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.98438rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.btn-circle {
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem; }

.btn__icon {
  height: 1.375rem;
  width: 1.375rem;
  margin-top: -0.125rem; }

.btn__icon--small {
  height: 1.125rem;
  width: 1.125rem; }

.btn__icon--left {
  margin-right: 0.75rem;
  margin-left: -0.125rem; }

.btn__icon--right {
  margin-right: -0.125rem;
  margin-left: 0.75rem; }

.btn--increment, .btn--decrement {
  height: 1.875rem;
  width: 1.875rem;
  padding: 0;
  position: relative; }
  .btn--increment::before, .btn--increment::after, .btn--decrement::before, .btn--decrement::after {
    content: '';
    position: absolute;
    display: block;
    top: calc(50% - 0.0625rem);
    left: calc(50% - 0.375rem);
    height: 0.125rem;
    width: 0.75rem;
    background-color: currentColor; }

.btn.smaller-text {
  font-size: 0.875rem !important; }

.btn--increment::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.btn-arrow {
  position: relative; }
  .btn-arrow:hover {
    color: #d9d9d9; }
  .btn-arrow::after {
    content: '';
    display: inline-block;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    background-color: currentColor;
    position: relative;
    -webkit-clip-path: polygon(67% 50%, 48.5% 69%, 45% 65.5%, 60% 50%, 45% 34.5%, 48.5% 31%, 67% 50%);
            clip-path: polygon(67% 50%, 48.5% 69%, 45% 65.5%, 60% 50%, 45% 34.5%, 48.5% 31%, 67% 50%);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none; }
  .btn-arrow--down::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .btn-arrow--left::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .btn-arrow--up::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }

.link-w-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  z-index: 1;
  font-size: 1.25rem;
  font-family: "Open Sans", -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-weight: 500;
  padding-left: 4rem;
  min-height: 3rem;
  color: #09907e;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0 solid transparent;
  background-color: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .link-w-button::before, .link-w-button::after {
    content: '';
    z-index: 1;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: calc(50% - 1.5rem);
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .link-w-button::before {
    background-color: #004057;
    -webkit-clip-path: polygon(125% 50%, 125% -25%, -25% -25%, -25% 125%, 125% 125%, 125% 50%, 67% 50%, 48.5% 69%, 45% 65.5%, 60% 50%, 45% 34.5%, 48.5% 31%, 67% 50%);
            clip-path: polygon(125% 50%, 125% -25%, -25% -25%, -25% 125%, 125% 125%, 125% 50%, 67% 50%, 48.5% 69%, 45% 65.5%, 60% 50%, 45% 34.5%, 48.5% 31%, 67% 50%);
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  .link-w-button::after {
    background-color: #fff;
    z-index: -1; }
  .link-w-button--arrow-down::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  .link-w-button--arrow-left::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .link-w-button:hover::before {
    background-color: #00080b; }
  .link-w-button:focus::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5); }
  .link-w-button--white {
    color: #fff; }
    .link-w-button--white:hover {
      color: #d9d9d9; }
  .link-w-button--outline::before, .link-w-button[disabled=""]::before {
    -webkit-clip-path: url("#circle-arrow-outline");
            clip-path: url("#circle-arrow-outline"); }
  .link-w-button--outline::after, .link-w-button[disabled=""]::after {
    background-color: transparent; }
  .link-w-button--small::before {
    top: calc(50% - 1.125rem);
    height: 2.25rem;
    width: 2.25rem; }
  .link-w-button--eyebrow {
    font-size: 0.875rem; }
  .link-w-button--text-left {
    padding-right: 4rem;
    padding-left: 0.5rem; }
    .link-w-button--text-left::before, .link-w-button--text-left::after {
      left: auto;
      right: 0; }
  .link-w-button[disabled=""] {
    color: #ced4da; }
    .link-w-button[disabled=""]::before {
      background-color: #ced4da; }

.link-underline {
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-bottom: 5px; }
  .link-underline::after {
    content: '';
    background-color: currentColor;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 0.125rem;
    display: block; }
  .link-underline.primary-color {
    color: #004057; }
    .link-underline.primary-color:hover {
      color: #00668a; }

.link-list {
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0.5rem 0;
  margin: 0.75rem 0;
  color: #002d3e; }
  .link-list::after {
    margin-left: 1rem;
    content: '';
    display: block;
    height: 0.75rem;
    width: 0.75rem;
    background-color: #004057;
    -webkit-clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
            clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.footer {
  font-size: 0.875rem;
  font-family: "Open Sans", -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";
  /* mobile collapses... */ }
  .footer__logo {
    color: #fff;
    width: 100%;
    display: block;
    max-width: 180px;
    margin: auto; }
    @media (min-width: 767px) {
      .footer__logo {
        max-width: 225px;
        margin: 0; } }
  .footer__address-link {
    display: inline-block;
    position: relative; }
    .footer__address-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      left: 0;
      right: 0;
      background: #fff; }
  .footer__separator {
    border-top: 1px solid #004057; }
  .footer #scrollUpButton {
    height: 3.75rem;
    width: 3.75rem; }
    .footer #scrollUpButton::after {
      background-color: #004057; }
    @media (max-width: 1023.98px) {
      .footer #scrollUpButton::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.15);
        width: 100vw;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  .footer__toggle {
    padding-left: 0;
    padding-right: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    position: relative;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer__toggle::after {
      content: '';
      display: inline-block;
      height: 0.875rem;
      width: 0.875rem;
      background-color: currentColor;
      -webkit-clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
              clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
      -webkit-filter: blur(0px);
              filter: blur(0px);
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .footer__toggle[aria-expanded="true"]::after {
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
  .footer__nav {
    list-style: none;
    padding: 0; }
    .footer__nav li {
      margin-bottom: 1.5rem; }
  .footer #footerMobileCollapse {
    width: 100%; }

.home {
  position: relative;
  z-index: 1;
  /* gallery ============================== */ }
  .home__content {
    position: relative;
    z-index: 2;
    position: absolute;
    left: 8%; }
    @media (max-width: 1023.98px) {
      .home__content {
        left: 0;
        bottom: 20%; } }
  .home__mobile-image-header {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 1; }
  .home__form-wrapper {
    position: relative;
    border: 12px solid rgba(255, 255, 255, 0.5); }
    .home__form-wrapper .pac-target-input {
      border: none !important; }
    @media (min-width: 1024px) {
      .home__form-wrapper {
        min-width: 540px;
        max-width: 100vw; } }
  .home__title--mobile {
    position: absolute;
    bottom: 40%;
    z-index: 5; }
  .home__search-input {
    position: relative;
    z-index: 1; }
    .home__search-input .btn__icon {
      position: absolute;
      right: 1rem;
      top: 1rem;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }
    .home__search-input button {
      position: absolute;
      right: 0;
      top: 0; }
      @media (max-width: 766.98px) {
        .home__search-input button {
          position: relative;
          width: 100%; } }
  .home__gallery-wrapper {
    position: relative; }
    .home__gallery-wrapper .glide__slides {
      margin-bottom: 0; }
    .home__gallery-wrapper.mobile {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .home__gallery-wrapper.mobile .home__gallery-controls {
        top: 225px; }
        @media (max-width: 1023.98px) {
          .home__gallery-wrapper.mobile .home__gallery-controls {
            top: 385px; } }
        @media (max-width: 766.98px) {
          .home__gallery-wrapper.mobile .home__gallery-controls {
            top: 420px; } }
  .home__gallery-controls {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .home__gallery-controls a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 30px;
      height: 30px;
      background-color: #fff;
      opacity: .8;
      border-radius: 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 15px 8px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .home__gallery-controls a:hover {
        opacity: 1; }
  .home__gallery-image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 100vh;
    min-height: 700px;
    width: 100%; }
    @media (min-width: 1024px) {
      .home__gallery-image {
        max-height: calc(100vh - 145px); } }
    .home__gallery-image::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      pointer-events: none;
      opacity: .75;
      background: white;
      background: -webkit-gradient(linear, left top, right top, color-stop(33%, rgba(255, 255, 255, 0.801558)), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.801558) 33%, rgba(255, 255, 255, 0) 100%); }
    .home__gallery-image::after {
      content: '';
      display: block;
      padding-top: 100%; }
  .home__gallery-image-title {
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 2;
    color: #004057;
    pointer-events: none; }
    @media (max-width: 766.98px) {
      .home__gallery-image-title {
        top: 4rem;
        font-size: .9rem; } }
    .home__gallery-image-title::before {
      content: '';
      display: none;
      height: 0.5rem;
      width: 0.5rem;
      background: #004057;
      border-radius: 100%;
      margin-right: 1rem;
      margin-bottom: 0.125rem; }
  .home__gallery-scroll {
    position: absolute;
    bottom: 3.75rem;
    left: calc(100% - 3.75rem);
    z-index: 1;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    padding-left: 3.5rem;
    font-size: 0.75rem; }
    .home__gallery-scroll::before, .home__gallery-scroll::after {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 1rem; }
    .home__gallery-scroll::before {
      height: 1.5rem;
      width: 2.75rem;
      border: 2px solid #fff;
      left: 0; }
    .home__gallery-scroll::after {
      height: 0.25rem;
      width: 0.625rem;
      background: #fff;
      left: 1.5rem; }

.social-media__icon-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.social-media__icon {
  height: 2.5rem;
  width: 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #004057;
  -webkit-transition: color 0.25s ease-in-out 0.1s;
  transition: color 0.25s ease-in-out 0.1s;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none; }
  @media (min-width: 767px) {
    .social-media__icon {
      width: 3.333rem;
      height: 3.333rem; } }
  .social-media__icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
    -webkit-transition: -webkit-clip-path 0.25s ease-in-out;
    transition: -webkit-clip-path 0.25s ease-in-out;
    transition: clip-path 0.25s ease-in-out;
    transition: clip-path 0.25s ease-in-out, -webkit-clip-path 0.25s ease-in-out;
    background: #004057;
    -webkit-filter: blur(0px);
            filter: blur(0px); }
  .social-media__icon:hover, .social-media__icon:focus {
    text-decoration: none;
    color: white; }
    .social-media__icon:hover::after, .social-media__icon:focus::after {
      -webkit-clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0%);
              clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%, 50% 100%, 100% 100%, 100% 0%); }
  .social-media__icon i {
    position: relative;
    z-index: 1; }
  .social-media__icon svg {
    height: 1.25rem;
    width: 1.25rem;
    position: relative;
    z-index: 1; }
  .social-media__icon--facebook::after {
    background: #3b5998; }
  .social-media__icon--instagram::after {
    background: linear-gradient(225deg, #f1020c, #bc02a8); }
  .social-media__icon--twitter::after {
    background: #1dcaff; }
  .social-media__icon--inverted {
    color: white; }
    .social-media__icon--inverted::after {
      background: white; }
    .social-media__icon--inverted:hover, .social-media__icon--inverted:focus {
      color: #004057; }
  .social-media__icon--thin::after {
    background-color: rgba(255, 255, 255, 0.25);
    -webkit-clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%);
            clip-path: polygon(0% 0%, 0% 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0%); }
  .social-media__icon--thin:hover, .social-media__icon--thin:focus {
    color: #004057; }
    .social-media__icon--thin:hover::after, .social-media__icon--thin:focus::after {
      background-color: white; }

.feature-row {
  margin: 0 -0.375rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }

.feature {
  color: #b4b4b4;
  padding: 0 0.375rem;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .feature__icon {
    height: 1.125rem;
    max-width: 1.5rem;
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .feature span {
    width: auto;
    height: auto;
    display: block;
    position: absolute;
    padding: 10px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
    bottom: calc(100% + 10px);
    color: #b4b4b4;
    font-size: 1rem;
    clip: unset;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: -40px;
    z-index: 99;
    text-transform: capitalize; }
  .feature:hover {
    color: #747474; }
    .feature:hover span {
      opacity: 1;
      visibility: visible; }

.feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.35); }
  .feature-icon img {
    width: 36px;
    height: 36px;
    -o-object-fit: contain;
       object-fit: contain; }
  .feature-icon span {
    line-height: 1.5rem;
    color: #808080; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e6e6e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #e6e6e6;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
  .modal-footer > * {
    margin: 0.25rem; }

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

@media (min-width: 480px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1512px) {
  .modal-xl {
    max-width: 1140px; } }

.modal--gallery {
  padding: 2.25rem;
  width: 100%;
  margin: 0 auto;
  height: 100vh;
  max-width: 100%; }
  @media (min-width: 1512px) {
    .modal--gallery {
      max-width: 1512px; } }

.modal-white {
  background-color: #f9f9f9;
  border-radius: 12px;
  padding: 24px; }
  .modal-white.extra-large {
    max-width: 900px;
    margin-top: 180px;
    margin-bottom: 180px; }

.page-header {
  overflow: hidden; }
  .page-header__offset-image {
    position: relative;
    overflow: hidden;
    text-align: right;
    z-index: 1;
    margin: 0 -2.25rem -3.75rem; }
    @media (min-width: 1024px) {
      .page-header__offset-image {
        margin: 0 0 0 calc(-50vw + 66.666667%); } }
    .page-header__offset-image::after {
      content: '';
      display: block;
      padding-top: 65%; }
  .page-header__image {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 690px; }
  .page-header__content {
    position: relative;
    z-index: 5;
    background-color: #fff;
    width: 100%;
    margin-bottom: 3rem; }
    .page-header__content.fullwidth {
      top: 0;
      position: absolute !important;
      height: 100%;
      width: 100vw;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      background: white;
      background: -webkit-gradient(linear, left top, right top, color-stop(34%, rgba(255, 255, 255, 0.801558)), to(rgba(0, 0, 0, 0)));
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.801558) 34%, rgba(0, 0, 0, 0) 100%); }
      .page-header__content.fullwidth.centered {
        background: white;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.801558) 10%, rgba(0, 0, 0, 0) 75%); }
      @media (max-width: 1023.98px) {
        .page-header__content.fullwidth {
          background: rgba(255, 255, 255, 0.65); } }
    @media (min-width: 1024px) {
      .page-header__content {
        position: absolute;
        right: 0;
        margin-bottom: 0; }
        .page-header__content--top {
          top: 0; }
        .page-header__content--bottom {
          bottom: 0; } }

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

.glide-scrollbar {
  height: 1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .glide-scrollbar__total {
    position: relative;
    height: 2px;
    background-color: #b4b4b4; }
  .glide-scrollbar__progress {
    background-color: #004057;
    height: 12px;
    position: absolute;
    top: -6px;
    -webkit-transition: left 0.3s, width 0.3s;
    transition: left 0.3s, width 0.3s;
    will-change: left, width; }
  .glide-scrollbar--cares .glide-scrollbar__progress {
    background-color: #fff; }
  .glide-scrollbar--cares .glide-scrollbar__total {
    background-color: rgba(255, 255, 255, 0.25); }

/* override the sizing for glide slides */
.glide__slides {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.glide__slide {
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.glide-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .glide-footer button {
    width: 36px;
    height: 36px;
    border: 2px solid #004057;
    color: #004057;
    border-radius: 50%;
    font-size: .85rem;
    background-color: transparent;
    margin-right: 1em;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px; }
    .glide-footer button.white {
      border: 2px solid #fff;
      color: #fff; }
    .glide-footer button:hover {
      background-color: #004057;
      color: #fff; }
  .glide-footer .glide-scrollbar {
    width: 100%; }

.splide-slider .splide__track {
  overflow: visible; }
  @media (max-width: 766.98px) {
    .splide-slider .splide__track {
      width: calc(100vw - 45px);
      overflow: hidden; } }
  @media (max-width: 479.98px) {
    .splide-slider .splide__track {
      width: 100vw; } }

.splide-slider .splide__arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 766.98px) {
    .splide-slider .splide__arrows {
      padding: 0 .5em; } }

.splide-slider .splide__arrow {
  position: relative;
  background: transparent;
  border: 2px solid #004057;
  color: #004057;
  margin-right: 1em;
  left: unset;
  right: unset;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2em;
      -ms-flex: 0 0 2em;
          flex: 0 0 2em; }
  .splide-slider .splide__arrow:disabled {
    opacity: .25;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    pointer-events: none; }
  @media (max-width: 766.98px) {
    .splide-slider .splide__arrow {
      margin-right: .5em; } }
  .splide-slider .splide__arrow:hover {
    color: #fff;
    background-color: #004057; }

.splide-slider .splide__progress {
  background: #b4b4b4;
  height: 2px;
  width: calc(100% - 0.75em);
  position: relative;
  margin-left: 0.75em; }

.splide-slider .splide__progress-bar {
  background: #004057;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
  width: 0;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.property__header {
  background: #f6f6f6; }

.property__breadcrumb {
  font-size: 0.625rem;
  font-family: "Open Sans", -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-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #808080;
  display: inline-block; }
  .property__breadcrumb:not(.property__breadcrumb--active)::after {
    content: '>'; }
  .property__breadcrumb--active {
    color: #002d3e; }

.property__enquiry-button {
  font-size: 0.875rem; }

.property__gallery-image {
  position: relative;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%; }
  .property__gallery-image::after {
    content: '';
    display: block;
    padding-top: 72%; }

.property__gallery-image--header {
  width: 50vw; }

.property__gallery-image-index {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1; }

.property__gallery-button {
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 0.875rem; }
  .property__gallery-button .fa-solid {
    margin-right: 1rem; }

.property__gallery {
  height: 100%; }
  .property__gallery .col-12, .property__gallery .glide__track {
    height: 100%; }
  .property__gallery .glide__slide {
    width: 100vw !important;
    height: 100vh !important; }
    .property__gallery .glide__slide img {
      position: absolute;
      width: 100vw !important;
      height: 100vh !important;
      top: 0;
      left: 0;
      z-index: 99; }

.property__gallery-slider {
  position: relative;
  z-index: 5;
  pointer-events: auto;
  height: 100%;
  border: 1px solid red; }

.property__gallery-control {
  height: 3rem;
  width: 3rem;
  pointer-events: auto;
  position: absolute;
  top: calc(50% - 1.5rem); }
  .property__gallery-control::after {
    content: '';
    display: block;
    width: 0.875rem;
    height: 0.875rem;
    position: absolute;
    top: calc(50% - 0.4375rem);
    left: calc(50% - 0.4375rem);
    border: 0 solid #004057;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .property__gallery-control--prev {
    right: calc(100% - 3rem); }
    .property__gallery-control--prev::after {
      border-bottom-width: 3px;
      border-left-width: 3px;
      margin-left: 0.125rem; }
  .property__gallery-control--next {
    left: calc(100% - 3rem); }
    .property__gallery-control--next::after {
      border-right-width: 3px;
      border-top-width: 3px;
      margin-left: -0.125rem; }

.property__header-gallery {
  height: 500px;
  overflow: hidden;
  cursor: -webkit-grab;
  cursor: grab; }
  @media (max-width: 766.98px) {
    .property__header-gallery {
      height: 320px; } }
  .property__header-gallery .glide__track, .property__header-gallery .glide__slides {
    height: 100%; }
  .property__header-gallery img.modal-gallery-item {
    pointer-events: none; }
  .property__header-gallery .glide__slide {
    position: relative; }
    .property__header-gallery .glide__slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

.property__gallery-footer {
  position: absolute;
  width: calc(100% - 500px);
  left: 250px;
  bottom: 30px; }
  @media (max-width: 1279.98px) {
    .property__gallery-footer {
      width: calc(100% - 300px);
      left: 150px; } }
  @media (max-width: 1023.98px) {
    .property__gallery-footer {
      width: calc(100% - 150px);
      left: 75px; } }
  @media (max-width: 766.98px) {
    .property__gallery-footer {
      width: 100%;
      left: 0; } }

.property__gallery-controls {
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .property__gallery-controls button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    border: none;
    background-color: #fff;
    opacity: .8;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    @media (max-width: 766.98px) {
      .property__gallery-controls button {
        width: 32px;
        height: 32px;
        font-size: .85rem;
        margin: 0 6px; } }
    .property__gallery-controls button:hover {
      opacity: 1; }
    .property__gallery-controls button:focus {
      outline: 0.2rem solid rgba(255, 255, 255, 0.5) !important; }

.property__header-content {
  background: #fff;
  padding: 3rem;
  position: absolute;
  bottom: -3.75rem;
  z-index: 1;
  width: 100%; }

.property__tab-image-wrapper {
  overflow: hidden;
  position: relative; }
  .property__tab-image-wrapper::after {
    content: '';
    display: block;
    padding-top: 50%; }
    @media (min-width: 767px) {
      .property__tab-image-wrapper::after {
        padding-top: 85%; } }
    @media (min-width: 1512px) {
      .property__tab-image-wrapper::after {
        padding-top: 125%; } }

.property .additional-content h1, .property .additional-content h2, .property .additional-content h3, .property .additional-content h4, .property .additional-content h5, .property .additional-content h6 {
  font-family: 'Kostic Serif',serif; }

@media (min-width: 480px) {
  .property .additional-content h2 {
    font-size: 2.25rem; } }

@media (min-width: 1024px) {
  .property .additional-content h2 {
    font-size: 3rem; } }

.property .tag-wrapper {
  text-align: right; }
  @media (max-width: 1023.98px) {
    .property .tag-wrapper {
      text-align: left; } }
  .property .tag-wrapper .tag {
    display: inline-block; }

.property .property-slider {
  width: 100%; }

.property .property-card::after {
  display: none; }

/*shares some elements with property.scss*/
.property-card {
  position: relative;
  z-index: 1; }
  .property-card:hover {
    z-index: 10; }
  .property-card::after {
    content: '';
    position: absolute;
    top: 0.75rem;
    left: 0.375rem;
    bottom: 0.75rem;
    right: 0.375rem;
    background-color: #fff;
    z-index: -1;
    border: 2px solid transparent;
    -webkit-transition-property: border,-webkit-box-shadow;
    transition-property: border,-webkit-box-shadow;
    transition-property: border,box-shadow;
    transition-property: border,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .property-card--active::after, .property-card:hover::after {
    border: 2px solid #09907e !important;
    -webkit-box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
            box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15); }
  .property-card__bedrooms:last-child .eyebrow__spacer {
    display: none; }
  .property-card__wrapper {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%; }
  .property-card__thumbnail {
    overflow: hidden;
    position: relative; }
    .property-card__thumbnail::before {
      content: '';
      padding-top: 51.5%;
      display: block;
      background-color: #09907e; }
    .property-card__thumbnail::after {
      display: none !important; }
    .property-card__thumbnail:hover .property-card__controls {
      opacity: 1;
      visibility: visible; }
  .property-card__tags {
    position: absolute;
    top: 15px;
    left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10; }
    .property-card__tags .tag {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 3px 12px;
      color: #fff;
      background-color: #004057;
      border-radius: 50px;
      font-size: .8rem;
      margin-right: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .075rem;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .property-card__tags a:hover {
      opacity: .8; }
    .property-card__tags .fa-solid {
      font-size: 1rem;
      margin: 0 8px 0 -4px; }
  .property-card__controls {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .property-card__controls button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border: none;
      width: 48px;
      height: 48px;
      color: #09907e;
      background-color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: .5;
      font-size: 1rem;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .property-card__controls button.back {
        left: 15px; }
      .property-card__controls button.forward {
        right: 15px; }
      .property-card__controls button:hover {
        opacity: 1; }
    @media (max-width: 766.98px) {
      .property-card__controls {
        opacity: 1;
        visibility: visible; } }
  .property-card__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: -webkit-grab;
    cursor: grab; }
    .property-card__slider img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
    .property-card__slider .glide__track, .property-card__slider .glide__slides, .property-card__slider .glide__slide {
      height: 100%; }
  .property-card__link-wrapper {
    margin-top: .8rem; }
  .property-card__link {
    margin-right: 30px; }
    .property-card__link .fa-solid {
      margin-left: 10px;
      font-size: 1.075rem; }
    .property-card__link.primary-color::after {
      opacity: 0; }
    .property-card__link:hover::after {
      opacity: 1; }
  .property-card__counter {
    font-size: 0.625rem;
    font-family: "Open Sans", -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-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #808080;
    display: inline-block; }
  .property-card__bullets {
    position: absolute;
    z-index: 99;
    bottom: 15px;
    padding: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 0; }
    .property-card__bullets .glide__bullet {
      width: 12px;
      height: 12px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 12px;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      padding: 0;
      border: none;
      border-radius: 50%;
      background-color: #fff;
      opacity: .5;
      margin: 0 5px;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .property-card__bullets .glide__bullet:hover {
        opacity: 1; }
      .property-card__bullets .glide__bullet--active {
        background-color: #09907e;
        opacity: 1;
        pointer-events: none; }
  .property-card__title {
    color: #004057; }
  .property-card__content {
    padding: 1.5rem 0 2.5rem; }
    .property-card__content > .eyebrow, .property-card__content > .link-underline, .property-card__content > .link-list, .property-card__content > .content-slider__card-index, .property-card__content > .find-your-stay__slide-index {
      min-height: 50px;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 766.98px) {
        .property-card__content > .eyebrow, .property-card__content > .link-underline, .property-card__content > .link-list, .property-card__content > .content-slider__card-index, .property-card__content > .find-your-stay__slide-index {
          min-height: auto; } }
  .property-card__halfwidth-feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .property-card__fullwidth-feature-row {
    display: none; }
  .property-card--fullwidth .property-card__link-wrapper {
    display: none; }
  .property-card--fullwidth .property-card__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 2.5rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start; }
  .property-card--fullwidth .property-card__thumbnail {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%; }
  .property-card--fullwidth .property-card__content {
    padding: 0 2.5rem 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 60%;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%; }
  .property-card--fullwidth .property-card__halfwidth-feature-row {
    display: none; }
  .property-card--fullwidth .property-card__fullwidth-feature-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .property-card--large::after {
    display: none; }
  .property-card--large .property-card__wrapper {
    border-bottom: none; }
  .property-card--large .property-card__thumbnail::before, .property-card--large .property-card__link-wrapper::before {
    padding-top: 115%; }

.amenity-card__thumbnail-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.75rem; }
  .amenity-card__thumbnail-wrapper::after {
    content: '';
    display: block;
    padding-top: 100%; }

.amenity-card__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .amenity-card__title::before {
    content: '';
    margin-top: 0.25rem;
    height: 0.5rem;
    width: 0.5rem;
    background: #09907e;
    margin-right: 0.625rem;
    display: inline-block;
    border-radius: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0.5rem;
        -ms-flex: 0 0 0.5rem;
            flex: 0 0 0.5rem; }

.apartment {
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%; }
  .apartment::after {
    content: '';
    display: block;
    padding-top: 140%;
    position: relative;
    z-index: -1;
    background: #e6e6e6; }
  .apartment__content {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 2.25rem 2.25rem 5.25rem 2.25rem; }
  .apartment__thumbnail-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .apartment .property-link {
    position: absolute;
    bottom: 35px;
    left: 35px;
    -webkit-transition: none !important;
    transition: none !important; }

.cta-bar {
  background-color: #fff;
  -webkit-box-shadow: 0 0.375rem 1.5rem 0.75rem rgba(108, 108, 108, 0.075);
          box-shadow: 0 0.375rem 1.5rem 0.75rem rgba(108, 108, 108, 0.075);
  display: none !important; }
  .cta-bar.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .cta-bar__actions-divider {
    height: 3.75rem;
    width: 3.75rem;
    background-color: #f9f9f9;
    text-transform: uppercase;
    font-family: "Open Sans", -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: 0.875rem;
    border-radius: 100%;
    font-weight: 600; }

.pagination {
  list-style: none;
  padding: 0; }
  .pagination__link--current {
    background-color: #004057 !important;
    border-color: #004057 !important;
    color: #fff !important;
    opacity: 1 !important; }
    .pagination__link--current:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5) !important;
              box-shadow: 0 0 0 0.2rem rgba(0, 64, 87, 0.5) !important; }
  .pagination__previous, .pagination__next {
    position: relative; }
    .pagination__previous::after, .pagination__next::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      height: 0.875rem;
      width: 0.875rem;
      border-bottom: 3px solid #004057;
      -webkit-transition-property: border-color;
      transition-property: border-color;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .pagination__previous:hover::after, .pagination__previous:focus::after, .pagination__next:hover::after, .pagination__next:focus::after {
      border-color: #fff; }
  .pagination__previous::after {
    margin-left: 0.125rem;
    border-left: 3px solid #004057;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .pagination__next::after {
    margin-left: -0.125rem;
    border-right: 3px solid #004057;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .pagination__break-link {
    line-height: 2.5;
    color: #002d3e; }
  .pagination__dir-wrapper.disabled .btn::after {
    border-color: #ced4da; }

.map-marker-wrapper {
  width: 200px;
  position: absolute;
  bottom: calc(100% - 10px);
  background-color: #fff;
  padding: 10px;
  left: -80px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #002d3e !important;
  z-index: 999; }
  .map-marker-wrapper__image {
    width: calc(100% + 30px);
    height: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: -15px -15px 10px -15px; }
  .map-marker-wrapper__name {
    line-height: 1;
    font-size: .9rem;
    margin-bottom: 6px; }
  .map-marker-wrapper__address {
    margin-bottom: 10px;
    font-size: .75rem; }
  .map-marker-wrapper__close {
    background-color: #a2206b;
    border-radius: 50%;
    border: none;
    color: #fff;
    font-size: 1.15rem;
    height: 35px;
    line-height: 2rem;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 35px; }
    .map-marker-wrapper__close:hover {
      background-color: #77184f; }
  .map-marker-wrapper .btn.btn-primary {
    margin: 0 -10px -10px -10px;
    font-size: .8rem;
    padding: 6px;
    width: calc(100% + 20px); }

.map__marker--open {
  z-index: 10 !important; }
  .map__marker--open .map-marker-wrapper {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 10px); }

.marker-cluster {
  font-weight: bold; }
  .marker-cluster:hover {
    -webkit-filter: hue-rotate(335deg) brightness(2.65) contrast(0.8);
            filter: hue-rotate(335deg) brightness(2.65) contrast(0.8); }
  .marker-cluster.active {
    -webkit-filter: hue-rotate(335deg) brightness(2.65) contrast(0.8);
            filter: hue-rotate(335deg) brightness(2.65) contrast(0.8); }

.map__custom-controls, .map__custom-recenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-top: 10px;
  margin-bottom: 22px;
  margin-right: 8px;
  text-align: center; }
  .map__custom-controls .fa-solid, .map__custom-recenter .fa-solid {
    height: 34px;
    width: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    cursor: pointer; }
  .map__custom-controls .control-label, .map__custom-recenter .control-label {
    color: #6c6c6c;
    font-size: 13px;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    letter-spacing: -0.25px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6px 12px; }
    .map__custom-controls .control-label:hover, .map__custom-recenter .control-label:hover {
      color: #004057; }
      .map__custom-controls .control-label:hover .control-checkbox, .map__custom-recenter .control-label:hover .control-checkbox {
        border-color: #004057; }
  .map__custom-controls .control-input, .map__custom-recenter .control-input {
    display: none; }
  .map__custom-controls .control-checkbox, .map__custom-recenter .control-checkbox {
    width: 22px;
    height: 22px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    margin-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .map__custom-controls .control-input:checked ~ .control-checkbox, .map__custom-recenter .control-input:checked ~ .control-checkbox {
    border: 1px solid #004057;
    background-color: #004057; }
    .map__custom-controls .control-input:checked ~ .control-checkbox::after, .map__custom-recenter .control-input:checked ~ .control-checkbox::after {
      content: '\2713';
      display: block;
      color: #fff;
      font-weight: bold;
      line-height: 0; }

#propertyMapWrapper .property-card-column .rec-links a {
  font-size: 1.5rem;
  margin-bottom: 2.25rem; }

#propertyMapWrapper .property-card-column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

#propertyMapWrapper .property-card-column.hidden::before {
  opacity: 1;
  pointer-events: initial; }

#propertyMapWrapper.full-map .property-card-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29%;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  max-width: 29%; }

#propertyMapWrapper.full-map .map-column {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 71%;
      -ms-flex: 0 0 71%;
          flex: 0 0 71%;
  max-width: 71%; }

#propertyMapWrapper.full-map .property-card {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

#propertyMapWrapper.full-map .cta-bar {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  #propertyMapWrapper.full-map .cta-bar__text {
    padding-top: 20px; }
  #propertyMapWrapper.full-map .cta-bar__action {
    padding-bottom: 20px; }

.map {
  /* filterbar*/
  /* mobile dropdown */ }
  .map__header {
    height: 88px;
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    z-index: 999;
    background-color: #f9f9f9; }
  .map__search-input {
    font-size: 0.875rem;
    padding: 0; }
    .map__search-input::-webkit-input-placeholder {
      color: #004057; }
    .map__search-input::-moz-placeholder {
      color: #004057; }
    .map__search-input:-ms-input-placeholder {
      color: #004057; }
    .map__search-input::-ms-input-placeholder {
      color: #004057; }
    .map__search-input::placeholder {
      color: #004057; }
  .map__search-filter input {
    position: relative;
    top: -3px;
    border: none;
    width: 100%;
    line-height: 0;
    padding-right: 45px;
    min-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition-property: min-width;
    transition-property: min-width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .map__search-filter input:focus {
      min-width: 350px; }
    @media (min-width: 1512px) {
      .map__search-filter input:focus {
        min-width: 550px; } }
    @media (max-width: 1023.98px) {
      .map__search-filter input {
        min-width: 200px; } }
  .map__search-icon {
    position: absolute;
    height: 1.125rem;
    width: 1.125rem;
    right: 1.125rem;
    top: calc(50% - 9px);
    color: #ced4da;
    pointer-events: none; }
  .map__filter-btn {
    color: #004057;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.875rem; }
    @media (max-width: 1023.98px) {
      .map__filter-btn {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .map__filter-btn::after {
      display: none; }
    .map__filter-btn .fa-solid {
      color: #09907e;
      margin-left: 1rem; }
      .map__filter-btn .fa-solid.left-icon {
        margin-left: 0;
        margin-right: 1rem; }
    .show .map__filter-btn.dropdown-toggle, .map__filter-btn.dropdown-toggle:focus, .map__filter-btn.dropdown-toggle:hover {
      background-color: #fff; }
    .show .map__filter-btn.dropdown-toggle, .map__filter-btn.dropdown-toggle:focus {
      border-color: #09907e; }
  .map__filter-label {
    margin: 0;
    pointer-events: none; }
  .map__filter-dropdown {
    padding: 0;
    font-size: 0.875rem;
    white-space: nowrap; }
    @media (min-width: 1512px) {
      .map__filter-dropdown {
        -webkit-box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
                box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15); } }
  .map__filter-topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .map__filter-status {
    padding: 1.5rem; }
    .map__filter-status > span {
      margin-right: 0.5rem; }
  .map__filter-clear {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Open Sans", -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";
    color: #09907e;
    padding: 1.5rem; }
    .map__filter-clear:hover {
      color: #004057; }
  .map__filter-group {
    padding: 0.5rem 0; }
  .map__embed {
    height: 50vh;
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (max-width: 1023.98px) {
      .map__embed {
        top: 88px;
        left: 0;
        position: fixed;
        width: 100%;
        height: calc(100vh - 88px);
        z-index: 99;
        pointer-events: none;
        opacity: 0; } }
    .map__embed.show-map {
      pointer-events: initial;
      opacity: 1; }
    .map__embed.hidden::after {
      opacity: 1; }
    .map__embed::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #f6f6f6;
      z-index: 99;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    @media (min-width: 767px) {
      .map__embed {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        height: calc(100vh - 120px); } }
    @media (min-width: 1024px) {
      .map__embed {
        /* fixed header = banner (3rem) + navbar (6rem) = 144px; keep map below it */
        top: 144px;
        height: calc(100vh - 144px); } }
    @media (max-width: 1023.98px) {
      .map__embed--exit {
        height: 50vh; }
        .map__embed--exit-active {
          height: 0.1vh; }
        .map__embed--exit-done {
          display: none; }
      .map__embed--enter {
        display: block;
        height: 0.1vh; }
        .map__embed--enter-active {
          height: 50vh; }
        .map__embed--enter-done {
          display: block; } }
  .map__marker {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 3.75rem;
    width: 2.75rem;
    color: #09907e;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    z-index: 1;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    transition-property: color, transform;
    transition-property: color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .map__marker svg {
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transform-origin: bottom;
              transform-origin: bottom; }
    .map__marker--active {
      color: #004057;
      z-index: 2; }
      .map__marker--active svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); }
  .map__marker-icon {
    height: 3.75rem;
    width: 2.75rem; }
  .map__mobile-dropdown {
    -webkit-transition-property: height;
    transition-property: height;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media (max-width: 1279.98px) {
      .map__mobile-dropdown {
        display: none;
        margin-top: 1rem;
        background-color: #f9f9f9;
        padding: 2.25rem 1.5rem;
        -webkit-box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
                box-shadow: 0 0.375rem 1.5rem rgba(108, 108, 108, 0.15);
        position: relative;
        overflow: hidden;
        width: 100vw;
        max-width: calc(100% + 3rem);
        margin-left: -1.125rem;
        margin-right: -1.125rem; }
        .map__mobile-dropdown--enter {
          display: block; }
          .map__mobile-dropdown--enter-active {
            display: block;
            height: 100%; }
          .map__mobile-dropdown--enter-done {
            display: block;
            height: 100%; } }
    .map__mobile-dropdown.show-filters {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      max-width: 100%;
      display: block;
      margin: 0;
      overflow: visible; }
    .map__mobile-dropdown .col-auto {
      padding-left: 6px;
      padding-right: 6px; }

.page-template-template-map-loop .primary-nav {
  position: relative; }

.page-template-template-map-loop .wrapper {
  padding-top: 0; }

#map__toggle-mobile-view.active .show {
  display: none !important; }

#map__toggle-mobile-view.active .hide {
  display: block !important; }

.marker-card {
  width: 250px;
  overflow: hidden;
  position: relative; }
  .marker-card__thumbnail {
    margin: 0 0 15px 0;
    height: 144px; }
  .marker-card__location {
    margin-bottom: 1rem; }
  .marker-card__title {
    font-size: 1.25rem;
    margin-bottom: .75rem; }
  .marker-card__link {
    margin-bottom: .5rem; }
  .marker-card__tags {
    position: absolute;
    top: 15px;
    left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 10;
    pointer-events: none; }
    .marker-card__tags span {
      display: inline-block;
      padding: 3px 8px;
      color: #fff;
      background-color: #004057;
      border-radius: 50px;
      font-size: .7rem;
      margin-right: 12px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .05rem;
      pointer-events: none; }
  .marker-card__slider {
    height: 100%;
    cursor: -webkit-grab;
    cursor: grab; }
    .marker-card__slider:hover .marker-card__controls {
      opacity: 1;
      visibility: visible; }
  .marker-card__bullets {
    position: absolute;
    z-index: 99;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center; }
    .marker-card__bullets .glide__bullet {
      width: 9px;
      height: 9px;
      padding: 0;
      border: none;
      border-radius: 50%;
      background-color: #fff;
      opacity: .5;
      margin: 0 2px;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .marker-card__bullets .glide__bullet:hover {
        opacity: 1; }
      .marker-card__bullets .glide__bullet--active {
        background-color: #09907e;
        opacity: 1;
        pointer-events: none; }
  .marker-card__content {
    padding: 0 12px 12px 12px; }
  .marker-card__controls {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .marker-card__controls button {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border: none;
      width: 24px;
      height: 24px;
      color: #09907e;
      background-color: #fff;
      border-radius: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: .5;
      font-size: .75rem;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
      .marker-card__controls button.back {
        left: 8px; }
      .marker-card__controls button.forward {
        right: 8px; }
      .marker-card__controls button:hover {
        opacity: 1; }
  .marker-card__meta {
    font-size: .7rem; }
    .marker-card__meta .eyebrow__spacer {
      margin: 0 0.5rem; }
  .marker-card .glide__track {
    height: 100%; }
  .marker-card .glide__slides {
    height: 100%; }
  .marker-card .glide__slide {
    height: inherit; }
  .marker-card .glide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }

.gm-ui-hover-effect {
  height: 36px !important;
  width: 36px !important;
  position: absolute;
  top: -8px !important;
  right: -8px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  opacity: 1 !important;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); }
  .gm-ui-hover-effect img {
    margin: 0 !important; }

.gm-style-iw {
  padding: 0px !important;
  border-radius: 0 !important;
  overflow: visible !important; }

.gm-style-iw-d {
  max-height: 312px !important;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .gm-style-iw-d::-webkit-scrollbar {
    display: none; }

.tabbed-content__tab {
  color: #808080;
  max-width: 300px;
  padding: 0.75rem 1.125rem;
  position: relative;
  font-family: "Open Sans", -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";
  -webkit-transition-property: padding-left, -webkit-box-shadow;
  transition-property: padding-left, -webkit-box-shadow;
  transition-property: padding-left, box-shadow;
  transition-property: padding-left, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-bottom: 0.5rem; }
  .tabbed-content__tab::before {
    content: '';
    display: block;
    border-radius: 100%;
    height: 6px;
    width: 6px;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    background-color: currentColor; }
  .tabbed-content__tab.active {
    color: #09907e;
    padding-left: 2rem; }
    .tabbed-content__tab.active::before {
      opacity: 1;
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
  .tabbed-content__tab--large.active {
    color: #09907e;
    -webkit-box-shadow: 0 0.375rem 1.5rem rgba(0, 64, 87, 0.15);
            box-shadow: 0 0.375rem 1.5rem rgba(0, 64, 87, 0.15); }
  .tabbed-content__tab--mobile-dropdown {
    display: block;
    max-width: calc(100% + 2rem); }
    .tabbed-content__tab--mobile-dropdown::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1rem;
      display: block;
      height: 0.75rem;
      width: 0.75rem;
      border-bottom: 2px solid currentColor;
      border-left: 2px solid currentColor;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      -webkit-transition-property: border-color, -webkit-transform;
      transition-property: border-color, -webkit-transform;
      transition-property: transform, border-color;
      transition-property: transform, border-color, -webkit-transform;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .tabbed-content__tab--mobile-dropdown[aria-expanded="true"]::after {
      -webkit-transform: translateY(-50%) rotate(135deg);
              transform: translateY(-50%) rotate(135deg); }

.tabbed-content__dropdown {
  margin: 0 -1rem; }

.tabbed-content__mobile-menu {
  left: -2.25rem;
  right: -2.25rem;
  padding: 1.125rem 2.25rem;
  background: #f9f9f9;
  border-bottom: 2px solid #004057;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.tabbed-content__small-card-thumbnail {
  position: relative;
  overflow: hidden; }
  .tabbed-content__small-card-thumbnail::after {
    content: '';
    display: block;
    padding-top: 69%; }

.tabbed-content__large-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  background: #fff; }
  @media (min-width: 1024px) {
    .tabbed-content__large-card {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.tabbed-content__large-card-thumbnail {
  position: relative;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .tabbed-content__large-card-thumbnail {
      max-width: 400px;
      width: 45%;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 45%;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; } }
  @media (max-width: 1279.98px) {
    .tabbed-content__large-card-thumbnail::after {
      content: '';
      display: block;
      padding-top: 50%; } }

.tabbed-content__large-card-content {
  padding: 1.5rem; }
  @media (min-width: 767px) {
    .tabbed-content__large-card-content {
      padding: 3rem; } }

.tabbed-content__large-card-title {
  position: relative;
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem; }
  .tabbed-content__large-card-title::after {
    content: '';
    height: 2px;
    display: block;
    max-width: 120px;
    background: #d0a22c;
    position: absolute;
    top: 100%;
    width: 100%; }

.image-bordered {
  position: relative;
  z-index: 1;
  max-height: 420px; }
  @media (min-width: 767px) {
    .image-bordered {
      max-height: 700px; } }
  .image-bordered::before {
    content: '';
    display: block;
    position: relative;
    padding-top: 125%; }
  .image-bordered::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1; }
  .image-bordered--top::after, .image-bordered--bottom::after {
    width: 50%;
    height: 0.75rem;
    left: 25%; }
  .image-bordered--left::after, .image-bordered--right::after {
    height: 50%;
    width: 0.75rem;
    top: 25%; }
  .image-bordered--top::after {
    top: -0.375rem; }
  .image-bordered--bottom::after {
    bottom: -0.375rem; }
  .image-bordered--left::after {
    left: -0.375rem; }
  .image-bordered--right::after {
    right: -0.375rem; }
  .image-bordered--primary::after {
    background-color: #004057; }
  .image-bordered--secondary::after {
    background-color: #09907e; }
  .image-bordered--yellow::after {
    background-color: #d0a22c; }

@media (min-width: 767px) {
  .content-slider {
    -webkit-clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 200% 0%, 200% 100%, 0% 100%); } }

.content-slider__card {
  padding: 3.625rem 2.75rem 2.75rem;
  background-color: #fff;
  max-width: 525px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  margin: 2rem 0;
  min-width: 100%;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (min-width: 767px) {
    .content-slider__card {
      padding: 5.625rem 4.5rem 3rem; } }
  .content-slider__card--cares {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
    .content-slider__card--cares .content-slider__card-title {
      font-family: 'Kostic Serif', serif; }

.content-slider__card-index {
  position: absolute;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #09907e;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.125rem;
  top: -1.875rem;
  left: 2.25rem;
  z-index: 1;
  color: #fff; }

.content-slider__card-title-wrapper {
  position: relative; }
  .content-slider__card-title-wrapper::after {
    content: '';
    display: block;
    min-height: 60px; }
    @media (min-width: 767px) {
      .content-slider__card-title-wrapper::after {
        min-height: 150px; } }
    @media (min-width: 1024px) {
      .content-slider__card-title-wrapper::after {
        padding-top: 50%;
        min-height: 200px; } }

@media (min-width: 767px) {
  .content-slider__card-title-container {
    position: absolute;
    top: 0; } }

.content-slider__card-icon {
  color: currentColor;
  width: 67px;
  height: 96px;
  margin-bottom: 86px; }

.content-slider__card-title {
  color: currentColor;
  font-weight: lighter; }

.content-slider__card-content {
  color: currentColor; }

.glide__slide--active .content-slider__card {
  background-color: #004057;
  color: #fff; }
  .glide__slide--active .content-slider__card:hover {
    background-color: #002d3e; }
  .glide__slide--active .content-slider__card--cares {
    background-color: #fff;
    color: #002d3e; }
    .glide__slide--active .content-slider__card--cares:hover {
      background-color: #f9f9f9; }
    .glide__slide--active .content-slider__card--cares .content-slider__card-index {
      background-color: #004057; }

.bg-seafoam .content-slider__card-index {
  background-color: #fff;
  color: #085973; }

.bg-seafoam .glide__slide--active .content-slider__card-index {
  background-color: #f39226;
  color: #fff; }

.bg-seafoam .glide-footer button:hover {
  background-color: #fff;
  color: #085973; }

.affiliations__logo-wrapper {
  background-color: #fff;
  position: relative; }
  .affiliations__logo-wrapper::after {
    content: '';
    display: block;
    padding-top: 100%; }

.affiliations__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem); }

@media (min-width: 1024px) {
  .affiliations__controls {
    position: absolute;
    bottom: 0; } }

.find-your-stay.splide {
  width: 100%; }

.find-your-stay .splide__arrows {
  margin: 0 18px; }

.find-your-stay__slide {
  position: relative;
  z-index: 1;
  display: block;
  margin: 2rem 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  min-height: 400px; }
  .find-your-stay__slide::after {
    content: '';
    display: block;
    padding-top: 105%;
    position: relative;
    z-index: -1;
    background: #e6e6e6; }

.find-your-stay__slide-index {
  position: absolute;
  height: 3.75rem;
  width: 3.75rem;
  background-color: #09907e;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  letter-spacing: 0.125rem;
  top: -1.875rem;
  left: 2.25rem;
  z-index: 1;
  color: #fff; }

.find-your-stay__slide-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2.25rem; }

.find-your-stay__slide-thumbnail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden; }
  .find-your-stay__slide-thumbnail-wrapper::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), color-stop(70%, rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 70%); }

.team-card {
  position: relative;
  z-index: 1;
  background-color: #fff; }
  .team-card__linkedin {
    position: absolute;
    right: 1.5rem;
    top: -1.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 3rem;
    width: 3rem;
    background-color: #0e76a8;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%;
    z-index: 2;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .team-card__linkedin svg {
      height: 1rem;
      width: 1rem; }
    .team-card__linkedin:hover {
      color: #ced4da;
      background-color: #0a5579; }
  .team-card__image-wrapper {
    position: relative;
    overflow: hidden;
    max-height: 372px;
    border: 1px solid #004057; }
    .team-card__image-wrapper::after {
      content: '';
      display: block;
      padding-top: 115%; }

.testimonial-stars {
  background-color: #fff;
  padding: 0.375rem 0.5rem;
  display: inline-block;
  height: 2.625rem;
  margin-bottom: 1.5rem; }
  .testimonial-stars__star {
    display: inline-block;
    margin: 0.375rem;
    height: 1.125rem;
    width: 1.125rem; }
    .testimonial-stars__star::after {
      content: '\2605';
      color: #d0a22c;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.5rem;
      height: 1.125rem;
      width: 1.125rem;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: -2px; }

.video {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .video__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: white; }
    @media (max-width: 1023.98px) {
      .video__card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .video__content {
    padding: 2rem; }
    @media (min-width: 767px) {
      .video__content {
        padding: 3.75rem; } }
  .video__play {
    border: none;
    background: #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
    font-weight: lighter;
    color: #004057;
    padding: 1rem 2rem 1rem 3.5rem;
    white-space: nowrap; }
    @media (max-width: 1023.98px) {
      .video__play {
        padding: 3.5rem 2rem 2rem 2rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .video__play::before {
      position: absolute;
      left: -1.5rem;
      -webkit-clip-path: polygon(125% 50%, 125% -25%, -25% -25%, -25% 125%, 125% 125%, 125% 50%, 67% 50%, 45% 65.5%, 45% 34.5%, 67% 50%);
              clip-path: polygon(125% 50%, 125% -25%, -25% -25%, -25% 125%, 125% 125%, 125% 50%, 67% 50%, 45% 65.5%, 45% 34.5%, 67% 50%); }
      @media (max-width: 1023.98px) {
        .video__play::before {
          left: 0;
          right: 0;
          margin: 0 auto;
          top: -20px; } }
    .video__play::after {
      top: 50%;
      left: -1.5rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      border-style: solid;
      border-width: 0.5rem 0.875rem;
      border-color: transparent;
      border-left-color: #fff; }
    .video__play:hover::after {
      border-color: transparent;
      border-left-color: #d9d9d9; }

.who-we-serve {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .who-we-serve::after {
    content: '';
    display: block;
    padding-top: 100%; }
  .who-we-serve__content {
    background: #09907e;
    padding: 1.125rem 1.5rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .who-we-serve__link {
    display: block;
    position: relative;
    padding-right: 1.5rem;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .who-we-serve__link::after {
      content: '';
      display: block;
      height: 0.75rem;
      width: 0.75rem;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      border-color: currentColor;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg);
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transition-property: border-color;
      transition-property: border-color;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.accordion__card {
  min-height: 100px; }
  .accordion__card:last-child {
    border-bottom: 1px solid #e6e6e6; }

.accordion__button {
  border-top: 1px solid #e6e6e6;
  display: block;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  color: #004057;
  font-weight: bold;
  padding: 1.5rem 5.25rem 0.5625rem 1.5rem;
  background: transparent;
  line-height: 1.5;
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  @media (min-width: 1024px) {
    .accordion__button {
      padding: 1.875rem 7.5rem 0.75rem 1.875rem; } }
  .accordion__button::after, .accordion__button::before {
    content: '';
    position: absolute;
    display: block;
    -webkit-transition-property: border-color, -webkit-transform;
    transition-property: border-color, -webkit-transform;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .accordion__button::before {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 100%;
    right: 1.5rem;
    top: 1.5rem;
    border: 2px solid #09907e; }
    @media (min-width: 1024px) {
      .accordion__button::before {
        right: 1.875rem;
        top: 1.875rem; } }
  .accordion__button::after {
    right: 37px;
    top: 2.25rem;
    height: 0.625rem;
    width: 0.625rem;
    border-bottom: 2px solid #09907e;
    border-right: 2px solid #09907e;
    -webkit-transform: translateY(-1px) rotate(45deg);
            transform: translateY(-1px) rotate(45deg); }
    @media (min-width: 1024px) {
      .accordion__button::after {
        right: 2.675rem;
        top: 2.675rem; } }
  .accordion__button:not(.collapsed), .accordion__button[aria-expanded="true"]:not(.collapsed) {
    z-index: 3;
    background: #fff;
    border-color: transparent; }
    .accordion__button:not(.collapsed)::before, .accordion__button:not(.collapsed)::after, .accordion__button[aria-expanded="true"]:not(.collapsed)::before, .accordion__button[aria-expanded="true"]:not(.collapsed)::after {
      border-color: #09907e; }
    .accordion__button:not(.collapsed)::before, .accordion__button[aria-expanded="true"]:not(.collapsed)::before {
      background-color: #09907e; }
    .accordion__button:not(.collapsed)::after, .accordion__button[aria-expanded="true"]:not(.collapsed)::after {
      -webkit-transform: translateY(1px) rotate(225deg);
              transform: translateY(1px) rotate(225deg);
      border-color: #fff; }
  .accordion__button[aria-expanded="true"].collapsed {
    z-index: 3; }

.accordion__card-body {
  opacity: 0;
  padding: 0.5625rem 1.5rem 1.5rem;
  background: #fff; }
  @media (min-width: 1024px) {
    .accordion__card-body {
      padding: 0.75rem 1.875rem 1.875rem; } }

.accordion__card-content {
  position: relative;
  z-index: 2;
  margin-bottom: -1px; }
  .accordion__card-content.collapsing[aria-expanded="false"] .accordion__card-body {
    -webkit-animation: fadeIn 0.5s forwards;
            animation: fadeIn 0.5s forwards; }
  .accordion__card-content.collapsing[aria-expanded="true"] .accordion__card-body {
    -webkit-animation: fadeOut 0.5s forwards;
            animation: fadeOut 0.5s forwards; }
  .accordion__card-content.show .accordion__card-body {
    opacity: 1; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.resources__dropdown-button {
  min-width: 230px;
  text-align: left;
  padding-right: 2rem;
  font-size: 1rem; }
  .resources__dropdown-button::after {
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    border: 0;
    right: 1rem;
    top: 50%;
    border-bottom: 2px solid #002d3e;
    border-right: 2px solid #002d3e;
    -webkit-transform: translateY(-0.5rem) rotate(45deg);
            transform: translateY(-0.5rem) rotate(45deg); }

.resources__dropdown-menu {
  min-width: 100%;
  font-size: 1rem; }

.resources__filter-option {
  color: #004057; }
  .resources__filter-option:hover, .resources__filter-option:focus {
    color: #09907e; }
  .resources__filter-option.active {
    color: #09907e; }

.article-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  height: 100%; }
  .article-card__thumbnail-wrapper {
    position: relative;
    overflow: hidden; }
    .article-card__thumbnail-wrapper::after {
      content: '';
      display: block;
      padding-top: 67.5%;
      background-color: #09907e;
      position: relative;
      z-index: -1; }
  .article-card__content {
    background: #fff;
    padding: 1.5rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (min-width: 767px) {
      .article-card__content {
        padding: 3rem; } }

.article__author-thumb {
  border-radius: 100%;
  height: 3.75rem;
  width: 3.75rem;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
  position: relative;
  margin-right: 2rem; }
  .article__author-thumb.large {
    height: 6.75rem;
    width: 6.75rem; }
  .article__author-thumb.bordered {
    border: 2px solid #004057; }

.article__featured-image-well {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002d3e), color-stop(40%, #002d3e), color-stop(40%, #fff), to(#fff));
  background-image: linear-gradient(to bottom, #002d3e 0%, #002d3e 40%, #fff 40%, #fff 100%); }

.article__author {
  margin-top: 80px; }

.article__featured-image {
  position: relative;
  overflow: hidden; }
  .article__featured-image::after {
    content: '';
    padding-top: 50%;
    display: block;
    background: #09907e;
    position: relative;
    z-index: -1; }

.article__cta-wrapper {
  -webkit-box-shadow: 0 0.375rem 1.5rem 0.75rem rgba(108, 108, 108, 0.1);
          box-shadow: 0 0.375rem 1.5rem 0.75rem rgba(108, 108, 108, 0.1); }

.article__content table {
  width: 100% !important; }

.article__content img {
  margin: 15px 15px 15px 0; }

.article__content a {
  text-decoration: underline; }

.form {
  /* labels */ }
  .form__wrapper div.input:not([type="submit"]) > select.hs-input {
    width: 100%; }
  .form__wrapper .hs-form-field {
    margin-bottom: 0.75rem; }
    .form__wrapper .hs-form-field .hs-field-desc {
      font-size: 16px; }
    .form__wrapper .hs-form-field:not(.hs-fieldtype-textarea) label:not(.hs-form-booleancheckbox-display) {
      text-transform: uppercase;
      color: #002d3e;
      margin-top: 0;
      background-color: #f6f6f6;
      padding: 0.25rem 0.75rem;
      font-size: 10px;
      letter-spacing: 1px;
      font-weight: bold;
      margin-bottom: 0;
      -webkit-transition-property: background-color, color, opacity;
      transition-property: background-color, color, opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .form__wrapper div.hs_message.hs-message, .form__wrapper div.hs_message, .form__wrapper div.hs-message {
    margin-right: 0 !important; }
    .form__wrapper div.hs_message.hs-message div.input:not([type="submit"]), .form__wrapper div.hs_message div.input:not([type="submit"]), .form__wrapper div.hs-message div.input:not([type="submit"]) {
      margin-right: 0 !important; }
  .form__wrapper input:not([type="submit"]), .form__wrapper textarea, .form__wrapper select {
    width: 100%;
    height: 3.333rem;
    background-color: #fff;
    color: #004057;
    padding: 0 1rem;
    border: solid 2px #f6f6f6;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
    transition: border-color 0.3s, background-color 0.3s; }
    .form__wrapper input:not([type="submit"]):focus, .form__wrapper textarea:focus, .form__wrapper select:focus {
      border-color: #09907e; }
    .form__wrapper input:not([type="submit"])::-webkit-input-placeholder, .form__wrapper textarea::-webkit-input-placeholder, .form__wrapper select::-webkit-input-placeholder {
      color: #808080;
      text-transform: uppercase !important;
      font-family: "Open Sans", -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" !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      font-size: 0.875rem; }
    .form__wrapper input:not([type="submit"])::-moz-placeholder, .form__wrapper textarea::-moz-placeholder, .form__wrapper select::-moz-placeholder {
      color: #808080;
      text-transform: uppercase !important;
      font-family: "Open Sans", -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" !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      font-size: 0.875rem; }
    .form__wrapper input:not([type="submit"]):-ms-input-placeholder, .form__wrapper textarea:-ms-input-placeholder, .form__wrapper select:-ms-input-placeholder {
      color: #808080;
      text-transform: uppercase !important;
      font-family: "Open Sans", -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" !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      font-size: 0.875rem; }
    .form__wrapper input:not([type="submit"])::-ms-input-placeholder, .form__wrapper textarea::-ms-input-placeholder, .form__wrapper select::-ms-input-placeholder {
      color: #808080;
      text-transform: uppercase !important;
      font-family: "Open Sans", -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" !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      font-size: 0.875rem; }
    .form__wrapper input:not([type="submit"])::placeholder, .form__wrapper textarea::placeholder, .form__wrapper select::placeholder {
      color: #808080;
      text-transform: uppercase !important;
      font-family: "Open Sans", -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" !important;
      font-weight: bold !important;
      letter-spacing: 1px !important;
      font-size: 0.875rem; }
    .form__wrapper input:not([type="submit"]).invalid, .form__wrapper input:not([type="submit"]).error, .form__wrapper input:not([type="submit"]).invalid.error, .form__wrapper textarea.invalid, .form__wrapper textarea.error, .form__wrapper textarea.invalid.error, .form__wrapper select.invalid, .form__wrapper select.error, .form__wrapper select.invalid.error {
      border: solid 2px #c8232c;
      background-color: #fff; }
  .form__wrapper select {
    color: #808080;
    text-transform: uppercase !important;
    font-family: "Open Sans", -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" !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    font-size: 0.875rem; }
  .form__wrapper textarea {
    padding: 1rem;
    height: 10rem; }
  .form__wrapper select {
    border-radius: 0 !important; }
  .form__wrapper select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: calc(100% - 18px) 50%;
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' baseProfile='basic' viewBox='0 0 12 8'%3E%3Cdefs/%3E%3Cpath fill='none' stroke-width='2' stroke='%2309907E' stroke-miterlimit='10' d='M11.5 1.3L6 6.8.5 1.3'/%3E%3C/svg%3E");
    padding: .5em;
    padding-right: 1.5em; }
  .form__wrapper fieldset {
    margin: 0 -1rem !important;
    max-width: 150% !important; }
    .form__wrapper fieldset .hs-form-field {
      padding: 0 1rem !important; }
      .form__wrapper fieldset .hs-form-field .input {
        margin: 0 !important; }
        .form__wrapper fieldset .hs-form-field .input .hs-input {
          width: 100% !important;
          line-height: 1.5; }
  .form__wrapper .legal-consent-container {
    margin-top: 1.5rem; }
  .form__wrapper .hs-richtext {
    padding: 0 1rem; }
  .form__wrapper .hs-form-field .input .inputs-list {
    list-style: none;
    padding: 0; }
    .form__wrapper .hs-form-field .input .inputs-list label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      font-size: 1rem;
      min-height: 2rem;
      margin: 2.25rem 0;
      background-color: transparent; }
      .form__wrapper .hs-form-field .input .inputs-list label:hover input {
        border-color: #808080; }
        .form__wrapper .hs-form-field .input .inputs-list label:hover input ~ span::before {
          background-color: #808080; }
      .form__wrapper .hs-form-field .input .inputs-list label input {
        top: 0;
        left: 0;
        position: absolute;
        cursor: pointer;
        height: 2.25rem !important;
        width: 2.25rem !important;
        max-height: 2.25rem !important;
        max-width: 2.25rem !important;
        border-radius: 100%;
        border: 1px solid #ced4da;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: transparent;
        -webkit-transition-property: background-color, border-color;
        transition-property: background-color, border-color;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .form__wrapper .hs-form-field .input .inputs-list label input:checked {
          border-color: #002d3e;
          background-color: #002d3e; }
          .form__wrapper .hs-form-field .input .inputs-list label input:checked ~ span::before {
            background-color: #fff; }
      .form__wrapper .hs-form-field .input .inputs-list label span {
        position: relative;
        z-index: 1;
        font-size: 1.125rem;
        padding-left: 3.5rem;
        margin: 0; }
        .form__wrapper .hs-form-field .input .inputs-list label span::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 2.25rem;
          width: 2.25rem;
          background-color: #ced4da;
          -webkit-clip-path: url("#check-mark");
                  clip-path: url("#check-mark");
          -webkit-filter: blur(0px);
                  filter: blur(0px);
          -webkit-transition-property: background-color;
          transition-property: background-color;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-in-out;
                  transition-timing-function: ease-in-out;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }
  .form__wrapper .submitted-message {
    color: #004057; }
  .form__wrapper .hs-error-msg {
    font-size: 12px;
    color: #c8232c;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 0; }
  .form__wrapper:not(.form__wrapper--cares) .hs_submit.hs-submit {
    margin: 1.125rem 0; }
    .form__wrapper:not(.form__wrapper--cares) .hs_submit.hs-submit .actions input {
      background-color: #09907e;
      padding: 10px 20px;
      border: none;
      letter-spacing: inherit;
      color: #fff;
      font-weight: inherit;
      position: relative;
      z-index: 1; }
  .form .fn-date-picker .is-today .pika-button {
    color: #004057 !important;
    font-weight: bold; }
  .form .fn-date-picker .pika-button:hover {
    color: #f9f9f9 !important;
    background: #004057 !important; }
  .form .fn-date-picker .is-selected .pika-button {
    color: #f9f9f9 !important;
    background: #004057 !important;
    -webkit-box-shadow: inset 0 1px 3px #002d3e !important;
            box-shadow: inset 0 1px 3px #002d3e !important; }
  .form__label--active {
    background-color: #09907e !important;
    color: #fff !important;
    opacity: 1 !important; }
  .form__label--error {
    background-color: #c8232c !important;
    color: #fff !important;
    opacity: 1 !important; }

.form-inline {
  color: #fff;
  position: relative;
  overflow: hidden; }
  .form-inline label {
    opacity: 0; }
  .form-inline .hs-form-field {
    width: 100%; }
    .form-inline .hs-form-field input {
      background-color: transparent;
      border-top: 0;
      border-right: 0;
      border-left: 0;
      color: #fff;
      padding-left: 0; }
      .form-inline .hs-form-field input.error, .form-inline .hs-form-field input.invalid {
        border-top: 0 !important;
        border-right: 0 !important;
        border-left: 0 !important;
        background-color: transparent !important; }
      .form-inline .hs-form-field input::-webkit-input-placeholder {
        text-transform: none !important;
        font-weight: normal !important; }
      .form-inline .hs-form-field input::-moz-placeholder {
        text-transform: none !important;
        font-weight: normal !important; }
      .form-inline .hs-form-field input:-ms-input-placeholder {
        text-transform: none !important;
        font-weight: normal !important; }
      .form-inline .hs-form-field input::-ms-input-placeholder {
        text-transform: none !important;
        font-weight: normal !important; }
      .form-inline .hs-form-field input::placeholder {
        text-transform: none !important;
        font-weight: normal !important; }
    .form-inline .hs-form-field .hs-error-msgs {
      margin-top: 0 !important; }
      .form-inline .hs-form-field .hs-error-msgs .hs-error-msg {
        color: #fff !important;
        background-color: transparent !important;
        opacity: 1 !important; }
  .form-inline .hs_submit.hs-submit .actions {
    position: absolute !important;
    top: 2.625rem;
    right: 1px; }
    .form-inline .hs_submit.hs-submit .actions::before, .form-inline .hs_submit.hs-submit .actions::after {
      display: none !important; }
  .form-inline__submit {
    width: 1rem;
    height: 1rem;
    color: transparent !important;
    -webkit-clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
            clip-path: polygon(85% 50%, 35% 100%, 25% 90%, 65% 50%, 25% 10%, 35% 0%, 85% 50%);
    padding: 0 !important;
    background-color: #fff !important; }

.footer .submitted-message {
  color: white; }

.hs-form-required, .hs_recaptcha.hs-recaptcha.field.hs-form-field > div > div {
  display: none;
  visibility: hidden;
  width: 0 !important;
  height: 0; }

ul.hs-error-msgs {
  list-style-type: none;
  margin-bottom: 0; }
  ul.hs-error-msgs.inputs-list {
    margin-bottom: 2rem;
    padding-left: 3.5rem; }

.hbspt-form .hs-form fieldset.form-columns-1 .hs-form-field .hs-input,
.hbspt-form .hs-form fieldset.form-columns-2 .hs-form-field .hs-input {
  width: 100% !important; }

.hbspt-form .hs-form fieldset .input {
  margin: 0 !important; }

.pre-footer {
  position: relative;
  z-index: 1; }
  .pre-footer__image {
    overflow: hidden;
    position: relative;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    min-height: 300px;
    z-index: -1; }
    @media (min-width: 767px) {
      .pre-footer__image {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin-left: calc(-50vw + 50%);
        margin-right: 0; } }

#quizApp {
  min-height: calc(100vh - 144px); }

.quiz {
  min-height: calc(100vh - 144px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  overflow: hidden;
  /* form stuff */ }
  .quiz--results {
    height: auto; }
  .quiz__container {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .quiz__steps-row {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .quiz__progress {
    position: relative;
    height: 0.75rem;
    width: 100%; }
  .quiz__progress-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #09907e;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .quiz__landing-content {
    position: relative;
    z-index: 1; }
  .quiz__landing-image {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-left: -12.5%;
    max-height: 600px; }
    .quiz__landing-image::after {
      content: '';
      display: block;
      position: relative;
      padding-top: 100%; }
  .quiz__step {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-bottom: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .quiz__step--enter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      -webkit-transform: translateX(25%);
              transform: translateX(25%); }
      .quiz__step--enter-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
      .quiz__step--enter-done {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        -webkit-transform: translateX(0);
                transform: translateX(0); }
    .quiz__step--exit {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .quiz__step--exit-active {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-transform: translateX(-25%);
                transform: translateX(-25%); }
      .quiz__step--exit-done {
        display: none;
        opacity: 0;
        -webkit-transform: translateX(-25%);
                transform: translateX(-25%); }
  @media (max-width: 766.98px) {
    .quiz__nav .align-items-center {
      ordeR: 1; }
    .quiz__nav .justify-content-start, .quiz__nav .justify-content-end {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  .quiz__choices-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .quiz__choices-wrapper::before, .quiz__choices-wrapper::after {
      content: 'OR';
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      height: 3.75rem;
      width: 3.75rem;
      display: none;
      letter-spacing: 1px;
      font-family: "Open Sans", -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: 0.875rem;
      text-transform: uppercase;
      border-radius: 100%;
      background-color: #fff;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      pointer-events: none; }
    .quiz__choices-wrapper::after {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 767px) {
      .quiz__choices-wrapper--three-column::before {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        left: 33.3333333333333%; }
      .quiz__choices-wrapper--three-column::after {
        left: 66.666666666666%; } }
  .quiz__choice {
    position: relative;
    overflow: hidden;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .quiz__choice::after {
      content: '';
      display: block;
      background-color: #09907e;
      opacity: 0;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      -webkit-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-in-out;
              transition-timing-function: ease-in-out;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .quiz__choice--active::after {
      opacity: 0.5; }
  .quiz__choice-title {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    right: 2rem;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-shadow: 0 1px 10px black; }
  .quiz__results-content {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .quiz__results-content--enter {
      opacity: 0; }
      .quiz__results-content--enter-active {
        opacity: 1; }
      .quiz__results-content--enter-done {
        opacity: 1; }
  .quiz__results {
    background-color: #002d3e;
    color: #fff;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 3rem;
    font-size: 1rem; }
    .quiz__results::after {
      content: '';
      position: absolute;
      top: -0.75rem;
      left: -4.5rem;
      bottom: -0.75rem;
      right: 0;
      display: block;
      background-color: #002d3e;
      z-index: -1; }
  .quiz__results-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 1; }
  .quiz__results-loader-icon {
    color: #09907e;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 5rem;
    width: 5rem;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1; }
    .quiz__results-loader-icon svg {
      position: absolute; }
    .quiz__results-loader-icon > svg:last-child {
      opacity: 0.6; }
  .quiz__select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 9'%3E%3Cdefs/%3E%3Cpath fill='%2309907e%0A' fill-rule='evenodd' d='M7.501 5.797L13.196.3 14.7 1.752 7.5 8.7.3 1.752 1.804.3z'/%3E%3C/svg%3E");
    background-size: 0.875rem 0.875rem;
    background-position: right .75rem center;
    background-repeat: no-repeat;
    padding-right: 2rem;
    font-size: 0.75rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: "Open Sans", -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";
    text-overflow: ellipsis;
    overflow: hidden; }
  .quiz .form {
    font-size: 1rem; }
    .quiz .form .form-field {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: start;
      -webkit-align-items: start;
          -ms-flex-align: start;
              align-items: start; }
      .quiz .form .form-field__label {
        text-transform: uppercase;
        font-family: "Open Sans", -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: 0.625rem;
        font-weight: bold;
        letter-spacing: 1.5px;
        color: #b4b4b4;
        display: block;
        padding: 0.375rem 0.75rem;
        background-color: #f6f6f6;
        -webkit-transition-property: background-color, color;
        transition-property: background-color, color;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .quiz .form .form-field__input {
        font-size: 1rem; }
        .quiz .form .form-field__input::-webkit-input-placeholder {
          text-transform: uppercase;
          font-family: "Open Sans", -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: 0.75rem;
          font-weight: bold;
          letter-spacing: 1.8px;
          color: #b4b4b4; }
        .quiz .form .form-field__input::-moz-placeholder {
          text-transform: uppercase;
          font-family: "Open Sans", -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: 0.75rem;
          font-weight: bold;
          letter-spacing: 1.8px;
          color: #b4b4b4; }
        .quiz .form .form-field__input:-ms-input-placeholder {
          text-transform: uppercase;
          font-family: "Open Sans", -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: 0.75rem;
          font-weight: bold;
          letter-spacing: 1.8px;
          color: #b4b4b4; }
        .quiz .form .form-field__input::-ms-input-placeholder {
          text-transform: uppercase;
          font-family: "Open Sans", -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: 0.75rem;
          font-weight: bold;
          letter-spacing: 1.8px;
          color: #b4b4b4; }
        .quiz .form .form-field__input::placeholder {
          text-transform: uppercase;
          font-family: "Open Sans", -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: 0.75rem;
          font-weight: bold;
          letter-spacing: 1.8px;
          color: #b4b4b4; }
        .quiz .form .form-field__input:focus, .quiz .form .form-field__input.valid {
          border-color: #09907e; }
          .quiz .form .form-field__input:focus + .form-field__label, .quiz .form .form-field__input.valid + .form-field__label {
            background-color: #09907e;
            color: #fff; }
        .quiz .form .form-field__input.error, .quiz .form .form-field__input:-moz-ui-invalid, .quiz .form .form-field__input:-moz-submit-invalid {
          border-color: #c8232c;
          outline: none;
          box-shadow: none; }
          .quiz .form .form-field__input.error + .form-field__label, .quiz .form .form-field__input:-moz-ui-invalid + .form-field__label, .quiz .form .form-field__input:-moz-submit-invalid + .form-field__label {
            background-color: #c8232c;
            color: #fff; }
        .quiz .form .form-field__input--checkbox {
          position: absolute;
          z-index: -999;
          height: 0;
          width: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-user-select: none;
             -moz-user-select: none;
              -ms-user-select: none;
                  user-select: none; }
          .quiz .form .form-field__input--checkbox:checked + .form-field__checkbox {
            border-color: #002d3e;
            background-color: #002d3e; }
            .quiz .form .form-field__input--checkbox:checked + .form-field__checkbox::before {
              background-color: #fff; }
          .quiz .form .form-field__input--checkbox.error + .form-field__checkbox, .quiz .form .form-field__input--checkbox:-moz-ui-invalid + .form-field__checkbox, .quiz .form .form-field__input--checkbox:-moz-submit-invalid + .form-field__checkbox {
            border-color: #c8232c;
            background-color: transparent; }
            .quiz .form .form-field__input--checkbox.error + .form-field__checkbox::before, .quiz .form .form-field__input--checkbox:-moz-ui-invalid + .form-field__checkbox::before, .quiz .form .form-field__input--checkbox:-moz-submit-invalid + .form-field__checkbox::before {
              background-color: #c8232c; }
          .quiz .form .form-field__input--checkbox.error ~ .form-field__checkbox-text, .quiz .form .form-field__input--checkbox:-moz-ui-invalid ~ .form-field__checkbox-text, .quiz .form .form-field__input--checkbox:-moz-submit-invalid ~ .form-field__checkbox-text {
            color: #c8232c; }
      .quiz .form .form-field--checkbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .quiz .form .form-field__checkbox {
        position: relative;
        display: block;
        height: 2.25rem;
        width: 2.25rem;
        border-radius: 100%;
        border: 1px solid #ced4da;
        background-color: transparent;
        margin-right: 1rem;
        cursor: pointer;
        -webkit-transition-property: border-color, background-color, color;
        transition-property: border-color, background-color, color;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-in-out;
                transition-timing-function: ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .quiz .form .form-field__checkbox::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 2.125rem;
          width: 2.125rem;
          background-color: #ced4da;
          -webkit-clip-path: url("#check-mark");
                  clip-path: url("#check-mark");
          -webkit-filter: blur(0px);
                  filter: blur(0px);
          -webkit-transition-property: background-color;
          transition-property: background-color;
          -webkit-transition-duration: 0.3s;
                  transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-in-out;
                  transition-timing-function: ease-in-out;
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden; }

.property-gallery__wrapper {
  display: block;
  position: relative;
  padding-top: 75%; }

@media (max-width: 766.98px) {
  .property-gallery__cta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .property-gallery__cta .btn {
      width: 100%; } }

.property-gallery__list {
  padding-top: 100px; }
  @media (max-width: 766.98px) {
    .property-gallery__list {
      padding-top: 50px; } }
  @media (max-width: 479.98px) {
    .property-gallery__list {
      padding-top: 0; } }
  @media (max-width: 766.98px) {
    .property-gallery__list .col-12 {
      padding: 6px !important; } }
  @media (max-width: 479.98px) {
    .property-gallery__list .col-12 {
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; } }
  .property-gallery__list .col-12:nth-child(3n + 2) {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
    @media (max-width: 766.98px) {
      .property-gallery__list .col-12:nth-child(3n + 2) {
        -webkit-transform: translateY(0);
                transform: translateY(0); } }
  @media (max-width: 766.98px) {
    .property-gallery__list .col-12:nth-child(odd) {
      -webkit-transform: translateY(-50px);
              transform: translateY(-50px); } }

.unit-grid {
  overflow-x: auto; }
  .unit-grid h1, .unit-grid h2, .unit-grid h3, .unit-grid h4, .unit-grid h5, .unit-grid h6 {
    font-family: "Kostic Serif", serif; }
  .unit-grid table {
    width: 100% !important;
    min-width: 1200px;
    border: none;
    margin: 30px 0 90px 0; }
    .unit-grid table colgroup {
      display: none; }
    .unit-grid table tr:first-child {
      background-color: #004057 !important;
      color: #fff; }
    .unit-grid table tr:nth-child(even) {
      background-color: #eff1f4; }
    .unit-grid table tr:hover {
      background-color: #d5dceb; }
    .unit-grid table td {
      padding: 24px 12px;
      border: none;
      width: unset;
      line-height: 1.25em;
      width: 200px; }
      .unit-grid table td:nth-child(2) a, .unit-grid table td:nth-child(3) a {
        font-weight: bold; }
  .unit-grid .accordion-button {
    font-size: 1rem;
    line-height: 1.25;
    font-family: 'Open Sans';
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    white-space: nowrap;
    color: #fff;
    margin-left: 2px;
    width: 100%;
    max-width: 250px; }
    .unit-grid .accordion-button .collapse-group {
      margin-left: 20px;
      white-space: nowrap;
      font-size: 0.8em; }
    .unit-grid .accordion-button .expand-info {
      display: none; }
    .unit-grid .accordion-button .collapse-info {
      display: block; }
    .unit-grid .accordion-button.collapsed .expand-info {
      display: block; }
    .unit-grid .accordion-button.collapsed .collapse-info {
      display: none; }
  .unit-grid .accordion-collapse {
    margin-top: -20px; }

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

