/*!
* WS Starter
* Designed by LRS Web Solutions (http://lrswebsolutions.com)
* Visit http://lrswebsolutions.com
*/
.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  height: 0.0625rem !important;
  margin: -1px !important;
  margin: -0.0625rem !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  width: 0.0625rem !important;
  white-space: nowrap !important;
  color: transparent;
}
.sr-only:focus, .sr-only:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  margin: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
  color: transparent;
}

.offscreen {
  position: absolute;
  top: -9999em;
  left: -9999em;
}

.hide {
  display: none !important;
}

.show {
  display: initial;
}

.invisible {
  visibility: hidden;
}

.clear {
  display: block;
  clear: both;
}

.clear-after:after {
  display: table;
  clear: both;
  content: "";
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

.text-center,
.align-center {
  text-align: center;
}

.text-justify,
.align-justify {
  text-align: justify;
}

@media (orientation: landscape) {
  .show-landscape {
    display: block;
  }
}
@media (orientation: portrait) {
  .show-landscape {
    display: none;
  }
}

@media (orientation: portrait) {
  .show-portrait {
    display: block;
  }
}
@media (orientation: landscape) {
  .show-portrait {
    display: none;
  }
}

@media (orientation: landscape) {
  .hide-landscape {
    display: none;
  }
}
@media (orientation: portrait) {
  .hide-landscape {
    display: block;
  }
}

@media (orientation: portrait) {
  .hide-portrait {
    display: none;
  }
}
@media (orientation: landscape) {
  .hide-portrait {
    display: block;
  }
}

@media (min-width: 800px) {
  .show-small-only {
    display: none;
  }
}
.show-small-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

@media (min-width: 0) and (max-width: 799px) {
  .show-medium-only {
    display: none;
  }
}
@media (min-width: 1180px) {
  .show-medium-only {
    display: none;
  }
}
.show-medium-only[data-arx-type=image]::before {
  content: "Show Medium Only";
}

.show-large-only {
  display: none;
}
@media (min-width: 1180px) and (max-width: 1439px) {
  .show-large-only {
    display: block;
  }
}
@media (min-width: 1440px) {
  .show-large-only {
    display: none;
  }
}
.show-large-only[data-arx-type=image]::before {
  content: "Show Large Only";
}

.show-xlarge-only {
  display: none;
}
@media (min-width: 1440px) and (max-width: 1919px) {
  .show-xlarge-only {
    display: block;
  }
}
@media (min-width: 1920px) {
  .show-xlarge-only {
    display: none;
  }
}
.show-xlarge-only[data-arx-type=image]::before {
  content: "Show X-Large Only";
}

.show-xxlarge-only {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxlarge-only {
    display: none;
  }
}
.show-xxlarge-only[data-arx-type=image]::before {
  content: "Show Small Only";
}

.show-small-only[data-arx-type=image],
.show-medium-only[data-arx-type=image],
.show-large-only[data-arx-type=image],
.show-xlarge-only[data-arx-type=image],
.show-xxlarge-only[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-small-only[data-arx-type=image]:before,
.show-medium-only[data-arx-type=image]:before,
.show-large-only[data-arx-type=image]:before,
.show-xlarge-only[data-arx-type=image]:before,
.show-xxlarge-only[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2PX;
  font-size: 12PX;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

.show-medium-up {
  display: none;
}
@media (min-width: 800px) {
  .show-medium-up {
    display: block;
  }
}
.show-medium-up[data-arx-type=image]::before {
  content: "Show Medium Up";
}

.show-large-up {
  display: none;
}
@media (min-width: 1180px) {
  .show-large-up {
    display: block;
  }
}
.show-large-up[data-arx-type=image]::before {
  content: "Show Large Up";
}

.show-xlarge-up {
  display: none;
}
@media (min-width: 1440px) {
  .show-xlarge-up {
    display: block;
  }
}
.show-xlarge-up[data-arx-type=image]::before {
  content: "Show X-Large Up";
}

.show-xxlarge-up {
  display: none;
}
@media (min-width: 1920px) {
  .show-xxlarge-up {
    display: block;
  }
}
.show-xxlarge-up[data-arx-type=image]::before {
  content: "Show XX-Large Up";
}

.show-medium-up[data-arx-type=image],
.show-large-up[data-arx-type=image],
.show-xlarge-up[data-arx-type=image],
.show-xxlarge-up[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.show-medium-up[data-arx-type=image]:before,
.show-large-up[data-arx-type=image]:before,
.show-xlarge-up[data-arx-type=image]:before,
.show-xxlarge-up[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2PX;
  font-size: 12PX;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media (min-width: 0) and (max-width: 799px) {
  .hide-small-only {
    display: none;
  }
}
.hide-small-only[data-arx-type=image]::before {
  content: "Hide Small Only";
}

@media (min-width: 800px) and (max-width: 1179px) {
  .hide-medium-only {
    display: none;
  }
}
.hide-medium-only[data-arx-type=image]::before {
  content: "Hide Medium Only";
}

@media (min-width: 1180px) and (max-width: 1439px) {
  .hide-large-only {
    display: none;
  }
}
.hide-large-only[data-arx-type=image]::before {
  content: "Hide Large Only";
}

@media (min-width: 1440px) and (max-width: 1919px) {
  .hide-xlarge-only {
    display: none;
  }
}
.hide-xlarge-only[data-arx-type=image]::before {
  content: "Hide X-Large Only";
}

@media (min-width: 1920px) {
  .hide-xxlarge-only {
    display: none;
  }
}
.hide-xxlarge-only[data-arx-type=image]::before {
  content: "Hide XX-Large Only";
}

.hide-small-only[data-arx-type=image],
.hide-medium-only[data-arx-type=image],
.hide-large-only[data-arx-type=image],
.hide-xlarge-only[data-arx-type=image],
.hide-xxlarge-only[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.hide-small-only[data-arx-type=image]:before,
.hide-medium-only[data-arx-type=image]:before,
.hide-large-only[data-arx-type=image]:before,
.hide-xlarge-only[data-arx-type=image]:before,
.hide-xxlarge-only[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2PX;
  font-size: 12PX;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media (min-width: 800px) {
  .hide-medium-up {
    display: none;
  }
}
.hide-medium-up[data-arx-type=image]::before {
  content: "Hide Medium Up";
}

@media (min-width: 1180px) {
  .hide-large-up {
    display: none;
  }
}
.hide-large-up[data-arx-type=image]::before {
  content: "Hide Large Up";
}

@media (min-width: 1440px) {
  .hide-xlarge-up {
    display: none;
  }
}
.hide-xlarge-up[data-arx-type=image]::before {
  content: "Hide X-Large Up";
}

@media (min-width: 1920px) {
  .hide-xxlarge-up {
    display: none;
  }
}
.hide-xxlarge-up[data-arx-type=image]::before {
  content: "Hide XX-Large Up";
}

.hide-medium-up[data-arx-type=image],
.hide-large-up[data-arx-type=image],
.hide-xlarge-up[data-arx-type=image],
.hide-xxlarge-up[data-arx-type=image] {
  position: relative;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  outline: 2PX dashed rgba(0, 88, 251, 0.2);
  border: 1px dashed #d6e2ff;
  border: 0.0625rem dashed #d6e2ff;
  width: 100%;
  max-width: 100% !important;
  overflow: hidden;
}
.hide-medium-up[data-arx-type=image]:before,
.hide-large-up[data-arx-type=image]:before,
.hide-xlarge-up[data-arx-type=image]:before,
.hide-xxlarge-up[data-arx-type=image]:before {
  position: absolute;
  display: inline-block;
  padding: 2PX;
  font-size: 12PX;
  font-weight: bold;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 88, 251, 0.2);
  border: 0.0625rem dashed rgba(0, 88, 251, 0.2);
  border-top: 0;
  border-right: 0;
  width: auto;
  height: auto;
  top: 0;
  right: 0;
}

@media (min-width: 1180px) {
  .center-vert {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
}

@media (min-width: 1180px) {
  .orderFirst {
    order: -1;
  }
}

@media (min-width: 1180px) {
  .order1 {
    order: 1;
  }
}

@media (min-width: 1180px) {
  .order2 {
    order: 2;
  }
}

@media (min-width: 1180px) {
  .order3 {
    order: 3;
  }
}

@media (min-width: 1180px) {
  .order4 {
    order: 4;
  }
}

@media (min-width: 1180px) {
  .order5 {
    order: 5;
  }
}

@media (min-width: 1180px) {
  .order6 {
    order: 6;
  }
}

@media (min-width: 1180px) {
  .orderLast {
    order: 100;
  }
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
  width: 100%;
}

.justify-between {
  justify-content: space-between;
}

.justify-start {
  justify-content: flex-start;
  width: 100%;
}

.justify-end {
  justify-content: flex-end;
  width: 100%;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

:root {
  --pager-item-bg-color: #cccccc;
  --pager-item-bg-color-hover: #2A3873;
  --pager-item-bg-color-active: #2A3873;
  --pager-item-text-color: #1a1a1a;
  --pager-item-text-color-hover: #ffffff;
  --pager-item-text-color-active: #ffffff;
}
:root .dark-mode {
  --pager-item-bg-color: #1782c5;
}

.cycle-pager,
.dots,
.splide__pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  padding: 0;
  padding: 20px 0 10px;
  padding: 1.25rem 0 0.625rem;
  z-index: 1;
}
.cycle-pager span,
.cycle-pager .splide__pagination__page,
.dots span,
.dots .splide__pagination__page,
.splide__pagination span,
.splide__pagination .splide__pagination__page {
  display: inline-flex;
  align-items: center;
  margin: 0 7px 0 0;
  margin: 0 0.4375rem 0 0;
  border-radius: 50%;
  background: var(--pager-item-bg-color);
  text-decoration: none;
  font-size: 0px;
  font-size: 0;
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.cycle-pager span.cycle-pager-active, .cycle-pager span.active, .cycle-pager span.is-active,
.cycle-pager .splide__pagination__page.cycle-pager-active,
.cycle-pager .splide__pagination__page.active,
.cycle-pager .splide__pagination__page.is-active,
.dots span.cycle-pager-active,
.dots span.active,
.dots span.is-active,
.dots .splide__pagination__page.cycle-pager-active,
.dots .splide__pagination__page.active,
.dots .splide__pagination__page.is-active,
.splide__pagination span.cycle-pager-active,
.splide__pagination span.active,
.splide__pagination span.is-active,
.splide__pagination .splide__pagination__page.cycle-pager-active,
.splide__pagination .splide__pagination__page.active,
.splide__pagination .splide__pagination__page.is-active {
  background: var(--pager-item-bg-color-active);
  color: transparent;
  font-size: 0px;
  font-size: 0;
  opacity: 1;
  transform: none;
}

.cycle-carousel-wrap {
  display: inline-flex;
}

.pager {
  position: relative;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.pager span,
.pager a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
  background: var(--pager-item-bg-color);
  color: var(--pager-item-text-color);
  margin-right: 5px;
  margin-right: 0.3125rem;
  cursor: pointer;
  transition: all 0.33s ease-in-out;
  border: 0;
}
.pager span:last-child,
.pager a:last-child {
  margin-right: 0;
}
.pager span::before,
.pager a::before {
  content: none !important;
}
.pager a:not(.next-prev) {
  color: var(--pager-item-text-color);
}
.pager a:not(.next-prev):hover, .pager a:not(.next-prev):focus {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-hover);
}
.pager span:not(.next):not(.prev) {
  background: var(--pager-item-bg-color-hover);
  color: var(--pager-item-text-color-active);
}
.pager .next-prev {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: auto;
  background: transparent;
}
.pager .next-prev .next,
.pager .next-prev .prev {
  position: relative;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  margin: 0;
}
.pager .next-prev .next:before,
.pager .next-prev .prev:before {
  content: "";
  position: absolute;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  font-size: 1.125rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.pager .next-prev .next:before {
  content: "\f054";
}
.pager .next-prev .prev:before {
  content: "\f053";
}
.pager .next-prev:hover .next, .pager .next-prev:focus .next {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .next:before, .pager .next-prev:focus .next:before {
  color: var(--pager-item-text-color-hover);
}
.pager .next-prev:hover .prev, .pager .next-prev:focus .prev {
  background: var(--pager-item-bg-color-hover);
}
.pager .next-prev:hover .prev:before, .pager .next-prev:focus .prev:before {
  color: var(--pager-item-text-color-hover);
}

:root {
  --sp-banner-background-color: #2A3873;
  --sp-banner-title-color: #fff;
}
:root .dark-mode {
  --sp-banner-background-color: #414141;
  --sp-banner-title-color: #fff;
}

.sp-banner-wrapper {
  position: relative;
  min-height: 15px;
  min-height: 0.9375rem;
  background-color: var(--sp-banner-background-color);
}
.sp-banner-wrapper--center-text * {
  justify-content: center;
}
.sp-banner-wrapper h1 {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1400px;
  width: 87.5rem;
  font-size: 36px;
  line-height: 40px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: normal;
  color: var(--sp-banner-title-color);
  min-height: 150px;
  min-height: 9.375rem;
  padding: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 1;
}
@media all and (min-width: 800px) {
  .sp-banner-wrapper h1 {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}

:root {
  --breadcrumb-caption-color: #fff;
  --breadcrumb-title-color: #fff;
  --breadcrumb-item-color: #000000;
  --breadcrumb-link-color: #2A3873;
  --breadcrumb-link-color-hover: #000000;
  --breadcrumb-link-color-active: #2A3873;
  --breadcrumb-link-divider: #d9d9d9;
}
:root .dark-mode {
  --breadcrumb-text-color: #000;
  --breadcrumb-title-color: #000;
}

.breadcrumbs-container {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1400px;
  width: 87.5rem;
}
@media all and (min-width: 800px) {
  .breadcrumbs-container {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
@media (min-width: 800px) {
  .breadcrumbs-container {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
}

.breadcrumb {
  position: relative;
  padding: 0;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: normal;
}
.breadcrumb li::after {
  content: "/";
  position: relative;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: normal;
  color: var(--breadcrumb-link-divider);
  margin: 0 5px;
  margin: 0 0.3125rem;
}
.breadcrumb li:last-of-type {
  margin-right: 0;
}
.breadcrumb li:last-of-type::after {
  content: none;
}
.breadcrumb a {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  color: var(--breadcrumb-link-color);
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: var(--breadcrumb-link-color-hover);
  text-decoration: underline;
}

:root {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #737373;
  --subnavigation-link-color-hover: #2A3873;
  --subnavigation-link-color-active: #2A3873;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #2A3873;
  --subnavigation-link-border-color-active: #2A3873;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: transparent;
  --subnavigation-bg-color-mobile: #ffffff;
}
:root .dark-mode {
  --subnavigation-caption-color: #fff;
  --subnavigation-title-color: #fff;
  --subnavigation-link-color: #737373;
  --subnavigation-link-color-hover: #1a1a1a;
  --subnavigation-link-color-active: #1a1a1a;
  --subnavigation-link-border-color: #818181;
  --subnavigation-link-border-color-hover: #818181;
  --subnavigation-more-toggle-color: #1a1a1a;
  --subnavigation-bg-color-desktop: transparent;
  --subnavigation-bg-color-mobile: #ffffff;
}

.subnavigation {
  position: relative;
  width: auto;
  max-width: calc(100% - 35px);
  max-width: calc(100% - 2.1875rem);
  margin: 0 auto;
  width: 1400px;
  width: 87.5rem;
  margin: 40px auto;
  margin: 2.5rem auto;
}
@media all and (min-width: 800px) {
  .subnavigation {
    max-width: calc(100% - 60px);
    max-width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 1024px) {
  .subnavigation {
    margin: 40px auto 0;
    margin: 2.5rem auto 0;
  }
}
.subnavigation + main .main-content {
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  .subnavigation + main .main-content {
    padding-top: 50px;
    padding-top: 3.125rem;
  }
}
body.landing-page .subnavigation {
  background: var(--subnavigation-lp-bg-color);
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation {
    display: inline-flex;
    align-items: baseline;
    padding: 35px 60px 20px;
    padding: 2.1875rem 3.75rem 1.25rem;
    margin: 0 auto 70px;
    margin: 0 auto 4.375rem;
  }
}
body.landing-page .subnavigation__title {
  display: block;
  border-radius: 0;
  margin: 0;
  background: transparent;
  color: white;
  text-align: center;
  padding: 18px 20px;
  padding: 1.125rem 1.25rem;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation__title {
    display: inline-flex;
    align-items: flex-end;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    font-size: 1.125rem;
    line-height: 1.5rem;
    letter-spacing: normal;
    color: var(--subnavigation-lp-title-color);
    min-width: 225px;
    min-width: 14.0625rem;
    padding: 0;
    box-shadow: none;
    text-align: left;
  }
}
body.landing-page .subnavigation__title::before {
  position: relative;
  display: inline-block;
  background: url(/themes/Atlas/assets/dist/images/icn-more.svg) no-repeat;
  background-size: contain;
  width: 31px;
  width: 1.9375rem;
  height: 16px;
  height: 1rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  content: "";
}
body.landing-page .subnavigation ul {
  background: var(--subnavigation-lp-bg-color-mobile);
  padding: 70px 20px 20px;
  padding: 4.375rem 1.25rem 1.25rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation ul {
    position: relative;
    background: var(--subnavigation-lp-bg-color-desktop);
    text-align: left;
    padding: 0;
    margin: 0 0 0 35px;
    margin: 0 0 0 2.1875rem;
    top: -7px;
    top: -0.4375rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation ul {
    margin: 0 0 0 70px;
    margin: 0 0 0 4.375rem;
  }
}
body.landing-page .subnavigation li {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation li {
    width: calc(50% - 40px);
    width: calc(50% - 2.5rem);
    margin-right: 30px;
    margin-right: 1.875rem;
  }
}
@media screen and (min-width: 1024px) {
  body.landing-page .subnavigation li {
    width: calc(33% - 40px);
    width: calc(33% - 2.5rem);
  }
}
@media screen and (min-width: 1200px) {
  body.landing-page .subnavigation li {
    width: calc(25% - 40px);
    width: calc(25% - 2.5rem);
  }
}
body.landing-page .subnavigation li.active a::after {
  color: white;
}
body.landing-page .subnavigation span.more::before {
  color: var(--subnavigation-lp-more-toggle-color);
}
body.landing-page .subnavigation a {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: var(--subnavigation-lp-link-color);
}
body.landing-page .subnavigation a:hover, body.landing-page .subnavigation a:focus {
  color: var(--subnavigation-lp-link-color-hover);
}
body.landing-page .subnavigation a:hover::after, body.landing-page .subnavigation a:focus::after {
  color: white;
  margin-left: 12px;
  margin-left: 0.75rem;
}
body.landing-page .subnavigation a::after {
  position: absolute;
  display: inline-block;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-weight: 700;
  color: #737373;
  border: 0;
  height: auto;
  width: auto;
  opacity: 1;
  margin-left: 7px;
  margin-left: 0.4375rem;
  content: "\f061";
  transition: all 0.25s ease-in-out;
}

.subnavigation__title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  letter-spacing: normal;
  background: white;
  color: #262626;
  border-radius: 5px;
  border-radius: 0.3125rem;
  padding: 18px 20px 17px;
  padding: 1.125rem 1.25rem 1.0625rem;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .subnavigation__title {
    display: none;
  }
}
.subnavigation h2:not(.subnavigation__title) {
  display: none;
}
.subnavigation.active h2 {
  box-shadow: none;
}
.subnavigation.active ul {
  display: block;
}
.subnavigation.active span.more:before {
  content: "\f077";
}
.subnavigation ul {
  display: none;
  background: var(--subnavigation-bg-color-mobile);
  padding: 50px 20px 20px;
  padding: 3.125rem 1.25rem 1.25rem;
  margin: -50px 0 0;
  margin: -3.125rem 0 0;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 1024px) {
  .subnavigation ul {
    display: block;
    background: var(--subnavigation-bg-color-desktop);
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
}
.subnavigation li {
  display: block;
  margin-right: 30px;
  margin-right: 1.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 1024px) {
  .subnavigation li {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .subnavigation li:last-of-type {
    margin-right: 0;
  }
}
.subnavigation li.active a {
  color: var(--subnavigation-link-color-active);
}
.subnavigation li.active a::after {
  opacity: 1;
  border-color: var(--subnavigation-link-border-color-active);
}
.subnavigation span.more {
  position: absolute;
  display: block;
  top: 8px;
  top: 0.5rem;
  width: 100%;
  text-align: right;
  padding: 0 20px;
  padding: 0 1.25rem;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .subnavigation span.more {
    display: none;
  }
}
.subnavigation span.more:before {
  content: "\f078";
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--subnavigation-more-toggle-color);
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 5 Pro", "Font Awesome 5 Free", FontAwesome;
  font-size: 18px;
  line-height: 34px;
  font-size: 1.125rem;
  line-height: 2.125rem;
  letter-spacing: normal;
  font-weight: 700;
}
.subnavigation a {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: var(--subnavigation-link-color);
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .subnavigation a {
    font-size: 22px;
    line-height: 30px;
    font-size: 1.375rem;
    line-height: 1.875rem;
    letter-spacing: normal;
  }
}
.subnavigation a::after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  border-bottom: 1px solid var(--subnavigation-link-border-color);
  border-bottom: 0.0625rem solid var(--subnavigation-link-border-color);
  border-radius: 30px;
  border-radius: 1.875rem;
  transition: all 0.33s ease-in-out;
  opacity: 0.3;
}
@media screen and (min-width: 1024px) {
  .subnavigation a::after {
    height: 3px;
    height: 0.1875rem;
    border-bottom: 3px solid var(--subnavigation-link-border-color);
    border-bottom: 0.1875rem solid var(--subnavigation-link-border-color);
  }
}
.subnavigation a:hover, .subnavigation a:focus {
  color: var(--subnavigation-link-color-hover);
}
.subnavigation a:hover::after, .subnavigation a:focus::after {
  border-color: var(--subnavigation-link-border-color-hover);
  opacity: 1;
}
.subnavigation .ul2 {
  display: none !important;
}

:root {
  --team-name-color: #1a1a1a;
  --team-title-color: #1a1a1a;
  --team-link-color: #1a1a1a;
  --team-link-color-hover: #cccccc;
}
:root .dark-mode {
  --bc-background-color: #efefef;
  --bc-text-color: #1a1a1a;
}

.employees__employee {
  width: 100%;
}
.employees__employee::before {
  content: none;
}
.employees__employee:hover figure::before, .employees__employee:focus figure::before {
  border: 15px solid rgba(255, 255, 255, 0.35);
  border: 0.9375rem solid rgba(255, 255, 255, 0.35);
}
.employees__employee:hover .employees__employee--link::after, .employees__employee:focus .employees__employee--link::after {
  width: 100%;
}
.employees__employee figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0px solid rgba(255, 255, 255, 0.5);
  border: 0 solid rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  transition: all 0.25s ease-in-out;
}
.employees__employee--name {
  color: var(--team-name-color) !important;
  margin-bottom: 0 !important;
}
.employees__employee--name::after {
  display: none !important;
}
.employees__employee--title {
  color: var(--team-title-color);
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.employees__employee--link {
  position: relative;
  color: var(--team-link-color);
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.employees__employee--link::before {
  content: none;
}
.employees__employee--link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  height: 0.125rem;
  background: black;
  bottom: 5px;
  bottom: 0.3125rem;
  left: 0;
  transition: all 0.25s ease-in-out;
}

.employee-modal {
  text-align: left;
}
.employee-modal .employees__employee--image {
  border-radius: 10px;
  border-radius: 0.625rem;
  overflow: hidden;
}
@media (min-width: 1180px) {
  .employee-modal .employees__employee--image {
    min-width: 240px;
    min-width: 15rem;
    margin-right: 25px !important;
    margin-right: 1.5625rem !important;
  }
}
.employee-modal .employees__employee--name {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: normal;
}
.employee-modal .employees__employee--title {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: normal;
}
.employee-modal .summary {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
}
.employee-modal a.btn-connect {
  color: #009696;
  font-size: 30px;
  line-height: 40px;
  font-size: 1.875rem;
  line-height: 2.5rem;
  letter-spacing: normal;
}
.employee-modal a.btn-connect:hover, .employee-modal a.btn-connect:focus {
  color: var(--team-link-color-hover);
}

.employee-info {
  text-align: left !important;
  padding: 60px 40px 80px;
  padding: 3.75rem 2.5rem 5rem;
}
@media (min-width: 1180px) {
  .employee-info {
    display: inline-flex;
    width: 100%;
  }
}

:root {
  --news-item-border: #1a1a1a;
  --news-item-heading-color: #1a1a1a;
  --news-item-text-color: #1a1a1a;
  --news-item-link-color: #1a1a1a;
  --news-item-link-color-hover: #cccccc;
  --news-view-all-link-color: #1a1a1a;
  --news-view-all-link-color-hover: #cccccc;
  --news-post-date-color: #595959;
}

.news-posts {
  width: 100%;
  max-width: 1588px;
  max-width: 99.25rem;
  padding: 0 50px 55px;
  padding: 0 3.125rem 3.4375rem;
  margin: 58px auto 0;
  margin: 3.625rem auto 0;
}
@media (min-width: 768px) {
  .news-posts .news-items .news-item {
    width: calc(33% - 30px) !important;
    width: calc(33% - 1.875rem) !important;
  }
}
.news-posts .news-items .news-item:last-of-type {
  margin-right: 30px !important;
  margin-right: 1.875rem !important;
}
.news-posts .news-items .news-item .news-item-info .date-title {
  width: 100%;
}
.news-posts .news-items .news-item .news-item-info .date-title .news-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.news-posts .news-items .news-item .news-item-info .date-title h2 {
  min-height: auto !important;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.news-posts h2 {
  margin-bottom: 0;
}
.news-posts__news-item {
  width: 100%;
}
@media (min-width: 768px) {
  .news-posts__news-item {
    width: calc(33% - 20px);
    width: calc(33% - 1.25rem);
  }
}
.news-posts__news-item .card {
  padding: 20px 40px 80px;
  padding: 1.25rem 2.5rem 5rem;
}
@media (min-width: 1180px) {
  .news-posts__news-item .card {
    padding: 20px 40px 40px;
    padding: 1.25rem 2.5rem 2.5rem;
  }
}
.news-posts .news-items .news-item {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--news-item-border);
  border-bottom: 0.0625rem solid var(--news-item-border);
}

.news-posts__news-item-info {
  text-align: center;
}
@media (min-width: 1180px) {
  .news-posts__news-item-info {
    text-align: left;
  }
}
.news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  color: var(--news-heading-text-color);
}
@media (min-width: 1180px) {
  .news-posts__news-item-info h2,
.news-posts__news-item-info h3 {
    font-size: 24px;
    line-height: 28px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: normal;
  }
}
.news-posts__news-item-blurb {
  margin: 10px 0 23px;
  margin: 0.625rem 0 1.4375rem;
}
.news-posts__news-item-blurb p {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  color: var(--news-item-text-color);
}
@media (min-width: 1180px) {
  .news-posts__news-item-blurb p {
    font-size: 20px;
    line-height: 28px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: normal;
  }
}
.news-posts__news-item-date {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 12px;
  font-size: 0.875rem;
  line-height: 0.75rem;
  letter-spacing: normal;
  margin-top: 10px;
  margin-top: 0.625rem;
}
.news-posts__view-all-news {
  position: relative;
  width: 100%;
  text-align: right;
  top: -80px;
  top: -5rem;
  padding: 0 35px;
  padding: 0 2.1875rem;
}
@media (min-width: 1180px) {
  .news-posts__view-all-news {
    top: -100px;
    top: -6.25rem;
    padding: 0 15%;
    width: calc(100% - 360px);
    width: calc(100% - 22.5rem);
    margin-left: 360px;
    margin-left: 22.5rem;
  }
}
.news-posts__view-all-news a {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  color: var(--news-view-all-link-color);
}

.news-detail__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.news-detail__image img {
  width: 100%;
}
.news-detail__date {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: normal;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.news-posts-listing__news-item {
  width: 100%;
}
.news-posts-listing__news-headline {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  color: var(--news-heading-text-color);
}
.news-posts-listing__news-date {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: normal;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.news-posts-listing__news-blurb {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.news-search {
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.news-search input[type=text] {
  margin: 0 15px 0 0;
  margin: 0 0.9375rem 0 0;
}

.featured-news__news-items {
  display: block;
  width: 100%;
}
@media (min-width: 800px) {
  .featured-news__news-items {
    display: flex;
    flex-wrap: nowrap;
  }
}
.featured-news__news-item {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
@media (min-width: 800px) {
  .featured-news__news-item {
    margin-right: 30px;
    margin-right: 1.875rem;
    margin-bottom: 0;
  }
}
.featured-news__news-item:last-of-type {
  margin-right: 0;
}
.featured-news__news-item-date {
  display: block;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: normal;
  color: var(--news-post-date-color);
  text-transform: none;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.featured-news__view-all-news {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media (min-width: 800px) {
  .featured-news__view-all-news {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
}

:root {
  --calendar-prev-next-color: #464646;
  --calendar-prev-next-color-hover: #1a1a1a;
  --calendar-text-color: #1a1a1a;
  --calendar-other-month-bg: #f5f5f5;
  --calendar-other-month-text-color: #a7a7a7;
  --calendar-link-color: #464646;
  --calendar-link-color-hover: #1a1a1a;
}
:root .dark-mode {
  --calendar-prev-next-color: #464646;
  --calendar-prev-next-color-hover: #1a1a1a;
  --calendar-text-color: #1a1a1a;
  --calendar-other-month-bg: #f5f5f5;
  --calendar-other-month-text-color: #a7a7a7;
  --calendar-link-color: #464646;
  --calendar-link-color-hover: #1a1a1a;
}

:root {
  --location-name: #aa4492;
  --location-icon-color: #aa4492;
  --location-category-name: #595959;
  --location-caption-text: #595959;
  --location-section-title: #1a1a1a;
  --location-directions-underline: #aa4492;
  --location-link-color: #aa4492;
  --location-link-color-hover: #262626;
}

.locations-map {
  border: 20px solid white;
  border: 1.25rem solid white;
  border-radius: 10px;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2.1875rem 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
  max-height: 350px;
  max-height: 21.875rem;
  overflow: hidden;
}
.locations-map #map_canvas {
  margin-bottom: 0;
  height: 310px;
  height: 19.375rem;
  max-height: 310px;
  max-height: 19.375rem;
}

.locations-list__category-name {
  color: var(--location-category-name);
}
.locations-list__location-name {
  color: var(--location-name) !important;
}
.locations-list__location-caption p {
  display: block;
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  font-size: 0.75rem;
  line-height: 1.125rem;
  letter-spacing: normal;
  color: var(--location-caption-text);
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.locations-list__location-information {
  padding-top: 0;
}
.locations-list__location-phone {
  position: relative;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
}
.locations-list__location-phone svg {
  border-radius: 5px;
  border-radius: 0.3125rem;
  background: #E6E6E6;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  padding: 7px;
  padding: 0.4375rem;
  margin-right: 7px;
  margin-right: 0.4375rem;
}
.locations-list__location-phone a {
  color: var(--location-link-color) !important;
  border-bottom: 0 !important;
}
.locations-list__location-phone a:hover, .locations-list__location-phone a:focus {
  color: var(--location-link-color-hover) !important;
}
.locations-list__location-description {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-left: 1.875rem;
  margin: 0 0 15px 0;
  margin: 0 0 0.9375rem 0;
}
.locations-list__location-description svg {
  top: 5px;
  top: 0.3125rem;
}
.locations-list__location-direction::after {
  position: relative;
  display: block;
  width: 60px;
  width: 3.75rem;
  height: 3px;
  height: 0.1875rem;
  margin: 30px 0;
  margin: 1.875rem 0;
  background: var(--location-directions-underline);
  border-radius: 50px;
  border-radius: 3.125rem;
  content: "";
}
.locations-list__location-details-link {
  text-align: center;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

:root {
  --error-background-color: #172446;
  --error-transition-color: rgba(23, 36, 70, 0.75);
  --error-font-color: #fff;
}

.subpage--error-page .sp-banner-wrapper {
  display: none;
}
.subpage--error-page .main-content.content-section {
  padding: 0;
}
.subpage--error-page .footer {
  margin: 0;
}
.subpage--error-page p:empty {
  display: none;
}

.error {
  width: 100vw;
  height: auto;
  min-height: calc(100vh - 497px);
  min-height: calc(100vh - 31.0625rem);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: var(--error-background-color);
  align-items: center;
  color: var(--error-font-color);
}
@media all and (min-width: 800px) {
  .error {
    flex-wrap: nowrap;
  }
}
.error__image {
  min-width: 50%;
  height: auto;
  align-self: stretch;
}
.error__image figure {
  height: 100%;
}
.error__image figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 21px;
  height: 1.3125rem;
  z-index: 55;
  background: var(--error-transition-color);
  left: 0;
  bottom: 0;
}
@media all and (min-width: 800px) {
  .error__image::after {
    width: 21px;
    width: 1.3125rem;
    height: 100%;
    right: -1px;
    right: -0.0625rem;
    top: 0;
    left: auto;
    bottom: auto;
  }
}
.error__content {
  padding: 80px;
  padding: 5rem;
}
@media all and (min-width: 1180px) {
  .error__content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 160px;
    padding-left: 10rem;
    padding-right: 160px;
    padding-right: 10rem;
  }
}
.error__title, .error__text {
  color: #fff;
}

#map_canvas {
  height: 600px;
  height: 37.5rem;
  width: 100%;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}