@import '//use.typekit.net/mzb4gap.css';
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-ExtraLight.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("clientlib-staybridge/resources/fonts/Inter/Inter-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_blk.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_blk_it.otf") format("opentype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_bld.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_bld_it.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_light_it.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_med.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_med_it.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_reg.otf") format("opentype");
  font-weight: 450;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_reg_it.otf") format("opentype");
  font-weight: 450;
  font-style: italic;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Brandon Grotesque";
  src: url("clientlib-staybridge/resources/fonts/Brandon/Brandon_thin_it.otf") format("opentype");
  font-weight: 100;
  font-style: italic;
}
html {
  font-size: 10px !important;
}

body {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  color: #000000;
  font-weight: normal;
}

.cmp-accordion__item:last-child .cmp-accordion__title {
  border-bottom: 0.2rem solid #E0DDD7;
  padding-bottom: 1.8rem;
}
.cmp-accordion__item:last-child .cmp-accordion__button--expanded .cmp-accordion__title {
  border-bottom: none;
  /*  padding-bottom: unset; */
}
.cmp-accordion__item:last-child .cmp-accordion__panel--expanded {
  border-bottom: 0.2rem solid #E0DDD7;
  padding-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .cmp-accordion__item:last-child .cmp-accordion__panel--expanded {
    padding-bottom: 1rem;
  }
}
.cmp-accordion .cmp-accordion__button--expanded .cmp-accordion__title:before {
  transform: scaleY(-1);
}
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  border: 0;
  border-width: 0 0 0;
  background: #FFFFFF;
  color: #EEEEEE;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
  outline: none;
}
@media (max-width: 767px) {
  .cmp-accordion__button {
    padding: 0 2rem 0 0;
  }
}
.cmp-accordion__button--expanded {
  color: #51534A;
  background: #FFFFFF;
}
.cmp-accordion__button--expanded .cmp-accordion__title:before {
  transform: scaleY(-1);
}
.cmp-accordion__title {
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 160%;
  text-decoration: none;
  display: flex;
  align-items: center;
  border-top: 0.2rem solid #E0DDD7;
  width: 100%;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  padding-right: 2rem;
}
.cmp-accordion__title:before {
  display: block;
  width: 1.5rem;
  right: 4rem;
  position: absolute;
  transition: transform 0.4s ease;
  font-family: "FontAwesome";
  content: "\f078";
  color: #006980;
}
[dir=rtl] .cmp-accordion__title:before {
  left: 4rem;
  right: unset;
}
@media (max-width: 767px) {
  .cmp-accordion__title {
    font-size: 1.7rem;
  }
}
.cmp-accordion__panel {
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.cmp-accordion__panel--expanded {
  height: 100%;
  line-height: 1.2;
  opacity: 1;
  margin: 0 1rem 1rem 0;
  padding-bottom: 1.8rem;
}
[dir=rtl] .cmp-accordion__panel--expanded {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .cmp-accordion__panel--expanded {
    margin-top: unset;
    padding-bottom: 1rem;
  }
}
.cmp-accordion__panel--expanded .cmp-list__title {
  margin-top: unset !important;
  font-size: 1.8rem !important;
  line-height: 110% !important;
  letter-spacing: 0.05em !important;
}
.cmp-accordion__panel--expanded .cmp-list {
  line-height: 110%;
  float: unset;
}
@media (max-width: 767px) {
  .cmp-accordion__panel--expanded .cmp-list {
    margin-bottom: 3rem !important;
    font-size: 1.6rem;
  }
}
.cmp-accordion__panel--expanded .cmp-list .cmp-list__item {
  padding-bottom: 1.5rem;
}
.cmp-accordion__panel--hidden {
  height: 0;
  line-height: 0;
  opacity: 0;
}

.cmp-container--column-padding-l > .cmp-container > .aem-Grid > .aem-GridColumn {
  padding-bottom: unset !important;
  padding-top: unset !important;
}

.list ul {
  margin: 0 0 7rem 0;
}

.cmp-accordion__title {
  padding-left: unset;
}

.cmp-accordion-bg-transparent-text-white .cmp-accordion__button, .cmp-accordion-bg-transparent-text-white .cmp-accordion__button--expanded {
  background: transparent;
}
.cmp-accordion-bg-transparent-text-white .cmp-accordion__title {
  color: #FFFFFF;
  border-top: 0.1rem solid #FFFFFF;
}
.cmp-accordion-bg-transparent-text-white .cmp-accordion__title:before {
  color: #FFFFFF;
}
.cmp-accordion-bg-transparent-text-white .cmp-accordion__panel li::marker {
  color: #FFFFFF;
}
.cmp-accordion-bg-transparent-text-white .cmp-accordion__item:last-child .cmp-accordion__panel--expanded, .cmp-accordion-bg-transparent-text-white .cmp-accordion__item:last-child .cmp-accordion__title {
  border-bottom: 0.1rem solid #FFFFFF;
}
.cmp-accordion-bg-transparent-text-white .cmp-accordion__item:last-child .cmp-accordion__button--expanded .cmp-accordion__title {
  border-bottom: none;
}

.cmp-breadcrumb__item-link {
  display: inline-block;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  line-height: 1.4;
  position: relative;
}
.cmp-breadcrumb__item-link:before, .cmp-breadcrumb__item-link:after {
  background: #a8a9a5;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 8px;
}
.cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:before, .cmp-breadcrumb__item:last-child .cmp-breadcrumb__item-link:after {
  display: none;
}

[dir=ltr] .cmp-breadcrumb__item:first-child .cmp-breadcrumb__item-link {
  padding: 0 2.5rem;
}
[dir=ltr] .cmp-breadcrumb__item-link {
  padding: 0 1.5rem 0 1rem;
}
[dir=ltr] .cmp-breadcrumb__item-link:before, [dir=ltr] .cmp-breadcrumb__item-link:after {
  right: 0;
}
[dir=ltr] .cmp-breadcrumb__item-link:before {
  transform: rotate(55deg);
  transform-origin: bottom right;
}
[dir=ltr] .cmp-breadcrumb__item-link:after {
  transform: rotate(-55deg);
  transform-origin: top right;
}

[dir=rtl] .cmp-breadcrumb__item:first-child .cmp-breadcrumb__item-link {
  padding: 0 2.5rem;
}
[dir=rtl] .cmp-breadcrumb__item-link {
  padding: 0 1rem 0 1.5rem;
}
[dir=rtl] .cmp-breadcrumb__item-link:before, [dir=rtl] .cmp-breadcrumb__item-link:after {
  left: 0;
}
[dir=rtl] .cmp-breadcrumb__item-link:before {
  transform: rotate(55deg);
  transform-origin: top left;
}
[dir=rtl] .cmp-breadcrumb__item-link:after {
  transform: rotate(-55deg);
  transform-origin: bottom left;
}

.cmp-breadcrumb {
  background: #51534A;
  font-size: 1.8rem;
}
.cmp-breadcrumb__list {
  max-width: 126rem;
  padding: 0rem 1.5rem;
}
.cmp-container--max-width-large ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 144rem;
}
.cmp-container--max-width-medium ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 126rem;
}
.cmp-container--max-width-small ~ .breadcrumb .cmp-breadcrumb__list {
  max-width: 88rem;
}
.cmp-breadcrumb__item:first-child {
  font-size: 1.6rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .cmp-breadcrumb__item:first-child {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
  }
}
[dir=ltr] .cmp-breadcrumb__item:first-child {
  border-right: solid #51534A 0.1rem;
}
[dir=rtl] .cmp-breadcrumb__item:first-child {
  border-left: solid #51534A 0.1rem;
}
.cmp-breadcrumb__item--active span {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  color: #FFFFFF;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cmp-breadcrumb__item--active span {
    padding: 0 1.5rem;
  }
}
.cmp-breadcrumb__item-link {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}
[dir=ltr] .cmp-breadcrumb__item-link {
  color: #FFFFFF;
  padding: 0 2rem 0 2rem;
}
@media (max-width: 767px) {
  [dir=ltr] .cmp-breadcrumb__item-link {
    padding: 0 1.5rem 0 1.5rem;
  }
}
[dir=ltr] .cmp-breadcrumb__item-link:after {
  right: -5px;
}
[dir=ltr] .cmp-breadcrumb__item-link:before {
  right: -5px;
}
[dir=rtl] .cmp-breadcrumb__item-link {
  color: #FFFFFF;
  padding: 0 2rem 0 2rem;
}
@media (max-width: 767px) {
  [dir=rtl] .cmp-breadcrumb__item-link {
    padding: 0 1.5rem 0 1.5rem;
  }
}
[dir=rtl] .cmp-breadcrumb__item-link:after {
  left: -5px;
}
[dir=rtl] .cmp-breadcrumb__item-link:before {
  left: -5px;
}
.cmp-breadcrumb__item-link:before, .cmp-breadcrumb__item-link:after {
  background: #FFFFFF;
}
.cmp-breadcrumb__item--active, .cmp-breadcrumb__item-link {
  color: #FFFFFF;
  line-height: 160%;
  font-weight: normal;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .cmp-breadcrumb__item--active, .cmp-breadcrumb__item-link {
    padding-top: 1rem;
  }
}

[dir=rtl] .staybridge-brand .cmp-breadcrumb__item-link:before, [dir=rtl] .staybridge-brand .cmp-breadcrumb__item-link:after {
  display: none;
}
[dir=rtl] .staybridge-brand .cmp-breadcrumb__item:last-of-type {
  display: none;
}
[dir=rtl] .staybridge-brand .cmp-breadcrumb__item:nth-of-type(3) {
  display: none;
}

.cmp-separator--normal .cmp-separator__horizontal-rule {
  height: 0.1rem;
  margin: 2rem 0;
}
.cmp-separator--thick .cmp-separator__horizontal-rule {
  height: 0.3rem;
  margin: 2rem 0;
}
.cmp-separator--double-thick .cmp-separator__horizontal-rule {
  height: 0.5rem;
  margin-bottom: unset;
}

.cmp-separator--color-primary .cmp-separator__horizontal-rule {
  background-color: #51534A;
}

.cmp-separator--color-secondary .cmp-separator__horizontal-rule {
  background-color: #E0DDD7;
}

.cmp-separator--color-tertiary .cmp-separator__horizontal-rule {
  background-color: #006980;
}

.cmp-separator--color-fourth .cmp-separator__horizontal-rule {
  background-color: #EAAA00;
}

.cmp-separator--color-fifth .cmp-separator__horizontal-rule {
  background-color: #DD7975;
}

.cmp-separator--color-ninth .cmp-separator__horizontal-rule {
  background-color: #FFFFFF;
}

.cmp-separator--color-tenth .cmp-separator__horizontal-rule {
  background-color: #000000;
}

.cmp-separator--color-gray1 .cmp-separator__horizontal-rule {
  background-color: #6D6E70;
}

.cmp-separator--color-gray2 .cmp-separator__horizontal-rule {
  background-color: #EEEEEE;
}

.cmp-separator--color-gray3 .cmp-separator__horizontal-rule {
  background-color: #3d3935;
}

.cmp-separator--color-old-slate .cmp-separator__horizontal-rule {
  background-color: #222222;
}

.cmp-separator--color-old-green .cmp-separator__horizontal-rule {
  background-color: #787558;
}

.cmp-separator--color-light-blue .cmp-separator__horizontal-rule {
  background-color: #7B61FF;
}

.cmp-separator--color-gold .cmp-separator__horizontal-rule {
  background-color: #EAAA00;
}

.cmp-separator--color-deepteal .cmp-separator__horizontal-rule {
  background-color: #235564;
}

button.cmp-button, button.cmp-teaser__action-link {
  background: none;
  border: none;
}

.cmp-button, .cmp-teaser__action-link {
  padding: 1.5rem 4rem;
  border-radius: 0.3rem;
}
.cmp-button__text, .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.cmp-button--primary .cmp-button, .cmp-button--primary .cmp-teaser__action-link, .cmp-button--secondary .cmp-button, .cmp-button--secondary .cmp-teaser__action-link {
  border-color: #51534A;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 2.2rem;
  background: #51534A;
}
.cmp-button--secondary .cmp-button, .cmp-button--secondary .cmp-teaser__action-link {
  color: #51534A;
  background: transparent;
  padding: 1.4rem 3.9rem;
}
.cmp-button--tertiary .cmp-button, .cmp-button--tertiary .cmp-teaser__action-link {
  text-decoration: none;
  color: #51534A;
  font-weight: 700;
  padding-left: 0;
  text-transform: uppercase;
}
.cmp-button--tertiary .cmp-button::after, .cmp-button--tertiary .cmp-teaser__action-link::after {
  padding-left: 0.5em;
  margin-left: 0.3rem;
  font-weight: 700;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
.cmp-button--tertiary .cmp-button__tertiary-icon {
  margin-right: 1.6rem;
}
.cmp-button--tertiary .cmp-button__tertiary-icon::before {
  font-size: 1.6rem;
  line-height: 5.4rem;
  margin-left: 0.3rem;
}
.cmp-button--primary-teal .cmp-button, .cmp-button--primary-teal .cmp-teaser__action-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 1.5rem 3rem;
  background: #006980;
}
.cmp-button--primary-teal .cmp-button__text, .cmp-button--primary-teal .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--primary-teal .cmp-button:hover, .cmp-button--primary-teal .cmp-teaser__action-link:hover {
  background: #235564;
}
.cmp-button--secondary-teal .cmp-button, .cmp-button--secondary-teal .cmp-teaser__action-link {
  color: #006980;
  border: 2px solid #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  background: transparent;
  padding: 1.5rem 3rem;
}
.cmp-button--secondary-teal .cmp-button__text, .cmp-button--secondary-teal .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--secondary-teal .cmp-button:hover, .cmp-button--secondary-teal .cmp-teaser__action-link:hover {
  background: #006980;
  color: #FFFFFF;
}
.cmp-button--tertiary-teal .cmp-button, .cmp-button--tertiary-teal .cmp-teaser__action-link {
  text-decoration: none;
  color: #006980;
  font-weight: 700;
  padding-left: 0;
  line-height: 100%;
  text-transform: uppercase;
}
[dir=rtl] .cmp-button--tertiary-teal .cmp-button, [dir=rtl] .cmp-button--tertiary-teal .cmp-teaser__action-link {
  padding-right: 0;
}
.cmp-button--tertiary-teal .cmp-button__text, .cmp-button--tertiary-teal .cmp-teaser__action-link {
  text-decoration: underline;
  font-weight: 700 !important;
}
.cmp-button--tertiary-teal .cmp-button::after, .cmp-button--tertiary-teal .cmp-teaser__action-link::after {
  color: #006980;
  font-weight: 700;
  font-size: 1.8rem;
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
[dir=rtl] .cmp-button--tertiary-teal .cmp-button::after, [dir=rtl] .cmp-button--tertiary-teal .cmp-teaser__action-link::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.6rem;
  /*   padding-top: rem(4px); */
}
[dir=ltr] .cmp-button--tertiary-teal .cmp-button::after, [dir=ltr] .cmp-button--tertiary-teal .cmp-teaser__action-link::after {
  padding-left: 0.6rem;
  /*  padding-top: rem(4px); */
}
.cmp-button--tertiary-teal .cmp-button:hover, .cmp-button--tertiary-teal .cmp-teaser__action-link:hover {
  color: #235564;
}
.cmp-button--tertiary-teal .cmp-button:hover::after, .cmp-button--tertiary-teal .cmp-teaser__action-link:hover::after {
  color: #235564;
}
.cmp-button--tertiary-teal .cmp-button__tertiary-icon {
  margin-right: 1.6rem;
}
.cmp-button--tertiary-teal .cmp-button__tertiary-icon::before {
  font-size: 1.6rem;
  line-height: 5.4rem;
  margin-left: 0.3rem;
}
.cmp-button--primary-white .cmp-button, .cmp-button--primary-white .cmp-teaser__action-link {
  color: #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 1.5rem 3rem;
  background: #FFFFFF;
}
.cmp-button--primary-white .cmp-button__text, .cmp-button--primary-white .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--primary-white .cmp-button:hover, .cmp-button--primary-white .cmp-teaser__action-link:hover {
  background: #EEEEEE;
}
@media (max-width: 767px) {
  .cmp-button--secondary-white {
    padding: 0 2rem;
  }
}
.cmp-button--secondary-white .cmp-button, .cmp-button--secondary-white .cmp-teaser__action-link {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 700;
  background: transparent;
  padding: 1.5rem 3rem;
}
.cmp-button--secondary-white .cmp-button__text, .cmp-button--secondary-white .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--secondary-white .cmp-button:hover, .cmp-button--secondary-white .cmp-teaser__action-link:hover {
  background: #FFFFFF;
  color: #006980;
}
@media (max-width: 767px) {
  .cmp-button--secondary-white .cmp-button-wrapper {
    display: grid !important;
  }
}
.cmp-button--basic .cmp-button, .cmp-button--basic .cmp-teaser__action-link {
  color: #006980;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
.cmp-button--basic .cmp-button__text, .cmp-button--basic .cmp-teaser__action-link {
  text-decoration: underline;
  font-weight: 700 !important;
}
.cmp-button--basic .cmp-button:hover, .cmp-button--basic .cmp-teaser__action-link:hover {
  color: #235564;
}
.cmp-button--primary-teal-textbreak .cmp-button, .cmp-button--primary-teal-textbreak .cmp-teaser__action-link {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 1.5rem 3rem;
  overflow-wrap: break-word;
  background: #006980;
}
.cmp-button--primary-teal-textbreak .cmp-button__text, .cmp-button--primary-teal-textbreak .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--primary-teal-textbreak .cmp-button:hover, .cmp-button--primary-teal-textbreak .cmp-teaser__action-link:hover {
  background: #235564;
}
.cmp-button--secondary-teal-textbreak .cmp-button, .cmp-button--secondary-teal-textbreak .cmp-teaser__action-link {
  color: #006980;
  border: 2px solid #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  background: transparent;
  padding: 1.5rem 3rem;
  overflow-wrap: break-word;
}
.cmp-button--secondary-teal-textbreak .cmp-button__text, .cmp-button--secondary-teal-textbreak .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--secondary-teal-textbreak .cmp-button:hover, .cmp-button--secondary-teal-textbreak .cmp-teaser__action-link:hover {
  background: #006980;
  color: #FFFFFF;
}
.cmp-button--tertiary-teal-textbreak .cmp-button, .cmp-button--tertiary-teal-textbreak .cmp-teaser__action-link {
  color: #006980;
  font-weight: 700;
  padding-left: 0;
  overflow-wrap: break-word;
  text-transform: uppercase;
}
.cmp-button--tertiary-teal-textbreak .cmp-button__text, .cmp-button--tertiary-teal-textbreak .cmp-teaser__action-link {
  text-decoration: underline;
  font-weight: 700 !important;
}
.cmp-button--tertiary-teal-textbreak .cmp-button::after, .cmp-button--tertiary-teal-textbreak .cmp-teaser__action-link::after {
  color: #006980;
  padding-left: 0.6em;
  margin-left: 0.3rem;
  font-weight: 700;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
}
.cmp-button--tertiary-teal-textbreak .cmp-button:hover, .cmp-button--tertiary-teal-textbreak .cmp-teaser__action-link:hover {
  color: #235564;
}
.cmp-button--tertiary-teal-textbreak .cmp-button:hover::after, .cmp-button--tertiary-teal-textbreak .cmp-teaser__action-link:hover::after {
  color: #235564;
}
.cmp-button--tertiary-teal-textbreak .cmp-button__tertiary-icon {
  margin-right: 1.6rem;
}
.cmp-button--tertiary-teal-textbreak .cmp-button__tertiary-icon::before {
  font-size: 1.6rem;
  line-height: 5.4rem;
  margin-left: 0.3rem;
}
.cmp-button--primary-white-textbreak .cmp-button, .cmp-button--primary-white-textbreak .cmp-teaser__action-link {
  color: #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 1.5rem 3rem;
  overflow-wrap: break-word;
  background: #FFFFFF;
}
.cmp-button--primary-white-textbreak .cmp-button__text, .cmp-button--primary-white-textbreak .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--primary-white-textbreak .cmp-button:hover, .cmp-button--primary-white-textbreak .cmp-teaser__action-link:hover {
  background: #EEEEEE;
}
.cmp-button--secondary-white-textbreak .cmp-button, .cmp-button--secondary-white-textbreak .cmp-teaser__action-link {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 700;
  background: transparent;
  padding: 1.5rem 3rem;
  overflow-wrap: break-word;
}
.cmp-button--secondary-white-textbreak .cmp-button__text, .cmp-button--secondary-white-textbreak .cmp-teaser__action-link {
  font-weight: 700 !important;
}
.cmp-button--secondary-white-textbreak .cmp-button:hover, .cmp-button--secondary-white-textbreak .cmp-teaser__action-link:hover {
  background: #FFFFFF;
  color: #006980;
}
.cmp-button--basic-textbreak .cmp-button, .cmp-button--basic-textbreak .cmp-teaser__action-link {
  color: #006980;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
}
.cmp-button--basic-textbreak .cmp-button__text, .cmp-button--basic-textbreak .cmp-teaser__action-link {
  text-decoration: underline;
  font-weight: 700 !important;
}
.cmp-button--basic-textbreak .cmp-button:hover, .cmp-button--basic-textbreak .cmp-teaser__action-link:hover {
  color: #235564;
}

.tabs .cmp-tabs__tablist {
  width: 100%;
  background-color: #FFFFFF;
  justify-content: center;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab {
  background-color: #FFFFFF;
  text-align: left;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #51534A;
  text-transform: capitalize;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 26px;
  width: 25%;
}
[dir=rtl] .tabs .cmp-tabs__tablist .cmp-tabs__tab {
  text-align: right;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab::after {
  content: "";
  display: block;
  height: 0.5rem;
  position: absolute;
  bottom: 3rem;
  background-color: #E0DDD7;
  width: 100%;
  left: 0;
  opacity: 1;
  border-radius: 5px;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active {
  color: #51534A;
  background: #FFFFFF;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active::after {
  content: "";
  display: block;
  height: 0.5rem;
  position: absolute;
  bottom: 3rem;
  background-color: #EAAA00;
  width: 100%;
  left: 0;
  opacity: 1;
  border-radius: 5px;
}
.tabs .cmp-tabs__tablist .cmp-tabs__tab--active + .cmp-tabs__tab {
  border-left: none;
}
[dir=rtl] .tabs .cmp-tabs__tablist li.cmp-tabs__tab:first-child {
  margin: 0;
}
.tabs .cmp-tabs__tablist li.cmp-tabs__tab:last-child {
  border-right: none;
}
[dir=ltr] .tabs .cmp-tabs__tablist li.cmp-tabs__tab:last-child {
  margin: 0;
}
.tabs .cmp-tabs__tablist li.cmp-tabs__tab--active:last-child {
  border-right: none;
}
.tabs .cmp-tabs--accordion-on-mobile {
  margin: 30px 0;
}
.tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tablist {
  flex-wrap: nowrap;
  padding-right: 0;
}
@media (max-width: 767px) {
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel {
    position: relative;
    margin: 0 20px;
    border-top: 3px solid #E0DDD7;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel:last-child {
    border-bottom: 3px solid #E0DDD7;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::before {
    font-size: 18px;
    line-height: 130%;
    font-weight: 450;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    color: #51534A;
    text-transform: capitalize;
    padding: 1.5rem;
    padding-right: 5rem;
    padding-left: 0;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel::after {
    font-family: "FontAwesome";
    content: "\f078";
    font-weight: normal;
    color: #51534A;
    font-weight: 400;
    font-size: 17px;
    position: absolute;
    right: 10px;
    top: 14.5px;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active {
    border-top: 5px solid #EAAA00;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active::before {
    font-weight: 500;
  }
  .tabs .cmp-tabs--accordion-on-mobile .cmp-tabs__tabpanel--active::after {
    font-family: "FontAwesome";
    content: "\f077";
    font-weight: normal;
    font-weight: 900;
  }
}
.cmp-container--max-width-small {
  margin: 0 auto;
  max-width: 88rem;
  float: none !important;
}
.cmp-container--max-width-medium {
  margin: 0 auto;
  max-width: 126rem;
  float: none !important;
}
.cmp-container--max-width-large {
  margin: 0 auto;
  max-width: 144rem;
  float: none !important;
}
.cmp-container--column-padding > .cmp-container {
  overflow: hidden;
}
.cmp-container--column-padding > .cmp-container > .aem-Grid {
  margin: -0.3rem;
  width: auto;
}
.cmp-container--column-padding > .cmp-container > .aem-Grid > .aem-GridColumn {
  padding: 0.3rem;
}
.cmp-container--background-deep-teal {
  background: url("../../../static/dam/staybridge/sb-wallpaper-teal.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.cmp-container--background-slate {
  background: url("../../../static/dam/staybridge/sb-wallpaper-slate.png");
  background-position: 0 0;
  background-repeat: repeat;
}
.cmp-container--column-padding-l > .cmp-container {
  overflow: hidden;
}
.cmp-container--column-padding-l > .cmp-container > .aem-Grid {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: auto;
}
.cmp-container--column-padding-l > .cmp-container > .aem-Grid > .aem-GridColumn {
  padding: 1.5rem;
}
.cmp-container--content-tile > .cmp-container {
  display: flex;
  flex-direction: row;
}
.cmp-container--content-tile > .cmp-container p {
  margin: 0;
}
@media (max-width: 1199px) {
  .cmp-container--content-tile > .cmp-container {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container {
    flex-direction: column;
    padding: 20px;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(1) {
  flex-basis: 30%;
  padding-right: 2%;
}
[dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(1) {
  padding-right: 5%;
  padding-left: unset;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(1) {
    flex-basis: unset;
    padding-left: unset;
  }
  [dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(1) {
    padding-right: unset;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(2) {
  flex-basis: 45%;
  padding-left: 1.5%;
  padding-right: 4%;
  position: relative;
  display: flex;
  word-break: break-all;
}
[dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(2) {
  padding-right: 1.5%;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(2) {
    display: block;
    padding: 4rem 0;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before, .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
  content: "";
  width: 0.3rem;
  height: 9.2rem;
  background: #EAAA00;
  position: absolute;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before, .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
    width: 3.7rem;
    height: 0.3rem;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before {
  left: -8%;
}
[dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before {
  left: -1%;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before {
    left: 45%;
    top: 20px;
  }
  [dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::before {
    right: 45%;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
  right: -1%;
}
[dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
  right: -8%;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
    left: 45%;
    bottom: 20px;
  }
  [dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(2)::after {
    right: 45%;
  }
}
.cmp-container--content-tile > .cmp-container .container:nth-of-type(3) {
  flex-basis: 30%;
  padding-left: 4%;
}
[dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(3) {
  padding-right: 5%;
  padding-left: unset;
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(3) {
    flex-basis: unset;
    padding-left: unset;
  }
  [dir=rtl] .cmp-container--content-tile > .cmp-container .container:nth-of-type(3) {
    padding-right: unset;
  }
}
@media (max-width: 767px) {
  .cmp-container--content-tile > .cmp-container .container:nth-of-type(3) p {
    padding-bottom: 1.3rem;
  }
}

@media (min-width: 1400px) {
  #gutter_padding {
    padding: unset !important;
  }
}
@media (min-width: 767px) {
  #gutter_padding {
    padding: 0 2rem;
  }
}

a.cmp-title__link {
  color: inherit;
  text-decoration: none;
}

.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content h1.cmp-teaser__title {
  -webkit-font-smoothing: antialiased;
}

h5 {
  letter-spacing: 0.05em;
}

h1.cmp-title__text, .cmp-teaser__content h1.cmp-teaser__title, .h1 .cmp-title__text, .h1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h1 h6.cmp-teaser__title, .h1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h1 h5.cmp-teaser__title, .h1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h1 h4.cmp-teaser__title, .h1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h1 h3.cmp-teaser__title, .h1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h1 h2.cmp-teaser__title {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #51534A;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h1.cmp-title__text small, .cmp-teaser__content h1.cmp-teaser__title small, .h1 .cmp-title__text small, .h1 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h1 h6.cmp-teaser__title small, .h1 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h1 h5.cmp-teaser__title small, .h1 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h1 h4.cmp-teaser__title small, .h1 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h1 h3.cmp-teaser__title small, .h1 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h1 h2.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h1.cmp-title__text small.lock, .cmp-teaser__content h1.cmp-teaser__title small.lock, .h1 .cmp-title__text small.lock, .h1 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h6.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h5.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h4.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h3.cmp-teaser__title small.lock, .h1 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h1 h2.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h2.cmp-title__text, .cmp-teaser__content h2.cmp-teaser__title, .h2 .cmp-title__text, .h2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h2 h6.cmp-teaser__title, .h2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h2 h5.cmp-teaser__title, .h2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h2 h4.cmp-teaser__title, .h2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h2 h3.cmp-teaser__title, .h2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h2 h1.cmp-teaser__title {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #51534A;
  text-transform: capitalize;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h2.cmp-title__text small, .cmp-teaser__content h2.cmp-teaser__title small, .h2 .cmp-title__text small, .h2 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h2 h6.cmp-teaser__title small, .h2 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h2 h5.cmp-teaser__title small, .h2 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h2 h4.cmp-teaser__title small, .h2 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h2 h3.cmp-teaser__title small, .h2 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h2 h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h2.cmp-title__text small.lock, .cmp-teaser__content h2.cmp-teaser__title small.lock, .h2 .cmp-title__text small.lock, .h2 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h6.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h5.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h4.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h3.cmp-teaser__title small.lock, .h2 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h2 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h3.cmp-title__text, .cmp-teaser__content h3.cmp-teaser__title, .h3 .cmp-title__text, .h3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h3 h6.cmp-teaser__title, .h3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h3 h5.cmp-teaser__title, .h3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h3 h4.cmp-teaser__title, .h3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h3 h2.cmp-teaser__title, .h3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h3 h1.cmp-teaser__title {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #51534A;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h3.cmp-title__text small, .cmp-teaser__content h3.cmp-teaser__title small, .h3 .cmp-title__text small, .h3 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h3 h6.cmp-teaser__title small, .h3 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h3 h5.cmp-teaser__title small, .h3 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h3 h4.cmp-teaser__title small, .h3 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h3 h2.cmp-teaser__title small, .h3 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h3 h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h3.cmp-title__text small.lock, .cmp-teaser__content h3.cmp-teaser__title small.lock, .h3 .cmp-title__text small.lock, .h3 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h6.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h5.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h4.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h2.cmp-teaser__title small.lock, .h3 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h3 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h4.cmp-title__text, .cmp-teaser__content h4.cmp-teaser__title, .h4 .cmp-title__text, .h4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h4 h6.cmp-teaser__title, .h4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h4 h5.cmp-teaser__title, .h4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h4 h3.cmp-teaser__title, .h4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h4 h2.cmp-teaser__title, .h4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h4 h1.cmp-teaser__title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #51534A;
  text-transform: capitalize;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h4.cmp-title__text small, .cmp-teaser__content h4.cmp-teaser__title small, .h4 .cmp-title__text small, .h4 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h4 h6.cmp-teaser__title small, .h4 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h4 h5.cmp-teaser__title small, .h4 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h4 h3.cmp-teaser__title small, .h4 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h4 h2.cmp-teaser__title small, .h4 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h4 h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h4.cmp-title__text small.lock, .cmp-teaser__content h4.cmp-teaser__title small.lock, .h4 .cmp-title__text small.lock, .h4 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h6.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h5.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h3.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h2.cmp-teaser__title small.lock, .h4 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h4 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h5.cmp-title__text, .cmp-teaser__content h5.cmp-teaser__title, .h5 .cmp-title__text, .h5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h5 h6.cmp-teaser__title, .h5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h5 h4.cmp-teaser__title, .h5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h5 h3.cmp-teaser__title, .h5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h5 h2.cmp-teaser__title, .h5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h5 h1.cmp-teaser__title {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #51534A;
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h5.cmp-title__text small, .cmp-teaser__content h5.cmp-teaser__title small, .h5 .cmp-title__text small, .h5 .cmp-teaser__content h6.cmp-teaser__title small, .cmp-teaser__content .h5 h6.cmp-teaser__title small, .h5 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h5 h4.cmp-teaser__title small, .h5 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h5 h3.cmp-teaser__title small, .h5 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h5 h2.cmp-teaser__title small, .h5 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h5 h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h5.cmp-title__text small.lock, .cmp-teaser__content h5.cmp-teaser__title small.lock, .h5 .cmp-title__text small.lock, .h5 .cmp-teaser__content h6.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h6.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h4.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h3.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h2.cmp-teaser__title small.lock, .h5 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h5 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

h6.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .h6 .cmp-title__text, .h6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h6 h5.cmp-teaser__title, .h6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h6 h4.cmp-teaser__title, .h6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h6 h3.cmp-teaser__title, .h6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h6 h2.cmp-teaser__title, .h6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h6 h1.cmp-teaser__title {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #51534A;
  text-transform: capitalize;
  margin: 0 0 1rem;
  padding-top: 1.2rem;
}
h6.cmp-title__text small, .cmp-teaser__content h6.cmp-teaser__title small, .h6 .cmp-title__text small, .h6 .cmp-teaser__content h5.cmp-teaser__title small, .cmp-teaser__content .h6 h5.cmp-teaser__title small, .h6 .cmp-teaser__content h4.cmp-teaser__title small, .cmp-teaser__content .h6 h4.cmp-teaser__title small, .h6 .cmp-teaser__content h3.cmp-teaser__title small, .cmp-teaser__content .h6 h3.cmp-teaser__title small, .h6 .cmp-teaser__content h2.cmp-teaser__title small, .cmp-teaser__content .h6 h2.cmp-teaser__title small, .h6 .cmp-teaser__content h1.cmp-teaser__title small, .cmp-teaser__content .h6 h1.cmp-teaser__title small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
h6.cmp-title__text small.lock, .cmp-teaser__content h6.cmp-teaser__title small.lock, .h6 .cmp-title__text small.lock, .h6 .cmp-teaser__content h5.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h5.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h4.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h4.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h3.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h3.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h2.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h2.cmp-teaser__title small.lock, .h6 .cmp-teaser__content h1.cmp-teaser__title small.lock, .cmp-teaser__content .h6 h1.cmp-teaser__title small.lock {
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  h1.cmp-title__text, .cmp-teaser__content h1.cmp-teaser__title, .h1 .cmp-title__text, .h1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h1 h6.cmp-teaser__title, .h1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h1 h5.cmp-teaser__title, .h1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h1 h4.cmp-teaser__title, .h1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h1 h3.cmp-teaser__title, .h1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h1 h2.cmp-teaser__title {
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  h2.cmp-title__text, .cmp-teaser__content h2.cmp-teaser__title, .h2 .cmp-title__text, .h2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h2 h6.cmp-teaser__title, .h2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h2 h5.cmp-teaser__title, .h2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h2 h4.cmp-teaser__title, .h2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h2 h3.cmp-teaser__title, .h2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h2 h1.cmp-teaser__title {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  h3.cmp-title__text, .cmp-teaser__content h3.cmp-teaser__title, .h3 .cmp-title__text, .h3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h3 h6.cmp-teaser__title, .h3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h3 h5.cmp-teaser__title, .h3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h3 h4.cmp-teaser__title, .h3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h3 h2.cmp-teaser__title, .h3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h3 h1.cmp-teaser__title {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  h4.cmp-title__text, .cmp-teaser__content h4.cmp-teaser__title, .h4 .cmp-title__text, .h4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h4 h6.cmp-teaser__title, .h4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h4 h5.cmp-teaser__title, .h4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h4 h3.cmp-teaser__title, .h4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h4 h2.cmp-teaser__title, .h4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h4 h1.cmp-teaser__title {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  h5.cmp-title__text, .cmp-teaser__content h5.cmp-teaser__title, .h5 .cmp-title__text, .h5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h5 h6.cmp-teaser__title, .h5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h5 h4.cmp-teaser__title, .h5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h5 h3.cmp-teaser__title, .h5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h5 h2.cmp-teaser__title, .h5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h5 h1.cmp-teaser__title {
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) {
  h6.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .h6 .cmp-title__text, .h6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h6 h5.cmp-teaser__title, .h6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h6 h4.cmp-teaser__title, .h6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h6 h3.cmp-teaser__title, .h6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h6 h2.cmp-teaser__title, .h6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h6 h1.cmp-teaser__title {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1.2rem;
  }
}

@media (min-width: 992px) {
  h1.cmp-title__text, .cmp-teaser__content h1.cmp-teaser__title, .h1 .cmp-title__text, .h1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h1 h6.cmp-teaser__title, .h1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h1 h5.cmp-teaser__title, .h1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h1 h4.cmp-teaser__title, .h1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h1 h3.cmp-teaser__title, .h1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h1 h2.cmp-teaser__title {
    font-size: 4.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  h2.cmp-title__text, .cmp-teaser__content h2.cmp-teaser__title, .h2 .cmp-title__text, .h2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h2 h6.cmp-teaser__title, .h2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h2 h5.cmp-teaser__title, .h2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h2 h4.cmp-teaser__title, .h2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h2 h3.cmp-teaser__title, .h2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h2 h1.cmp-teaser__title {
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  h3.cmp-title__text, .cmp-teaser__content h3.cmp-teaser__title, .h3 .cmp-title__text, .h3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h3 h6.cmp-teaser__title, .h3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h3 h5.cmp-teaser__title, .h3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h3 h4.cmp-teaser__title, .h3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h3 h2.cmp-teaser__title, .h3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h3 h1.cmp-teaser__title {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  h4.cmp-title__text, .cmp-teaser__content h4.cmp-teaser__title, .h4 .cmp-title__text, .h4 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h4 h6.cmp-teaser__title, .h4 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h4 h5.cmp-teaser__title, .h4 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h4 h3.cmp-teaser__title, .h4 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h4 h2.cmp-teaser__title, .h4 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h4 h1.cmp-teaser__title {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  h5.cmp-title__text, .cmp-teaser__content h5.cmp-teaser__title, .h5 .cmp-title__text, .h5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .h5 h6.cmp-teaser__title, .h5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h5 h4.cmp-teaser__title, .h5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h5 h3.cmp-teaser__title, .h5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h5 h2.cmp-teaser__title, .h5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h5 h1.cmp-teaser__title {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    text-transform: uppercase;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

@media (min-width: 992px) {
  h6.cmp-title__text, .cmp-teaser__content h6.cmp-teaser__title, .h6 .cmp-title__text, .h6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .h6 h5.cmp-teaser__title, .h6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .h6 h4.cmp-teaser__title, .h6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .h6 h3.cmp-teaser__title, .h6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .h6 h2.cmp-teaser__title, .h6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .h6 h1.cmp-teaser__title {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    text-transform: capitalize;
    margin: 0 0 1rem;
    padding-top: 1rem;
  }
}

.cmp-title--primary--font .cmp-title__text, .cmp-title--primary--font .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h6.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h5.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h4.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h3.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h2.cmp-teaser__title, .cmp-title--primary--font .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .cmp-title--primary--font h1.cmp-teaser__title {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}

.cmp-title--secondary--font .cmp-title__text, .cmp-title--secondary--font .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h6.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h5.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h4.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h3.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h2.cmp-teaser__title, .cmp-title--secondary--font .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .cmp-title--secondary--font h1.cmp-teaser__title {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}

.cmp-title--text-align-center {
  text-align: center;
}
.cmp-title--text-align-center .cmp-title__text::after, .cmp-title--text-align-center .cmp-teaser__content h6.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h6.cmp-teaser__title::after, .cmp-title--text-align-center .cmp-teaser__content h5.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h5.cmp-teaser__title::after, .cmp-title--text-align-center .cmp-teaser__content h4.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h4.cmp-teaser__title::after, .cmp-title--text-align-center .cmp-teaser__content h3.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h3.cmp-teaser__title::after, .cmp-title--text-align-center .cmp-teaser__content h2.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h2.cmp-teaser__title::after, .cmp-title--text-align-center .cmp-teaser__content h1.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--text-align-center h1.cmp-teaser__title::after {
  margin: 0 auto;
}

.cmp-title--show-underline .cmp-title__text::after, .cmp-title--show-underline .cmp-teaser__content h6.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h6.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h5.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h5.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h4.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h4.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h3.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h3.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h2.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h2.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h1.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h1.cmp-teaser__title::after {
  content: "";
  width: 20rem;
  border-bottom: 0.5rem solid #006980;
  display: block;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .cmp-title--show-underline .cmp-title__text::after, .cmp-title--show-underline .cmp-teaser__content h6.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h6.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h5.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h5.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h4.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h4.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h3.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h3.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h2.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h2.cmp-teaser__title::after, .cmp-title--show-underline .cmp-teaser__content h1.cmp-teaser__title::after, .cmp-teaser__content .cmp-title--show-underline h1.cmp-teaser__title::after {
    width: 8rem;
  }
}

.cmp-title__pretitle {
  font-size: 1.8rem;
  font-weight: 700;
  color: #51534A;
  text-transform: uppercase;
  line-height: 2rem;
  letter-spacing: 0.05em;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .cmp-title__pretitle {
    font-size: 1.6rem;
    text-transform: uppercase;
    line-height: 1.1;
    padding: 0 2rem;
  }
}
.cmp-carousel .cmp-carousel__content .slick-dots li {
  width: 1rem;
}
@media (max-width: 767px) {
  .cmp-carousel .cmp-carousel__content .slick-dots li {
    margin-bottom: unset;
  }
}
.cmp-carousel .cmp-carousel__content .slick-dots li button::before {
  opacity: 1;
  border: 0.1rem solid #006980;
  background: transparent;
  color: transparent;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  font-size: unset;
}
.cmp-carousel .cmp-carousel__content .slick-dots li.slick-active button::before {
  opacity: 1;
  background: #006980;
  color: #006980;
  border-radius: 100%;
}
.cmp-carousel--single-mode .cmp-teaser__image ~ .cmp-teaser__content, .cmp-carousel--center-mode .cmp-teaser__image ~ .cmp-teaser__content {
  padding-top: 3rem;
  padding-left: 3.5%;
  margin: 0px auto;
  padding-bottom: 3rem;
}
.cmp-carousel--single-mode .slick-arrow {
  color: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  z-index: 999;
  outline: 0;
  font-size: 0;
}
.cmp-carousel--single-mode .slick-arrow.slick-prev {
  left: 4%;
}
.cmp-carousel--single-mode .slick-arrow.slick-next {
  right: 4%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}
.cmp-carousel--single-mode .slick-arrow.slick-prev::after, .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  color: #6D6E70;
  font-size: 2rem;
  text-shadow: 1px 1px 3px rgba(0, 105, 128, 0.7);
}
@media (min-width: 992px) {
  .cmp-carousel--single-mode .slick-arrow.slick-prev::after, .cmp-carousel--single-mode .slick-arrow.slick-next::after {
    font-size: 3.6rem;
  }
}
.cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider {
    width: 77rem !important;
    margin: auto;
  }
}
.cmp-carousel--center--extended--mode .slick-slider button {
  cursor: pointer;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
  bottom: -3.1rem;
  top: initial;
  color: #006980;
  background-color: #FFFFFF;
  z-index: 1;
  transform: unset;
  width: 6.2rem;
  height: 6.3rem;
  font-size: 0;
  border: none;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-arrow {
    display: none !important;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-prev::after,
.cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  color: #006980;
  font-size: 2rem;
  width: 0.85rem;
  height: 1.55rem;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-prev {
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    right: 26%;
    left: auto;
  }
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 92%;
  }
}
@media (max-width: 768px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
    left: 73%;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-prev::after {
  font-family: "FontAwesome";
  content: "\f053";
  font-weight: normal;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 769px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 20%;
  }
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    left: 100%;
  }
}
@media (max-width: 768px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-next {
    right: 12%;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-next::after {
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list {
  overflow: visible;
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image {
  cursor: default;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image {
    width: -moz-min-content;
    width: min-content;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    /*max-height: rem(255px);*/
    width: auto;
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-desktop {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img.cmp-image__image-mobile {
    display: block !important;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
  font-size: 1.8rem;
  line-height: 160%;
  font-style: normal;
  font-weight: normal;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  color: #51534A;
  letter-spacing: 0.011em;
  display: none;
}
@media (max-width: 991px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    max-width: 65%;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .image .cmp-image__caption {
    font-size: 1.7rem;
  }
}
.cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
  display: block;
  padding: 1.7rem 0 1rem 0;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider .slick-list .slick-current .image .cmp-image__caption {
    font-size: 17px rem;
  }
}
.cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
  width: auto;
}
@media (max-width: 767px) {
  .cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 25.5rem;
    max-width: unset;
  }
}
@media (min-width: 768px) {
  .cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 45rem;
  }
}
@media (min-width: 992px) {
  .cmp-carousel--center--extended--mode .slick-slider, .cmp-carousel--center--extended--mode .slick-slider .slick-list .image img {
    max-height: 50rem;
  }
}
.cmp-carousel .cmp-teaser__content .cmp-image + div {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  margin-top: 0rem;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__action-container .cmp-teaser__action-link,
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p,
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  color: #51534A;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  font-size: 3.8rem;
  font-weight: 450;
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
    font-size: 1.7rem !important;
  }
}
.cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
  margin-top: 1rem;
  font-size: 3.8rem;
  line-height: 3.9rem;
  font-weight: 400;
  width: 40rem;
  font-style: normal;
}
@media (max-width: 767px) {
  .cmp-carousel .cmp-teaser__content .cmp-image + div .cmp-teaser__title a {
    font-size: 3.2rem !important;
  }
}
.cmp-carousel .cmp-teaser--align-center-start .cmp-teaser__content {
  align-items: flex-start;
  align-content: flex-start;
  justify-content: center;
}
.cmp-carousel .cmp-teaser--align-center-end .cmp-teaser__content {
  align-items: flex-end;
  align-content: flex-end;
  justify-content: center;
}
.cmp-carousel--content-overflow .cmp-teaser__content .cmp-image + div .cmp-teaser__description p {
  text-shadow: none;
}

#Staybridge-carousel {
  background: #EEEEEE;
  overflow: visible;
}
#Staybridge-carousel .cmp-container {
  overflow: visible;
}
#Staybridge-carousel .aem-Grid--default--12 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 {
    display: block;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-title__text, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h6.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h5.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h4.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h3.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h2.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h1.cmp-teaser__title {
  padding: 0 6rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-title__text, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h6.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h5.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h4.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h3.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h2.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 h1.cmp-teaser__title {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-text {
  padding: 0 6rem;
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-text {
    padding: 0 2rem;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow {
  background: #FFFFFF;
  z-index: 9;
  top: 100%;
  width: 6.2rem;
  height: 6.4rem;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
  left: 42%;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
[dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
  right: 48%;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  font-size: 2rem;
  color: #006980;
  text-shadow: none;
}
@media (max-width: 1199px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (max-width: 991px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 36%;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 42%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 50%;
  }
}
@media (max-width: 600px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 41%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 49%;
  }
}
@media (max-width: 450px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 37%;
  }
}
@media (max-width: 400px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 35%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 48.5%;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
  right: 40%;
}
[dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
  right: 40%;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-size: 2rem;
  color: #006980;
  text-shadow: none;
}
@media (max-width: 991px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 48%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 37%;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 42%;
  }
}
@media (max-width: 600px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 51%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 39%;
  }
}
@media (max-width: 450px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50.3%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 36%;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 {
  padding: 0 10rem;
}
@media (max-width: 1199px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 {
    padding: 2rem 6rem;
  }
}
@media (max-width: 991px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 {
    padding: 2rem 2rem;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 {
    padding: 0 2rem;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-title {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-title__pretitle {
  margin-bottom: 1rem;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-title__text, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h6.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h5.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h4.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h3.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h2.cmp-teaser__title, #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content #Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 h1.cmp-teaser__title {
  padding: unset;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-Grid--default--5 .cmp-text li {
  margin: unset;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow {
  background: #FFFFFF;
  z-index: 9;
  top: 100%;
  width: 6.2rem;
  height: 6.4rem;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
  left: 43%;
  /* [dir="rtl"] & {
      left: 42%;
  } */
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev::after {
  font-size: 2rem;
  color: #006980;
  text-shadow: none;
}
@media (min-width: 1201px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 45%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 40%;
  }
}
@media (min-width: 2100px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 47%;
  }
}
@media (min-width: 1530px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 41%;
  }
}
@media (min-width: 1640px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 43%;
  }
}
@media (min-width: 1800px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 45%;
  }
}
@media (min-width: 2130px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 46%;
  }
}
@media (min-width: 2370px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 46%;
  }
}
@media (max-width: 1199px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 42%;
  }
}
@media (max-width: 992px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 41%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 50%;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 42%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 50%;
  }
}
@media (max-width: 600px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 41%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 49%;
  }
}
@media (max-width: 450px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 37%;
  }
}
@media (max-width: 400px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    left: 35%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
    right: 48.5%;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
  right: 43%;
  /* [dir="rtl"] & {
      right: 45%;
  } */
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next::after {
  font-size: 2rem;
  color: #006980;
  text-shadow: none;
}
@media (min-width: 1201px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 46%;
  }
}
@media (min-width: 1530px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 46%;
  }
}
@media (min-width: 1640px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 45%;
  }
}
@media (min-width: 1800px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 45%;
  }
}
@media (min-width: 2400px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 46%;
  }
}
@media (min-width: 2640px) {
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 47%;
  }
}
@media (max-width: 1199px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 41%;
  }
}
@media (max-width: 992px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 52%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 40%;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 42%;
  }
}
@media (max-width: 600px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 51%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 39%;
  }
}
@media (max-width: 450px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    left: 50.3%;
  }
  [dir=rtl] #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
    right: 36%;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-title {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-title {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-text {
    margin-bottom: 1.5rem;
    padding: 0 2rem;
  }
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-button--tertiary-teal {
  padding: 0 2rem;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-button--secondary-teal {
  padding: 0 2rem;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-button--secondary-teal .cmp-button-wrapper {
  display: unset;
}
#Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-button--secondary-teal .cmp-button, #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--12 .cmp-button--secondary-teal .cmp-teaser__action-link {
  display: block;
  text-align: center;
}

.mac .cmp-carousel--center--extended--mode .slick-slider .slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.mac .cmp-carousel--center--extended--mode .slick-slider .slick-prev {
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.mac #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-prev {
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.mac #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--6 .cmp-carousel--single-mode .slick-arrow.slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.mac #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-prev {
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: -1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.mac #Staybridge-carousel .aem-Grid--default--12 .aem-GridColumn--default--7 .cmp-carousel--single-mode .slick-arrow.slick-next {
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 1.5rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}

.cmp-countdown {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.cmp-countdown__title {
  color: #000000;
  font-size: 3rem;
  line-height: 115%;
  margin-bottom: 3rem;
  text-align: center;
}
.cmp-countdown__number {
  border-color: #E0DDD7;
  margin-bottom: 0.5rem;
}
.cmp-countdown__amount {
  color: #51534A;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}
.cmp-countdown__period {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #000000;
}

.rte, .cmp-teaser__description {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  color: #51534A;
}
.rte p, .cmp-teaser__description p {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  color: #51534A;
  margin-top: 0;
}
.rte a, .cmp-teaser__description a {
  color: #006980;
  text-decoration: none;
  font-weight: normal;
}
.rte a u:hover, .cmp-teaser__description a u:hover {
  color: #235564;
}
.rte a:hover, .cmp-teaser__description a:hover {
  color: #235564;
}
.rte sup, .cmp-teaser__description sup {
  font-size: 70%;
}
.rte p, .cmp-teaser__description p, .rte ul, .cmp-teaser__description ul, .rte ol, .cmp-teaser__description ol {
  margin-bottom: 0.5em;
}
.rte li, .cmp-teaser__description li {
  margin-bottom: 0.5em;
}
.rte li:last-child, .cmp-teaser__description li:last-child {
  margin-bottom: 0;
}
.rte strong, .cmp-teaser__description strong,
.rte b,
.cmp-teaser__description b {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 160%;
}
@media (max-width: 767px) {
  .rte strong, .cmp-teaser__description strong,
  .rte b,
  .cmp-teaser__description b {
    font-size: 1.7rem;
  }
}
.rte .disclosure, .cmp-teaser__description .disclosure, .rte .disclosure *, .cmp-teaser__description .disclosure * {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: normal;
  color: #51534A !important;
}
.rte h5, .cmp-teaser__description h5 {
  letter-spacing: 0.05em;
}
.rte h1, .cmp-teaser__description h1, .rte .h1, .cmp-teaser__description .h1 {
  font-size: 3.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h1 small, .cmp-teaser__description h1 small, .rte .h1 small, .cmp-teaser__description .h1 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h1 small.lock, .cmp-teaser__description h1 small.lock, .rte .h1 small.lock, .cmp-teaser__description .h1 small.lock {
  font-size: 1.8rem;
}
.rte h1 a, .cmp-teaser__description h1 a, .rte .h1 a, .cmp-teaser__description .h1 a {
  color: inherit;
  text-decoration: none;
}
.rte h2, .cmp-teaser__description h2, .rte .h2, .cmp-teaser__description .h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h2 small, .cmp-teaser__description h2 small, .rte .h2 small, .cmp-teaser__description .h2 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h2 small.lock, .cmp-teaser__description h2 small.lock, .rte .h2 small.lock, .cmp-teaser__description .h2 small.lock {
  font-size: 1.8rem;
}
.rte h2 a, .cmp-teaser__description h2 a, .rte .h2 a, .cmp-teaser__description .h2 a {
  color: inherit;
  text-decoration: none;
}
.rte h3, .cmp-teaser__description h3, .rte .h3, .cmp-teaser__description .h3 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h3 small, .cmp-teaser__description h3 small, .rte .h3 small, .cmp-teaser__description .h3 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h3 small.lock, .cmp-teaser__description h3 small.lock, .rte .h3 small.lock, .cmp-teaser__description .h3 small.lock {
  font-size: 1.8rem;
}
.rte h3 a, .cmp-teaser__description h3 a, .rte .h3 a, .cmp-teaser__description .h3 a {
  color: inherit;
  text-decoration: none;
}
.rte h4, .cmp-teaser__description h4, .rte .h4, .cmp-teaser__description .h4 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h4 small, .cmp-teaser__description h4 small, .rte .h4 small, .cmp-teaser__description .h4 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h4 small.lock, .cmp-teaser__description h4 small.lock, .rte .h4 small.lock, .cmp-teaser__description .h4 small.lock {
  font-size: 1.8rem;
}
.rte h4 a, .cmp-teaser__description h4 a, .rte .h4 a, .cmp-teaser__description .h4 a {
  color: inherit;
  text-decoration: none;
}
.rte h5, .cmp-teaser__description h5, .rte .h5, .cmp-teaser__description .h5 {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h5 small, .cmp-teaser__description h5 small, .rte .h5 small, .cmp-teaser__description .h5 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h5 small.lock, .cmp-teaser__description h5 small.lock, .rte .h5 small.lock, .cmp-teaser__description .h5 small.lock {
  font-size: 1.8rem;
}
.rte h5 a, .cmp-teaser__description h5 a, .rte .h5 a, .cmp-teaser__description .h5 a {
  color: inherit;
  text-decoration: none;
}
.rte h6, .cmp-teaser__description h6, .rte .h6, .cmp-teaser__description .h6 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: capitalize;
  margin: 0 0 1.5rem;
  padding-top: 0.5rem;
}
.rte h6 small, .cmp-teaser__description h6 small, .rte .h6 small, .cmp-teaser__description .h6 small {
  font-size: 50%;
  display: block;
  margin-top: 0.25em;
}
.rte h6 small.lock, .cmp-teaser__description h6 small.lock, .rte .h6 small.lock, .cmp-teaser__description .h6 small.lock {
  font-size: 1.8rem;
}
.rte h6 a, .cmp-teaser__description h6 a, .rte .h6 a, .cmp-teaser__description .h6 a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .rte h1, .cmp-teaser__description h1, .rte .h1, .cmp-teaser__description .h1 {
    font-size: 3.6rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .rte h2, .cmp-teaser__description h2, .rte .h2, .cmp-teaser__description .h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .rte h3, .cmp-teaser__description h3, .rte .h3, .cmp-teaser__description .h3 {
    font-size: 2.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .rte h4, .cmp-teaser__description h4, .rte .h4, .cmp-teaser__description .h4 {
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .rte h5, .cmp-teaser__description h5, .rte .h5, .cmp-teaser__description .h5 {
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .rte h6, .cmp-teaser__description h6, .rte .h6, .cmp-teaser__description .h6 {
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h1, .cmp-teaser__description h1, .rte .h1, .cmp-teaser__description .h1 {
    font-size: 4.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h2, .cmp-teaser__description h2, .rte .h2, .cmp-teaser__description .h2 {
    font-size: 3.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h3, .cmp-teaser__description h3, .rte .h3, .cmp-teaser__description .h3 {
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h4, .cmp-teaser__description h4, .rte .h4, .cmp-teaser__description .h4 {
    font-size: 2.6rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h5, .cmp-teaser__description h5, .rte .h5, .cmp-teaser__description .h5 {
    font-size: 1.8rem;
    line-height: 1.1;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .rte h6, .cmp-teaser__description h6, .rte .h6, .cmp-teaser__description .h6 {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700;
    color: #51534A;
    font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
    padding-top: 0.5rem;
  }
}
.rte .cmp-text p .font-phone b, .cmp-teaser__description .cmp-text p .font-phone b {
  font-weight: 600;
}
.rte .cmp-text p .font-phone a, .cmp-teaser__description .cmp-text p .font-phone a {
  font-weight: normal;
}

@media (max-width: 767px) {
  .cmp-text .offer-detail b {
    font-size: 1.7rem;
  }
}

.uhf_headerFooter .brandNav-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 500 !important;
}
.uhf_headerFooter #primary-nav.wrapper-UBE a.brandNav-link {
  font-weight: 500;
}

#uhf_footerWrapper .brand-color-bkg {
  background: #51534A;
}
#uhf_footerWrapper .footer-copyrightBlock {
  text-align: center;
}
#uhf_footerWrapper .footer-copyrightBlock small.footer-copyrightText {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  #uhf_footerWrapper .footer-copyrightBlock small.footer-copyrightText {
    font-size: 1.7rem;
  }
}
#uhf_footerWrapper .brandNav__heading {
  color: #6D6E70;
  font-family: "Inter", "Arial", Helvetica, sans-serif !important;
  font-weight: 700;
}
@media (max-width: 767px) {
  #uhf_footerWrapper .brandNav__heading {
    text-align: center;
  }
}
#uhf_footerWrapper .brandNav__navItem {
  color: #6D6E70;
  font-family: "Inter", "Arial", Helvetica, sans-serif !important;
  font-weight: normal;
}
@media (max-width: 767px) {
  #uhf_footerWrapper .navColumns .navHeaders .brandNav__heading {
    text-align: left;
  }
}
#uhf_footerWrapper .resDirectText {
  color: #6D6E70;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
}
#uhf_footerWrapper .resDirectNum {
  color: #6D6E70;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif !important;
  font-weight: 450;
}
#uhf_footerWrapper .ourApps b {
  color: #6D6E70;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: 700;
}
#uhf_footerWrapper .ourApps a.coloredLink {
  color: #235564;
  font-weight: 700;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}

.cmp-list {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  color: #006980;
  font-size: 1.8rem;
  line-height: 150%;
  font-style: normal;
  padding: unset;
}
@media (max-width: 767px) {
  .cmp-list {
    font-size: 1.6rem;
    line-height: 180%;
  }
}
.cmp-list .cmp-list__item {
  margin: unset;
  padding-bottom: 1rem;
}
.cmp-list .cmp-list__item-link {
  color: #006980;
}
.cmp-list .cmp-list__item-link .cmp-list__item-title {
  margin: unset;
}
[dir=rtl] .cmp-list .cmp-list__item-link .cmp-list__item-title {
  margin: unset;
}

.list .cmp-list__title {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 2.6rem;
  line-height: 3.1rem;
  letter-spacing: 0rem;
  text-transform: uppercase;
  color: #51534A;
  margin: 1rem 0;
  text-align: left;
}
[dir=rtl] .list .cmp-list__title {
  text-align: right;
}
@media (max-width: 767px) {
  .list .cmp-list__title {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

.cmp-teaser--default {
  /*        .cmp-teaser__description {
              *:first-child {
                  margin-bottom: 1.5rem;
              }
          }*/
}
.cmp-teaser--default .cmp-teaser__content {
  padding: 0;
}
.cmp-teaser--default .cmp-teaser__title, .cmp-teaser--default .cmp-teaser__title-link > * {
  line-height: 120%;
  font-style: normal;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: capitalize !important;
}
.cmp-teaser--default .cmp-teaser__action-container {
  margin: 0;
  margin-bottom: 2rem;
}
.cmp-teaser h1, .cmp-teaser h2, .cmp-teaser h3, .cmp-teaser h4, .cmp-teaser h5, .cmp-teaser h6 {
  font-weight: 700;
}
.cmp-teaser--iconlist {
  padding-left: 6rem;
}
@media (max-width: 992px) {
  .cmp-teaser--iconlist {
    padding-left: 2.8rem;
  }
}
@media (max-width: 992px) {
  .cmp-teaser--iconlist .cmp-teaser__image {
    padding: 3rem;
  }
}
.cmp-teaser--iconlist .cmp-teaser__content {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .cmp-teaser--iconlist .cmp-teaser__content {
    padding: 0.5rem 0 !important;
  }
}
.cmp-teaser--iconlist .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  color: #51534A;
}
@media (max-width: 992px) {
  .cmp-teaser--iconlist .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
    text-align: left !important;
  }
}
@media (max-width: 768px) {
  .cmp-teaser--feature {
    margin: 11.5rem 4rem;
  }
}
.cmp-teaser--feature .cmp-teaser__image {
  max-width: 100%;
}
.cmp-teaser--feature .cmp-teaser__image .cmp-image {
  width: 100%;
}
.cmp-teaser--feature .cmp-teaser__image .cmp-image .cmp-image__image {
  width: 100%;
}
.cmp-teaser--feature .cmp-teaser__image .cmp-image .cmp-image__image img {
  width: 55rem;
  height: 27.5rem;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__image .cmp-image .cmp-image__image img {
    width: 100%;
  }
}
.cmp-teaser--feature .cmp-teaser__content {
  max-width: 50% !important;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__content {
    max-width: 100% !important;
  }
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link {
  text-decoration: unset !important;
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #006980;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  margin-left: 2rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
    margin-left: 0;
  }
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text::after, .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link::after {
  color: #006980;
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--secondary .cmp-teaser__action-link {
  color: #006980;
  border: 2px solid #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  background: transparent;
  padding: 1.5rem 3rem;
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--secondary .cmp-teaser__action-link:hover {
  background: #006980;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container {
    text-align: left !important;
  }
  .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container {
    text-align: left !important;
  }
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-size: 3.8rem;
  color: #51534A;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  text-transform: capitalize !important;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
    text-align: left !important;
    font-size: 3.2rem;
    color: #51534A;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  text-align: center;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  color: #51534A;
}
@media (max-width: 768px) {
  .cmp-teaser--feature .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
    text-align: left !important;
  }
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
  position: absolute;
  width: 23%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background: #006980;
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
  -webkit-clip-path: polygon(0 0, 90% 0, 20% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 20% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 80% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 80% 100%);
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
  position: absolute;
  width: 25%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background: #235564;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
  -webkit-clip-path: polygon(0 0, 100% 0, 38% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 38% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 62% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 62% 100%);
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
  position: absolute;
  width: 38%;
  background: #006980;
  top: 5.74%;
  bottom: 0%;
  z-index: 1;
  -webkit-clip-path: polygon(50% -10%, 0% 100%, 100% 100%);
          clip-path: polygon(50% -10%, 0% 100%, 100% 100%);
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
  right: -21%;
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
  left: -21%;
}
@media (max-width: 768px) {
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
    position: absolute;
    width: 20%;
    top: 0%;
    bottom: 0%;
    z-index: 1;
    background: #006980;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
    -webkit-clip-path: polygon(0 0, 85% 0, 0 50%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 0 50%, 0 100%);
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop {
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 100% 50%);
            clip-path: polygon(15% 0, 100% 0%, 100% 100%, 100% 50%);
  }
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
    position: absolute;
    width: 20%;
    top: 0%;
    bottom: 0%;
    background: #235564;
    mix-blend-mode: normal;
    opacity: 0.8;
    z-index: 1;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 60%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 60%, 0 100%);
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaytop-light {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 100% 60%, 100% 0%);
            clip-path: polygon(100% 0%, 0% 0%, 100% 60%, 100% 0%);
  }
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
    position: absolute;
    width: 15%;
    background: #006980;
    top: 5.74%;
    bottom: 0%;
    z-index: 1;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
    -webkit-clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
    left: 90%;
    right: 0%;
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__image .overlaybottom {
    left: 0%;
    -webkit-clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
            clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
  }
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__caption {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  bottom: 1.5rem;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--teal .cmp-teaser__caption {
    font-size: 1.2rem;
  }
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
  position: absolute;
  width: 23%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background: #EEEEEE;
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
  -webkit-clip-path: polygon(0 0, 90% 0, 20% 100%, 0% 100%);
          clip-path: polygon(0 0, 90% 0, 20% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 80% 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 80% 100%);
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
  position: absolute;
  width: 25%;
  top: 0%;
  bottom: 0%;
  z-index: 1;
  background: #EEEEEE;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
  -webkit-clip-path: polygon(0 0, 100% 0, 38% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 38% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 62% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 62% 100%);
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
  position: absolute;
  width: 38%;
  background: #EEEEEE;
  top: 5.74%;
  bottom: 0%;
  z-index: 1;
  -webkit-clip-path: polygon(50% -4%, 0% 100%, 100% 100%);
          clip-path: polygon(50% -4%, 0% 100%, 100% 100%);
}
[dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
  right: -21%;
}
[dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
  left: -21%;
}
@media (max-width: 768px) {
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
    position: absolute;
    width: 20%;
    top: 0%;
    bottom: 0%;
    z-index: 1;
    background: #EEEEEE;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
    -webkit-clip-path: polygon(0 0, 85% 0, 0 50%, 0 100%);
            clip-path: polygon(0 0, 85% 0, 0 50%, 0 100%);
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop {
    -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 100% 50%);
            clip-path: polygon(15% 0, 100% 0%, 100% 100%, 100% 50%);
  }
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
    position: absolute;
    width: 20%;
    top: 0%;
    bottom: 0%;
    background: #EEEEEE;
    mix-blend-mode: normal;
    opacity: 0.8;
    z-index: 1;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 60%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 60%, 0 100%);
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaytop-light {
    -webkit-clip-path: polygon(100% 0%, 0% 0%, 100% 60%, 100% 0%);
            clip-path: polygon(100% 0%, 0% 0%, 100% 60%, 100% 0%);
  }
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
    position: absolute;
    width: 15%;
    background: #EEEEEE;
    top: 5.74%;
    bottom: 0%;
    z-index: 1;
  }
  [dir=ltr] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
    -webkit-clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
    left: 90%;
    right: 0%;
  }
  [dir=rtl] .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__image .overlaybottom {
    left: 0%;
    -webkit-clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
            clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
  }
}
.cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__caption {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
  text-align: center;
  bottom: 1.5rem;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .cmp-teaser--hero.cmp-teaser--image--overlay-diagonal--gray .cmp-teaser__caption {
    font-size: 1.2rem;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content {
  position: absolute;
  width: 200%;
  top: 0%;
  bottom: 0%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-teal.png);
  background-repeat: round;
  z-index: 1;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content {
  left: 0%;
  -webkit-clip-path: polygon(0 0, 85% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% 0, 50% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content {
  right: 0%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 50% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content {
    width: 200%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content-light {
  position: absolute;
  width: 170%;
  top: 0;
  bottom: 0;
  background: #235564;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content-light {
  left: 30%;
  -webkit-clip-path: polygon(0 0, 89% 0, 49% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% 0, 49% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content-light {
  right: 30%;
  -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 53% 100%);
          clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 53% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaytop-content-light {
    width: 190%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaybottom-content {
  position: absolute;
  width: 130%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-teal.png);
  background-repeat: round;
  top: 0%;
  bottom: 0%;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaybottom-content {
  left: 150%;
  -webkit-clip-path: polygon(130% -50%, 60% 100%, 100% 100%);
          clip-path: polygon(130% -50%, 60% 100%, 100% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .overlaybottom-content {
  right: 150%;
  -webkit-clip-path: polygon(0% 0%, -20% 0%, 43% 100%, 0% 100%);
          clip-path: polygon(0% 0%, -20% 0%, 43% 100%, 0% 100%);
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container {
  padding: 16.3rem 20.5rem;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container {
  padding-right: 0rem;
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container {
  padding-left: 0rem;
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container {
    padding: 5.3rem 6.5rem !important;
  }
}
@media (max-width: 768px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  color: #FFFFFF !important;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content {
  position: absolute;
  width: 200%;
  top: 0%;
  bottom: 0%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-slate.png);
  background-repeat: round;
  z-index: 1;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content {
  left: 0%;
  -webkit-clip-path: polygon(0 0, 85% 0, 50% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% 0, 50% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content {
  right: 0%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 50% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 50% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content {
    width: 200%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content-light {
  position: absolute;
  width: 170%;
  top: 0;
  bottom: 0;
  background: #51534A;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content-light {
  left: 30%;
  -webkit-clip-path: polygon(0 0, 89% 0, 49% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% 0, 49% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content-light {
  right: 30%;
  -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 53% 100%);
          clip-path: polygon(17% 0%, 100% 0%, 100% 100%, 53% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaytop-content-light {
    width: 190%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaybottom-content {
  position: absolute;
  width: 130%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-slate.png);
  background-repeat: round;
  top: 0%;
  bottom: 0%;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaybottom-content {
  left: 150%;
  -webkit-clip-path: polygon(130% -50%, 60% 100%, 100% 100%);
          clip-path: polygon(130% -50%, 60% 100%, 100% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .overlaybottom-content {
  right: 150%;
  -webkit-clip-path: polygon(0% 0%, -20% 0%, 43% 100%, 0% 100%);
          clip-path: polygon(0% 0%, -20% 0%, 43% 100%, 0% 100%);
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container {
  padding: 16.3rem 20.5rem;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container {
  padding-right: 0rem;
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container {
  padding-left: 0rem;
}
@media (max-width: 768px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  color: #FFFFFF !important;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  position: absolute;
  width: 200%;
  top: 0%;
  bottom: 0%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-teal.png);
  background-repeat: round;
  z-index: 1;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  left: 0%;
  -webkit-clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  right: 0%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
    width: 200%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  position: absolute;
  width: 170%;
  top: 0;
  bottom: 0;
  background: #235564;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  left: 30%;
  -webkit-clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  right: 30%;
  -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
    width: 190%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaybottom-content {
  display: none;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding: 8rem 8.7rem;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-right: 0rem;
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-left: 0rem;
}
@media (max-width: 768px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  color: #FFFFFF !important;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--teal.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  position: absolute;
  width: 200%;
  top: 0%;
  bottom: 0%;
  background: url(../../../static/dam/staybridge/sb-wallpaper-slate.png);
  background-repeat: round;
  z-index: 1;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  left: 0%;
  -webkit-clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  right: 0%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
    width: 200%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  position: absolute;
  width: 170%;
  top: 0;
  bottom: 0;
  background: #51534A;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  left: 30%;
  -webkit-clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  right: 30%;
  -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
    width: 190%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaybottom-content {
  display: none;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding: 8rem 8.7rem;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-right: 0rem;
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-left: 0rem;
}
@media (max-width: 768px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description p {
  color: #FFFFFF !important;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--slate.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  position: absolute;
  width: 741px;
  top: 0%;
  bottom: 0%;
  background: #EEEEEE;
  z-index: 1;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  left: 0%;
  -webkit-clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 85% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
  right: 0%;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content {
    width: 200%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  position: absolute;
  width: 640px;
  top: 0;
  bottom: 0;
  background: #EEEEEE;
  mix-blend-mode: normal;
  opacity: 0.8;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  left: 30%;
  -webkit-clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
          clip-path: polygon(0 0, 89% -1%, 65% 100%, 0% 100%);
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
  right: 30%;
  -webkit-clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
          clip-path: polygon(17% 0%, 100% 0%, 100% 101%, 40% 100%);
}
@media (max-width: 992px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaytop-content-light {
    width: 190%;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .overlaybottom-content {
  display: none;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding: 8rem 8.7rem;
}
[dir=ltr] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-right: 0rem;
}
[dir=rtl] .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
  padding-left: 0rem;
}
@media (max-width: 768px) {
  .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--right.cmp-teaser--image--overlay-pattern--gray.cmp-teaser--image--overlay-triangle--hide .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7rem;
}
.cmp-teaser--image--right.image-width-75 .cmp-teaser .cmp-teaser__content {
  flex-basis: 50%;
}
.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cmp-teaser--hero .cmp-teaser__content .cmp-teaser__content__container {
  max-width: 96rem;
  padding: 60px;
}
@media (max-width: 768px) {
  .cmp-teaser--hero .cmp-teaser__content .cmp-teaser__content__container {
    max-width: 30rem;
  }
}
.cmp-teaser--hero .cmp-teaser__title {
  font-size: 4.8rem;
  color: #FFFFFF;
  line-height: 110%;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  text-transform: uppercase !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 768px) {
  .cmp-teaser--hero .cmp-teaser__title {
    font-size: 3.6rem;
  }
}
.cmp-teaser--hero .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--hero .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-teaser__action-link {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.7rem;
  font-size: 1.8rem;
}
.cmp-teaser--hero.cmp-teaser--gradient .cmp-teaser .cmp-teaser__image .cmp-image__image:after {
  display: block;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cmp-teaser--image--background--gray {
  background-color: #EEEEEE;
}
.cmp-teaser--image--background--gray .cmp-teaser__content .cmp-teaser__content__container {
  padding: 9.15rem 9rem !important;
}
@media (max-width: 768px) {
  .cmp-teaser--image--background--gray .cmp-teaser__content .cmp-teaser__content__container {
    padding: 2rem !important;
  }
}
.cmp-teaser--image--background--gray .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__title {
  font-size: 3.8rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 450;
  line-height: 120%;
  text-transform: capitalize !important;
  padding-top: 0;
}
.cmp-teaser--image--top {
  margin-left: 6rem;
}
.cmp-teaser--image--top .cmp-teaser__image {
  width: 100%;
  padding: 0px;
}
.cmp-teaser--image--top .cmp-teaser__content {
  position: unset;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container {
  padding: 3rem 2rem 2rem;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container {
    padding-top: 3rem !important;
  }
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link {
  text-decoration: unset !important;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #006980;
  text-decoration: underline;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
    margin-left: 0;
  }
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button__text::after, .cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-teaser__action-link::after {
  color: #006980;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--secondary .cmp-teaser__action-link {
  color: #006980;
  border: 2px solid #006980;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.8rem;
  background: transparent;
}
.cmp-teaser--image--top .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--secondary .cmp-teaser__action-link:hover {
  background: #006980;
  color: #FFFFFF;
}
.cmp-teaser--image--top .cmp-teaser__title, .cmp-teaser--image--top .cmp-teaser__title-link > * {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 120%;
  margin-bottom: 3rem;
  text-transform: uppercase !important;
}
@media (min-width: 768px) {
  .cmp-teaser--image--top .cmp-teaser__title, .cmp-teaser--image--top .cmp-teaser__title-link > * {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px) {
  .cmp-teaser--image--top .cmp-teaser__title, .cmp-teaser--image--top .cmp-teaser__title-link > * {
    margin-bottom: 2.2rem;
  }
}
.cmp-teaser--image--top .cmp-teaser__description {
  margin-bottom: 3rem;
}
.cmp-teaser--image--top .cmp-teaser__description p {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  color: #51534A;
}
.cmp-teaser--image--top .cmp-teaser__button-container .cmp-teaser__action-container {
  margin-left: 0rem;
}
.cmp-teaser--image--left, .cmp-teaser--image--right {
  justify-content: center !important;
}
.cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container {
  padding: 3rem 8rem;
  z-index: 1;
}
.cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link {
  padding: unset !important;
}
.cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link {
  text-decoration: unset;
}
@media (max-width: 767px) {
  .cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link {
    width: unset;
    margin: unset;
  }
}
.cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button--tertiary-teal .cmp-button__text, .cmp-teaser--image--left .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button--tertiary-teal .cmp-teaser__action-link, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button--tertiary-teal .cmp-button__text, .cmp-teaser--image--right .cmp-teaser__content .cmp-teaser__content__container .cmp-teaser__action-container.cmp-button--tertiary .cmp-teaser__action-link .cmp-button--tertiary-teal .cmp-teaser__action-link {
  text-decoration: underline;
}
.cmp-teaser--image--left .cmp-teaser__title, .cmp-teaser--image--right .cmp-teaser__title {
  font-size: 3.8rem;
  text-transform: capitalize !important;
  padding-top: 0;
}
@media (max-width: 768px) {
  .cmp-teaser--image--left .cmp-teaser__title, .cmp-teaser--image--right .cmp-teaser__title {
    font-size: 3.2rem;
  }
}
.cmp-teaser--image--left .cmp-teaser__image, .cmp-teaser--image--right .cmp-teaser__image {
  max-height: 100%;
  margin-bottom: 0px;
}
.cmp-teaser--image--left .cmp-teaser__image .cmp-image, .cmp-teaser--image--right .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--image--left .cmp-teaser__image .cmp-image .cmp-image__image, .cmp-teaser--image--right .cmp-teaser__image .cmp-image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--image--left .cmp-teaser__image .cmp-image .cmp-image__image img, .cmp-teaser--image--right .cmp-teaser__image .cmp-image .cmp-image__image img {
  height: 100%;
}
.cmp-teaser--image--left .cmp-teaser__title {
  margin-bottom: 2rem !important;
}
.cmp-teaser--image--left .cmp-teaser__description {
  margin-bottom: 2rem;
}
.cmp-teaser--image--left .cmp-teaser__description p {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  color: #51534A;
  margin-bottom: 0;
}
.cmp-teaser--image--left .cmp-teaser__image {
  padding: 0px;
  /* width: 720px;
  height: 480.33px; */
}
@media (max-width: 767px) {
  .cmp-teaser--image--left .cmp-teaser__image {
    margin-bottom: 3rem;
  }
}
.cmp-teaser--image--right .cmp-teaser__title {
  margin-bottom: 2rem !important;
}
.cmp-teaser--image--right .cmp-teaser__description {
  margin-bottom: 2rem;
}
.cmp-teaser--image--right .cmp-teaser__description p {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  color: #51534A;
  margin-bottom: 0;
}
.cmp-teaser--image--right .cmp-teaser__image {
  padding: 0px;
}
@media (max-width: 767px) {
  .cmp-teaser--image--right .cmp-teaser__image {
    margin-bottom: 3rem;
  }
}
.cmp-teaser--hero_box--left .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--hero_box--left .cmp-teaser__image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--hero_box--left .cmp-teaser__image .cmp-image__image img {
  height: 100%;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--left .cmp-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
}
@media (min-width: 1201px) {
  .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    background-color: #FFFFFF;
    max-height: 70%;
    width: 50rem;
    top: unset;
    padding: 5rem;
  }
  [dir=ltr] .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 7.65rem 82rem 7.65rem 12rem;
    padding-right: 4rem;
  }
  [dir=rtl] .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 7.65rem 12rem 7.65rem 0rem;
    padding-left: 4rem;
  }
}
@media (max-width: 1200px) {
  .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    /*  position: unset; */
    background-color: #FFFFFF;
    max-height: 70%;
    width: 45rem;
    top: unset;
    padding: 3rem;
  }
  [dir=ltr] .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 3.65rem 82rem 7.65rem 6rem;
    padding-right: 2rem;
  }
  [dir=rtl] .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 3.65rem 4rem 7.65rem 0rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--left .cmp-teaser__image ~ .cmp-teaser__content {
    background-color: #FFFFFF;
    width: unset;
    padding: 2rem;
    margin: unset !important;
  }
}
.cmp-teaser--hero_box--left .cmp-teaser__content__container {
  z-index: 2;
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--left .cmp-teaser__content__container {
    background-color: #FFFFFF;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--left .cmp-teaser__content__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper {
    display: unset;
    padding-top: 1rem;
  }
  .cmp-teaser--hero_box--left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link {
    justify-content: center;
    max-width: unset;
  }
  .cmp-teaser--hero_box--left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--hero_box--left .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-teaser__action-link {
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--left .cmp-teaser__content {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cmp-teaser--hero_box--left .cmp-teaser__content {
    padding: 5rem;
  }
}
.cmp-teaser--hero_box--left .cmp-teaser__title {
  padding-top: 1rem;
  font-style: normal;
  font-size: 3.8rem;
  margin-bottom: 0;
  /* .cmp-teaser__title-link{
      font-weight: $font-weight-bold;
  } */
}
.cmp-teaser--hero_box--left .cmp-teaser__description p {
  color: #51534A;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--left .cmp-teaser__description p {
    color: #51534A;
    padding-top: 2rem;
  }
}
.cmp-teaser--hero_box--left .cmp-teaser__action-container {
  padding-top: 2rem;
}
.cmp-teaser--hero_box--left .cmp-teaser__caption {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
  text-align: right;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 1.5rem;
}
[dir=rtl] .cmp-teaser--hero_box--left .cmp-teaser__caption {
  text-align: left;
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--left .cmp-teaser__caption {
    margin-top: -5%;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .cmp-teaser--hero_box--left .cmp-teaser__caption {
    bottom: unset;
    margin-top: -7%;
    text-align: left;
  }
}
@media (max-width: 475px) {
  .cmp-teaser--hero_box--left .cmp-teaser__caption {
    bottom: unset;
    margin-top: -12%;
  }
}
.cmp-teaser--hero_box--right .cmp-teaser__image .cmp-image {
  height: 100%;
}
.cmp-teaser--hero_box--right .cmp-teaser__image .cmp-image__image {
  height: 100%;
}
.cmp-teaser--hero_box--right .cmp-teaser__image .cmp-image__image img {
  height: 100%;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--right .cmp-teaser__image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
  /* @include media('<lvp'){
      top:rem(-80px);
  }
  @include media('<mvp'){
  top:unset;
  } */
}
@media (min-width: 1201px) {
  .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    /*  position: unset; */
    background-color: #FFFFFF;
    max-height: 70%;
    width: 50rem;
    top: unset;
  }
  [dir=ltr] .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 7.65rem 12rem 7.65rem 82rem;
    padding-right: 4rem;
    float: right;
  }
  [dir=rtl] .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 7.65rem 82rem 7.65rem 12rem;
    padding-left: 4rem;
    float: left;
  }
}
@media (max-width: 1200px) {
  .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    /*  position: unset; */
    background-color: #FFFFFF;
    max-height: 70%;
    width: 45rem;
    top: unset;
    padding: 3rem;
  }
  [dir=ltr] .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 3.65rem 6rem 7.65rem 82rem;
    padding-right: 2rem;
    float: right;
  }
  [dir=rtl] .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    margin: 3.65rem 5rem 7.65rem 6rem;
    padding-left: 2rem;
    float: left;
  }
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--right .cmp-teaser__image ~ .cmp-teaser__content {
    background-color: #FFFFFF;
    width: unset;
    padding: 2rem;
    margin: unset !important;
    float: none !important;
  }
}
.cmp-teaser--hero_box--right .cmp-teaser__content__container {
  z-index: 2;
  background: #FFFFFF;
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--right .cmp-teaser__content__container {
    background-color: #FFFFFF;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--right .cmp-teaser__content__container {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cmp-teaser--hero_box--right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper {
    display: unset;
    padding-top: 1rem;
  }
  .cmp-teaser--hero_box--right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link {
    justify-content: center;
    max-width: unset;
  }
  .cmp-teaser--hero_box--right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-button__text, .cmp-teaser--hero_box--right .cmp-teaser__content__container .cmp-teaser__action-container .cmp-button-wrapper .cmp-teaser__action-link .cmp-teaser__action-link {
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--right .cmp-teaser__content {
    padding: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .cmp-teaser--hero_box--right .cmp-teaser__content {
    padding: 5rem;
  }
}
.cmp-teaser--hero_box--right .cmp-teaser__title {
  padding-top: 1rem;
  font-style: normal;
  font-size: 3.8rem;
  margin-bottom: 0;
  /* .cmp-teaser__title-link{
      font-weight: $font-weight-bold;
  } */
}
.cmp-teaser--hero_box--right .cmp-teaser__description p {
  color: #51534A;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
}
@media (min-width: 993px) {
  .cmp-teaser--hero_box--right .cmp-teaser__description p {
    color: #51534A;
    padding-top: 2rem;
  }
}
.cmp-teaser--hero_box--right .cmp-teaser__action-container {
  padding-top: 2rem;
}
.cmp-teaser--hero_box--right .cmp-teaser__caption {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 150%;
  color: #FFFFFF;
  text-align: left;
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 1.5rem;
}
[dir=rtl] .cmp-teaser--hero_box--right .cmp-teaser__caption {
  text-align: right;
}
@media (max-width: 992px) {
  .cmp-teaser--hero_box--right .cmp-teaser__caption {
    margin-top: -5%;
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .cmp-teaser--hero_box--right .cmp-teaser__caption {
    bottom: unset;
    margin-top: -7%;
  }
  [dir=rtl] .cmp-teaser--hero_box--right .cmp-teaser__caption {
    text-align: left;
  }
}
@media (max-width: 475px) {
  .cmp-teaser--hero_box--right .cmp-teaser__caption {
    bottom: unset;
    margin-top: -12%;
  }
}
.cmp-teaser--dotted-border {
  position: relative;
  display: block;
  padding-top: 1.8rem;
}
.cmp-teaser--dotted-border picture {
  border-radius: 0 0 110% 110%/71px;
}
.cmp-teaser--dotted-border picture img {
  border-radius: 0 0 110% 110%/117px;
  position: relative;
  z-index: 12;
  padding-bottom: 26px;
}
.cmp-teaser--dotted-border .cmp-teaser__content__container {
  z-index: 11;
}
.cmp-teaser--dotted-border .cmp-image::after {
  content: "";
  position: absolute;
  bottom: 0.56rem;
  z-index: 2;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0 0 110% 110%/57px;
}
.cmp-teaser--dotted-border .cmp-image {
  position: relative;
}
.cmp-teaser--dotted-border .cmp-teaser__image {
  position: relative;
  height: 100%;
  display: block;
  z-index: 10;
}
.cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-button, .cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-teaser__action-link {
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: 700;
  background: transparent;
  padding: 1.5rem 3rem;
}
.cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-button__text, .cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-teaser__action-link {
  font-weight: 450 !important;
}
.cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-button:hover, .cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-teaser__action-link:hover {
  background: #FFFFFF;
  color: #006980;
}
@media (max-width: 767px) {
  .cmp-teaser--teaser-secondary-white .cmp-teaser .cmp-button-wrapper {
    display: grid !important;
  }
}
.cmp-teaser--teaser-secondary-white .cmp-teaser a.cmp-teaser__action-link.cmp-button, .cmp-teaser--teaser-secondary-white .cmp-teaser a.cmp-teaser__action-link {
  text-align: center;
}
.cmp-teaser--background-border-primary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #51534A 0.7rem, #51534A 1.5rem);
}
.cmp-teaser--background-border-secondary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #E0DDD7 0.7rem, #E0DDD7 1.5rem);
}
.cmp-teaser--background-border-tertiary .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #006980 0.7rem, #006980 1.5rem);
}
.cmp-teaser--background-border-fourth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EAAA00 0.7rem, #EAAA00 1.5rem);
}
.cmp-teaser--background-border-fifth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #DD7975 0.7rem, #DD7975 1.5rem);
}
.cmp-teaser--background-border-ninth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #FFFFFF 0.7rem, #FFFFFF 1.5rem);
}
.cmp-teaser--background-border-tenth .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #000000 0.7rem, #000000 1.5rem);
}
.cmp-teaser--background-border-gray1 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #6D6E70 0.7rem, #6D6E70 1.5rem);
}
.cmp-teaser--background-border-gray2 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EEEEEE 0.7rem, #EEEEEE 1.5rem);
}
.cmp-teaser--background-border-gray3 .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #3d3935 0.7rem, #3d3935 1.5rem);
}
.cmp-teaser--background-border-old-slate .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #222222 0.7rem, #222222 1.5rem);
}
.cmp-teaser--background-border-old-green .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #787558 0.7rem, #787558 1.5rem);
}
.cmp-teaser--background-border-light-blue .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #7B61FF 0.7rem, #7B61FF 1.5rem);
}
.cmp-teaser--background-border-gold .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EAAA00 0.7rem, #EAAA00 1.5rem);
}
.cmp-teaser--background-border-deepteal .cmp-image::after {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #235564 0.7rem, #235564 1.5rem);
}
.cmp-teaser--watermarked .cmp-teaser__image::after {
  content: " ";
  background-image: url(https://digital.ihg.com/is/image/ihg/hi_H_lettermark_LVP?fmt=png-alpha&hei=431);
  background-size: 33.2%;
  background-repeat: no-repeat;
  background-position: bottom right;
  height: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cmp-teaser--hide-watermark-mobile .cmp-teaser__image::after {
    display: none;
  }
  .cmp-teaser--show-watermark-desktop .cmp-teaser__image::after {
    display: none;
  }
}
@media (min-width: 768px) {
  .cmp-teaser--hide-watermark-desktop .cmp-teaser__image::after {
    display: none;
  }
  .cmp-teaser--show-watermark-mobile .cmp-teaser__image::after {
    display: none;
  }
}

.cmp-teaser--border-left {
  border-left: 0.6rem solid #FFFFFF;
}

.cmp-teaser--border-right {
  border-right: 0.6rem solid #FFFFFF;
}

.cmp-teaser--slided-bordered > .cmp-teaser {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser {
    flex-direction: row;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image,
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__content {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image,
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__content {
    flex-basis: 50%;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
  position: relative;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__content__container {
  padding: 1rem 1rem 1rem 4.8rem;
}
@media (min-width: 992px) {
  .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__content__container {
    width: 100%;
    padding: 1rem 8rem 1rem 8rem;
  }
}
.cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .rte p, .cmp-teaser--slided-bordered > .cmp-teaser .cmp-teaser__image ~ .cmp-teaser__content .cmp-teaser__description p {
  line-height: 1;
}

.ui-datepicker {
  font-size: 1.3rem;
  background: #EEEEEE !important;
}
.ui-datepicker span {
  font-size: 1.3rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header {
  background-color: #EEEEEE !important;
  color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title {
  color: #006980;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title span {
  font-size: 1.4rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-prev {
  background: transparent;
  font-size: 2.1rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-prev:before {
  font-family: "FontAwesome";
  color: #006980;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-next {
  background: transparent;
  font-size: 2.1rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-header a.ui-datepicker-next:before {
  font-family: "FontAwesome";
  color: #006980;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar thead span {
  font-size: 1.2rem;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td {
  background: #FFFFFF;
  border: 0.1rem solid #FFFFFF;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a {
  font-size: 1.4rem;
  border: 0.1rem solid transparent;
  background: inherit;
  font-weight: normal;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default.ui-state-active,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
  color: #FFFFFF;
  background: #51534A;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default:hover {
  color: #51534A;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a {
  color: #FFFFFF;
  background: #51534A;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span.ui-state-default,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a.ui-state-default {
  border-color: #51534A;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight a.ui-state-default:hover {
  color: #FFFFFF;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.dp-checkin:before {
  border-left: 0.5rem solid #FFFFFF;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.dp-checkout:after {
  border-right: 0.5rem solid #FFFFFF;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.dp-highlight.ui-state-disabled.ui-datepicker-unselectable .ui-state-default {
  color: #E0DDD7;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled {
  background: #b3b3b3;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled.ui-datepicker-unselectable.ui-datepicker-other-month {
  background: transparent;
}
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled span.ui-state-default:hover,
.ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td.ui-state-disabled a.ui-state-default:hover {
  color: #E0DDD7;
}

#reservation .form-group.dates.dp-open:after {
  content: "";
  border-left: 1.6rem solid transparent;
  border-right: 1.6rem solid transparent;
  border-bottom: 1.6rem solid #FFFFFF;
}

html[lang=de] #reservation input {
  font-size: 1.4rem;
}
html[lang=de] #reservation select {
  font-size: 1.4rem;
}

html[lang=fr] #reservation select {
  font-size: 1.4rem;
}
html[lang=fr] #reservation input.hasDatepicker {
  font-size: 1.2rem;
}

html[lang=zh] #reservation input {
  font-size: 1.4rem;
}
html[lang=zh] #reservation select {
  font-size: 1.4rem;
}

html[lang=es] #reservation select {
  font-size: 1.4rem;
}
html[lang=es] #reservation input.hasDatepicker {
  font-size: 1.2rem;
}

.show {
  display: block !important;
}

@media (max-width: 767px) {
  .ui-datepicker .ui-datepicker-group .ui-datepicker-header .ui-datepicker-title span {
    font-size: 1.6rem;
  }
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default,
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default {
    font-size: 1.6rem;
  }
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td span.ui-state-default.ui-state-active,
  .ui-datepicker .ui-datepicker-group .ui-datepicker-calendar td a.ui-state-default.ui-state-active {
    font-size: 1.6rem;
  }
}
/*Jquery-UI autocomplete styling*/
.ui-autocomplete {
  background: #FFFFFF;
  border-color: #bbbbbb;
}
.ui-autocomplete li.hotelname:nth-of-type {
  border-bottom: 0.1rem solid #ebebeb;
}
.ui-autocomplete li.iclabel {
  font-size: 1.4rem;
}
.ui-autocomplete li.citylabel {
  font-size: 1.4rem;
  border-top: 0.1rem solid #c3c3c3;
}
.ui-autocomplete li.iclabel.ui-state-disabled {
  color: #FFFFFF;
}
.ui-autocomplete li.citylabel.ui-state-disabled {
  color: #FFFFFF;
}
.ui-autocomplete li a span.airport {
  font-family: "svgIconsFonts";
}
.ui-autocomplete li a.ui-state-active {
  border-radius: 0;
  border: 0;
}

.ui-menu {
  border: solid 0.1rem #3d3935;
}
.ui-menu .ui-menu-item a {
  line-height: 1.5;
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-active {
  color: #FFFFFF;
  background-color: #51534A;
}
.ui-menu .ui-menu-divider {
  font-size: 0;
}

#reservation {
  font-size: 1.6rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  color: #3d3935;
}
#reservation .error-msg {
  border: 0.1rem solid red;
  color: #3d3935;
}
#reservation .error-msg a {
  color: #51534A;
}
#reservation .content .main-nav {
  display: none;
}
#reservation .content .main-nav li {
  color: #51534A;
}
#reservation .content .main-nav li.active {
  background-color: #006980;
  border-top: solid 0.5rem #51534A;
}
#reservation .content .tab-content {
  background: none repeat scroll 0 0;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.adults input, #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.children input, #reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rooms input {
  border: 0.1rem solid rgb(204, 204, 204);
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group.rate-preference:after {
  color: #51534A;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-title {
  background-color: #FFFFFF;
  color: #51534A;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .popover .popover-content {
  background: #FFFFFF;
  color: #006980;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group label {
  font-style: italic;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group label a {
  color: #3d3935;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group input {
  border: 0.1rem solid rgb(204, 204, 204);
  background-color: #FFFFFF;
  color: #3d3935;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .form-group .rate-preference-select {
  color: #3d3935;
  background: #FFFFFF;
  border: 0.1rem solid #ccc;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons {
  color: #8f9291;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.minus-icon, #reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.plus-icon {
  font-size: 2.2rem;
  background-color: #51534A;
  color: #FFFFFF;
  bottom: 0;
}
#reservation .content .tab-content .tab-pane .form-inline .form-fields .fa-icons.minus-icon:before {
  content: "\f068";
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt {
  color: #51534A;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon {
  font-size: 1.8rem;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon:after {
  color: #51534A;
}
#reservation .content .tab-content .tab-pane .form-inline .more-less-opt .arrow-icon.open:after {
  color: #51534A;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note p.reqd-field {
  font-size: inherit;
  color: #3d3935;
}
#reservation .content .tab-content .tab-pane .form-inline .important-note .best-available {
  color: #3d3935;
}
#reservation .content .tab-content .tab-pane .form-inline .manage-reservation-link span {
  color: #000000;
}
#reservation .content .tab-content .tab-pane .form-inline .htl-search {
  background-color: #51534A;
  color: #FFFFFF;
  font-weight: normal;
}

@media (max-width: 767px) {
  #reservation .content .accordion-book {
    color: #FFFFFF;
    font-weight: normal;
    background-color: #51534A;
  }
  #reservation .content .accordion-book.active {
    background-color: #FFFFFF;
    color: #51534A;
  }
  #reservation .content .accordion-book.active:after {
    color: #51534A;
  }
  #reservation .content .accordion-book:after {
    color: #FFFFFF;
  }
  #reservation .content .tab-content .tab-pane .form-inline .htl-search {
    line-height: 2.2rem;
  }
  .res-footer {
    color: #FFFFFF;
    font-weight: 500;
    background-color: #51534A;
  }
  .res-footer .rates-from-wrapper {
    border-right: 0.2rem solid #FFFFFF;
  }
  .res-footer .reservation_sticky {
    line-height: 1.2em;
  }
}
@media (min-width: 768px) {
  .res-footer {
    color: #FFFFFF;
    background-color: #51534A;
  }
  .res-footer .rates-from-wrapper {
    border-right: 0.2rem solid #FFFFFF;
  }
}
.cmp-offer-details__pretitle {
  font-weight: 450;
  text-transform: uppercase;
  line-height: 110%;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #51534A;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-offer-details__pretitle {
    font-size: 1.6rem;
    padding-top: 6.8rem;
  }
}
.cmp-offer-details__title {
  margin-top: 1rem;
  margin-bottom: 6rem;
  font-size: 4.8rem;
  line-height: 110%;
  text-transform: uppercase;
  font-style: normal;
  color: #51534A;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .cmp-offer-details__title {
    font-size: 3.6rem;
    margin-bottom: 3rem;
  }
}
.cmp-offer-details__title::after {
  content: "";
  width: 20rem;
  border-bottom: 0.5rem solid #006980;
  display: block;
  padding-top: 6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cmp-offer-details__title::after {
    width: 8rem;
    padding-top: 3rem;
  }
}
.cmp-offer-details__description {
  margin-bottom: 4rem;
}
.cmp-offer-details__description.rte p, .cmp-offer-details__description.cmp-teaser__description p {
  text-transform: capitalize;
  font-size: 2.6rem;
  line-height: 130%;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  color: #51534A;
}
@media (max-width: 767px) {
  .cmp-offer-details__description.rte p, .cmp-offer-details__description.cmp-teaser__description p {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}
.cmp-offer-details__stay-dates-container, .cmp-offer-details__offer-deadline-container {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.9rem;
  line-height: 160%;
  color: #3d3935;
}
@media (max-width: 767px) {
  .cmp-offer-details__stay-dates-container, .cmp-offer-details__offer-deadline-container {
    font-size: 1.7rem;
  }
}
.cmp-offer-details__label {
  font-weight: 700;
}

.faq .cmp-accordion {
  padding: 0;
}
.faq .cmp-accordion-section__title {
  text-align: left;
  padding: 1.8rem 4.5rem 2.2rem 2rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 130%;
  text-transform: capitalize;
  color: #FFFFFF;
  background: #51534A;
}
@media (max-width: 767px) {
  .faq .cmp-accordion-section__title {
    font-size: 2.2rem;
    padding: 2rem;
  }
}
.faq .cmp-accordion__item {
  border-bottom: 0.2rem solid #E0DDD7;
}
.faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button {
  padding: 0;
}
.faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title, .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__panel {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
  letter-spacing: 0.011em;
  border-top: unset;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title, .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__panel {
    padding-right: 3.5rem;
  }
}
@media (max-width: 767px) {
  .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title:first-of-type, .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__panel:first-of-type {
    padding-top: 1.8rem;
  }
}
@media (max-width: 767px) {
  .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title:last-of-type, .faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__panel:last-of-type {
    padding-bottom: 1.5rem;
    padding-right: 4.5rem;
    padding-top: 1.5rem;
  }
}
.faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title {
  padding: 1.5rem 4.5rem 1.5rem 2rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
.faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button .cmp-accordion__title:before {
  /* color: get-color("primary");
  @include fa-icon-print($fa-var-angle-down); */
  display: block;
  width: 1.5rem;
  /* height: 1.5rem;
  border: solid get-color("primary") 0.1rem;
  border-top: none;
  border-left: none;
  transform: rotate(45deg); */
  right: 2.5rem;
  position: absolute;
  transition: transform 0.4s ease;
  font-family: "FontAwesome";
  content: "\f078";
}
.faq .cmp-accordion__item .cmp-accordion__header .cmp-accordion__button--expanded .cmp-accordion__title:before {
  transform: scaleY(-1);
}
.faq .cmp-accordion__item .cmp-accordion__panel--expanded {
  text-indent: unset;
  margin-top: 0;
  padding-top: 0;
  padding-left: 2rem;
  font-size: 1.8rem;
  line-height: 160%;
  color: #51534A;
  padding-bottom: 1.5rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .faq .cmp-accordion__item .cmp-accordion__panel--expanded {
    font-size: 1.7rem;
    padding-bottom: 1.5rem;
    padding-right: unset;
  }
}
.faq .cmp-accordion__item .cmp-accordion__panel--expanded a {
  color: #006980;
}
.faq .cmp-faq__action {
  display: flex;
  justify-content: center;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  color: #006980;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 100%;
  padding: 2.3rem 0 1.3rem 0;
  margin: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .faq .cmp-faq__action {
    font-size: 1.8rem;
    justify-content: center;
  }
}

.brandLogoNavWrapper#primary-nav {
  display: none !important;
}

#uhf_headerWrapper .mobileNavMenuContainer {
  background: #FFFFFF !important;
  color: #51534A;
}
@media (min-width: 768px) {
  #uhf_headerWrapper .mobileNavMenuContainer {
    display: none;
  }
}
#uhf_headerWrapper .mobileNavMenuContainer .mobileNav, #uhf_headerWrapper .mobileNavMenuContainer .logIn {
  background: #FFFFFF !important;
  color: #51534A;
}
#uhf_headerWrapper li.mobileNavHeading {
  display: none !important;
}
#uhf_headerWrapper .mobileNavMenu-list {
  border-bottom: unset;
}

@media (max-width: 767px) {
  .uhf_headerFooter .container {
    padding-top: 1.5rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .uhf_headerFooter .container {
    width: unset;
    max-width: 144rem;
  }
}

@media (max-width: 767px) {
  html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction {
    display: flex !important;
    align-items: center;
    background-color: #006980;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    font-weight: 500;
    justify-content: center;
    left: 0;
    right: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    padding-top: 0px;
  }
  html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .nav-booknowbutton {
    display: inline-flex !important;
  }
  html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button, html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-teaser__action-link {
    background-color: #51534A;
    margin: 1px 0;
    color: #FFFFFF;
  }
  html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button .cmp-button__text, html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-teaser__action-link .cmp-button__text, html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-button .cmp-teaser__action-link, html[lang=ja-JP] #staybridge-header .hotelcountrycode-japan .navigation ~ .calltoaction .cmp-teaser__action-link .cmp-teaser__action-link {
    color: #FFFFFF;
    font-size: 21px;
  }
}
#staybridge-header {
  background: #FFFFFF;
}
#staybridge-header #xf-primary-nav {
  margin: 0 auto;
  padding: 2rem 1.5rem;
}
@media (max-width: 767px) {
  #staybridge-header #xf-primary-nav {
    padding: unset;
  }
}
@media (min-width: 768px) {
  #staybridge-header #xf-primary-nav {
    display: flex;
  }
}
@media (min-width: 1200px) {
  #staybridge-header #xf-primary-nav {
    max-width: 144rem;
  }
}
@media (min-width: 768px) {
  #staybridge-header .image {
    flex-basis: 10%;
  }
}
@media (max-width: 767px) {
  #staybridge-header .image {
    float: none;
    margin: 2rem auto 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#staybridge-header .image .cmp-image img {
  width: 16.453rem;
  height: 6.6rem;
}
@media (max-width: 767px) {
  #staybridge-header .image .cmp-image img {
    display: none;
  }
}
#staybridge-header .navigation {
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #staybridge-header .navigation {
    flex-basis: 90%;
  }
}
@media (max-width: 767px) {
  #staybridge-header .navigation {
    overflow-x: scroll;
  }
}
#staybridge-header .navigation .cmp-navigation {
  display: flex;
}
@media (min-width: 768px) {
  #staybridge-header .navigation .cmp-navigation {
    justify-content: flex-end;
  }
}
#staybridge-header .navigation .cmp-navigation__group {
  list-style: none;
  margin: 0;
}
@media (max-width: 767px) {
  #staybridge-header .navigation .cmp-navigation__group {
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    padding: 0 1.5rem 3rem 2rem;
  }
}
#staybridge-header .navigation .cmp-navigation__item {
  display: inline;
  float: left;
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  #staybridge-header .navigation .cmp-navigation__item {
    padding-right: 3rem;
  }
}
[dir=rtl] #staybridge-header .navigation .cmp-navigation__item {
  float: right;
}
@media (min-width: 768px) {
  [dir=rtl] #staybridge-header .navigation .cmp-navigation__item {
    padding-left: 3rem;
    padding-right: unset;
  }
}
@media (max-width: 767px) {
  #staybridge-header .navigation .cmp-navigation__item {
    width: -moz-max-content;
    width: max-content;
    padding-top: 2rem;
  }
}
#staybridge-header .navigation .cmp-navigation__item-link {
  color: #51534A;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.08em;
  line-height: 1.7rem;
  font-size: 1.6rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-weight: 500;
}
#staybridge-header .navigation .cmp-navigation__item-link:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #006980;
          text-decoration-color: #006980;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#staybridge-header .navigation .cmp-navigation__item--active a {
  /*  color: get-color("green"); */
  text-decoration: underline;
  -webkit-text-decoration-color: #006980;
          text-decoration-color: #006980;
  text-underline-offset: 1rem;
  text-decoration-thickness: 0.3rem;
}
#staybridge-header .navigation ~ .calltoaction {
  text-align: left;
  /*book now will be shown from BCS*/
}
[dir=rtl] #staybridge-header .navigation ~ .calltoaction {
  text-align: right;
}
@media (min-width: 768px) {
  #staybridge-header .navigation ~ .calltoaction {
    align-content: flex-end;
    flex: 1 1 37%;
    right: 0;
  }
}
@media (min-width: 992px) {
  #staybridge-header .navigation ~ .calltoaction {
    flex-basis: 25%;
  }
}
@media (min-width: 1200px) {
  #staybridge-header .navigation ~ .calltoaction {
    flex-basis: 17%;
  }
}
@media (max-width: 767px) {
  #staybridge-header .navigation ~ .calltoaction {
    display: none;
  }
}
#staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button, #staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-teaser__action-link {
  border: none;
  background: #006980;
  padding: 1.5rem 3rem;
  display: flex;
  flex-direction: row;
  min-width: 15.8rem;
  min-height: 4.8rem;
  border-radius: 0.3rem;
  justify-content: center;
}
#staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button__text, #staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-teaser__action-link {
  font-weight: 450;
  font-size: 1.6rem;
  line-height: 112%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.008rem;
}
#staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-button:hover, #staybridge-header .navigation ~ .calltoaction .cmp-button-wrapper .cmp-teaser__action-link:hover {
  background: #235564;
}
@media (min-width: 768px) {
  #staybridge-header.UHF-sticky .responsivegrid {
    background: #FFFFFF;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }
}

.nav-header-disable .cmp-navigation {
  display: none !important;
}

@media (min-width: 768px) {
  #uhf_headerWrapper .utilityNavWrapper {
    display: block !important;
  }
  #uhf_headerWrapper .utilityNavWrapper a.utilityNav-link {
    font-family: "Graphik-Regular", sans-serif;
  }
}
@media (max-width: 767px) {
  #uhf_headerWrapper svg.rewardsClubLogo {
    fill: #51534A;
  }
}
#uhf_headerWrapper .mobileNavManuWrapper .logIn-mobile .logIn-anonymous > .logIn-link {
  color: #51534A;
}
#uhf_headerWrapper .mobileNavManuWrapper .mobileNavMenu a.mobileNavLink {
  color: #006980;
}
#uhf_headerWrapper div.wrapper-UBE div.mobileNavMenuContainer .menuCTA .fa-2x {
  filter: unset;
  color: #51534A;
}
#uhf_headerWrapper div.wrapper-UBE div.mobileNavMenuContainer .brandLogo {
  float: left;
  max-width: 35%;
}
@media (min-width: 481px) {
  #uhf_headerWrapper div.wrapper-UBE div.mobileNavMenuContainer .brandLogo img.brandLogo-image {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  #uhf_headerWrapper div.wrapper-UBE div.mobileNavMenuContainer .brandLogo img.brandLogo-image {
    width: auto;
    padding: 0;
  }
}

a.utilityNav-link.u-link.nav-middle.resDirectIcon-link {
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .uhf_headerFooter .fa-phone:before {
    color: #51534A;
  }
}
@media (max-width: 480px) {
  .uhf_headerFooter .fa-phone:before {
    font-size: smaller;
  }
}

.social-media .cmp-social-media {
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  line-height: 110%;
  text-align: center;
}
.social-media .cmp-social-media i {
  padding-left: 2.1rem;
}
.social-media .cmp-social-media .fa-facebook {
  color: #51534A;
}
.social-media .cmp-social-media .fa-facebook:hover {
  color: #006980;
}
.social-media .cmp-social-media .fa-instagram {
  color: #51534A;
}
.social-media .cmp-social-media .fa-instagram:hover {
  color: #006980;
}
.social-media .cmp-social-media .fa-twitter {
  color: #51534A;
}
.social-media .cmp-social-media .fa-twitter:hover {
  color: #006980;
}
.social-media .cmp-social-media .fa-pinterest-p {
  color: #51534A;
}
.social-media .cmp-social-media .fa-pinterest-p:hover {
  color: #006980;
}
.social-media .cmp-social-media .fa-youtube {
  color: #51534A;
}
.social-media .cmp-social-media .fa-youtube:hover {
  color: #006980;
}
.social-media .cmp-social-media .fa-linkedin-in {
  color: #51534A;
}
.social-media .cmp-social-media .fa-linkedin-in:hover {
  color: #006980;
}

/*Box Sizing with variable support*/
/** Background Image **/
/* Media queries view port variable */
/** Screen Viewport **/
/*Variables for the breakpoints*/
.explore-map-wrap .hotelPopup .rating-count {
  margin-left: 3px;
  font-size: 1.2rem;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  line-height: 125%;
  font-weight: 500;
  color: #51534A;
}
.explore-map-wrap .hotelPopup .guest-rating-static {
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 96px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-20 {
  background-position: -37px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-40 {
  background-position: -19px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-10 {
  background-position: -77px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-0 {
  background-position: -96px 0;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-1 {
  background-position: -77px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-11 {
  background-position: -58px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-20 {
  background-position: -58px 0px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-21 {
  background-position: -38px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-30 {
  background-position: -38px 0px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-31 {
  background-position: -19px -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-41 {
  background-position: 0 -180px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-2 {
  background-position: -77px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-12 {
  background-position: -58px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-22 {
  background-position: -38px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-32 {
  background-position: -19px -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-42 {
  background-position: 0 -160px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-3 {
  background-position: -77px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-13 {
  background-position: -58px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-23 {
  background-position: -38px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-33 {
  background-position: -19px -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-43 {
  background-position: 0 -140px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-4 {
  background-position: -77px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-14 {
  background-position: -58px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-24 {
  background-position: -38px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-34 {
  background-position: -19px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-44 {
  background-position: 0px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-5 {
  background-position: -77px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-15 {
  background-position: -58px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-25 {
  background-position: -38px -120px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-35 {
  background-position: -19px -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-45 {
  background-position: 0 -100px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-6 {
  background-position: -77px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-16 {
  background-position: -58px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-26 {
  background-position: -38px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-36 {
  background-position: -19px -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-46 {
  background-position: 0 -80px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-7 {
  background-position: -77px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-17 {
  background-position: -58px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-27 {
  background-position: -38px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-37 {
  background-position: -19px -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-47 {
  background-position: 0 -60px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-8 {
  background-position: -77px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-18 {
  background-position: -58px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-28 {
  background-position: -38px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-38 {
  background-position: -19px -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-48 {
  background-position: 0 -40px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-9 {
  background-position: -77px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-19 {
  background-position: -58px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-29 {
  background-position: -38px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-39 {
  background-position: -19px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-49 {
  background-position: 0px -20px;
}
.explore-map-wrap .hotelPopup .guest-rating-static.guest-rating-50 {
  background-position: 0px 0px;
}

.explore-map-wrap.explore-content .markerlabel {
  background: #FFFFFF;
  color: #51534A;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 110%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.explore-map-wrap.explore-content .markerlabel .clickActive:before {
  border-right-color: #FFFFFF !important;
}

.explore-map-wrap.explore-content .markerlabel,
.explore-map-wrap.explore-content .regionLabel {
  font-size: 1.2rem;
}
.explore-map-wrap.explore-content .markerlabel.clickActive:before, .explore-map-wrap.explore-content .markerlabel.markerActive:before,
.explore-map-wrap.explore-content .regionLabel.clickActive:before,
.explore-map-wrap.explore-content .regionLabel.markerActive:before {
  box-shadow: -1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
  border-right-color: #FFFFFF;
}
.explore-map-wrap.explore-content .regionLabel {
  font-size: 1.4rem;
  color: #FFFFFF;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel img {
  width: 4.05rem;
  height: 5.8rem;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel div:first-child span {
  font-size: 1.4rem;
  left: 2rem;
}
.explore-map-wrap.explore-content .regionLabel.markerlabel div:last-child {
  background: #FFFFFF;
  left: 70%;
  box-shadow: -1rem 0.4rem 1.5rem rgba(0, 0, 0, 0.15);
}
.explore-map-wrap.explore-content .regionLabel.markerlabel .reg-text {
  color: #51534A;
  font-size: 1.2rem;
  line-height: 110%;
  font-weight: 500;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}
.explore-map-wrap.explore-content .cluster div {
  width: 3.4rem !important;
}

.explore-map-wrap .hotelPopup .rating-count {
  margin-left: 1rem;
  font-size: 1.5rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 160%;
  align-items: center;
  color: #51534A;
}
.explore-map-wrap .hotelPopup .inner-wrapper .book-link {
  background-color: #006980;
  color: #FFFFFF;
  width: unset;
  border-radius: 0.3rem;
  padding: 1.5rem 3rem;
  border: 2px solid #006980;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 1.6rem;
  line-height: 112%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-name {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 2.6rem;
  line-height: 130%;
  text-align: center;
  text-transform: capitalize;
  color: #51534A;
}
.explore-map-wrap .hotelPopup .inner-wrapper .fas,
.explore-map-wrap .hotelPopup .inner-wrapper .far,
.explore-map-wrap .hotelPopup .inner-wrapper .fa-star,
.explore-map-wrap .hotelPopup .inner-wrapper .fa-star-half-o {
  color: #EAAA00;
  padding-top: 5px;
}
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-city {
  margin: 1.5rem 0;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 160%;
  text-align: center;
  color: #51534A;
}
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-image img {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.352682) 8.78%, rgba(0, 0, 0, 0.0001) 30.29%), linear-gradient(90deg, rgba(0, 0, 0, 0.252322) 0%, rgba(0, 0, 0, 0.0001) 50.04%, rgba(0, 0, 0, 0.245848) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 60.59%, rgba(0, 0, 0, 0.501338) 100%);
}
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-image .staybridgebrand-img {
  width: 5rem;
  height: 5rem;
  top: 11.4rem;
  left: 0.8rem;
  bottom: 2rem;
  display: block !important;
  border-radius: 0.3rem;
  background: unset;
  content: url("https://digital.ihg.com/is/image/ihg/staybridge-map-icon?fmt=png-alpha");
}
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-price,
.explore-map-wrap .hotelPopup .inner-wrapper .hotel-currency {
  color: #006980;
}
.explore-map-wrap .hotelPopup .inner-wrapper .per-night-label {
  color: #51534A;
}
.explore-map-wrap .hotelPopup .inner-wrapper .caption-wrap__left a.more-link {
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 20px;
  color: #006980;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  margin-top: unset;
  margin-bottom: 1rem;
}
.explore-map-wrap .hotelPopup .more-link {
  margin: 15px auto 20px;
  border: unset;
  text-decoration: underline;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 1.6rem;
  line-height: 112%;
  align-items: center;
  letter-spacing: 0.08em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #006980;
}
.explore-map-wrap .hotelPopup .more-link:after {
  display: inline-block;
}
.explore-map-wrap .hotelPopup .hotel-tax {
  color: #51534A;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .explore-map-wrap.explore-content .explore-map {
    height: 62.9rem;
  }
  .hotelPopup {
    top: 60%;
  }
}
.offer-tiles {
  margin: 4rem 0;
}
.offer-tiles .cmp-offer-tiles {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 2rem;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  letter-spacing: 0.01em;
  text-transform: capitalize;
  color: #51534A;
}
@media (max-width: 992px) {
  .offer-tiles .cmp-offer-tiles {
    margin: 2rem;
  }
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tiles {
    margin: 2rem;
  }
}
@media (min-width: 769px) {
  .offer-tiles .cmp-offer-tiles {
    flex-direction: row;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    row-gap: 7.2rem;
  }
}
.offer-tiles .cmp-offer-tiles .cmp-offer-tiles__item {
  margin: 0;
}
.offer-tiles .cmp-offer-tile {
  width: 100%;
  letter-spacing: 0.011em;
  height: 100%;
  word-break: break-word;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile {
    font-style: normal;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 120%;
  }
}
@media (max-width: 992px) {
  .offer-tiles .cmp-offer-tile {
    max-width: unset;
  }
}
.offer-tiles .cmp-offer-tile__image img {
  width: 100%;
  min-height: 30.667rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .offer-tiles .cmp-offer-tile__image img {
    min-height: 20.4rem;
  }
}
@media (max-width: 992px) {
  .offer-tiles .cmp-offer-tile__image img {
    min-height: 16.7rem;
  }
}
@media (max-width: 768px) {
  .offer-tiles .cmp-offer-tile__image img {
    aspect-ratio: 1.3;
  }
}
.offer-tiles .cmp-offer-tile__image img .cmp-image picture.cmp-image__image {
  font-size: 0;
}
.offer-tiles .cmp-offer-tile__content-wrapper {
  width: 100%;
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .offer-tiles .cmp-offer-tile__content-wrapper {
    max-width: 40rem;
  }
}
.offer-tiles .cmp-offer-tile__pretitle {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #51534A;
  font-size: 1.8rem;
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__pretitle {
    font-size: 1.6rem;
    margin-bottom: 0.6rem;
  }
}
.offer-tiles .cmp-offer-tile__title {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 450;
  font-size: 2.6rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #51534A;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__title {
    font-size: 2.2rem;
    line-height: 120%;
  }
}
.offer-tiles .cmp-offer-tile__description {
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__description {
    font-size: 1.7rem;
  }
}
.offer-tiles .cmp-offer-tile__description p {
  font-size: 1.8rem;
  line-height: 160%;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.011em;
  color: #51534A;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__description p {
    font-weight: normal;
    font-size: 1.7rem;
  }
}
.offer-tiles .cmp-offer-tile__stay-dates {
  font-style: normal;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 160%;
  color: #51534A;
  font-family: "Inter", "Arial", Helvetica, sans-serif;
}
.offer-tiles .cmp-offer-tile__stay-dates span {
  display: inline-block;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__stay-dates {
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 160%;
  }
}
.offer-tiles .cmp-offer-tile__stay-dates-label {
  font-weight: 600;
  padding-bottom: unset;
  color: #51534A;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__stay-dates-label {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.offer-tiles .cmp-offer-tile__stay-date-start, .offer-tiles .cmp-offer-tile__stay-date-ndash, .offer-tiles .cmp-offer-tile__stay-date-end {
  padding-bottom: unset;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__stay-date-start, .offer-tiles .cmp-offer-tile__stay-date-ndash, .offer-tiles .cmp-offer-tile__stay-date-end {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.offer-tiles .cmp-offer-tile__deadline-date-wrapper {
  font-size: 1.8rem;
}
.offer-tiles .cmp-offer-tile__deadline-date-label {
  font-weight: 600;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__deadline-date-label {
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.offer-tiles .cmp-offer-tile__deadline-date {
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__deadline-date {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 150%;
  }
}
.offer-tiles .cmp-offer-tile__cta {
  font-style: normal;
  font-weight: 450;
  line-height: 112%;
  font-size: 1.6rem;
  align-items: center;
  letter-spacing: 0.08em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #006980;
  font-weight: 450;
  font-family: "Brandon Grotesque", "Arial", Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .offer-tiles .cmp-offer-tile__cta {
    font-weight: 450;
  }
}
.offer-tiles .cmp-offer-tile__cta span::after {
  display: inline-block;
  font-size: 17px;
}
[dir=rtl] .offer-tiles .cmp-offer-tile__cta span::after {
  font-family: "FontAwesome";
  content: "\f104";
  font-weight: normal;
  padding-right: 0.6rem;
}
[dir=ltr] .offer-tiles .cmp-offer-tile__cta span::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: normal;
  padding-left: 0.6rem;
}

.cmp-video-player .video-js .vjs-big-play-button {
  background-image: url("https://digital.ihg.com/is/image/ihg/Play_Outline?fmt=png-alpha");
  background-repeat: no-repeat;
  background-size: contain;
  height: 9.2rem;
  width: 9.2rem;
  background-color: transparent;
  border-radius: 50%;
  border-color: transparent;
}
@media (max-width: 767px) {
  .cmp-video-player .video-js .vjs-big-play-button {
    height: 7rem;
    width: 7rem;
  }
}
.cmp-video-player .video-js .vjs-big-play-button > * {
  display: none;
}
.cmp-video-player .video-js .vjs-big-play-button:hover {
  background-image: url("https://digital.ihg.com/is/image/ihg/Play_Solid?fmt=png-alpha");
  opacity: 0.8;
  background-color: #FFFFFF;
}

@media (max-width: 767px) {
  .no-spacer-in-svp .cmp-spacer {
    display: none !important;
  }
}

p.cmp-regulatory-email.rte a, p.cmp-regulatory-email.cmp-teaser__description a {
  text-decoration: underline;
}

p.cmp-regulatory-url.rte a, p.cmp-regulatory-url.cmp-teaser__description a {
  text-decoration: underline;
}

.rte p.cmp-regulatory-briefDescription, .cmp-teaser__description p.cmp-regulatory-briefDescription, .rte p.cmp-regulatory-displayid, .cmp-teaser__description p.cmp-regulatory-displayid, .rte p.cmp-regulatory-email, .cmp-teaser__description p.cmp-regulatory-email, .rte p.cmp-regulatory-url, .cmp-teaser__description p.cmp-regulatory-url, .rte p.cmp-regulatory-phone, .cmp-teaser__description p.cmp-regulatory-phone, .rte p.cmp-regulatory-physicalAddress, .cmp-teaser__description p.cmp-regulatory-physicalAddress {
  margin-bottom: unset;
}

.color-primary {
  color: #51534A;
}

.color-primary a {
  color: #51534A;
}

.color-primary .cmp-title__text, .color-primary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-primary h1.cmp-teaser__title, .color-primary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-primary h2.cmp-teaser__title, .color-primary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-primary h3.cmp-teaser__title, .color-primary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-primary h4.cmp-teaser__title, .color-primary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-primary h5.cmp-teaser__title, .color-primary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-primary h6.cmp-teaser__title {
  color: #51534A;
}

.background-color-primary {
  background-color: #51534A;
}

.background-pattern-primary > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #51534A 0.7rem, #51534A 1.5rem) !important;
}

.btn-bg-color-primary .cmp-button, .btn-bg-color-primary .cmp-teaser__action-link {
  background-color: #51534A;
}

.btn-border-color-primary .cmp-button, .btn-border-color-primary .cmp-teaser__action-link {
  border-color: #51534A;
}

.btn-font-color-primary .cmp-button, .btn-font-color-primary .cmp-teaser__action-link {
  color: #51534A;
}
.btn-font-color-primary .cmp-button .cmp-button__text, .btn-font-color-primary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-primary .cmp-button .cmp-teaser__action-link, .btn-font-color-primary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #51534A;
}

.btn-hover-bg-color-primary a.cmp-button:hover, .btn-hover-bg-color-primary a.cmp-teaser__action-link:hover {
  background-color: #51534A;
}

.btn-hover-border-color-primary .cmp-button:hover, .btn-hover-border-color-primary .cmp-teaser__action-link:hover {
  border-color: #51534A;
}

.btn-hover-font-color-primary a.cmp-button:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link:hover {
  color: #51534A;
}
.btn-hover-font-color-primary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-primary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-primary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #51534A;
}

.cmp-container-background-color-primary {
  background-color: #51534A;
}

.cmp-image-caption--color-primary .cmp-image__caption {
  color: #51534A;
}

.cmp-teaser-caption--color-primary .cmp-teaser__caption {
  color: #51534A;
}

.color-secondary {
  color: #E0DDD7;
}

.color-secondary a {
  color: #E0DDD7;
}

.color-secondary .cmp-title__text, .color-secondary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-secondary h1.cmp-teaser__title, .color-secondary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-secondary h2.cmp-teaser__title, .color-secondary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-secondary h3.cmp-teaser__title, .color-secondary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-secondary h4.cmp-teaser__title, .color-secondary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-secondary h5.cmp-teaser__title, .color-secondary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-secondary h6.cmp-teaser__title {
  color: #E0DDD7;
}

.background-color-secondary {
  background-color: #E0DDD7;
}

.background-pattern-secondary > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #E0DDD7 0.7rem, #E0DDD7 1.5rem) !important;
}

.btn-bg-color-secondary .cmp-button, .btn-bg-color-secondary .cmp-teaser__action-link {
  background-color: #E0DDD7;
}

.btn-border-color-secondary .cmp-button, .btn-border-color-secondary .cmp-teaser__action-link {
  border-color: #E0DDD7;
}

.btn-font-color-secondary .cmp-button, .btn-font-color-secondary .cmp-teaser__action-link {
  color: #E0DDD7;
}
.btn-font-color-secondary .cmp-button .cmp-button__text, .btn-font-color-secondary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-secondary .cmp-button .cmp-teaser__action-link, .btn-font-color-secondary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #E0DDD7;
}

.btn-hover-bg-color-secondary a.cmp-button:hover, .btn-hover-bg-color-secondary a.cmp-teaser__action-link:hover {
  background-color: #E0DDD7;
}

.btn-hover-border-color-secondary .cmp-button:hover, .btn-hover-border-color-secondary .cmp-teaser__action-link:hover {
  border-color: #E0DDD7;
}

.btn-hover-font-color-secondary a.cmp-button:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link:hover {
  color: #E0DDD7;
}
.btn-hover-font-color-secondary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-secondary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-secondary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #E0DDD7;
}

.cmp-container-background-color-secondary {
  background-color: #E0DDD7;
}

.cmp-image-caption--color-secondary .cmp-image__caption {
  color: #E0DDD7;
}

.cmp-teaser-caption--color-secondary .cmp-teaser__caption {
  color: #E0DDD7;
}

.color-tertiary {
  color: #006980;
}

.color-tertiary a {
  color: #006980;
}

.color-tertiary .cmp-title__text, .color-tertiary .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-tertiary h1.cmp-teaser__title, .color-tertiary .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-tertiary h2.cmp-teaser__title, .color-tertiary .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-tertiary h3.cmp-teaser__title, .color-tertiary .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-tertiary h4.cmp-teaser__title, .color-tertiary .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-tertiary h5.cmp-teaser__title, .color-tertiary .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-tertiary h6.cmp-teaser__title {
  color: #006980;
}

.background-color-tertiary {
  background-color: #006980;
}

.background-pattern-tertiary > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #006980 0.7rem, #006980 1.5rem) !important;
}

.btn-bg-color-tertiary .cmp-button, .btn-bg-color-tertiary .cmp-teaser__action-link {
  background-color: #006980;
}

.btn-border-color-tertiary .cmp-button, .btn-border-color-tertiary .cmp-teaser__action-link {
  border-color: #006980;
}

.btn-font-color-tertiary .cmp-button, .btn-font-color-tertiary .cmp-teaser__action-link {
  color: #006980;
}
.btn-font-color-tertiary .cmp-button .cmp-button__text, .btn-font-color-tertiary .cmp-teaser__action-link .cmp-button__text, .btn-font-color-tertiary .cmp-button .cmp-teaser__action-link, .btn-font-color-tertiary .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #006980;
}

.btn-hover-bg-color-tertiary a.cmp-button:hover, .btn-hover-bg-color-tertiary a.cmp-teaser__action-link:hover {
  background-color: #006980;
}

.btn-hover-border-color-tertiary .cmp-button:hover, .btn-hover-border-color-tertiary .cmp-teaser__action-link:hover {
  border-color: #006980;
}

.btn-hover-font-color-tertiary a.cmp-button:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link:hover {
  color: #006980;
}
.btn-hover-font-color-tertiary a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-tertiary a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-tertiary a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #006980;
}

.cmp-container-background-color-tertiary {
  background-color: #006980;
}

.cmp-image-caption--color-tertiary .cmp-image__caption {
  color: #006980;
}

.cmp-teaser-caption--color-tertiary .cmp-teaser__caption {
  color: #006980;
}

.color-fourth {
  color: #EAAA00;
}

.color-fourth a {
  color: #EAAA00;
}

.color-fourth .cmp-title__text, .color-fourth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-fourth h1.cmp-teaser__title, .color-fourth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-fourth h2.cmp-teaser__title, .color-fourth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-fourth h3.cmp-teaser__title, .color-fourth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-fourth h4.cmp-teaser__title, .color-fourth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-fourth h5.cmp-teaser__title, .color-fourth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-fourth h6.cmp-teaser__title {
  color: #EAAA00;
}

.background-color-fourth {
  background-color: #EAAA00;
}

.background-pattern-fourth > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EAAA00 0.7rem, #EAAA00 1.5rem) !important;
}

.btn-bg-color-fourth .cmp-button, .btn-bg-color-fourth .cmp-teaser__action-link {
  background-color: #EAAA00;
}

.btn-border-color-fourth .cmp-button, .btn-border-color-fourth .cmp-teaser__action-link {
  border-color: #EAAA00;
}

.btn-font-color-fourth .cmp-button, .btn-font-color-fourth .cmp-teaser__action-link {
  color: #EAAA00;
}
.btn-font-color-fourth .cmp-button .cmp-button__text, .btn-font-color-fourth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-fourth .cmp-button .cmp-teaser__action-link, .btn-font-color-fourth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #EAAA00;
}

.btn-hover-bg-color-fourth a.cmp-button:hover, .btn-hover-bg-color-fourth a.cmp-teaser__action-link:hover {
  background-color: #EAAA00;
}

.btn-hover-border-color-fourth .cmp-button:hover, .btn-hover-border-color-fourth .cmp-teaser__action-link:hover {
  border-color: #EAAA00;
}

.btn-hover-font-color-fourth a.cmp-button:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link:hover {
  color: #EAAA00;
}
.btn-hover-font-color-fourth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-fourth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-fourth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #EAAA00;
}

.cmp-container-background-color-fourth {
  background-color: #EAAA00;
}

.cmp-image-caption--color-fourth .cmp-image__caption {
  color: #EAAA00;
}

.cmp-teaser-caption--color-fourth .cmp-teaser__caption {
  color: #EAAA00;
}

.color-fifth {
  color: #DD7975;
}

.color-fifth a {
  color: #DD7975;
}

.color-fifth .cmp-title__text, .color-fifth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-fifth h1.cmp-teaser__title, .color-fifth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-fifth h2.cmp-teaser__title, .color-fifth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-fifth h3.cmp-teaser__title, .color-fifth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-fifth h4.cmp-teaser__title, .color-fifth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-fifth h5.cmp-teaser__title, .color-fifth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-fifth h6.cmp-teaser__title {
  color: #DD7975;
}

.background-color-fifth {
  background-color: #DD7975;
}

.background-pattern-fifth > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #DD7975 0.7rem, #DD7975 1.5rem) !important;
}

.btn-bg-color-fifth .cmp-button, .btn-bg-color-fifth .cmp-teaser__action-link {
  background-color: #DD7975;
}

.btn-border-color-fifth .cmp-button, .btn-border-color-fifth .cmp-teaser__action-link {
  border-color: #DD7975;
}

.btn-font-color-fifth .cmp-button, .btn-font-color-fifth .cmp-teaser__action-link {
  color: #DD7975;
}
.btn-font-color-fifth .cmp-button .cmp-button__text, .btn-font-color-fifth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-fifth .cmp-button .cmp-teaser__action-link, .btn-font-color-fifth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #DD7975;
}

.btn-hover-bg-color-fifth a.cmp-button:hover, .btn-hover-bg-color-fifth a.cmp-teaser__action-link:hover {
  background-color: #DD7975;
}

.btn-hover-border-color-fifth .cmp-button:hover, .btn-hover-border-color-fifth .cmp-teaser__action-link:hover {
  border-color: #DD7975;
}

.btn-hover-font-color-fifth a.cmp-button:hover, .btn-hover-font-color-fifth a.cmp-teaser__action-link:hover {
  color: #DD7975;
}
.btn-hover-font-color-fifth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-fifth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-fifth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-fifth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #DD7975;
}

.cmp-container-background-color-fifth {
  background-color: #DD7975;
}

.cmp-image-caption--color-fifth .cmp-image__caption {
  color: #DD7975;
}

.cmp-teaser-caption--color-fifth .cmp-teaser__caption {
  color: #DD7975;
}

.color-ninth {
  color: #FFFFFF;
}

.color-ninth a {
  color: #FFFFFF;
}

.color-ninth .cmp-title__text, .color-ninth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-ninth h1.cmp-teaser__title, .color-ninth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-ninth h2.cmp-teaser__title, .color-ninth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-ninth h3.cmp-teaser__title, .color-ninth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-ninth h4.cmp-teaser__title, .color-ninth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-ninth h5.cmp-teaser__title, .color-ninth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-ninth h6.cmp-teaser__title {
  color: #FFFFFF;
}

.background-color-ninth {
  background-color: #FFFFFF;
}

.background-pattern-ninth > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #FFFFFF 0.7rem, #FFFFFF 1.5rem) !important;
}

.btn-bg-color-ninth .cmp-button, .btn-bg-color-ninth .cmp-teaser__action-link {
  background-color: #FFFFFF;
}

.btn-border-color-ninth .cmp-button, .btn-border-color-ninth .cmp-teaser__action-link {
  border-color: #FFFFFF;
}

.btn-font-color-ninth .cmp-button, .btn-font-color-ninth .cmp-teaser__action-link {
  color: #FFFFFF;
}
.btn-font-color-ninth .cmp-button .cmp-button__text, .btn-font-color-ninth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-ninth .cmp-button .cmp-teaser__action-link, .btn-font-color-ninth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #FFFFFF;
}

.btn-hover-bg-color-ninth a.cmp-button:hover, .btn-hover-bg-color-ninth a.cmp-teaser__action-link:hover {
  background-color: #FFFFFF;
}

.btn-hover-border-color-ninth .cmp-button:hover, .btn-hover-border-color-ninth .cmp-teaser__action-link:hover {
  border-color: #FFFFFF;
}

.btn-hover-font-color-ninth a.cmp-button:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link:hover {
  color: #FFFFFF;
}
.btn-hover-font-color-ninth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-ninth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-ninth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #FFFFFF;
}

.cmp-container-background-color-ninth {
  background-color: #FFFFFF;
}

.cmp-image-caption--color-ninth .cmp-image__caption {
  color: #FFFFFF;
}

.cmp-teaser-caption--color-ninth .cmp-teaser__caption {
  color: #FFFFFF;
}

.color-tenth {
  color: #000000;
}

.color-tenth a {
  color: #000000;
}

.color-tenth .cmp-title__text, .color-tenth .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-tenth h1.cmp-teaser__title, .color-tenth .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-tenth h2.cmp-teaser__title, .color-tenth .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-tenth h3.cmp-teaser__title, .color-tenth .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-tenth h4.cmp-teaser__title, .color-tenth .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-tenth h5.cmp-teaser__title, .color-tenth .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-tenth h6.cmp-teaser__title {
  color: #000000;
}

.background-color-tenth {
  background-color: #000000;
}

.background-pattern-tenth > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #000000 0.7rem, #000000 1.5rem) !important;
}

.btn-bg-color-tenth .cmp-button, .btn-bg-color-tenth .cmp-teaser__action-link {
  background-color: #000000;
}

.btn-border-color-tenth .cmp-button, .btn-border-color-tenth .cmp-teaser__action-link {
  border-color: #000000;
}

.btn-font-color-tenth .cmp-button, .btn-font-color-tenth .cmp-teaser__action-link {
  color: #000000;
}
.btn-font-color-tenth .cmp-button .cmp-button__text, .btn-font-color-tenth .cmp-teaser__action-link .cmp-button__text, .btn-font-color-tenth .cmp-button .cmp-teaser__action-link, .btn-font-color-tenth .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #000000;
}

.btn-hover-bg-color-tenth a.cmp-button:hover, .btn-hover-bg-color-tenth a.cmp-teaser__action-link:hover {
  background-color: #000000;
}

.btn-hover-border-color-tenth .cmp-button:hover, .btn-hover-border-color-tenth .cmp-teaser__action-link:hover {
  border-color: #000000;
}

.btn-hover-font-color-tenth a.cmp-button:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link:hover {
  color: #000000;
}
.btn-hover-font-color-tenth a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-tenth a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-tenth a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #000000;
}

.cmp-container-background-color-tenth {
  background-color: #000000;
}

.cmp-image-caption--color-tenth .cmp-image__caption {
  color: #000000;
}

.cmp-teaser-caption--color-tenth .cmp-teaser__caption {
  color: #000000;
}

.color-gray1 {
  color: #6D6E70;
}

.color-gray1 a {
  color: #6D6E70;
}

.color-gray1 .cmp-title__text, .color-gray1 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray1 h1.cmp-teaser__title, .color-gray1 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray1 h2.cmp-teaser__title, .color-gray1 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray1 h3.cmp-teaser__title, .color-gray1 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray1 h4.cmp-teaser__title, .color-gray1 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray1 h5.cmp-teaser__title, .color-gray1 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray1 h6.cmp-teaser__title {
  color: #6D6E70;
}

.background-color-gray1 {
  background-color: #6D6E70;
}

.background-pattern-gray1 > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #6D6E70 0.7rem, #6D6E70 1.5rem) !important;
}

.btn-bg-color-gray1 .cmp-button, .btn-bg-color-gray1 .cmp-teaser__action-link {
  background-color: #6D6E70;
}

.btn-border-color-gray1 .cmp-button, .btn-border-color-gray1 .cmp-teaser__action-link {
  border-color: #6D6E70;
}

.btn-font-color-gray1 .cmp-button, .btn-font-color-gray1 .cmp-teaser__action-link {
  color: #6D6E70;
}
.btn-font-color-gray1 .cmp-button .cmp-button__text, .btn-font-color-gray1 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray1 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray1 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #6D6E70;
}

.btn-hover-bg-color-gray1 a.cmp-button:hover, .btn-hover-bg-color-gray1 a.cmp-teaser__action-link:hover {
  background-color: #6D6E70;
}

.btn-hover-border-color-gray1 .cmp-button:hover, .btn-hover-border-color-gray1 .cmp-teaser__action-link:hover {
  border-color: #6D6E70;
}

.btn-hover-font-color-gray1 a.cmp-button:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link:hover {
  color: #6D6E70;
}
.btn-hover-font-color-gray1 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray1 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray1 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #6D6E70;
}

.cmp-container-background-color-gray1 {
  background-color: #6D6E70;
}

.cmp-image-caption--color-gray1 .cmp-image__caption {
  color: #6D6E70;
}

.cmp-teaser-caption--color-gray1 .cmp-teaser__caption {
  color: #6D6E70;
}

.color-gray2 {
  color: #EEEEEE;
}

.color-gray2 a {
  color: #EEEEEE;
}

.color-gray2 .cmp-title__text, .color-gray2 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray2 h1.cmp-teaser__title, .color-gray2 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray2 h2.cmp-teaser__title, .color-gray2 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray2 h3.cmp-teaser__title, .color-gray2 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray2 h4.cmp-teaser__title, .color-gray2 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray2 h5.cmp-teaser__title, .color-gray2 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray2 h6.cmp-teaser__title {
  color: #EEEEEE;
}

.background-color-gray2 {
  background-color: #EEEEEE;
}

.background-pattern-gray2 > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EEEEEE 0.7rem, #EEEEEE 1.5rem) !important;
}

.btn-bg-color-gray2 .cmp-button, .btn-bg-color-gray2 .cmp-teaser__action-link {
  background-color: #EEEEEE;
}

.btn-border-color-gray2 .cmp-button, .btn-border-color-gray2 .cmp-teaser__action-link {
  border-color: #EEEEEE;
}

.btn-font-color-gray2 .cmp-button, .btn-font-color-gray2 .cmp-teaser__action-link {
  color: #EEEEEE;
}
.btn-font-color-gray2 .cmp-button .cmp-button__text, .btn-font-color-gray2 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray2 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray2 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #EEEEEE;
}

.btn-hover-bg-color-gray2 a.cmp-button:hover, .btn-hover-bg-color-gray2 a.cmp-teaser__action-link:hover {
  background-color: #EEEEEE;
}

.btn-hover-border-color-gray2 .cmp-button:hover, .btn-hover-border-color-gray2 .cmp-teaser__action-link:hover {
  border-color: #EEEEEE;
}

.btn-hover-font-color-gray2 a.cmp-button:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link:hover {
  color: #EEEEEE;
}
.btn-hover-font-color-gray2 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray2 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray2 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #EEEEEE;
}

.cmp-container-background-color-gray2 {
  background-color: #EEEEEE;
}

.cmp-image-caption--color-gray2 .cmp-image__caption {
  color: #EEEEEE;
}

.cmp-teaser-caption--color-gray2 .cmp-teaser__caption {
  color: #EEEEEE;
}

.color-gray3 {
  color: #3d3935;
}

.color-gray3 a {
  color: #3d3935;
}

.color-gray3 .cmp-title__text, .color-gray3 .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gray3 h1.cmp-teaser__title, .color-gray3 .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gray3 h2.cmp-teaser__title, .color-gray3 .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gray3 h3.cmp-teaser__title, .color-gray3 .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gray3 h4.cmp-teaser__title, .color-gray3 .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gray3 h5.cmp-teaser__title, .color-gray3 .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gray3 h6.cmp-teaser__title {
  color: #3d3935;
}

.background-color-gray3 {
  background-color: #3d3935;
}

.background-pattern-gray3 > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #3d3935 0.7rem, #3d3935 1.5rem) !important;
}

.btn-bg-color-gray3 .cmp-button, .btn-bg-color-gray3 .cmp-teaser__action-link {
  background-color: #3d3935;
}

.btn-border-color-gray3 .cmp-button, .btn-border-color-gray3 .cmp-teaser__action-link {
  border-color: #3d3935;
}

.btn-font-color-gray3 .cmp-button, .btn-font-color-gray3 .cmp-teaser__action-link {
  color: #3d3935;
}
.btn-font-color-gray3 .cmp-button .cmp-button__text, .btn-font-color-gray3 .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gray3 .cmp-button .cmp-teaser__action-link, .btn-font-color-gray3 .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #3d3935;
}

.btn-hover-bg-color-gray3 a.cmp-button:hover, .btn-hover-bg-color-gray3 a.cmp-teaser__action-link:hover {
  background-color: #3d3935;
}

.btn-hover-border-color-gray3 .cmp-button:hover, .btn-hover-border-color-gray3 .cmp-teaser__action-link:hover {
  border-color: #3d3935;
}

.btn-hover-font-color-gray3 a.cmp-button:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link:hover {
  color: #3d3935;
}
.btn-hover-font-color-gray3 a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gray3 a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gray3 a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #3d3935;
}

.cmp-container-background-color-gray3 {
  background-color: #3d3935;
}

.cmp-image-caption--color-gray3 .cmp-image__caption {
  color: #3d3935;
}

.cmp-teaser-caption--color-gray3 .cmp-teaser__caption {
  color: #3d3935;
}

.color-old-slate {
  color: #222222;
}

.color-old-slate a {
  color: #222222;
}

.color-old-slate .cmp-title__text, .color-old-slate .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-old-slate h1.cmp-teaser__title, .color-old-slate .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-old-slate h2.cmp-teaser__title, .color-old-slate .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-old-slate h3.cmp-teaser__title, .color-old-slate .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-old-slate h4.cmp-teaser__title, .color-old-slate .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-old-slate h5.cmp-teaser__title, .color-old-slate .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-old-slate h6.cmp-teaser__title {
  color: #222222;
}

.background-color-old-slate {
  background-color: #222222;
}

.background-pattern-old-slate > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #222222 0.7rem, #222222 1.5rem) !important;
}

.btn-bg-color-old-slate .cmp-button, .btn-bg-color-old-slate .cmp-teaser__action-link {
  background-color: #222222;
}

.btn-border-color-old-slate .cmp-button, .btn-border-color-old-slate .cmp-teaser__action-link {
  border-color: #222222;
}

.btn-font-color-old-slate .cmp-button, .btn-font-color-old-slate .cmp-teaser__action-link {
  color: #222222;
}
.btn-font-color-old-slate .cmp-button .cmp-button__text, .btn-font-color-old-slate .cmp-teaser__action-link .cmp-button__text, .btn-font-color-old-slate .cmp-button .cmp-teaser__action-link, .btn-font-color-old-slate .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #222222;
}

.btn-hover-bg-color-old-slate a.cmp-button:hover, .btn-hover-bg-color-old-slate a.cmp-teaser__action-link:hover {
  background-color: #222222;
}

.btn-hover-border-color-old-slate .cmp-button:hover, .btn-hover-border-color-old-slate .cmp-teaser__action-link:hover {
  border-color: #222222;
}

.btn-hover-font-color-old-slate a.cmp-button:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link:hover {
  color: #222222;
}
.btn-hover-font-color-old-slate a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-old-slate a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-old-slate a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #222222;
}

.cmp-container-background-color-old-slate {
  background-color: #222222;
}

.cmp-image-caption--color-old-slate .cmp-image__caption {
  color: #222222;
}

.cmp-teaser-caption--color-old-slate .cmp-teaser__caption {
  color: #222222;
}

.color-old-green {
  color: #787558;
}

.color-old-green a {
  color: #787558;
}

.color-old-green .cmp-title__text, .color-old-green .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-old-green h1.cmp-teaser__title, .color-old-green .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-old-green h2.cmp-teaser__title, .color-old-green .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-old-green h3.cmp-teaser__title, .color-old-green .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-old-green h4.cmp-teaser__title, .color-old-green .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-old-green h5.cmp-teaser__title, .color-old-green .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-old-green h6.cmp-teaser__title {
  color: #787558;
}

.background-color-old-green {
  background-color: #787558;
}

.background-pattern-old-green > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #787558 0.7rem, #787558 1.5rem) !important;
}

.btn-bg-color-old-green .cmp-button, .btn-bg-color-old-green .cmp-teaser__action-link {
  background-color: #787558;
}

.btn-border-color-old-green .cmp-button, .btn-border-color-old-green .cmp-teaser__action-link {
  border-color: #787558;
}

.btn-font-color-old-green .cmp-button, .btn-font-color-old-green .cmp-teaser__action-link {
  color: #787558;
}
.btn-font-color-old-green .cmp-button .cmp-button__text, .btn-font-color-old-green .cmp-teaser__action-link .cmp-button__text, .btn-font-color-old-green .cmp-button .cmp-teaser__action-link, .btn-font-color-old-green .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #787558;
}

.btn-hover-bg-color-old-green a.cmp-button:hover, .btn-hover-bg-color-old-green a.cmp-teaser__action-link:hover {
  background-color: #787558;
}

.btn-hover-border-color-old-green .cmp-button:hover, .btn-hover-border-color-old-green .cmp-teaser__action-link:hover {
  border-color: #787558;
}

.btn-hover-font-color-old-green a.cmp-button:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link:hover {
  color: #787558;
}
.btn-hover-font-color-old-green a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-old-green a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-old-green a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #787558;
}

.cmp-container-background-color-old-green {
  background-color: #787558;
}

.cmp-image-caption--color-old-green .cmp-image__caption {
  color: #787558;
}

.cmp-teaser-caption--color-old-green .cmp-teaser__caption {
  color: #787558;
}

.color-light-blue {
  color: #7B61FF;
}

.color-light-blue a {
  color: #7B61FF;
}

.color-light-blue .cmp-title__text, .color-light-blue .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-light-blue h1.cmp-teaser__title, .color-light-blue .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-light-blue h2.cmp-teaser__title, .color-light-blue .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-light-blue h3.cmp-teaser__title, .color-light-blue .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-light-blue h4.cmp-teaser__title, .color-light-blue .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-light-blue h5.cmp-teaser__title, .color-light-blue .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-light-blue h6.cmp-teaser__title {
  color: #7B61FF;
}

.background-color-light-blue {
  background-color: #7B61FF;
}

.background-pattern-light-blue > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #7B61FF 0.7rem, #7B61FF 1.5rem) !important;
}

.btn-bg-color-light-blue .cmp-button, .btn-bg-color-light-blue .cmp-teaser__action-link {
  background-color: #7B61FF;
}

.btn-border-color-light-blue .cmp-button, .btn-border-color-light-blue .cmp-teaser__action-link {
  border-color: #7B61FF;
}

.btn-font-color-light-blue .cmp-button, .btn-font-color-light-blue .cmp-teaser__action-link {
  color: #7B61FF;
}
.btn-font-color-light-blue .cmp-button .cmp-button__text, .btn-font-color-light-blue .cmp-teaser__action-link .cmp-button__text, .btn-font-color-light-blue .cmp-button .cmp-teaser__action-link, .btn-font-color-light-blue .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #7B61FF;
}

.btn-hover-bg-color-light-blue a.cmp-button:hover, .btn-hover-bg-color-light-blue a.cmp-teaser__action-link:hover {
  background-color: #7B61FF;
}

.btn-hover-border-color-light-blue .cmp-button:hover, .btn-hover-border-color-light-blue .cmp-teaser__action-link:hover {
  border-color: #7B61FF;
}

.btn-hover-font-color-light-blue a.cmp-button:hover, .btn-hover-font-color-light-blue a.cmp-teaser__action-link:hover {
  color: #7B61FF;
}
.btn-hover-font-color-light-blue a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-light-blue a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-light-blue a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-light-blue a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #7B61FF;
}

.cmp-container-background-color-light-blue {
  background-color: #7B61FF;
}

.cmp-image-caption--color-light-blue .cmp-image__caption {
  color: #7B61FF;
}

.cmp-teaser-caption--color-light-blue .cmp-teaser__caption {
  color: #7B61FF;
}

.color-gold {
  color: #EAAA00;
}

.color-gold a {
  color: #EAAA00;
}

.color-gold .cmp-title__text, .color-gold .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-gold h1.cmp-teaser__title, .color-gold .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-gold h2.cmp-teaser__title, .color-gold .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-gold h3.cmp-teaser__title, .color-gold .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-gold h4.cmp-teaser__title, .color-gold .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-gold h5.cmp-teaser__title, .color-gold .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-gold h6.cmp-teaser__title {
  color: #EAAA00;
}

.background-color-gold {
  background-color: #EAAA00;
}

.background-pattern-gold > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #EAAA00 0.7rem, #EAAA00 1.5rem) !important;
}

.btn-bg-color-gold .cmp-button, .btn-bg-color-gold .cmp-teaser__action-link {
  background-color: #EAAA00;
}

.btn-border-color-gold .cmp-button, .btn-border-color-gold .cmp-teaser__action-link {
  border-color: #EAAA00;
}

.btn-font-color-gold .cmp-button, .btn-font-color-gold .cmp-teaser__action-link {
  color: #EAAA00;
}
.btn-font-color-gold .cmp-button .cmp-button__text, .btn-font-color-gold .cmp-teaser__action-link .cmp-button__text, .btn-font-color-gold .cmp-button .cmp-teaser__action-link, .btn-font-color-gold .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #EAAA00;
}

.btn-hover-bg-color-gold a.cmp-button:hover, .btn-hover-bg-color-gold a.cmp-teaser__action-link:hover {
  background-color: #EAAA00;
}

.btn-hover-border-color-gold .cmp-button:hover, .btn-hover-border-color-gold .cmp-teaser__action-link:hover {
  border-color: #EAAA00;
}

.btn-hover-font-color-gold a.cmp-button:hover, .btn-hover-font-color-gold a.cmp-teaser__action-link:hover {
  color: #EAAA00;
}
.btn-hover-font-color-gold a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-gold a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-gold a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-gold a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #EAAA00;
}

.cmp-container-background-color-gold {
  background-color: #EAAA00;
}

.cmp-image-caption--color-gold .cmp-image__caption {
  color: #EAAA00;
}

.cmp-teaser-caption--color-gold .cmp-teaser__caption {
  color: #EAAA00;
}

.color-deepteal {
  color: #235564;
}

.color-deepteal a {
  color: #235564;
}

.color-deepteal .cmp-title__text, .color-deepteal .cmp-teaser__content h1.cmp-teaser__title, .cmp-teaser__content .color-deepteal h1.cmp-teaser__title, .color-deepteal .cmp-teaser__content h2.cmp-teaser__title, .cmp-teaser__content .color-deepteal h2.cmp-teaser__title, .color-deepteal .cmp-teaser__content h3.cmp-teaser__title, .cmp-teaser__content .color-deepteal h3.cmp-teaser__title, .color-deepteal .cmp-teaser__content h4.cmp-teaser__title, .cmp-teaser__content .color-deepteal h4.cmp-teaser__title, .color-deepteal .cmp-teaser__content h5.cmp-teaser__title, .cmp-teaser__content .color-deepteal h5.cmp-teaser__title, .color-deepteal .cmp-teaser__content h6.cmp-teaser__title, .cmp-teaser__content .color-deepteal h6.cmp-teaser__title {
  color: #235564;
}

.background-color-deepteal {
  background-color: #235564;
}

.background-pattern-deepteal > * {
  background: repeating-linear-gradient(135deg, #FFFFFF, #FFFFFF 0.7rem, #235564 0.7rem, #235564 1.5rem) !important;
}

.btn-bg-color-deepteal .cmp-button, .btn-bg-color-deepteal .cmp-teaser__action-link {
  background-color: #235564;
}

.btn-border-color-deepteal .cmp-button, .btn-border-color-deepteal .cmp-teaser__action-link {
  border-color: #235564;
}

.btn-font-color-deepteal .cmp-button, .btn-font-color-deepteal .cmp-teaser__action-link {
  color: #235564;
}
.btn-font-color-deepteal .cmp-button .cmp-button__text, .btn-font-color-deepteal .cmp-teaser__action-link .cmp-button__text, .btn-font-color-deepteal .cmp-button .cmp-teaser__action-link, .btn-font-color-deepteal .cmp-teaser__action-link .cmp-teaser__action-link {
  color: #235564;
}

.btn-hover-bg-color-deepteal a.cmp-button:hover, .btn-hover-bg-color-deepteal a.cmp-teaser__action-link:hover {
  background-color: #235564;
}

.btn-hover-border-color-deepteal .cmp-button:hover, .btn-hover-border-color-deepteal .cmp-teaser__action-link:hover {
  border-color: #235564;
}

.btn-hover-font-color-deepteal a.cmp-button:hover, .btn-hover-font-color-deepteal a.cmp-teaser__action-link:hover {
  color: #235564;
}
.btn-hover-font-color-deepteal a.cmp-button .cmp-button__text:hover, .btn-hover-font-color-deepteal a.cmp-teaser__action-link .cmp-button__text:hover, .btn-hover-font-color-deepteal a.cmp-button .cmp-teaser__action-link:hover, .btn-hover-font-color-deepteal a.cmp-teaser__action-link .cmp-teaser__action-link:hover {
  color: #235564;
}

.cmp-container-background-color-deepteal {
  background-color: #235564;
}

.cmp-image-caption--color-deepteal .cmp-image__caption {
  color: #235564;
}

.cmp-teaser-caption--color-deepteal .cmp-teaser__caption {
  color: #235564;
}

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

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

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

.font-weight-black {
  font-weight: 900 !important;
}

.font-size-x1 {
  font-size: 0.7rem;
}

.font-size-x2 {
  font-size: 0.8rem;
}

.font-size-x3 {
  font-size: 0.9rem;
}

.font-size-x4 {
  font-size: 1rem;
}

.font-size-x5 {
  font-size: 1.1rem;
}

.font-size-x6 {
  font-size: 1.2rem;
}

.font-size-x7 {
  font-size: 1.3rem;
}

.font-size-x8 {
  font-size: 1.4rem;
}

.font-size-x9 {
  font-size: 1.5rem;
}

.font-size-x10 {
  font-size: 1.6rem;
}

.font-size-x11 {
  font-size: 1.7rem;
}

.font-size-x12 {
  font-size: 1.8rem;
}

.font-size-x13 {
  font-size: 1.9rem;
}

.font-size-x14 {
  font-size: 2rem;
}

.font-size-x15 {
  font-size: 2.1rem;
}

.font-size-x16 {
  font-size: 2.2rem;
}

.font-size-x17 {
  font-size: 2.3rem;
}

.font-size-x18 {
  font-size: 2.4rem;
}

.font-size-x19 {
  font-size: 2.5rem;
}

.font-size-x20 {
  font-size: 2.6rem;
}

.font-size-x21 {
  font-size: 2.7rem;
}

.font-size-x22 {
  font-size: 2.8rem;
}

.font-size-x23 {
  font-size: 2.9rem;
}

.font-size-x24 {
  font-size: 3rem;
}

.font-size-x25 {
  font-size: 3.1rem;
}

.font-size-x26 {
  font-size: 3.2rem;
}

.font-size-x27 {
  font-size: 3.3rem;
}

.font-size-x28 {
  font-size: 3.4rem;
}

.font-size-rem-0 {
  font-size: 0rem;
}

.font-size-rem-0-25 {
  font-size: 0.1625rem;
}

.font-size-rem-0-5 {
  font-size: 0.325rem;
}

.font-size-rem-0-75 {
  font-size: 0.4875rem;
}

.font-size-rem-1 {
  font-size: 0.65rem;
}

.font-size-rem-1-25 {
  font-size: 0.8125rem;
}

.font-size-rem-1-5 {
  font-size: 0.975rem;
}

.font-size-rem-1-75 {
  font-size: 1.1375rem;
}

.font-size-rem-2 {
  font-size: 1.3rem;
}

.font-size-rem-2-25 {
  font-size: 1.4625rem;
}

.font-size-rem-2-5 {
  font-size: 1.625rem;
}

.font-size-rem-2-75 {
  font-size: 1.7875rem;
}

.font-size-rem-3 {
  font-size: 1.95rem;
}

.font-size-rem-3-25 {
  font-size: 2.1125rem;
}

.font-size-rem-3-5 {
  font-size: 2.275rem;
}

.font-size-rem-3-75 {
  font-size: 2.4375rem;
}

.font-size-rem-4 {
  font-size: 2.6rem;
}

.font-size-rem-4-25 {
  font-size: 2.7625rem;
}

.font-size-rem-4-5 {
  font-size: 2.925rem;
}

.font-size-rem-4-75 {
  font-size: 3.0875rem;
}

.font-size-rem-5 {
  font-size: 3.25rem;
}

.font-size-rem-5-25 {
  font-size: 3.4125rem;
}

.font-size-rem-5-5 {
  font-size: 3.575rem;
}

.font-size-rem-5-75 {
  font-size: 3.7375rem;
}

.font-size-rem-6 {
  font-size: 3.9rem;
}

.font-size-rem-6-25 {
  font-size: 4.0625rem;
}

.font-size-rem-6-5 {
  font-size: 4.225rem;
}

.font-size-rem-6-75 {
  font-size: 4.3875rem;
}

.font-size-rem-7 {
  font-size: 4.55rem;
}

.font-size-rem-7-25 {
  font-size: 4.7125rem;
}

.font-size-rem-7-5 {
  font-size: 4.875rem;
}

.font-size-rem-7-75 {
  font-size: 5.0375rem;
}

.font-size-rem-8 {
  font-size: 5.2rem;
}

.font-size-rem-8-25 {
  font-size: 5.3625rem;
}

.font-size-rem-8-5 {
  font-size: 5.525rem;
}

.font-size-rem-8-75 {
  font-size: 5.6875rem;
}

.font-size-rem-9 {
  font-size: 5.85rem;
}

.font-size-rem-9-25 {
  font-size: 6.0125rem;
}

.font-size-rem-9-5 {
  font-size: 6.175rem;
}

.font-size-rem-9-75 {
  font-size: 6.3375rem;
}

.font-size-rem-10 {
  font-size: 6.5rem;
}

.font-size-rem-10-25 {
  font-size: 6.6625rem;
}

.font-size-rem-10-5 {
  font-size: 6.825rem;
}

.font-size-rem-10-75 {
  font-size: 6.9875rem;
}

@media (min-width: 768px) {
  .font-size-rem-0 {
    font-size: 0rem;
  }
  .font-size-rem-0-25 {
    font-size: 0.25rem;
  }
  .font-size-rem-0-5 {
    font-size: 0.5rem;
  }
  .font-size-rem-0-75 {
    font-size: 0.75rem;
  }
  .font-size-rem-1 {
    font-size: 1rem;
  }
  .font-size-rem-1-25 {
    font-size: 1.25rem;
  }
  .font-size-rem-1-5 {
    font-size: 1.5rem;
  }
  .font-size-rem-1-75 {
    font-size: 1.75rem;
  }
  .font-size-rem-2 {
    font-size: 2rem;
  }
  .font-size-rem-2-25 {
    font-size: 2.25rem;
  }
  .font-size-rem-2-5 {
    font-size: 2.5rem;
  }
  .font-size-rem-2-75 {
    font-size: 2.75rem;
  }
  .font-size-rem-3 {
    font-size: 3rem;
  }
  .font-size-rem-3-25 {
    font-size: 3.25rem;
  }
  .font-size-rem-3-5 {
    font-size: 3.5rem;
  }
  .font-size-rem-3-75 {
    font-size: 3.75rem;
  }
  .font-size-rem-4 {
    font-size: 4rem;
  }
  .font-size-rem-4-25 {
    font-size: 4.25rem;
  }
  .font-size-rem-4-5 {
    font-size: 4.5rem;
  }
  .font-size-rem-4-75 {
    font-size: 4.75rem;
  }
  .font-size-rem-5 {
    font-size: 5rem;
  }
  .font-size-rem-5-25 {
    font-size: 5.25rem;
  }
  .font-size-rem-5-5 {
    font-size: 5.5rem;
  }
  .font-size-rem-5-75 {
    font-size: 5.75rem;
  }
  .font-size-rem-6 {
    font-size: 6rem;
  }
  .font-size-rem-6-25 {
    font-size: 6.25rem;
  }
  .font-size-rem-6-5 {
    font-size: 6.5rem;
  }
  .font-size-rem-6-75 {
    font-size: 6.75rem;
  }
  .font-size-rem-7 {
    font-size: 7rem;
  }
  .font-size-rem-7-25 {
    font-size: 7.25rem;
  }
  .font-size-rem-7-5 {
    font-size: 7.5rem;
  }
  .font-size-rem-7-75 {
    font-size: 7.75rem;
  }
  .font-size-rem-8 {
    font-size: 8rem;
  }
  .font-size-rem-8-25 {
    font-size: 8.25rem;
  }
  .font-size-rem-8-5 {
    font-size: 8.5rem;
  }
  .font-size-rem-8-75 {
    font-size: 8.75rem;
  }
  .font-size-rem-9 {
    font-size: 9rem;
  }
  .font-size-rem-9-25 {
    font-size: 9.25rem;
  }
  .font-size-rem-9-5 {
    font-size: 9.5rem;
  }
  .font-size-rem-9-75 {
    font-size: 9.75rem;
  }
  .font-size-rem-10 {
    font-size: 10rem;
  }
  .font-size-rem-10-25 {
    font-size: 10.25rem;
  }
  .font-size-rem-10-5 {
    font-size: 10.5rem;
  }
  .font-size-rem-10-75 {
    font-size: 10.75rem;
  }
  .font-size-x1 {
    font-size: 0.8rem;
  }
  .font-size-x2 {
    font-size: 1rem;
  }
  .font-size-x3 {
    font-size: 1.2rem;
  }
  .font-size-x4 {
    font-size: 1.4rem;
  }
  .font-size-x5 {
    font-size: 1.6rem;
  }
  .font-size-x6 {
    font-size: 1.8rem;
  }
  .font-size-x7 {
    font-size: 2rem;
  }
  .font-size-x8 {
    font-size: 2.2rem;
  }
  .font-size-x9 {
    font-size: 2.4rem;
  }
  .font-size-x10 {
    font-size: 2.6rem;
  }
  .font-size-x11 {
    font-size: 2.8rem;
  }
  .font-size-x12 {
    font-size: 3rem;
  }
  .font-size-x13 {
    font-size: 3.2rem;
  }
  .font-size-x14 {
    font-size: 3.4rem;
  }
  .font-size-x15 {
    font-size: 3.6rem;
  }
  .font-size-x16 {
    font-size: 3.8rem;
  }
  .font-size-x17 {
    font-size: 4rem;
  }
  .font-size-x18 {
    font-size: 4.2rem;
  }
  .font-size-x19 {
    font-size: 4.4rem;
  }
  .font-size-x20 {
    font-size: 4.6rem;
  }
  .font-size-x21 {
    font-size: 4.8rem;
  }
  .font-size-x22 {
    font-size: 5rem;
  }
  .font-size-x23 {
    font-size: 5.2rem;
  }
  .font-size-x24 {
    font-size: 5.4rem;
  }
  .font-size-x25 {
    font-size: 5.6rem;
  }
  .font-size-x26 {
    font-size: 5.8rem;
  }
  .font-size-x27 {
    font-size: 6rem;
  }
  .font-size-x28 {
    font-size: 6.2rem;
  }
}