@charset "UTF-8";
/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the branded contextual global variables used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
* {
  --opacity: 1;
}

/* CSS variables specific to element styles (colors not included)*/
:root,
.standard,
.inverse,
.alternate {
  --t-font-family: Swiss-721;
  --t-title-l-font-weight: 700;
  --t-title-l-letter-space:normal;
  --t-title-l-font-style: normal;
  --t-title-l-text-transform: none;
  --t-title-l-font-size-viewport-xs: 1.875rem;
  --t-title-l-line-height-viewport-xs: 2.5rem;
  --t-title-l-font-size-viewport-m: 2.5rem;
  --t-title-l-line-height-viewport-m: 2.75rem;
  --t-title-l-font-size-viewport-l: 3.75rem;
  --t-title-l-line-height-viewport-l: 4rem;
  --t-title-m-font-size-viewport-l: 2.5rem;
  --t-title-m-line-height-viewport-l: 2.75rem;
  --t-title-m-font-weight: 500;
  --t-title-m-letter-space:normal;
  --t-title-m-font-style: normal;
  --t-title-m-text-transform: none;
  --t-title-m-font-size-viewport-xs: 1.875rem;
  --t-title-m-line-height-viewport-xs: 2.25rem;
  --t-title-s-font-size-viewport-l: 1.875rem;
  --t-title-s-line-height-viewport-l: 2.8125rem;
  --t-title-s-font-weight: 700;
  --t-title-s-letter-space: normal;
  --t-title-s-font-style: normal;
  --t-title-s-text-transform: none;
  --t-title-s-font-size-viewport-xs: 1.375rem;
  --t-title-s-line-height-viewport-xs: 2.0625rem;
  --t-subtitle-xl-font-size-viewport-l: 1.375rem;
  --t-subtitle-xl-font-weight: 700;
  --t-subtitle-xl-line-height-viewport-l: 2.0625rem;
  --t-subtitle-xl-letter-space: normal;
  --t-subtitle-xl-font-style: normal;
  --t-subtitle-xl-text-transform: none;
  --t-subtitle-xl-font-size-viewport-xs: 1.375rem;
  --t-subtitle-xl-line-height-viewport-xs: 2.0625rem;
  --t-buttons-border-radius: 20px;
  --t-images-border-radius: 14px;
  --t-cards-border-radius: 14px;
  --t-logo-size-s: 2.041rem;
  --t-logo-size-m: 4.082rem;
  --t-logo-size-l: 5rem;
}

/* CSS variables specific to element colors*/
:root,
.standard,
.color-scheme1 {
  --t-button-primary-bg-color: #1c1c1c;
  --t-button-primary-fg-color: #ffffff;
  --t-button-primary-border-color: #1c1c1c;
  --t-button-primary-hover-bg-color: rgba(255, 255, 255, 0.2);
  --t-button-secondary-bg-color: transparent;
  --t-button-secondary-fg-color: #1c1c1c;
  --t-button-secondary-border-color: #1c1c1c;
  --t-button-secondary-hover-bg-color: #1c1c1c;
  --t-button-secondary-hover-fg-color: #ffffff;
  --t-button-secondary-hover-border-color: #1c1c1c;
  --t-button-tertiary-color: #1c1c1c;
  --t-icon-btn-primary-bg-color: #eeeeee;
  --t-icon-btn-hover-bg-color: #000000;
  --t-icon-btn-hover-color: #ffffff;
  --t-icon-btn-focus-bg-color: #eeeeee;
  --t-link-text-color: #1c1c1c;
  --t-link-border-color: #1c1c1c;
  --t-icon-color-decorative: #ff8d6b;
  --t-accent-color: #ff8d6b;
  --t-non-interactive-accent-color: #1c1c1c;
  --t-interactive-accent-color: #1c1c1c;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-ribbon: transparent;
  --t-brand-bg-color: #ffffff;
  --t-brand-bg-color-rgb: 255,255,255;
  --t-brand-fg-color: #1c1c1c;
  --t-logo-bg-color: transparent;
  --t-logo-fg-color: #1c1c1c;
  --t-form-label-color: #707070;
  --t-form-error-color: #d0021b;
  --t-input-fields-fg-color: #ffffff;
  --t-input-fields-bg-color: #1c1c1c;
  --t-brand-bg-gradient-desktop: linear-gradient(270deg,rgba(255,255,255,0)0.03%,rgba(255,255,255,0.46)58%,rgba(255,255,255,0.54)100%);
  --t-brand-bg-gradient-mobile: linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(255,255,255,0.73)100%);
  --t-overline-normal-color: #707070;
  --t-overline-overlay-color: #1c1c1c;
}

/* CSS variables specific to inverse elements, color-scheme 2 or dark scheme*/
.inverse,
[class*=-inverse],
.color-scheme2,
.color-scheme4 {
  --t-button-primary-bg-color: #ffffff;
  --t-button-primary-fg-color: #1c1c1c;
  --t-button-primary-border-color: #ffffff;
  --t-button-primary-hover-bg-color: rgba(28, 28, 28, 0.2);
  --t-button-secondary-bg-color: transparent;
  --t-button-secondary-fg-color: #ffffff;
  --t-button-secondary-border-color: #ffffff;
  --t-button-secondary-hover-bg-color: #ffffff;
  --t-button-secondary-hover-fg-color: #1c1c1c;
  --t-button-secondary-hover-border-color: #ffffff;
  --t-button-tertiary-color: #ffffff;
  --t-icon-btn-primary-bg-color: #c4c4c4;
  --t-icon-btn-hover-bg-color: #ffffff;
  --t-icon-btn-hover-color: #000000;
  --t-icon-btn-focus-bg-color: #eeeeee;
  --t-link-text-color:#ffffff;
  --t-link-border-color: #ffffff;
  --t-icon-color-decorative: #ff8d6b;
  --t-accent-color: #ff8d6b;
  --t-non-interactive-accent-color: #ffffff;
  --t-interactive-accent-color: #ffffff;
  --t-horizontal-vertical-rule: #c4c4c4;
  --t-brand-ribbon: transparent;
  --t-brand-fg-color: #ffffff;
  --t-brand-bg-color: #1c1c1c;
  --t-brand-bg-color-rgb: 28,28,28;
  --t-logo-bg-color: transparent;
  --t-logo-fg-color: #1c1c1c;
  --t-form-label-color: #ffffff;
  --t-form-error-color: #d0021b;
  --t-input-fields-bg-color: #1c1c1c;
  --t-input-fields-fg-color: #ffffff;
  --t-brand-bg-gradient-desktop: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.54) 57.42%, rgba(0,0,0,0.62) 100%);
  --t-brand-bg-gradient-mobile: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.73) 100%);
  --t-overline-normal-color: #c4c4c4;
}

.inverse,
[class*=-inverse],
.color-scheme2 {
  --t-brand-alt-color: #c4c4c4;
  --t-overline-overlay-color: #ffffff;
}

/* CSS variables specific to lighter elements */
.alternate,
.color-scheme3,
.color-scheme5,
.color-scheme6 {
  --t-button-primary-bg-color: #1c1c1c;
  --t-button-primary-fg-color: #ffffff;
  --t-button-primary-border-color: #1c1c1c;
  --t-button-primary-hover-bg-color: rgba(255, 255, 255, 0.2);
  --t-button-secondary-bg-color: transparent;
  --t-button-secondary-fg-color: #1c1c1c;
  --t-button-secondary-border-color: #1c1c1c;
  --t-button-secondary-hover-bg-color: #1c1c1c;
  --t-button-secondary-hover-fg-color: #ffffff;
  --t-button-secondary-hover-border-color: #1c1c1c;
  --t-button-tertiary-color: #1c1c1c;
  --t-icon-btn-primary-bg-color: #c4c4c4;
  --t-icon-btn-hover-bg-color: #1c1c1c;
  --t-icon-btn-hover-color: #ffffff;
  --t-icon-btn-focus-bg-color: #c4c4c4;
  --t-link-text-color: #1c1c1c;
  --t-link-border-color: #1c1c1c;
  --t-icon-color-decorative: #ff8d6b;
  --t-accent-color: #ff8d6b;
  --t-non-interactive-accent-color: #1c1c1c;
  --t-interactive-accent-color: #1c1c1c;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-ribbon: transparent;
  --t-brand-bg-color: #f4f4f4;
  --t-brand-bg-color-rgb: 248,248,248;
  --t-brand-fg-color: #1c1c1c;
  --t-logo-bg-color: transparent;
  --t-logo-fg-color: #1c1c1c;
  --t-form-label-color: #707070;
  --t-form-error-color: #477d00;
  --t-input-fields-fg-color: #ffffff;
  --t-input-fields-bg-color: #1c1c1c;
  --t-brand-bg-gradient-desktop: linear-gradient(270deg,rgba(255,255,255,0)0.03%,rgba(255,255,255,0.46)58%,rgba(255,255,255,0.54)100%);
  --t-brand-bg-gradient-mobile: linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(255,255,255,0.73)100%);
  --t-overline-normal-color: #1c1c1c;
}

.color-scheme7 {
  --t-button-primary-bg-color: #1c1c1c;
  --t-button-primary-fg-color: #ffffff;
  --t-button-primary-border-color: #1c1c1c;
  --t-button-primary-hover-bg-color: rgba(255, 255, 255, 0.2);
  --t-button-secondary-bg-color: transparent;
  --t-button-secondary-fg-color: #1c1c1c;
  --t-button-secondary-border-color: #1c1c1c;
  --t-button-secondary-hover-bg-color: #1c1c1c;
  --t-button-secondary-hover-fg-color: #ffffff;
  --t-button-secondary-hover-border-color: #1c1c1c;
  --t-button-tertiary-color: #1c1c1c;
  --t-icon-btn-primary-bg-color: #eeeeee;
  --t-icon-btn-hover-bg-color: #000000;
  --t-icon-btn-hover-color: #ffffff;
  --t-icon-btn-focus-bg-color: #eeeeee;
  --t-link-text-color: #1c1c1c;
  --t-link-border-color: transparent;
  --t-icon-color-decorative: #1c1c1c;
  --t-accent-color: #1c1c1c;
  --t-non-interactive-accent-color: #1c1c1c;
  --t-interactive-accent-color: #1c1c1c;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-ribbon: transparent;
  --t-brand-bg-color: #ffffff;
  --t-brand-bg-color-rgb: 255,255,255;
  --t-brand-fg-color: #1c1c1c;
  --t-logo-bg-color: transparent;
  --t-logo-fg-color: #1c1c1c;
  --t-form-label-color: #707070;
  --t-form-error-color: #d0021b;
  --t-input-fields-fg-color: #ffffff;
  --t-input-fields-bg-color: #1c1c1c;
  --t-brand-bg-gradient-desktop: linear-gradient(270deg,rgba(255,255,255,0)0.03%,rgba(255,255,255,0.46)58%,rgba(255,255,255,0.54)100%);
  --t-brand-bg-gradient-mobile: linear-gradient(180deg,rgba(255,255,255,0)0%,rgba(255,255,255,0.73)100%);
  --t-overline-normal-color: #1c1c1c;
}

/* CSS variables specific to Bonvoy portfolio theme*/
[class*=bvy-color] {
  --t-font-family: Swiss-721;
  --t-title-font-family: Aldine721;
  --t-title-l-font-weight: 500;
  --t-title-m-font-weight: 500;
}

.bvy-color-scheme1 {
  --t-button-primary-bg-color: #231C19;
  --t-icon-color-decorative: #DC6F50;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-bg-color: #ffffff;
}

.bvy-color-scheme2 {
  --t-button-primary-bg-color: #231C19;
  --t-button-primary-hover-bg-color: #CAD7EB;
  --t-icon-color-decorative: #DC6F50;
  --t-accent-color: #231C19;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-bg-color: #F9F6F4;
  --t-brand-bg-color-rgb: 249, 246, 244;
}

.bvy-color-scheme3 {
  --t-button-primary-bg-color: #ffffff;
  --t-button-primary-fg-color: #1c1c1c;
  --t-button-primary-border-color: none;
  --t-button-primary-hover-bg-color: #FFDAA0;
  --t-button-secondary-border-color: #ffffff;
  --t-button-secondary-fg-color: #F9F6F4;
  --t-button-secondary-hover-bg-color: #ffffff;
  --t-button-secondary-hover-fg-color: #1c1c1c;
  --t-button-tertiary-color: #ffffff;
  --t-link-text-color:#ffffff;
  --t-link-border-color: #ffffff;
  --t-input-fields-bg-color: #1c1c1c;
  --t-input-fields-fg-color: #ffffff;
  --t-icon-color-decorative: #FFB995;
  --t-accent-color: #ffffff;
  --t-horizontal-vertical-rule: #707070;
  --t-brand-fg-color: #ffffff;
  --t-brand-bg-color: #1c1c1c;
  --t-brand-bg-color-rgb: 28, 28, 28;
}

/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body {
  font-family: Swiss-721, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.15rem;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: Swiss-721, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  font-family: Swiss-721, Arial, Helvetica, sans-serif;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

pre,
code,
kbd,
samp {
  font-family: Swiss-721, Arial, Helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: none;
}
input:focus,
input :active,
input :hover,
button:focus,
button :active,
button :hover,
select:focus,
select :active,
select :hover,
optgroup:focus,
optgroup :active,
optgroup :hover,
textarea:focus,
textarea :active,
textarea :hover {
  border: none;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}


/*****************************************************************************************
Name - Fonts
Description - All the font related configurations will be defined here including the icons
              and the various font formats for cross browser support.
Convention - CSS3 font config definition syntax must be used here.
******************************************************************************************/
@font-face {
  font-family: "Swiss-721";
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Regular.svg#Swiss-721") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Swiss-721";
  font-weight: 700;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Medium.svg#Swiss-721") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Swiss-721";
  font-weight: 900;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-Bold.svg#Swiss-721") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SwissCondensed";
  font-weight: 700;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BoldCondensed.svg#SwissCondensed") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SwissCondensed";
  font-weight: 900;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/swiss/Swiss721BT-BlackCondensed.svg#SwissCondensed") format("svg");
  font-display: swap;
}
/*$font-marriotticons: MiIcons !default;

@include font-face(
    $font-marriotticons,
    "./assets/fonts/marriott-icons/marriott-icons"
);
@include font-face($font-marriotticons, "./assets/fonts/marriott-icons/marriott-icons");*/
@font-face {
  font-family: "MiIcons";
  src: url("//cache.marriott.com/aka-fonts/mi-icons/mi-icons.eot") format("eot"), url("//cache.marriott.com/aka-fonts/mi-icons/mi-icons.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/mi-icons/mi-icons.woff") format("woff"), url("//cache.marriott.com/aka-fonts/mi-icons/mi-icons.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/mi-icons/mi-icons.svg#MiIcons") format("svg");
  font-display: swap;
}
/*@include font-face(
    $font-brandLogoIcons,
    "./assets/fonts/mi-brand-logo-icons/mi-brand-logo-icons"
);
@include font-face($font-brandLogoIcons, "./assets/fonts/mi-brand-logo-icons/mi-brand-logo-icons");*/
@font-face {
  font-family: "BrandLogoIcons";
  src: url("//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.eot") format("eot"), url("//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.woff") format("woff"), url("//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/mi-brand-logo-icons/mi-brand-logo-icons.svg#BrandLogoIcons") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "PortfolioLogoIcons";
  src: url("//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.eot") format("eot"), url("//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.woff") format("woff"), url("//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/mi-portfolio-logo-icons/mi-portfolio-logo-icons.svg#PortfolioLogoIcons") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Aldine721";
  font-style: Italic;
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Italic.svg#Aldine721") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Swiss721Hebrew";
  src: url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Regular.svg#Swiss721Hebrew") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Swiss721Hebrew";
  font-weight: 700;
  src: url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/SwissHebrew/Swiss721HebrewBT-Bold.svg#Swiss721Hebrew") format("svg");
  font-display: swap;
}
/*language specific fonts*/
@font-face {
  font-family: "UniversNextW1G";
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Regular.svg#UniversNextW1G") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "UniversNextW1G";
  font-weight: 700;
  src: url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/XtdLang/UniversNextW1G-Medium.svg#UniversNextW1G") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "JannaLT";
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Regular.svg#JannaLT") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "JannaLT";
  font-weight: 700;
  src: url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottDigital/JannaLT-Bold.svg#JannaLT") format("svg");
  font-display: swap;
}
/*Brand fonts*/
@font-face {
  font-family: "Acta";
  src: url("//cache.marriott.com/aka-fonts/TLC/Acta-Medium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/TLC/Acta-Medium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/TLC/Acta-Medium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/TLC/Acta-Medium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/TLC/Acta-Medium.svg#Acta") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Tribute/AvenirLTStd-Heavy.svg#AvenirLTStd") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextLTPro";
  src: url("//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/JW/AvenirNextLTPro-Light.svg#AvenirNextLTPro") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "AvenirNextLTProThin";
  src: url("//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Courtyard/AvenirNextLTPro-Thin.svg#AvenirNextLTProThin") format("svg");
  font-display: swap;
}
/*changed name from 3.0*/
@font-face {
  font-family: "BasicCommercialLT";
  src: url("//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Delta/BasicCommercialLTStd-Lt.svg#BasicCommercialLT") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "BaskervilleBT";
  src: url("//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/MarriottVacationClub/BaskervilleMTStd-Regular.svg#BaskervilleBT") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Caslon540Std";
  src: url("//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.eot") format("eot"), url("//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.woff") format("woff"), url("//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/TRC/Caslon540LTStd-Roman.svg#Caslon540Std") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Caslon540Std";
  font-style: Italic;
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/TRC/tt0119m_.eot") format("eot"), url("//cache.marriott.com/aka-fonts/TRC/tt0119m_.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/TRC/tt0119m_.woff") format("woff"), url("//cache.marriott.com/aka-fonts/TRC/tt0119m_.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/TRC/tt0119m_.svg#Caslon540Std") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "centurySchoolbook";
  font-weight: 500;
  src: url("//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.eot") format("eot"), url("//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.woff") format("woff"), url("//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/AC/CenturySchoolbookPro.svg#centurySchoolbook") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ClarendonStd";
  src: url("//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.eot") format("eot"), url("//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.woff") format("woff"), url("//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/FourPoints/ClarendonLTStd.svg#ClarendonStd") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ClassicGrotesqueStdBook";
  src: url("//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Delta/ClassicGrotesqueStd-Book.svg#ClassicGrotesqueStdBook") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Didot";
  src: url("//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Edition/DidotLTStd-Roman.svg#Didot") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "DINNeuzeitGroteskLight";
  src: url("//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Autograph/DINNeuzeitGroteskStd-Light.svg#DINNeuzeitGroteskLight") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "DINNextSlabProLight";
  src: url("//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Delta/DINNextSlabPro-Light.svg#DINNextSlabProLight") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "EffraMedium";
  src: url("//cache.marriott.com/aka-fonts/Marriott/EffraMedium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Marriott/EffraMedium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Marriott/EffraMedium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Marriott/EffraMedium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Marriott/EffraMedium.svg#EffraMedium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "FreightDispPro";
  src: url("//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Westin/FreigDisProMed.svg#FreightDispPro") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "FutureStdBook";
  src: url("//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Element/FuturaStd-Book.svg#FutureStdBook") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "FuturaStdMedium";
  src: url("//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Bulgari/FuturaStd-Medium.svg#FuturaStdMedium") format("svg");
  font-display: swap;
}
/*Changed name from 2.0*/
@font-face {
  font-family: "GalaxiePolaris";
  src: url("//cache.marriott.com/aka-fonts/Aloft/GalaxiePolaris-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Aloft/GalaxiePolaris-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Aloft/GalaxiePolaris-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Aloft/GalaxiePolaris-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Aloft/GalaxiePolaris-Bold.svg#GalaxiePolaris") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "GillSans";
  src: url("//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Moxy/GillSansMTStd-Book.svg#GillSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "GriffithGothic";
  src: url("//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/LeMeridien/GriffithGothic-Light.svg#GriffithGothic") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "GTSuperDisplay";
  src: url("//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Sheraton/GT-Super-Display-Light.svg#GTSuperDisplay") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "HumeGeometricSans";
  src: url("//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.eot") format("eot"), url("//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.woff") format("woff"), url("//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/TowneplaceSuites/hurmegeometricsans_no3_5_semibold-webfont.svg#HumeGeometricSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "MapleRH";
  src: url("//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Renaissance/MapleRHRegular.svg#MapleRH") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "MuseoSans";
  src: url("//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Courtyard/MuseoSans-100.svg#MuseoSans") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNova";
  src: url("//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Gaylord/proxima-nova-bold.svg#ProximaNova") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "RoosStRegis";
  src: url("//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.eot") format("eot"), url("//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.woff") format("woff"), url("//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/StRegis/RoosStRegisText.svg#RoosStRegis") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SackersGothicSTD";
  src: url("//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.eot") format("eot"), url("//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.woff") format("woff"), url("//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/ResidenceInn/SackersGothicStd-Medium.svg#SackersGothicSTD") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SlateBook";
  src: url("//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Protea/SlateStd-Bk.svg#SlateBook") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "TimesEighteenStd";
  src: url("//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Fairfield/TimesEighteenStd-Roman.svg#TimesEighteenStd") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "TipperaryETextSemibold";
  src: url("//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/SHS/TipperaryET-Semibold.svg#TipperaryETextSemibold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "WSansNew";
  src: url("//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/WHotels/WSansNew-Bold.svg#WSansNew") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "MontserratLight";
  src: url("//cache.marriott.com/aka-fonts/AC/Montserrat-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/AC/Montserrat-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/AC/Montserrat-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/AC/Montserrat-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/AC/Montserrat-Light.svg#MontserratLight") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Aldine721";
  src: url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Aldine/Aldine721-Roman.svg#Aldine721") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-bold.svg#ProximaNovaBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "ProximaNovaSemiBold";
  src: url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/CityExpress/proxima-nova-semibold.svg#ProximaNovaSemiBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "BossaBold";
  src: url("//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Bossa/Bossa-Bold.svg#BossaBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "NexaBold";
  src: url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Bold.svg#NexaBold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "NexaHeavy";
  src: url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.eot") format("eot"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.woff") format("woff"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/FourPoints/Nexa-Heavy.svg#NexaHeavy") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "TradeGothicLight";
  src: url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Light.svg#TradeGothicLight") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "TradeGothicBold";
  src: url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.eot") format("eot"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.woff2") format("woff2"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.woff") format("woff"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.ttf") format("truetype"), url("//cache.marriott.com/aka-fonts/Max/TradeGothicLTStd-Bold.svg#TradeGothicBold") format("svg");
  font-display: swap;
}
/* need to uncomment and recheck once fonts are uploaded to akamai cache
@include font-face( WSupreme, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-Regular");
@include font-face( WSupreme, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-Italic" , 500 , Italic);
@include font-face( WSupremeSemiBold, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-SemiBold");
@include font-face( WSupremeSemiBold, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-SemiBold-Italic" , 500 , Italic);
@include font-face( WSupremeMedium, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-Medium");
@include font-face( WSupremeMedium, "//cache.marriott.com/aka-fonts/WSupreme/WSupreme-Medium-Italic" , 500 , Italic); */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
[class*=icon-]::before, .m-message-inline .m-message-content-wrap::before, .m-message .m-expand-collapse-button::after, .m-message .m-message-content-wrap:before {
  display: inline-block;
  font-family: MiIcons;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*Possible icon color and size classes, use this in combination with icon class names below to apply color and size to the icon*/
.icon-alt::before {
  color: #707070;
}
.icon-inverse::before {
  color: #ffffff;
}
.icon-decorative::before {
  color: var(--t-icon-color-decorative);
}
.icon-xs::before, body .m-button-gallery [class*=icon]::before, body .m-link-icon-button-info [class*=icon]::before, body .m-link-icon-button-info-inverse [class*=icon]::before, body .m-link-icon-button [class*=icon]::before {
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
.icon-s::before, .m-message-inline .m-message-content-wrap::before, .m-message .m-message-content-wrap::before {
  font-size: 1rem;
  line-height: 1rem;
}
.icon-m::before {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.icon-l::before {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.icon {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  /*** external right arrow link ***/
  /*** external left arrow link ***/
}
.icon-more:before {
  content: "\e905";
}
.icon-photo-gallery:before {
  content: "\e906";
}
.icon-share-ios:before {
  content: "\e907";
}
.icon-visability-off:before {
  content: "\e908";
}
.icon-hour-guarantee:before {
  content: "\e909";
}
.icon-all-suite-room1x:before, .icon-all-suites:before {
  content: "\e90a";
}
.icon-cash-and-points:before {
  content: "\e90b";
}
.icon-elite-status:before {
  content: "\e90c";
}
.icon-free-night-certificates:before {
  content: "\e90d";
}
.icon-gift-points1x:before {
  content: "\e90e";
}
.icon-lounge-access:before {
  content: "\e90f";
}
.icon-member-rates1x:before {
  content: "\e910";
}
.icon-mobile-check-in:before {
  content: "\e911";
}
.icon-more-points-on-stays:before {
  content: "\e912";
}
.icon-priority-late-checkout:before {
  content: "\e913";
}
.icon-suite-night-awards:before {
  content: "\e914";
}
.icon-your-24:before {
  content: "\e915";
}
.icon-keyless-entry:before {
  content: "\e916";
}
.icon-add-to-calendar:before {
  content: "\e917";
}
.icon-add-to-wallet:before {
  content: "\e918";
}
.icon-add:before {
  content: "\e919";
}
.icon-alert:before {
  content: "\e91a";
}
.icon-book-direct-shield:before {
  content: "\e91b";
}
.icon-buy-points:before {
  content: "\e91c";
}
.icon-apple-pay:before {
  content: "\e91d";
}
.icon-arrow-down:before, .m-input-field .icon-arrow:before {
  content: "\e91e";
}
.icon-donate-points:before {
  content: "\e91f";
}
.icon-elite-night-credit:before {
  content: "\e920";
}
.icon-arrow-left:before {
  content: "\e921";
}
.icon-arrow-right:before {
  content: "\e922";
}
.icon-extra-free-nights:before {
  content: "\e923";
}
.icon-arrow-right-cropped:before {
  content: "\e924";
}
.icon-arrow-left-cropped:before {
  content: "\e924";
  transform: scaleX(-1);
}
.icon-arrow-up:before, .m-input-field:focus-within .icon-arrow:before {
  content: "\e925";
}
.icon-avatar:before {
  content: "\e926";
}
.icon-back-arrow:before {
  content: "\e927";
}
.icon-lifetime:before {
  content: "\e928";
}
.icon-back-arrow-cropped:before {
  content: "\e929";
}
.icon-forward-arrow-cropped:before {
  content: "\e929";
  transform: scaleX(-1);
}
.icon-biz-chat:before {
  content: "\e92a";
}
.icon-cancel:before {
  content: "\e92b";
}
.icon-check:before {
  content: "\e92c";
}
.icon-clear:before {
  content: "\e92d";
}
.icon-collapse:before {
  content: "\e92e";
}
.icon-delete:before {
  content: "\e92f";
}
.icon-down-arrow:before {
  content: "\e930";
}
.icon-download:before {
  content: "\e931";
}
.icon-dropdown-down:before {
  content: "\e932";
}
.icon-status-ambassador-elite:before {
  content: "\ea2d";
}
.icon-status-cobalt:before {
  content: "\ea2d";
}
.icon-status-gold-elite:before {
  content: "\ea2d";
}
.icon-status-member-elite:before {
  content: "\ea2d";
}
.icon-status-platinum-elite:before {
  content: "\ea2d";
}
.icon-status-silver-elite:before {
  content: "\ea2d";
}
.icon-status-titanium-elite:before {
  content: "\ea2d";
}
.icon-dropdown-up:before {
  content: "\e93a";
}
.icon-edit-dates:before {
  content: "\e93b";
}
.icon-ultimate-reservation-guarantee:before {
  content: "\e93c";
}
.icon-vip:before {
  content: "\e93d";
}
.icon-edit:before {
  content: "\e93e";
}
.icon-feedback-happy:before {
  content: "\e93f";
}
.icon-feedback-sad:before {
  content: "\e940";
}
.icon-filter:before {
  content: "\e941";
}
.icon-forward-arrow:before {
  content: "\e942";
}
.icon-forward:before {
  content: "\e943";
}
.icon-gear:before {
  content: "\e944";
}
.icon-grid-view:before {
  content: "\e945";
}
.icon-heart-fill:before {
  content: "\e946";
}
.icon-heart-outline:before {
  content: "\e947";
}
.icon-help:before {
  content: "\e948";
}
.icon-increment-minus:before {
  content: "\e949";
}
.icon-information:before {
  content: "\e94a";
}
.icon-key-station:before {
  content: "\e94b";
}
.icon-list-view---alt:before {
  content: "\e94c";
}
.icon-list-view:before {
  content: "\e94d";
}
.icon-map-zoom:before {
  content: "\e94e";
}
.icon-menu:before {
  content: "\e94f";
}
.icon-merge:before {
  content: "\e950";
}
.icon-minus:before {
  content: "\e951";
}
.icon-nav---account-active:before {
  content: "\e952";
}
.icon-nav---account-alt-active:before {
  content: "\e953";
}
.icon-nav---account-alt:before {
  content: "\e954";
}
.icon-nav---account:before {
  content: "\e955";
}
.icon-nav---book-active:before {
  content: "\e956";
}
.icon-nav---book:before {
  content: "\e957";
}
.icon-nav---home-active:before {
  content: "\e958";
}
.icon-nav---home:before {
  content: "\e959";
}
.icon-nav---trips-active:before {
  content: "\e95a";
}
.icon-nav---trips:before {
  content: "\e95b";
}
.icon-ocr-scan-payment:before {
  content: "\e95c";
}
.icon-phone:before {
  content: "\e95d";
}
.icon-plus:before {
  content: "\e95e";
}
.icon-print:before {
  content: "\e95f";
}
.icon-search-list-sort:before {
  content: "\e960";
}
.icon-search:before {
  content: "\e961";
}
.icon-share:before {
  content: "\e962";
}
.icon-sign-in:before {
  content: "\e963";
}
.icon-spinner:before {
  content: "\e964";
}
.icon-star:before {
  content: "\e965";
}
.icon-up-arrow:before {
  content: "\e966";
}
.icon-visibility:before {
  content: "\e967";
}
.icon-website:before {
  content: "\e968";
}
.icon-facebook:before {
  content: "\e969";
}
.icon-foursquare:before {
  content: "\e96a";
}
.icon-google:before {
  content: "\e96b";
}
.icon-instagram:before {
  content: "\e96c";
}
.icon-linkedin:before {
  content: "\e96d";
}
.icon-messenger:before {
  content: "\e96e";
}
.icon-pinterest:before {
  content: "\e96f";
}
.icon-twitter:before {
  content: "\e970";
}
.icon-uber:before {
  content: "\e971";
}
.icon-vk:before {
  content: "\e972";
}
.icon-weibo:before {
  content: "\e9d7";
}
.icon-youtube:before {
  content: "\e974";
}
.icon-ambassador-left:before {
  content: "\e975";
}
.icon-amenities:before {
  content: "\e976";
}
.icon-art-gallery:before {
  content: "\e977";
}
.icon-bar:before, .icon-onsite-bar:before {
  content: "\e978";
}
.icon-bath-mat:before {
  content: "\e979";
}
.icon-bath-towel:before {
  content: "\e97a";
}
.icon-bed:before {
  content: "\e97b";
}
.icon-body-lotion:before {
  content: "\e97c";
}
.icon-breakfast:before, .icon-continental-buffet:before, .icon-full-american:before, .icon-grab-n-go:before {
  content: "\e97d";
}
.icon-business-center:before {
  content: "\e97e";
}
.icon-capacity-chart:before {
  content: "\e97f";
}
.icon-car-rental:before, .icon-car-rental-deck:before {
  content: "\e980";
}
.icon-cart:before {
  content: "\e981";
}
.icon-casino:before {
  content: "\e982";
}
.icon-chat:before {
  content: "\e983";
}
.icon-check-out:before {
  content: "\e984";
}
.icon-cigar-bar:before {
  content: "\e985";
}
.icon-city:before {
  content: "\e986";
}
.icon-concierge-lounge:before {
  content: "\e987";
}
.icon-concierge:before {
  content: "\e988";
}
.icon-dental-kit:before {
  content: "\e989";
}
.icon-device-cast:before {
  content: "\e98a";
}
.icon-dining:before {
  content: "\e98b";
}
.icon-directions:before {
  content: "\e98c";
}
.icon-do-not-disturb:before {
  content: "\e98d";
}
.icon-dry-cleaning:before {
  content: "\e98e";
}
.icon-ev-charging-station:before {
  content: "\e98f";
}
.icon-extra-towels:before {
  content: "\e990";
}
.icon-feather-pillow:before {
  content: "\e991";
}
.icon-free-beach-access:before {
  content: "\e992";
}
.icon-golf:before {
  content: "\e993";
}
.icon-hand-towels:before {
  content: "\e994";
}
.icon-hangers:before {
  content: "\e995";
}
.icon-high-floor:before {
  content: "\e996";
}
.icon-iconic-landmark:before {
  content: "\e997";
}
.icon-join-now:before {
  content: "\e998";
}
.icon-kids-activities:before {
  content: "\e999";
}
.icon-kitchen:before, .icon-kitchenette:before {
  content: "\e99a";
}
.icon-late-check-out:before {
  content: "\e99b";
}
.icon-laundry-services:before {
  content: "\e99c";
}
.icon-low-floor:before {
  content: "\e99d";
}
.icon-luggage:before {
  content: "\e99e";
}
.icon-maid-service:before {
  content: "\e99f";
}
.icon-make-a-green-choice:before {
  content: "\e9a0";
}
.icon-map:before {
  content: "\e9a1";
}
.icon-meeting-space:before, .icon-certified-meeting-planner:before, .icon-convention-resort-network:before, .icon-meeting-services-app:before, .icon-meetings-imagined:before {
  content: "\e9a2";
}
.icon-movie-theater:before {
  content: "\e9a3";
}
.icon-near-elevator:before {
  content: "\e9a4";
}
.icon-nearby:before {
  content: "\e9a5";
}
.icon-opt-out:before {
  content: "\e9a6";
}
.icon-outdoor-grill:before {
  content: "\e9a7";
}
.icon-overview:before {
  content: "\e9a8";
}
.icon-parking-package:before {
  content: "\e9a9";
}
.icon-plug-in-panel:before {
  content: "\e9aa";
}
.icon-pool:before {
  content: "\e9ab";
}
.icon-private-garden:before {
  content: "\e9ac";
}
.icon-promotion-achieved:before {
  content: "\e9ad";
}
.icon-requests:before {
  content: "\e9ae";
}
.icon-restaurant-on-site:before {
  content: "\e9af";
}
.icon-rollaway-bed-or-cot:before {
  content: "\e9b0";
}
.icon-room-ready-alerts:before {
  content: "\e9b1";
}
.icon-shampoo:before {
  content: "\e9b2";
}
.icon-shaving-kit:before {
  content: "\e9b3";
}
.icon-sheet-set:before {
  content: "\e9b4";
}
.icon-shield:before {
  content: "\e9b5";
}
.icon-shoe-shine:before {
  content: "\e9b6";
}
.icon-shower-cap:before {
  content: "\e9b7";
}
.icon-shuttle:before, .icon-airport-shuttle:before {
  content: "\e9b8";
}
.icon-slippers:before {
  content: "\e9b9";
}
.icon-smart-tv:before {
  content: "\e9ba";
}
.icon-soap:before {
  content: "\e9bb";
}
.icon-tag:before {
  content: "\e9bc";
}
.icon-tennis:before {
  content: "\e9bd";
}
.icon-towel-set:before {
  content: "\e9be";
}
.icon-transportation:before {
  content: "\e9bf";
}
.icon-upgrade-requested-left:before {
  content: "\e9c0";
}
.icon-upgrade-requested:before {
  content: "\e9c1";
}
.icon-valet:before {
  content: "\e9c2";
}
.icon-vanity-kit:before {
  content: "\e9c3";
}
.icon-wake-up-call:before {
  content: "\e9c4";
}
.icon-washcloth:before {
  content: "\e9c5";
}
.icon-wifi:before, .icon-free-internet:before, .icon-internet:before {
  content: "\e9c6";
}
.icon-location:before {
  content: "\e900";
}
.icon-clock:before {
  content: "\e901";
}
.icon-airplane:before {
  content: "\e902";
}
.icon-mail:before {
  content: "\e9cc";
}
.icon-blanket:before {
  content: "\e9cd";
}
.icon-comb:before {
  content: "\e9ce";
}
.icon-conditioner:before {
  content: "\e9cf";
}
.icon-feather-free:before {
  content: "\e9d0";
}
.icon-foam-pillow:before {
  content: "\e9d1";
}
.icon-fitness-center:before {
  content: "\e903";
}
.icon-lock-open:before {
  content: "\e904";
}
.icon-lock:before {
  content: "\e9c7";
}
.icon-long-arrow-back:before {
  content: "\e9c8";
}
.icon-long-arrow-forward:before {
  content: "\e9c9";
}
.icon-spa:before {
  content: "\e9ca";
}
.icon-globe:before {
  content: "\e9cb";
}
.icon-dot:before {
  content: "\e629";
}
.icon-marriott-international:before {
  content: "\e80c";
}
.icon-arrow-right-external {
  position: relative;
}
.icon-arrow-right-external::before {
  content: "\e922";
}
.icon-arrow-right-external:hover::before, .icon-arrow-right-external.focus-visible::before, .icon-arrow-right-external:focus-visible::before {
  content: "\e942";
}
.icon-arrow-right-external::before {
  font-size: 1.5rem;
  position: absolute;
  right: 0.5rem;
}
.icon-arrow-right-external:hover::before, .icon-arrow-right-external.focus-visible::before {
  transform: rotate(-45deg);
  transition: 0.15s all ease-in;
}
.icon-arrow-right-external:focus-visible::before {
  transform: rotate(-45deg);
  transition: 0.15s all ease-in;
}
.icon-arrow-left-external {
  position: relative;
}
.icon-arrow-left-external::before {
  content: "\e921";
}
.icon-arrow-left-external:hover::before, .icon-arrow-left-external.focus-visible::before, .icon-arrow-left-external:focus-visible::before {
  content: "\e927";
}
.icon-arrow-left-external::before {
  font-size: 1.5rem;
  position: absolute;
  right: 0.5rem;
}
.icon-arrow-left-external:hover::before, .icon-arrow-left-external.focus-visible::before {
  transform: rotate(45deg);
  transition: 0.15s all ease-in;
}
.icon-arrow-left-external:focus-visible::before {
  transform: rotate(45deg);
  transition: 0.15s all ease-in;
}
.icon-guests:before {
  content: "\e9d3";
}
.icon-nights:before {
  content: "\e9d2";
}
.icon-figgy:before {
  content: "\e9d4";
}
.icon-small-red-book:before {
  content: "\e9d5";
}
.icon-wechat:before {
  content: "\e9d6";
}
.icon-weibo:before {
  content: "\e9d7";
}
.icon-dining-chopsticks:before {
  content: "\e9d8";
}
.icon-apple-wallet:before {
  content: "\e9d9";
}
.icon-dining-filter:before {
  content: "\e9da";
}
.icon-dining-fingerprint:before {
  content: "\e9db";
}
.icon-accessibility:before {
  content: "\e9dc";
}
.icon-activity:before {
  content: "\e9dd";
}
.icon-alarm:before {
  content: "\e9de";
}
.icon-ambassador:before {
  content: "\e9df";
}
.icon-asterisk:before {
  content: "\e9e0";
}
.icon-beach:before {
  content: "\e9e1";
}
.icon-bike-share:before {
  content: "\e9e3";
}
.icon-chat-bot:before {
  content: "\e9e4";
}
.icon-cloud-fog:before {
  content: "\e9e5";
}
.icon-cloud-hail:before {
  content: "\e9e6";
}
.icon-cloud-wind:before {
  content: "\e9e7";
}
.icon-cloudy:before {
  content: "\e9e8";
}
.icon-currency:before {
  content: "\e9e9";
}
.icon-customer-support:before {
  content: "\e9ea";
}
.icon-early-check-in:before {
  content: "\e9eb";
}
.icon-events:before {
  content: "\e9ec";
}
.icon-external-arrow:before {
  content: "\e9ed";
}
.icon-family-travel:before {
  content: "\e9ee";
}
.icon-gift:before {
  content: "\e9ef";
}
.icon-guest-room-entertainment:before {
  content: "\e9f5";
}
.icon-hail:before {
  content: "\e9f6";
}
.icon-light-showers:before {
  content: "\e9f7";
}
.icon-mini-bar:before {
  content: "\e9f8";
}
.icon-moon:before {
  content: "\e9f9";
}
.icon-next-level-1-day:before {
  content: "\e9fa";
}
.icon-next-level-2-day:before {
  content: "\e9fb";
}
.icon-next-level-3-day:before {
  content: "\e9fc";
}
.icon-next-level-4-day:before {
  content: "\e9fd";
}
.icon-next-level-5-day:before {
  content: "\e9fe";
}
.icon-next-level-6-day:before {
  content: "\e9ff";
}
.icon-next-level-7-day:before {
  content: "\ea00";
}
.icon-next-level-genera:before {
  content: "\ea01";
}
.icon-night-cloud:before {
  content: "\ea02";
}
.icon-no-parking:before {
  content: "\ea03";
}
.icon-parking:before {
  content: "\ea04";
}
.icon-partly-cloudy:before {
  content: "\ea05";
}
.icon-partly-sunny:before {
  content: "\ea06";
}
.icon-pet-friendly:before {
  content: "\ea07";
}
.icon-power-supply:before {
  content: "\ea08";
}
.icon-rain:before {
  content: "\ea09";
}
.icon-rain-night:before {
  content: "\ea0a";
}
.icon-renew:before {
  content: "\ea0b";
}
.icon-ritz-kids:before {
  content: "\ea0c";
}
.icon-robe:before {
  content: "\ea0d";
}
.icon-rollaway-crib:before {
  content: "\ea0e";
}
.icon-room-ready:before {
  content: "\ea0f";
}
.icon-room-service:before {
  content: "\ea10";
}
.icon-scattered-showers:before {
  content: "\ea11";
}
.icon-skiing:before, .icon-ski-snowboard:before {
  content: "\ea12";
}
.icon-smartphone:before {
  content: "\ea13";
}
.icon-snow:before {
  content: "\ea14";
}
.icon-snow-heavy:before {
  content: "\ea15";
}
.icon-snow-medium:before {
  content: "\ea16";
}
.icon-snow-night:before {
  content: "\ea17";
}
.icon-stay-dates:before {
  content: "\ea18";
}
.icon-stepper-minus:before {
  content: "\ea19";
}
.icon-stepper-plus:before {
  content: "\ea1b";
}
.icon-storm-day:before {
  content: "\ea1d";
}
.icon-storm-lightning:before {
  content: "\ea1e";
}
.icon-storm-night:before {
  content: "\ea1f";
}
.icon-storm-rain:before {
  content: "\ea20";
}
.icon-success:before {
  content: "\ea21";
}
.icon-sunny:before {
  content: "\ea22";
}
.icon-tornado:before {
  content: "\ea23";
}
.icon-success:before {
  content: "\ea21";
}
.icon-sunny:before {
  content: "\ea22";
}
.icon-tornado:before {
  content: "\ea23";
}
.icon-transfer-points:before {
  content: "\ea24";
}
.icon-universal-access:before {
  content: "\ea25";
}
.icon-visibility-off:before {
  content: "\ea26";
}
.icon-warning:before {
  content: "\ea28";
}
.icon-wedding-planner:before, .icon-marriott-certified-wedding-planner:before {
  content: "\ea29";
}
.icon-windy:before {
  content: "\ea2a";
}
.icon-wine-tasting:before {
  content: "\ea2b";
}
.icon-google-pay:before {
  content: "\ea2c";
}
.icon-member-status:before {
  content: "\ea2d";
}
.icon-success-fill:before {
  content: "\ea2e";
}
.icon-body-wash:before {
  content: "\ea30";
}
.icon-calendar:before {
  content: "\ea31";
}
.icon-check-in:before {
  content: "\ea32";
}
.icon-travel-guidance:before {
  content: "\ea33";
}
.icon-star-fill:before {
  content: "\ea34";
}
.icon-star-half-fill:before {
  content: "\ea35";
}
.icon-path-connector:before {
  content: "\ea36";
}
.icon-lifetime-fill:before {
  content: "\ea37";
}
.icon-cancel-alt:before {
  content: "\ea38";
}
.icon-line-app:before {
  content: "\ea39";
}
.icon-expand-white:before {
  content: "\ea3a";
}
.icon-quote-mark:before {
  content: "\ea3b";
}
.icon-social-kakao:before {
  content: "\ea3c";
}
.icon-social-naver:before {
  content: "\ea3d";
}
.icon-covid-mask:before {
  content: "\ea3e";
}
.icon-cold:before {
  content: "\e9e2";
}
.icon-hot:before {
  content: "\e9f0";
}
.icon-journey:before {
  content: "\e9f3";
}

[class*=t-program-logo]::before,
[class*=t-program-logo]::after,
[class*=t-program-logo-alt]::before,
[class*=t-program-logo-alt]::after,
[class*=t-program-logo-cn]::before,
[class*=t-program-logo-cn]::after,
[class*=t-program-logo-alt-cn]::before,
[class*=t-program-logo-alt-cn]::after,
[class*=t-program-logo-alt-traditional-cn]::before,
[class*=t-program-logo-alt-traditional-cn]::after,
[class*=brand-logo-]::before,
[class*=brand-]::before {
  display: inline-block;
  font-family: BrandLogoIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=t-program-logo] {
  position: relative;
}
[class*=t-program-logo]::before {
  position: absolute;
  content: "\e921";
  bottom: 0;
}
[class*=t-program-logo]::after {
  content: "\e920";
}

[class*=t-program-logo-alt] {
  position: relative;
}
[class*=t-program-logo-alt]::before {
  position: absolute;
  content: "\e929";
  bottom: 0;
}
[class*=t-program-logo-alt]::after {
  content: "\e930";
}

[class*=t-program-logo-alt-cn] {
  position: relative;
}
[class*=t-program-logo-alt-cn]::before {
  position: absolute;
  content: "\e931";
  bottom: initial;
}
[class*=t-program-logo-alt-cn]::after {
  content: "\e932";
}

[class*=t-program-logo-alt-traditional-cn] {
  position: relative;
}
[class*=t-program-logo-alt-traditional-cn]::before {
  position: absolute;
  content: "\e933";
  bottom: initial;
}
[class*=t-program-logo-alt-traditional-cn]::after {
  content: "\e934";
}

[class*=t-program-logo-wo-tm] {
  position: relative;
}
[class*=t-program-logo-wo-tm]::before {
  position: absolute;
  content: "\e921";
  bottom: 0;
}
[class*=t-program-logo-wo-tm]::after {
  content: "\e924";
}

[class*=t-program-logo-cn] {
  position: relative;
}
[class*=t-program-logo-cn]::before {
  position: absolute;
  content: "\e937";
  bottom: initial;
}
[class*=t-program-logo-cn]::after {
  content: "\e938";
}

[class*=t-program-logo-color]::before, [class*=t-program-logo-alt-color]::before {
  color: #ff8d6b;
}

[class*=t-program-logo-color-cn]::before,
[class*=t-program-logo-alt-cn-color]::before,
[class*=t-program-logo-alt-traditional-cn-color]::before,
[class*=t-program-logo-cn]::before {
  color: #ff8d6b;
}

.t-program-logo-xs,
.t-program-logo-color-xs,
.t-program-logo-alt-xs,
.t-program-logo-alt-color-xs {
  font-size: 1.3875rem;
}
.t-program-logo-s,
.t-program-logo-color-s,
.t-program-logo-alt-s,
.t-program-logo-alt-color-s {
  font-size: 2.041rem;
}
.t-program-logo-m,
.t-program-logo-color-m,
.t-program-logo-alt-m,
.t-program-logo-alt-color-m {
  font-size: 4.082rem;
}
.t-program-logo-l,
.t-program-logo-color-l,
.t-program-logo-alt-l,
.t-program-logo-alt-color-l {
  font-size: 5rem;
}

.t-program-logo-cn-xs,
.t-program-logo-color-cn-xs,
.t-program-logo-alt-traditional-cn-xs,
.t-program-logo-alt-traditional-cn-color-xs,
.t-program-logo-alt-cn-xs,
.t-program-logo-alt-cn-color-xs {
  font-size: 1.3875rem;
}
.t-program-logo-cn-s,
.t-program-logo-color-cn-s,
.t-program-logo-alt-traditional-cn-s,
.t-program-logo-alt-traditional-cn-color-s,
.t-program-logo-alt-cn-s,
.t-program-logo-alt-cn-color-s {
  font-size: 2.041rem;
}
.t-program-logo-cn-m,
.t-program-logo-color-cn-m,
.t-program-logo-alt-traditional-cn-m,
.t-program-logo-alt-traditional-cn-color-m,
.t-program-logo-alt-cn-m,
.t-program-logo-alt-cn-color-m {
  font-size: 4.082rem;
}
.t-program-logo-cn-l,
.t-program-logo-color-cn-l,
.t-program-logo-alt-traditional-cn-l,
.t-program-logo-alt-traditional-cn-color-l,
.t-program-logo-alt-cn-l,
.t-program-logo-alt-cn-color-l {
  font-size: 5rem;
}

.brand-logo-Escape::after,
.brand-logo-Escape::before {
  display: inline-block;
  font-family: BrandLogoIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brand-logo-Escape {
  position: relative;
}
.brand-logo-Escape::before {
  position: absolute;
  content: "\e935";
  color: #ff8d6b;
}
.brand-logo-Escape::after {
  content: "\e936";
}

.brand-logo-MR::before {
  content: "\e81d";
}
.brand-logo-RCR::before, .brand-logo-rcr::before {
  content: "\e800";
}
.brand-logo-RZ::before, .brand-logo-rz::before {
  content: "\e914";
}
.brand-logo-EB::before, .brand-logo-eb::before {
  content: "\e906";
}
.brand-logo-JW::before, .brand-logo-jw::before {
  content: "\e90b";
}
.brand-logo-AK::before, .brand-logo-ak::before {
  content: "\e902";
}
.brand-logo-BR::before, .brand-logo-br::before {
  content: "\e912";
}
.brand-logo-DE::before, .brand-logo-de::before {
  content: "\e904";
}
.brand-logo-MC::before, .brand-logo-mc::before {
  content: "\e90f";
}
.brand-logo-ER::before, .brand-logo-er::before {
  content: "\e90e";
}
.brand-logo-MV::before, .brand-logo-mv::before {
  content: "\e91a";
}
.brand-logo-GE::before, .brand-logo-ge::before {
  content: "\e90a";
}
.brand-logo-AR::before, .brand-logo-ar::before {
  content: "\e900";
}
.brand-logo-CY::before, .brand-logo-cy::before {
  content: "\e903";
}
.brand-logo-RI::before, .brand-logo-ri::before {
  content: "\e913";
}
.brand-logo-SH::before, .brand-logo-sh::before {
  content: "\e916";
}
.brand-logo-FI::before, .brand-logo-fi::before {
  content: "\e908";
}
.brand-logo-TS::before, .brand-logo-ts::before {
  content: "\e918";
}
.brand-logo-PR::before, .brand-logo-pr::before {
  content: "\e911";
}
.brand-logo-OX::before, .brand-logo-ox::before {
  content: "\e910";
}
.brand-logo-XR::before, .brand-logo-xr::before {
  content: "\e917";
}
.brand-logo-LC::before, .brand-logo-lc::before {
  content: "\e90d";
}
.brand-logo-WH::before, .brand-logo-wh::before {
  content: "\e91b";
}
.brand-logo-WH-word-mark::before, .brand-logo-wh-word-mark::before {
  content: "\e939";
}
.brand-logo-WI::before, .brand-logo-wi::before {
  content: "\e91c";
}
.brand-logo-SI::before, .brand-logo-si::before {
  content: "\e915";
}
.brand-logo-MD::before, .brand-logo-md::before {
  content: "\e90c";
}
.brand-logo-TX::before, .brand-logo-tx::before {
  content: "\e919";
}
.brand-logo-DS::before, .brand-logo-ds::before {
  content: "\e905";
}
.brand-logo-AL::before, .brand-logo-al::before {
  content: "\e901";
}
.brand-logo-FP::before, .brand-logo-fp::before {
  content: "\e909";
}
.brand-logo-EL::before, .brand-logo-el::before {
  content: "\e907";
}
.brand-logo-BG::before, .brand-logo-bg::before {
  content: "\e91d";
}
.brand-logo-HV::before {
  content: "\e922";
}
.brand-logo-MI::before {
  content: "\e81f";
}
.brand-logo-XE::before, .brand-logo-xe::before {
  content: "\e925";
}
.brand-logo-reserve::before {
  content: "\e926";
}
.brand-logo-trc::before {
  content: "\e927";
}
.brand-logo-ba::before, .brand-logo-BA::before {
  content: "\e928";
}
.brand-logo-xf::before, .brand-logo-XF::before {
  content: "\e93a";
}
.brand-logo-sv::before, .brand-logo-SV::before {
  content: "\e93b";
}
.brand-logo-wv::before, .brand-logo-WV::before {
  content: "\e93c";
}
.brand-logo-mg::before, .brand-logo-MG::before {
  content: "\e93d";
}

[class*=portfolio-icon-], [class*=t-brand-icon-] {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

[class*=portfolio-icon-]::before {
  display: inline-block;
  font-family: PortfolioLogoIcons;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.portfolio-icon-mr_blk_notag::before {
  content: "\f81d";
}
.portfolio-icon-ritz-carlton::before {
  content: "\e914";
}
.portfolio-icon-edition::before {
  content: "奈";
}
.portfolio-icon-jw::before {
  content: "羅";
}
.portfolio-icon-autograph-collection::before {
  content: "金";
}
.portfolio-icon-renaissance::before {
  content: "洛";
}
.portfolio-icon-delta-hotels::before {
  content: "滑";
}
.portfolio-icon-marriott::before {
  content: "邏";
}
.portfolio-icon-marriott-executive-apartments::before {
  content: "裸";
}
.portfolio-icon-vacation-club::before {
  content: "駱";
}
.portfolio-icon-gaylord::before {
  content: "句";
}
.portfolio-icon-ac-hotels::before {
  content: "龜";
}
.portfolio-icon-courtyard::before {
  content: "賈";
}
.portfolio-icon-residence-inn::before {
  content: "豈";
}
.portfolio-icon-springhill-suites::before {
  content: "\e92b";
}
.portfolio-icon-fairfield-inn::before {
  content: "串";
}
.portfolio-icon-towneplace-suites::before {
  content: "車";
}
.portfolio-icon-protea-hotels::before {
  content: "龜";
}
.portfolio-icon-moxy::before {
  content: "樂";
}
.portfolio-icon-st-regis::before {
  content: "落";
}
.portfolio-icon-luxury-collection::before {
  content: "螺";
}
.portfolio-icon-w-hotels::before {
  content: "亂";
}
.portfolio-icon-westin::before {
  content: "卵";
}
.portfolio-icon-sheraton::before {
  content: "珞";
}
.portfolio-icon-le-meridien::before {
  content: "蘿";
}
.portfolio-icon-tribute-portfolio::before {
  content: "酪";
}
.portfolio-icon-design-hotels::before {
  content: "喇";
}
.portfolio-icon-aloft::before {
  content: "契";
}
.portfolio-icon-four-points::before {
  content: "癩";
}
.portfolio-icon-element::before {
  content: "懶";
}
.portfolio-icon-rcr::before {
  content: "\f800";
}
.portfolio-icon-hotels-and-villas::before {
  content: "蘭";
}
.portfolio-icon-hvmi::before {
  content: "鸞";
}
.portfolio-icon-mvc::before {
  content: "嵐";
}
.portfolio-icon-xe::before {
  content: "濫";
}
.portfolio-icon-ba::before {
  content: "藍";
}
.portfolio-icon-mg::before {
  content: "襤";
}
.portfolio-icon-tours-activities::before {
  content: "臘";
}
.portfolio-icon-events::before {
  content: "蠟";
}
.portfolio-icon-boutiques::before {
  content: "廊";
}
.portfolio-icon-moments::before {
  content: "拉";
}
.portfolio-icon-sheraton-vacation-club::before {
  content: "擄";
}
.portfolio-icon-westin-vacation-club::before {
  content: "朗";
}

body {
  background-color: var(--t-brand-bg-color);
  color: var(--t-brand-fg-color);
  font-family: var(--t-base-font-family);
}
body strong,
body b {
  font-weight: 900;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.t-accent-color {
  color: var(--t-accent-color);
}

.t-text-color {
  color: var(--t-link-text-color);
}

.t-background-color {
  background-color: var(--t-brand-bg-color);
  color: var(--t-brand-fg-color);
  background-image: var(--t-brand-bg-texture, inherit);
}

.t-background-color-rgba {
  background-color: rgba(var(--t-brand-bg-color-rgb), var(--opacity));
  color: var(--t-brand-fg-color);
}

.t-foreground-color {
  color: var(--t-brand-fg-color);
}

.t-brand-ribbon {
  background-color: var(--t-brand-ribbon);
  color: var(--t-brand-ribbon);
}

.t-horizontal-vertical-rule {
  color: var(--t-horizontal-vertical-rule);
  background-color: var(--t-horizontal-vertical-rule);
}

.t-ui-element {
  background-color: var(--t-input-fields-bg-color);
  color: var(--t-input-fields-fg-color);
}

div[class*=color-scheme],
div.inverse,
div.alternate {
  background-color: var(--t-brand-bg-color);
  color: var(--t-brand-fg-color);
  background-image: var(--t-brand-bg-texture, inherit);
}

.t-brand-logo {
  color: var(--t-logo-fg-color);
  background-color: var(--t-logo-bg-color);
  display: inline-block;
}
.t-brand-logo:hover {
  color: var(--t-logo-fg-color);
  background-color: var(--t-logo-bg-color);
}
.t-brand-logo [class*=brand-logo-]:hover, .t-brand-logo[class*=brand-logo-]:hover {
  color: var(--t-logo-fg-color);
  background-color: var(--t-logo-bg-color);
}
.t-brand-logo-s {
  font-size: var(--t-logo-size-s);
  line-height: var(--t-logo-size-s);
}
.t-brand-logo-s [class*=brand-logo-]::before {
  font-size: var(--t-logo-size-s);
  line-height: var(--t-logo-size-s);
}
.t-brand-logo-m {
  font-size: var(--t-logo-size-m);
  line-height: var(--t-logo-size-m);
}
.t-brand-logo-m [class*=brand-logo-]::before {
  font-size: var(--t-logo-size-m);
  line-height: var(--t-logo-size-m);
}
.t-brand-logo-l {
  font-size: var(--t-logo-size-l);
  line-height: var(--t-logo-size-l);
}
.t-brand-logo-l [class*=brand-logo-]::before {
  font-size: var(--t-logo-size-l);
  line-height: var(--t-logo-size-l);
}

/* Common Styles to be used across all the pages
************************************************* */
/* Branded Module imports */
body [class*=m-button] {
  font-family: var(--t-base-font-family);
  background: var(--t-button-primary-bg-color);
  color: var(--t-button-primary-fg-color);
  border: 1px solid var(--t-button-primary-border-color);
}
body [class*=m-button]:hover, body [class*=m-button].is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
  color: var(--t-button-primary-hover-fg-color, var(--t-button-primary-fg-color));
  border-color: var(--t-button-primary-hover-bg-color);
}
body [class*=m-button].disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-primary {
  background: var(--t-button-primary-bg-color);
  color: var(--t-button-primary-fg-color);
  border: 1px solid var(--t-button-primary-border-color);
}
body .m-button-primary:hover, body .m-button-primary.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
  color: var(--t-button-primary-hover-fg-color, var(--t-button-primary-fg-color));
  border-color: var(--t-button-primary-hover-bg-color);
}
body .m-button-primary.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-primary-inverse, .inverse body .m-button-primary {
  background: var(--t-button-primary-bg-color);
  color: var(--t-button-primary-fg-color);
  border: 1px solid var(--t-button-primary-border-color);
}
body .m-button-primary-inverse:hover, body .m-button-primary-inverse.is-hover, .inverse body .m-button-primary:hover, .inverse body .m-button-primary.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
  color: var(--t-button-primary-hover-fg-color, var(--t-button-primary-fg-color));
  border-color: var(--t-button-primary-hover-bg-color);
}
body .m-button-primary-inverse.disabled, .inverse body .m-button-primary.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-primary-icon {
  background: var(--t-button-primary-bg-color);
  color: var(--t-button-primary-fg-color);
  border: 1px solid var(--t-button-primary-border-color);
}
body .m-button-primary-icon:hover, body .m-button-primary-icon.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-primary-hover-bg-color);
  color: var(--t-button-primary-hover-fg-color, var(--t-button-primary-fg-color));
  border-color: var(--t-button-primary-hover-bg-color);
}
body .m-button-primary-icon.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-secondary {
  background: var(--t-button-secondary-bg-color);
  color: var(--t-button-secondary-fg-color);
  border: 1px solid var(--t-button-secondary-border-color);
}
body .m-button-secondary:hover, body .m-button-secondary.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
  color: var(--t-button-secondary-hover-fg-color);
  border-color: var(--t-button-secondary-hover-border-color);
}
body .m-button-secondary.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-secondary-inverse, .inverse body .m-button-secondary {
  background: var(--t-button-secondary-bg-color);
  color: var(--t-button-secondary-fg-color);
  border: 1px solid var(--t-button-secondary-border-color);
}
body .m-button-secondary-inverse:hover, body .m-button-secondary-inverse.is-hover, .inverse body .m-button-secondary:hover, .inverse body .m-button-secondary.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
  color: var(--t-button-secondary-hover-fg-color);
  border-color: var(--t-button-secondary-hover-border-color);
}
body .m-button-secondary-inverse.disabled, .inverse body .m-button-secondary.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-secondary-icon {
  background: var(--t-button-secondary-bg-color);
  color: var(--t-button-secondary-fg-color);
  border: 1px solid var(--t-button-secondary-border-color);
}
body .m-button-secondary-icon:hover, body .m-button-secondary-icon.is-hover {
  box-shadow: inset 9999px 9999px var(--t-button-secondary-hover-bg-color);
  color: var(--t-button-secondary-hover-fg-color);
  border-color: var(--t-button-secondary-hover-border-color);
}
body .m-button-secondary-icon.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-icon-button-primary, body .m-modal-close-btn,
body .m-icon-button-secondary {
  background-color: var(--t-icon-btn-primary-bg-color);
}
body .m-icon-button-primary:hover, body .m-modal-close-btn:hover, body .m-icon-button-primary.is-hover, body .is-hover.m-modal-close-btn,
body .m-icon-button-secondary:hover,
body .is-hover.m-icon-button-secondary {
  background-color: var(--t-icon-btn-hover-bg-color);
}
body .m-icon-button-primary:hover [class*=icon]:before, body .m-modal-close-btn:hover [class*=icon]:before, body .m-icon-button-primary.is-hover [class*=icon]:before, body .is-hover.m-modal-close-btn [class*=icon]:before,
body .m-icon-button-secondary:hover [class*=icon]:before,
body .is-hover.m-icon-button-secondary [class*=icon]:before {
  color: var(--t-icon-btn-hover-color);
}
body .m-icon-button-primary:focus, body .m-modal-close-btn:focus,
body .m-icon-button-secondary:focus {
  background-color: var(--t-icon-btn-focus-bg-color);
}

body a {
  color: var(--t-link-text-color);
  font-family: var(--t-base-font-family);
}
body a:hover {
  color: var(--t-link-text-color);
}
body .m-link-inverse {
  color: var(--t-link-text-color);
}
body .m-link-inverse:hover {
  color: var(--t-link-text-color);
}
body .m-link-tertiary-button, body .m-link-tertiary-button-external, body .m-link-tertiary-button-inverse {
  color: var(--t-button-tertiary-color);
  font-family: var(--t-base-font-family);
}
body .m-link-tertiary-button-inverse {
  color: var(--t-button-tertiary-color);
}
body .m-link-tertiary-button-inverse:hover {
  color: var(--t-button-tertiary-color);
}
body .m-link-tertiary-button::before, body .m-link-tertiary-button-external::before, body .m-link-tertiary-button-inverse::before {
  font-family: var(--t-base-font-family);
}
body .m-nav-link {
  color: var(--t-brand-fg-color);
  font-family: var(--t-base-font-family);
}
body .m-nav-link:hover, body .m-nav-link.is-hover {
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .m-nav-link:hover, body .m-nav-link:focus, body .m-nav-link.selected, body .m-nav-link.is-hover {
    border-bottom: 0.125rem solid var(--t-interactive-accent-color);
  }
}
body .m-header-primary-link {
  font-family: var(--t-base-font-family);
}
body .m-header-secondary-link {
  font-family: var(--t-base-font-family);
}
body .global-nav-menu-link {
  font-family: var(--t-base-font-family);
}

.m-accordion-container {
  /* custom bootstrap css starts */
  /* custom bootstrap css ends */
}
.m-accordion-container .accordion-item {
  border: none;
  background-color: inherit;
}
.m-accordion-container .accordion-button {
  border-top: 1px solid #c4c4c4;
  color: inherit;
  padding: 1.5rem 0;
  background-color: transparent;
}
.m-accordion-container .accordion-button::after {
  content: none;
}
.m-accordion-container .collapsed {
  border-top: 1px solid #c4c4c4;
}
.m-accordion-container .accordion-button:focus {
  border-top: 1px solid #c4c4c4;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  box-shadow: none;
}
.m-accordion-container .accordion-button:not(.collapsed) {
  color: inherit;
  background-color: transparent;
  box-shadow: none;
}
.m-accordion-container .accordion-button:not(.collapsed) .accordion-arrow-icon {
  transform: rotate(-180deg);
}
.m-accordion-container .accordion-button:not(.collapsed)::after {
  background-image: none;
}
.m-accordion-container .accordion-button:focus {
  border-color: #c4c4c4;
}
.m-accordion-container .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.m-accordion-container .accordion-body {
  padding: 0;
  color: var(--t-brand-fg-color);
}
.m-accordion-container .m-accordion-title {
  display: flex;
  justify-content: start;
  align-items: baseline;
  width: inherit;
}
.m-accordion-container .m-accordion-title p {
  margin-bottom: 0;
}
.m-accordion-container .m-accordion-title .accordion-arrow-icon {
  margin-left: auto;
  flex-shrink: 0;
}

.m-message {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #eeeeee;
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-radius: 0.25rem;
}
.m-message p {
  margin-bottom: 0;
}
.m-message ul {
  list-style-type: initial;
  margin-bottom: 0;
  padding-left: 1rem;
}
.m-message ul li {
  margin-bottom: 0.25rem;
}
.m-message .m-message-content-heading {
  font-weight: 700;
}
.m-message .m-message-content-wrap {
  display: flex;
  overflow: hidden;
}
.m-message .m-message-content-wrap:before {
  content: "\e94a";
}
@media (max-width: 767.98px) {
  .m-message .m-message-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .m-message .m-message-content.toggle {
    display: inline-block;
  }
}
.m-message .m-expand-collapse-button {
  border: none;
  background: none;
  margin-left: 1.5rem;
  padding: 0;
  display: flex;
  font-weight: 700;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .m-message .m-expand-collapse-button {
    display: none;
  }
}
.m-message .m-expand-collapse-button::after {
  margin-left: 0.3125rem;
  font-size: 0.625rem;
  content: "\e91e";
}
.m-message .m-expand-collapse-button.toggle::after {
  content: "\e925";
}
.m-message-inline {
  background-color: #ffffff;
  border: 0.063rem solid #c4c4c4;
  padding: 0.6875rem 1.25rem;
  border-radius: 0.5rem;
}
.m-message-inline .m-message-content-wrap {
  display: flex;
  overflow: hidden;
}
.m-message-inline .m-message-content-wrap::before {
  content: "\e94a";
  color: #1c1c1c;
  line-height: 1.25rem;
}
.m-message-inline .m-message-content {
  display: inline-block;
  align-items: center;
  font-size: 0.875rem;
  color: #1c1c1c;
  line-height: 1.25rem;
}
.m-message-inline .m-message-content ul {
  list-style-type: initial;
  margin-bottom: 0;
  padding-left: 1rem;
}
.m-message-modal {
  border-radius: 0.5rem;
  background-color: #ffffff;
  padding: 0;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.m-message-modal .m-message-modal-header {
  background-color: #1c1c1c;
  color: #ffffff;
  padding: 0.6875rem 0.875rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.m-message-modal .m-message-modal-contentwrap {
  padding: 0.875rem;
  background-color: #ffffff;
}
.m-message-modal .m-message-modal-content {
  padding-top: 0.875rem;
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #707070;
}

[class^=m-message].info {
  background-color: #ffffff;
  border: 0.063rem solid #c4c4c4;
}
[class^=m-message].info .m-message-content-wrap::before {
  content: "\e94a";
  color: #1c1c1c;
}
[class^=m-message].info .m-message-content {
  color: #1c1c1c;
}
[class^=m-message].info.inverse {
  background-color: #1c1c1c;
  border: 0.063rem solid #ffffff;
}
[class^=m-message].info.inverse .m-message-content-wrap::before {
  content: "\e94a";
  color: #ffffff;
}
[class^=m-message].info.inverse .m-message-content {
  color: #ffffff;
}
[class^=m-message].emergency {
  background-color: #d0021b;
  border: 0.063rem solid #ffffff;
}
[class^=m-message].emergency .m-message-content-wrap::before {
  content: "\e94a";
  color: #ffffff;
}
[class^=m-message].emergency .m-message-content {
  color: #ffffff;
}
[class^=m-message].error-sev1 {
  background-color: rgba(208, 2, 27, 0.1);
  border: 0.063rem solid #d0021b;
}
[class^=m-message].error-sev1 .m-message-content-wrap::before {
  content: "\e91a";
  color: #d0021b;
}
[class^=m-message].error-sev1 .m-message-content {
  color: #1c1c1c;
}
[class^=m-message].error-sev2 {
  background-color: #ffffff;
  border: 0.063rem solid #d0021b;
}
[class^=m-message].error-sev2 .m-message-content-wrap::before {
  content: "\e94a";
  color: #d0021b;
}
[class^=m-message].error-sev2 .m-message-content {
  color: #1c1c1c;
}
[class^=m-message].warning {
  background-color: #ffffff;
  border: 0.063rem solid #b94600;
}
[class^=m-message].warning .m-message-content-wrap::before {
  content: "\ea28";
  color: #b94600;
}
[class^=m-message].warning .m-message-content {
  color: #1c1c1c;
}
[class^=m-message].success {
  background-color: #ffffff;
  border: 0.063rem solid #477d00;
}
[class^=m-message].success .m-message-content-wrap::before {
  content: "\ea21";
  color: #477d00;
}
[class^=m-message].success .m-message-content {
  color: #1c1c1c;
}

body [class*=m-badge-inline] {
  display: inline-block;
  border-radius: 0.1875rem;
  text-align: center;
  padding: 0.125rem 0.25rem;
}
body .m-badge-inline {
  background-color: #1c1c1c;
  color: #ffffff;
}
body .m-badge-inline-merch {
  background-color: #ffb995;
  color: #1c1c1c;
}
body .m-badge-inline-neutral {
  background: #f4f4f4;
  font-weight: 500;
  padding: 0.1875rem 0.25rem;
  text-transform: none;
  letter-spacing: 0;
}
body [class*=m-badge-overlay] {
  border-radius: 0.25rem;
  padding: 0.5rem;
  width: fit-content;
  display: flex;
  align-items: center;
}
body [class*=m-badge-overlay] [class*=icon-] {
  font-size: 1rem;
  color: inherit;
  margin-right: 0.125rem;
}
body .m-badge-overlay-merch {
  background-color: #ffb995;
  color: #1c1c1c;
}

body {
  /* link icon common styles */
  /* link icon variations */
  /* ======================================================= */
  /* icon button variations */
  /* ================================================================================ */
  /* ================================================================================ */
  /* ================================================================================ */
}
body [class*=m-button] {
  font-weight: 700;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  border-radius: 6rem;
  display: inline-block;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.25s ease-in-out, border-color 0.15s ease-in-out;
  outline: none;
  text-decoration: none;
  font-size: 1rem;
  height: var(--t-button-m-height, 40px);
  padding: var(--t-button-m-padding-y, 0) var(--t-button-m-padding-x, 24px);
  line-height: 1.375rem;
  border-radius: var(--t-button-border-radius, 27px);
}
body [class*=m-button]:hover {
  transition: none;
  text-decoration: none;
  font-weight: 700;
}
body [class*=m-button]:focus {
  outline: 2px solid -webkit-focus-ring-color;
}
body [class*=m-button].disabled {
  pointer-events: none;
  background: #c4c4c4;
  color: #ffffff;
  border: 1px solid #c4c4c4;
}
body [class*=m-button].disabled:hover, body [class*=m-button].disabled.is-hover {
  box-shadow: inset 9999px 9999px #c4c4c4;
  color: #ffffff;
  border-color: #c4c4c4;
}
body [class*=m-button].disabled.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-s {
  font-size: 0.8125rem;
  height: var(--t-button-s-height, 2rem);
  padding: var(--t-button-s-padding-y, 0) var(--t-button-s-padding-x, 1rem);
  line-height: 1rem;
  border-radius: var(--t-button-border-radius, 22px);
}
body .m-button-m {
  font-size: 1rem;
  height: var(--t-button-m-height, 40px);
  padding: var(--t-button-m-padding-y, 0) var(--t-button-m-padding-x, 24px);
  line-height: 1.375rem;
  border-radius: var(--t-button-border-radius, 27px);
}
body .m-button-l {
  font-size: 1.125rem;
  height: var(--t-button-l-height, 3.375rem);
  padding: var(--t-button-l-padding-y, 0) var(--t-button-l-padding-x, 2rem);
  line-height: 1.5rem;
  border-radius: var(--t-button-border-radius, 2rem);
}
body .m-button-primary-cancel {
  background: transparent;
  color: #1c1c1c;
  border: 1px solid transparent;
}
body .m-button-primary-cancel:hover, body .m-button-primary-cancel.is-hover {
  box-shadow: inset 9999px 9999px transparent;
  color: #1c1c1c;
  border-color: transparent;
}
body .m-button-primary-cancel.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-primary-cancel:hover {
  font-weight: 700;
  text-decoration: underline;
}
body .m-button-primary-icon [class*=icon-]:before {
  color: inherit;
  padding-right: 0.4375rem;
}
body .m-button-secondary-cancel {
  background: transparent;
  color: #1c1c1c;
  border: 1px solid transparent;
}
body .m-button-secondary-cancel:hover, body .m-button-secondary-cancel.is-hover {
  box-shadow: inset 9999px 9999px transparent;
  color: #1c1c1c;
  border-color: transparent;
}
body .m-button-secondary-cancel.disabled {
  pointer-events: none;
  opacity: 0.4;
}
body .m-button-secondary-cancel:hover {
  font-weight: 700;
  text-decoration: underline;
}
body .m-button-secondary-icon [class*=icon]:before {
  color: inherit;
  padding-right: 0.4375rem;
}
body .m-link-icon-left {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0;
  display: inline-block;
  margin: 0 0.375rem;
  background-color: transparent;
}
body .m-link-icon-left .m-link-text:hover {
  border-bottom: 0.0625rem solid #1c1c1c;
}
body .m-link-icon-left span:not(.m-link-text) {
  padding-right: 0.375rem;
}
body .m-link-icon-chevron {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  position: relative;
}
body .m-link-icon-chevron::after {
  font-family: MiIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.9375rem;
  display: inline-block;
  vertical-align: bottom;
}
body .m-link-icon-chevron::after {
  content: "\e922";
  padding-left: 0.5625rem;
}
body .m-link-icon-chevron .m-link-text:hover {
  border-bottom: 0.0625rem solid #1c1c1c;
}
body .m-link-icon-chevron:hover::after {
  position: absolute;
  top: 0.0625rem;
}
body .m-link-icon-button-info, body .m-link-icon-button-info-inverse, body .m-link-icon-button, body .m-link-icon-button-info, body .m-link-icon-button-info-inverse {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  padding: 0;
  display: inline-block;
  background-color: transparent;
  padding: 0.4375rem 0 0.4375rem 0.5rem;
  display: inline-flex;
  align-items: center;
}
body .m-link-icon-button-info::after, body .m-link-icon-button-info-inverse::after, body .m-link-icon-button::after, body .m-link-icon-button-info::after, body .m-link-icon-button-info-inverse::after {
  font-family: MiIcons;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0.9375rem;
  display: inline-block;
  vertical-align: bottom;
}
body .m-link-icon-button-info:hover, body .m-link-icon-button-info-inverse:hover, body .m-link-icon-button:hover {
  border-radius: 0.25rem;
  background-color: #eeeeee;
}
body .m-link-icon-button-info:focus, body .m-link-icon-button-info-inverse:focus, body .m-link-icon-button:focus {
  border: 0.0625rem solid #eeeeee;
  border-radius: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
}
body .m-link-icon-button-info .m-link-text:hover, body .m-link-icon-button-info-inverse .m-link-text:hover, body .m-link-icon-button .m-link-text:hover {
  border-bottom: none;
}
body .m-link-icon-button-info [class*=icon], body .m-link-icon-button-info-inverse [class*=icon], body .m-link-icon-button [class*=icon] {
  display: contents;
}
body .m-link-icon-button, body .m-link-icon-button-info, body .m-link-icon-button-info-inverse {
  color: #707070;
}
body .m-link-icon-button [class*=icon], body .m-link-icon-button-info [class*=icon], body .m-link-icon-button-info-inverse [class*=icon] {
  border-bottom: 0.0625rem solid transparent;
}
body .m-link-icon-button [class*=icon]:before, body .m-link-icon-button-info [class*=icon]:before, body .m-link-icon-button-info-inverse [class*=icon]:before {
  color: inherit;
  padding: 0 0.5625rem 0 0.375rem;
}
body .m-link-icon-button:hover, body .m-link-icon-button-info:hover, body .m-link-icon-button-info-inverse:hover {
  color: #707070;
}
body .m-link-icon-button-info, body .m-link-icon-button-info-inverse {
  color: #707070;
}
body .m-link-icon-button-info::after, body .m-link-icon-button-info-inverse::after {
  content: "\e94a";
  padding: 0 0.5625rem 0 0.375rem;
}
body .m-link-icon-button-info:hover, body .m-link-icon-button-info-inverse:hover {
  color: #707070;
}
body .m-link-icon-button-info, body .m-link-icon-button-info-inverse {
  color: #1c1c1c;
}
body .m-link-icon-button-info:hover, body .m-link-icon-button-info-inverse:hover {
  color: #1c1c1c;
}
body .m-link-icon-button-info-inverse {
  background-color: transparent;
  color: #ffffff;
}
body .m-link-icon-button-info-inverse:hover {
  background-color: #ffffff;
  color: #ffffff;
}
body .m-icon-button-primary, body .m-modal-close-btn, body .m-icon-button-secondary {
  border-radius: 0.25rem;
  padding: 0.5rem;
}
body .m-icon-button-primary [class*=icon-]::before, body .m-modal-close-btn [class*=icon-]::before, body .m-icon-button-secondary [class*=icon-]::before {
  display: block;
}
body .m-icon-button-primary:focus [class*=icon]:before, body .m-modal-close-btn:focus [class*=icon]:before, body .m-icon-button-secondary:focus [class*=icon]:before {
  color: initial;
}
body .m-icon-button-secondary {
  background-color: transparent;
}
body .overlay .m-icon-button-primary, body .overlay .m-modal-close-btn {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.07);
  background-color: rgba(28, 28, 28, 0.54);
}
body .overlay .m-icon-button-primary [class*=icon]:before, body .overlay .m-modal-close-btn [class*=icon]:before {
  color: #ffffff;
}
body .overlay .m-icon-button-primary:hover, body .overlay .m-modal-close-btn:hover, body .overlay .m-icon-button-primary.is-hover, body .overlay .is-hover.m-modal-close-btn {
  background-color: #000000;
}
body .overlay .m-icon-button-primary:focus, body .overlay .m-modal-close-btn:focus {
  background-color: #1c1c1c;
}
body .overlay .m-icon-button-primary:focus [class*=icon]:before, body .overlay .m-modal-close-btn:focus [class*=icon]:before {
  color: #ffffff;
}
body .m-button-gallery {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  height: auto;
  background-color: #ffffff;
  border: 0.0625rem solid #ffffff;
  padding: 0.5rem 1rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  color: #000000;
}
body .m-button-gallery [class*=icon] {
  vertical-align: middle;
}
body .m-button-gallery [class*=icon]:before {
  padding-right: 0.625rem;
}
body .m-button-gallery:hover {
  color: initial;
  font-weight: 500;
  border: 0.0625rem solid #ffffff;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  background-color: #f4f4f4;
}
body .m-button-gallery:focus {
  outline: none;
}
body .m-button-filter {
  font-size: 0.813rem;
  font-weight: 500;
  line-height: 1rem;
  height: auto;
  padding: 0.625rem 1rem;
  border: 0.0625rem solid #eeeeee;
  border-radius: 1rem;
  background-color: #ffffff;
  color: #1c1c1c;
}
body .m-button-filter [class*=icon]:before {
  position: relative;
  top: 0.125rem;
  padding-left: 0.3125rem;
}
body .m-button-filter:hover {
  border: 0.0625rem solid #303030;
  border-radius: 1rem;
  background-color: #f4f4f4;
  color: initial;
  font-weight: 500;
}
body .m-button-filter:focus {
  outline: none;
  border: 0.125rem solid #1c1c1c;
  border-radius: 1rem;
  background-color: #1c1c1c;
  color: #ffffff;
}
body .m-button-filter:focus [class*=icon]:before {
  color: #ffffff;
}
body .m-button-external:hover, body .m-button-external.focus-visible {
  padding-right: 8px;
  transition: 0.15s all ease;
}
body .m-button-external:hover::after, body .m-button-external.focus-visible::after {
  font-family: MiIcons;
  content: "\e966";
  display: inline-block;
  margin: 0px 8px;
  transform: rotate(45deg) scale(1.1);
  transition: 0.15s all ease-in;
}
body .m-button-external:focus-visible {
  padding-right: 8px;
  transition: 0.15s all ease;
}
body .m-button-external:focus-visible::after {
  font-family: MiIcons;
  content: "\e966";
  display: inline-block;
  margin: 0px 8px;
  transform: rotate(45deg) scale(1.1);
  transition: 0.15s all ease-in;
}
body a.m-button-s {
  padding-top: var(--t-button-s-padding-y, 0.375rem);
}
body a.m-button-m {
  padding-top: 0.5rem;
}
body a.m-button-l {
  padding-top: 0.75rem;
}

body {
  /* Custom Checkbox styling
  ************************/
}
body input[type=checkbox]:disabled + label, body input[type=checkbox].is-disabled + label, body input[type=checkbox]:checked:disabled + label {
  cursor: default;
  color: #c4c4c4;
}
body input[type=checkbox]:disabled + label:before, body input[type=checkbox].is-disabled + label:before, body input[type=checkbox]:checked:disabled + label:before {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
  outline: none;
}
body input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.875rem;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--t-brand-fg-color);
  user-select: none;
}
body input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 1px solid #1c1c1c;
  border-radius: 0.125rem;
  background: #ffffff;
  text-align: center;
  transition: background 200ms ease-out;
}
body input[type=checkbox] + label:after {
  background-color: transparent;
  content: "";
  display: block;
  position: absolute;
  left: 0.375rem;
  top: 0.125rem;
  width: 0.375rem;
  height: 0.75rem;
  opacity: 0.2;
  border-bottom: 2px solid var(--t-input-fields-fg-color);
  border-right: 2px solid var(--t-input-fields-fg-color);
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
}
[dir=rtl] body input[type=checkbox] + label::after {
  transform: rotate(-45deg) scaleX(-1);
}
body input[type=checkbox]:checked + label:before {
  background-color: var(--t-input-fields-bg-color);
  outline: -webkit-focus-ring-color auto 1px;
}
body input[type=checkbox]:checked + label:after {
  opacity: 1;
  border-bottom: 2px solid var(--t-input-fields-fg-color);
  border-right: 2px solid var(--t-input-fields-fg-color);
}
body input[type=checkbox]:focus + label:before, body input[type=checkbox]:focus-visible + label:before {
  outline: -webkit-focus-ring-color auto 1px;
}
body .m-checkbox-button input[type=checkbox] + label {
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  padding: 0.625rem 2.125rem;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  width: 100%;
  color: #1c1c1c;
  margin: 0;
  font-weight: 500;
}
body .m-checkbox-button input[type=checkbox] + label:before {
  top: 0.625rem;
  left: 0.5rem;
}
body .m-checkbox-button input[type=checkbox] + label:after {
  left: 0.875rem;
  top: 0.75rem;
}
body .m-checkbox-button input[type=checkbox] + label:hover {
  background-color: #eeeeee;
}
body .m-checkbox-selection-item input[type=checkbox] + label {
  border: 1px solid #eeeeee;
  color: #1c1c1c;
  border-radius: 0.25rem;
  padding: 1rem;
  padding-left: 3.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
}
body .m-checkbox-selection-item input[type=checkbox] + label [class*=icon-] {
  padding-right: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
body .m-checkbox-selection-item input[type=checkbox] + label:before {
  top: 1.0625rem;
  left: 1rem;
}
body .m-checkbox-selection-item input[type=checkbox] + label:after {
  left: 1.4rem;
  top: 1.1875rem;
}
body .m-checkbox-selection-item input[type=checkbox] + label:hover {
  background-color: #f4f4f4;
}
body .m-checkbox-selection-item input[type=checkbox]:checked + label {
  border: 1px solid #1c1c1c;
}
body .m-checkbox-list-item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
body .m-checkbox-list-item input[type=checkbox] + label {
  padding: 0.75rem 0.5rem;
  color: #1c1c1c;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.25rem;
  width: 100%;
}
body .m-checkbox-list-item input[type=checkbox] + label [class*=icon-] {
  padding-right: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
body .m-checkbox-list-item input[type=checkbox] + label:before {
  top: 0.9rem;
  left: unset;
  right: 0.5rem;
}
body .m-checkbox-list-item input[type=checkbox] + label:after {
  left: unset;
  right: 0.875rem;
  top: 1rem;
}
body .m-checkbox-list-item input[type=checkbox] + label:hover {
  background-color: #f4f4f4;
  border-radius: 0.25rem;
}
body .button-checkbox input[type=checkbox] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
body .button-checkbox input[type=checkbox] + label {
  display: inline-block;
  width: auto;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
  color: #1c1c1c;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  padding: 8px 24px 8px 44px;
  border-radius: 1.625rem;
  width: 100%;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1rem;
}
body .button-checkbox input[type=checkbox] + label:before {
  top: 0.625rem;
  left: 1.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #1c1c1c;
  border-radius: 0.125rem;
}
body .button-checkbox input[type=checkbox] + label:after {
  left: 1.4375rem;
  top: 0.6875rem;
  border-bottom: 0.25px solid var(--t-input-fields-fg-color);
  border-right: 0.25px solid var(--t-input-fields-fg-color);
  transform: rotate(45deg);
  width: 0.25rem;
  height: 0.5rem;
}

body .m-container-anchored-bottom,
body .m-container-anchored-top {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 0.875rem;
  position: fixed;
  box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.07), 0 -1px 0 0 #eeeeee;
}
body .m-container-anchored-bottom p,
body .m-container-anchored-top p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body .m-container-anchored-bottom,
  body .m-container-anchored-top {
    padding: 1rem 1.5625rem;
  }
}
@media (min-width: 992px) {
  body .m-container-anchored-bottom,
  body .m-container-anchored-top {
    padding: 1.5rem 9.875rem;
  }
}
body .m-container-anchored-top {
  top: 0;
  left: 0;
  right: 0;
}
body .m-container-anchored-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}

.t-divider-dotted {
  border-left: 0.25rem dotted;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  height: inherit;
  min-height: 1.375rem;
  border-color: #c4c4c4;
}

body .m-dropdown-container {
  border: 0.0625rem solid #eeeeee;
  border-radius: 0.875rem;
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 0 auto;
}
body .m-dropdown-container .m-dropdown-heading,
body .m-dropdown-container .m-dropdown-content,
body .m-dropdown-container .m-dropdown-action-bar {
  padding: 0.5rem 1rem;
}
body .m-dropdown-container .m-dropdown-heading {
  margin-bottom: 0;
  margin-top: 1rem;
}
body .m-dropdown-container .m-dropdown-content {
  overflow-y: auto;
  max-height: 60vh;
}
@media screen and (max-width: 576px) {
  body .m-dropdown-container .m-dropdown-content {
    padding-bottom: 0.5rem;
  }
}
body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar {
  width: 0.4375rem;
  background-color: transparent;
}
body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-corner {
  border-color: transparent;
  background-color: transparent;
}
body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #eeeeee;
}
body .m-dropdown-container .m-dropdown-content::-webkit-scrollbar-track {
  border-radius: 0.25rem;
  background-color: transparent;
}
body .m-dropdown-container .m-dropdown-list {
  list-style-position: outside;
  list-style-type: none;
  padding: 0;
}
body .m-dropdown-container .m-dropdown-list li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #eeeeee;
}
body .m-dropdown-container .m-dropdown-action-bar {
  border-radius: 0 0 0.875rem 0.875rem;
  background-color: #f4f4f4;
  position: relative;
  padding-top: 0.5rem;
  bottom: auto;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .m-dropdown-container .m-dropdown-action-bar .m-dropdown-action-clear {
  text-align: left;
  background-color: transparent;
  padding: 0;
  letter-spacing: 0.009375rem;
}
body .m-dropdown-container .m-dropdown-action-bar .results-text {
  padding-right: 1rem;
  color: #707070;
}

.m-form-group {
  position: relative;
  margin-bottom: 0.75rem;
}
.m-form-group label {
  margin-bottom: 0.375rem;
}

label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  font-family: var(--t-base-font-family);
  color: var(--t-form-label-color);
  text-transform: uppercase;
  letter-spacing: 0.08125rem;
  display: block;
}

.form-error {
  color: var(--t-form-error-color);
}
.form-error .icon {
  margin-right: 0.5rem;
}
.form-error-s {
  color: var(--t-form-error-color) !important;
}

body select:disabled, body input[type=checkbox]:disabled, body select.is-disabled, body input.is-disabled[type=checkbox] {
  border: none;
  pointer-events: none;
}

.m-input-field {
  position: relative;
}
.m-input-field label {
  position: absolute;
  top: -0.47rem;
  left: 0.6875rem;
  font-size: 0.875rem;
  text-transform: capitalize;
  background: #ffffff;
  padding: 0 0.375rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #707070;
  margin-bottom: 0;
}
.inverse .m-input-field label {
  background: #1c1c1c;
  color: #c4c4c4;
}
.m-input-field.is-error label,
.m-input-field.is-error span:first-of-type {
  color: var(--t-form-error-color);
}
.m-input-field.is-error input {
  border-color: var(--t-form-error-color) !important;
}
.m-input-field.is-error span:first-of-type {
  font-size: 0.75rem;
}
.m-input-field.is-active label {
  color: var(--t-brand-fg-color);
}
.m-input-field.is-active input {
  border: var(--t-brand-fg-color) solid 0.09375rem;
}
.m-input-field.is-active span:first-of-type {
  color: #1c1c1c;
}
.m-input-field.is-disabled label {
  color: #c4c4c4;
}
.m-input-field.is-disabled input {
  border-color: #c4c4c4 !important;
  pointer-events: none;
}
.m-input-field .icon-cancel,
.m-input-field .icon-arrow-down,
.m-input-field .icon-arrow,
.m-input-field .icon-arrow-up,
.m-input-field:focus-within .icon-arrow,
.m-input-field .icon-visibility,
.m-input-field .icon-visibility-off {
  position: absolute;
  right: 0.8125rem;
  top: 0.625rem;
  left: unset;
  font-size: 1.25rem;
}
.m-input-field .icon-visibility, .m-input-field .icon-visibility-off {
  color: #707070;
}
.m-input-field .icon-arrow-down, .m-input-field .icon-arrow, .m-input-field .icon-arrow-up, .m-input-field:focus-within .icon-arrow {
  font-size: 1rem;
  color: #707070;
}

.m-input-field {
  caret-color: transparent;
}
.m-input-field input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
  font-size: 1rem;
}
.m-input-field .m-modal-container,
.m-input-field .m-modal-backshadow {
  display: none;
}
.m-input-field .icon-arrow {
  font-size: 0.75rem;
  background-color: transparent;
}
.m-input-field .m-exp-dropdown-panel {
  display: none;
}
.m-input-field:focus-within label {
  color: #1c1c1c;
}
.inverse .m-input-field:focus-within label {
  color: #ffffff;
}
.m-input-field:focus-within .icon-arrow {
  font-size: 0.75rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel {
  max-height: 22.5rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
  list-style: none;
  border: #c4c4c4 solid 1px;
  border-top: none;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
  padding: 0.625rem 0 0 0;
}
@media screen and (max-width: 576px) {
  .m-input-field:focus-within .m-exp-dropdown-panel {
    display: none;
  }
}
.m-input-field:focus-within .m-exp-dropdown-panel li:last-child {
  margin-bottom: 0.625rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar {
  width: 0.625rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar-track {
  margin: 0.625rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel::-webkit-scrollbar-thumb {
  background: #eeeeee;
  border-radius: 0.625rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel li {
  padding: 0.625rem 1.5625rem 0.625rem 1.5625rem;
  display: flex;
  justify-content: space-between;
}
.m-input-field:focus-within .m-exp-dropdown-panel li:hover {
  background-color: #f4f4f4;
}
.inverse .m-input-field:focus-within .m-exp-dropdown-panel li:hover {
  background-color: #707070;
}
.m-input-field:focus-within .m-exp-dropdown-panel li span {
  width: 100%;
}
.m-input-field:focus-within .m-exp-dropdown-panel .seperator {
  border-bottom: 0.0625rem solid #c4c4c4;
  padding: 0;
  margin: 0.3125rem 1.25rem 0.3125rem 1.25rem;
}
.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected {
  font-weight: 800;
}
.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected::before {
  content: "\e92c";
}
.m-input-field:focus-within .m-exp-dropdown-panel .icon-selected::before {
  position: absolute;
  right: 1.5625rem;
}
@media screen and (max-width: 576px) {
  .m-input-field:focus-within .m-modal-backshadow {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .m-input-field:focus-within .m-modal-container {
    display: block;
    height: fit-content;
    max-height: 31.25rem;
    bottom: 0;
    top: unset;
    overflow: auto;
  }
  .inverse .m-input-field:focus-within .m-modal-container {
    background-color: #1c1c1c;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body {
    padding: 0;
    margin: 0;
    max-height: calc(31.25rem - 9.5rem);
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar {
    width: 0.625rem;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar-track {
    margin: 0.625rem;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body::-webkit-scrollbar-thumb {
    background: #eeeeee;
    border-radius: 0.625rem;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content {
    padding: 0;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel {
    border: none;
    display: block;
    padding: 10px 0 0 0;
    max-height: fit-content;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel .icon-selected {
    font-weight: 800;
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel .icon-selected::before {
    position: absolute;
    right: 1.5625rem;
    content: "\e92c";
  }
  .m-input-field:focus-within .m-modal-container .m-modal-body .m-modal-content .m-exp-dropdown-panel li {
    padding: 0.625rem 1.5625rem 0.625rem 2.1875rem;
  }
}

.m-input-field .m-feedback-panel {
  display: none;
}
.m-input-field:focus-within .m-feedback-panel {
  max-height: 22.5rem;
  border-radius: 0 0 0.9375rem 0.9375rem;
  list-style: none;
  border: #c4c4c4 solid 1px;
  border-top: none;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.m-input-field:focus-within .m-feedback-panel li:last-child {
  margin-bottom: 0.625rem;
}
.m-input-field:focus-within .m-feedback-panel .suggestion-panel {
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
}
.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion {
  word-break: normal;
  overflow-y: anywhere;
}
.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion span::before {
  padding-right: 0.625rem;
}
.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion.valid {
  color: #477d00;
}
.m-input-field:focus-within .m-feedback-panel .suggestion-panel .suggestion.error {
  color: #b94600;
}

body .m-icon-text,
body .m-icon-text-interactive {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
body .m-icon-text .icon-s, body .m-icon-text .m-message .m-message-content-wrap:before, .m-message body .m-icon-text .m-message-content-wrap:before, body .m-icon-text .m-message-inline .m-message-content-wrap::before, .m-message-inline body .m-icon-text .m-message-content-wrap::before,
body .m-icon-text-interactive .icon-s,
body .m-icon-text-interactive .m-message .m-message-content-wrap:before,
.m-message body .m-icon-text-interactive .m-message-content-wrap:before,
body .m-icon-text-interactive .m-message-inline .m-message-content-wrap::before,
.m-message-inline body .m-icon-text-interactive .m-message-content-wrap::before {
  margin-right: 0.25rem;
}
body .m-icon-text .icon-m, body .m-icon-text .m-message .m-expand-collapse-button::after, .m-message body .m-icon-text .m-expand-collapse-button::after,
body .m-icon-text-interactive .icon-m,
body .m-icon-text-interactive .m-message .m-expand-collapse-button::after,
.m-message body .m-icon-text-interactive .m-expand-collapse-button::after {
  margin-right: 0.5rem;
}
body .m-icon-text .icon-l,
body .m-icon-text-interactive .icon-l {
  margin-right: 1rem;
}
body .m-icon-text [class*=icon],
body .m-icon-text-interactive [class*=icon] {
  font-size: 100%;
  line-height: 0.75;
}
body .m-icon-text [class*=icon], body .m-icon-text [class*=t-font], body .m-icon-text [class*=t-subtitle],
body .m-icon-text-interactive [class*=icon],
body .m-icon-text-interactive [class*=t-font],
body .m-icon-text-interactive [class*=t-subtitle] {
  font-weight: 500;
}
body .m-icon-text-interactive [class*=icon], body .m-icon-text-interactive [class*=t-font], body .m-icon-text-interactive [class*=t-subtitle] {
  font-weight: 700;
}

body .m-input-group {
  position: relative;
}
body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: 500;
  font-family: var(--t-base-font-family);
  color: var(--t-brand-fg-color);
}
body input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder {
  color: #707070;
}
body input[type=text],
body input[type=password],
body input[type=tel],
body input[type=email],
body input[type=date],
body input[type=number], body .m-input-field input[type=text],
body .m-input-field input[type=password],
body .m-input-field input[type=tel],
body .m-input-field input[type=email],
body .m-input-field input[type=date],
body .m-input-field input[type=number] {
  box-sizing: border-box;
  padding: 0 3rem 1rem 0;
  width: 100%;
  border-bottom: #c4c4c4 solid 2px;
  background-color: transparent;
}
body input[type=text].is-error,
body input[type=password].is-error,
body input[type=tel].is-error,
body input[type=email].is-error,
body input[type=date].is-error,
body input[type=number].is-error {
  border-color: var(--t-form-error-color);
}
body input[type=text].is-error:focus,
body input[type=password].is-error:focus,
body input[type=tel].is-error:focus,
body input[type=email].is-error:focus,
body input[type=date].is-error:focus,
body input[type=number].is-error:focus {
  border-color: var(--t-form-error-color);
}
body input[type=text]:disabled, body input[type=text].is-disabled,
body input[type=password]:disabled,
body input[type=password].is-disabled,
body input[type=tel]:disabled,
body input[type=tel].is-disabled,
body input[type=email]:disabled,
body input[type=email].is-disabled,
body input[type=date]:disabled,
body input[type=date].is-disabled,
body input[type=number]:disabled,
body input[type=number].is-disabled {
  pointer-events: none;
}
body input[type=text]:focus,
body input[type=password]:focus,
body input[type=tel]:focus,
body input[type=email]:focus,
body input[type=date]:focus,
body input[type=number]:focus {
  border-bottom: var(--t-brand-fg-color) solid 3px;
}
body input[type=number] {
  -moz-appearance: textfield;
}
body input[type=number]::-webkit-outer-spin-button, body input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .m-input-field input[type=text],
body .m-input-field input[type=password],
body .m-input-field input[type=tel],
body .m-input-field input[type=email],
body .m-input-field input[type=date],
body .m-input-field input[type=number] {
  padding: 0.75rem 0 0.75rem 1rem;
  border: #707070 solid 0.0625rem;
  border-radius: 0.25rem;
}
body .m-input-field input:has(~ .icon) {
  padding-right: 36px;
}
body .m-input-field input[type=text]:focus,
body .m-input-field input[type=password]:focus,
body .m-input-field input[type=tel]:focus,
body .m-input-field input[type=email]:focus,
body .m-input-field input[type=date]:focus,
body .m-input-field input[type=number]:focus {
  border-color: var(--t-brand-fg-color);
  box-shadow: 0 0 0 0.03125rem inset;
}

body {
  /*** HWS Header Primary link style ***/
  /*** HWS Header secondary link style ***/
  /*** HWS Global nav link style ***/
}
body a {
  box-sizing: border-box;
  text-decoration: none;
  font-weight: 700;
}
body a:hover {
  text-decoration: none;
  font-weight: 700;
}
body .m-link, body .m-link-inverse {
  padding-bottom: 8px;
  border-bottom: 2px solid var(--t-link-border-color);
  text-decoration: none;
}
body .m-link:hover, body .m-link-inverse:hover {
  border-bottom: 2px solid;
}
body .m-link-dotted {
  border-bottom: 2px dotted #707070;
  text-decoration: none;
}
body .m-link-dotted:hover {
  text-decoration: none;
  font-weight: 500;
  color: #707070;
}
body .m-link-tertiary-button, body .m-link-tertiary-button-external, body .m-link-tertiary-button-inverse {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  border-bottom: 0.0625rem solid transparent;
  margin-right: 1.6875rem;
}
body .m-link-tertiary-button::after, body .m-link-tertiary-button-external::after, body .m-link-tertiary-button-inverse::after {
  content: "\e966";
  transform: rotate(90deg) translate(-3px, -5px);
  padding-left: 8px;
  display: inline-block;
  font-family: MiIcons;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.125rem;
  vertical-align: bottom;
  position: absolute;
}
body .m-link-tertiary-button:hover, body .m-link-tertiary-button-external:hover, body .m-link-tertiary-button-inverse:hover, body .m-link-tertiary-button.focus-visible, body .focus-visible.m-link-tertiary-button-external, body .focus-visible.m-link-tertiary-button-inverse {
  font-weight: 700;
  border-bottom: 1px solid;
}
body .m-link-tertiary-button::before, body .m-link-tertiary-button-external::before, body .m-link-tertiary-button-inverse::before {
  display: block;
  content: attr(title);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body .m-link-tertiary-button-external:hover::after, body .m-link-tertiary-button-external.focus-visible::after {
  transform: rotate(45deg) translate(-3px, -5px);
  transition: 0.15s all ease-in;
}
body .m-link-tertiary-button-external:focus-visible::after {
  transform: rotate(45deg) translate(-3px, -5px);
  transition: 0.15s all ease-in;
}
body .m-link-back-tertiary-button, body .m-link-back-tertiary-button-inverse {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}
body .m-link-back-tertiary-button::before, body .m-link-back-tertiary-button-inverse::before {
  content: "\e966";
  transform: rotate(-90deg) translate(-5px, -3px);
  padding-left: 8px;
  display: inline-block;
  font-family: MiIcons;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.125rem;
  vertical-align: bottom;
  position: absolute;
}
body .m-link-back-tertiary-button::after, body .m-link-back-tertiary-button-inverse::after {
  display: block;
  content: attr(title);
  font-weight: 900;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
body .m-nav-link {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 700;
  border-bottom: 0.0625rem solid transparent;
  padding: 0.0625rem 0;
  text-decoration: none;
  cursor: pointer;
}
body .m-nav-link:hover, body .m-nav-link.is-hover {
  color: var(--t-brand-fg-color);
  text-decoration: none;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  body .m-nav-link {
    padding: 0.5rem 0 0.25rem;
    margin: 0 0.5625rem;
  }
}
@media screen and (min-width: 992px) {
  body .m-nav-link:hover, body .m-nav-link:focus, body .m-nav-link.selected, body .m-nav-link.is-hover {
    text-decoration: none;
    border-bottom: 0.125rem solid var(--t-interactive-accent-color);
  }
}
body .m-header-primary-link {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
  color: #707070;
}
@media screen and (max-width: 1200px) {
  body .m-header-primary-link {
    text-decoration: underline;
    font-size: 1rem;
    color: #1c1c1c;
  }
}
body .m-header-primary-link:hover {
  font-weight: 500;
  color: #707070;
}
@media screen and (max-width: 1200px) {
  body .m-header-primary-link:hover {
    text-decoration: underline;
    color: #1c1c1c;
  }
}
body .m-header-primary-link.active {
  font-weight: 700;
  color: #1c1c1c;
}
body .m-header-secondary-link {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.375rem;
  text-decoration: none;
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 1200px) {
  body .m-header-secondary-link {
    text-decoration: underline;
  }
}
body .m-header-secondary-link:hover {
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  body .m-header-secondary-link:hover {
    text-decoration: underline;
  }
}
body .global-nav-menu-link {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}
body .global-nav-menu-link:hover {
  color: #ffffff;
  font-weight: 500;
}
body .m-link-action {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.375rem;
  border-bottom: 0.0625rem solid var(--t-link-border-color);
}
body .m-link-action:hover {
  font-weight: 500;
}

body .m-map-pin {
  display: inline-block;
  position: relative;
  background-color: #1c1c1c;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  cursor: pointer;
  box-shadow: 0.5rem 0.875rem 0.875rem 0 rgba(0, 0, 0, 0.25);
  font-size: 0.8125rem;
  line-height: 0.8125rem;
}
body .m-map-pin sub {
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  text-transform: uppercase;
  bottom: 0;
  left: 0.125rem;
}
body .m-map-pin::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.3125rem;
  border-width: 0.3125rem;
  border-style: solid;
  border-color: #1c1c1c transparent transparent transparent;
}
body .m-map-pin:hover, body .m-map-pin:active {
  background-color: #ffffff;
  color: #1c1c1c;
  border-color: #ffffff transparent transparent transparent;
}
body .m-map-pin:hover::after, body .m-map-pin:active::after {
  border-color: #ffffff transparent transparent transparent;
}
body .m-map-pin .m-icon {
  font-size: 2.25rem;
  line-height: 3.125rem;
  padding: 0 0.5rem;
}
body .m-map-pin .m-icon-s {
  font-size: 0.875rem;
}
body .m-map-pin .m-icon-m {
  font-size: 1rem;
}
body .m-map-pin .m-icon-l {
  font-size: 1.25rem;
}
body .m-map-pin .m-icon-xl {
  font-size: 1.5rem;
}
body .m-map-pin.active {
  background-color: #ffffff;
  color: #1c1c1c;
  border: 1px solid #c4c4c4;
}
body .m-map-pin.active::after {
  border-color: #ffffff transparent transparent transparent;
}

body .m-modal-backshadow {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(28, 28, 28, 0.56);
}
body .m-modal-container {
  background-color: #ffffff;
  border-radius: 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: fixed;
  left: 0;
  top: 10vh;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  z-index: 1050;
}
@media screen and (min-width: 768px) {
  body .m-modal-container {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
    max-width: 40rem;
    max-height: 70vh;
    border-radius: 14px;
  }
}
@media screen and (min-width: 992px) {
  body .m-modal-container {
    max-width: 50rem;
    height: unset;
    max-height: 80vh;
  }
}
body .m-modal-body {
  overflow-y: auto;
  margin-bottom: 2rem;
  margin-right: 0.5rem;
  margin-top: 2rem;
  padding: 0 1rem 0 1.5rem;
  max-height: calc(90vh - 9.5rem);
}
@media screen and (min-width: 768px) {
  body .m-modal-body {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    margin-right: 1rem;
    padding: 0rem 1rem 0 2rem;
    max-height: calc(70vh - 8.625rem);
  }
}
@media screen and (min-width: 992px) {
  body .m-modal-body {
    margin-top: 0.75rem;
    margin-bottom: 3.375rem;
    margin-right: 1rem;
    padding: 2.25rem 1rem 0 2rem;
    max-height: calc(70vh - 11.875rem);
  }
}
body .m-modal-content {
  padding-bottom: 1.5rem;
}
body .m-modal-header {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #c4c4c4;
}
body .m-modal-close-btn {
  width: 2rem;
  height: 2rem;
}
body .m-modal-scrim {
  position: absolute;
  width: calc(100% - 1.5rem);
  height: 4rem;
  bottom: 1.875rem;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
@media screen and (min-width: 768px) {
  body .m-modal-scrim {
    bottom: 1.5rem;
    width: calc(100% - 2rem);
    height: 5rem;
  }
}
@media screen and (min-width: 992px) {
  body .m-modal-scrim {
    bottom: 3.375rem;
    height: 3.5rem;
  }
}

/*
* The below code will generate the classes for Opacity as:
* .opacity-{size}-{opacityvalue}
* .opacity-sm-9 / .opacity-md-8 / .opacity-lg-7
*/
.opacity-9 {
  --opacity: 0.9;
}

.opacity-8 {
  --opacity: 0.8;
}

.opacity-7 {
  --opacity: 0.7;
}

.opacity-6 {
  --opacity: 0.6;
}

.opacity-5 {
  --opacity: 0.5;
}

@media (min-width: 576px) {
  .opacity-sm-9 {
    --opacity: 0.9;
  }
  .opacity-sm-8 {
    --opacity: 0.8;
  }
  .opacity-sm-7 {
    --opacity: 0.7;
  }
  .opacity-sm-6 {
    --opacity: 0.6;
  }
  .opacity-sm-5 {
    --opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .opacity-md-9 {
    --opacity: 0.9;
  }
  .opacity-md-8 {
    --opacity: 0.8;
  }
  .opacity-md-7 {
    --opacity: 0.7;
  }
  .opacity-md-6 {
    --opacity: 0.6;
  }
  .opacity-md-5 {
    --opacity: 0.5;
  }
}
@media (min-width: 992px) {
  .opacity-lg-9 {
    --opacity: 0.9;
  }
  .opacity-lg-8 {
    --opacity: 0.8;
  }
  .opacity-lg-7 {
    --opacity: 0.7;
  }
  .opacity-lg-6 {
    --opacity: 0.6;
  }
  .opacity-lg-5 {
    --opacity: 0.5;
  }
}
@media (min-width: 1200px) {
  .opacity-xl-9 {
    --opacity: 0.9;
  }
  .opacity-xl-8 {
    --opacity: 0.8;
  }
  .opacity-xl-7 {
    --opacity: 0.7;
  }
  .opacity-xl-6 {
    --opacity: 0.6;
  }
  .opacity-xl-5 {
    --opacity: 0.5;
  }
}
body .progress-tracker-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style-type: none;
  padding-inline: 0;
  margin: auto;
}
body .progress-tracker-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
body .progress-tracker-item::before {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #c4c4c4;
  width: 100%;
  top: 0.8125rem;
  left: -50%;
  z-index: 2;
}
body .progress-tracker-item::after {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #c4c4c4;
  width: 100%;
  top: 0.8125rem;
  left: 50%;
  z-index: 2;
}
body .progress-tracker-item .progress-tracker-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background: #c4c4c4;
  margin-bottom: 0.375rem;
  color: #ffffff;
}
body .progress-tracker-item.completed .progress-tracker-counter, body .progress-tracker-item.active .progress-tracker-counter {
  background-color: #1c1c1c;
  color: #ffffff;
}
body .progress-tracker-item.completed .progress-tracker-label, body .progress-tracker-item.active .progress-tracker-label {
  color: #1c1c1c !important;
}
body .progress-tracker-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #1c1c1c;
  width: 100%;
  top: 0.8125rem;
  left: 50%;
  z-index: 3;
}
body .progress-tracker-item:first-child::before, body .progress-tracker-item:last-child::after, body .progress-tracker-item.active:first-child::after {
  content: none;
}
body .progress-tracker-label {
  text-align: center;
  overflow-wrap: break-word;
  max-width: 10ch;
  color: #707070 !important;
}

body input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 0.0625rem;
  margin: -0.0625rem;
  overflow: hidden;
  padding: 0;
  width: 0.0625rem;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
body input[type=radio]:checked ~ label:before {
  background-color: var(--t-input-fields-bg-color);
  border: none;
  outline: 1px solid var(--t-brand-fg-color);
}
body input[type=radio]:checked ~ label:after {
  display: block;
}
body input[type=radio]:checked:disabled + label {
  color: #c4c4c4;
}
body input[type=radio]:checked:disabled + label:before {
  background-color: #c4c4c4;
  outline: none;
}
body input[type=radio]:focus + label:before, body input[type=radio]:focus-visible + label:before {
  outline: 1px solid var(--t-brand-fg-color);
}
body input[type=radio]:disabled + label, body input[type=radio].is-disabled + label {
  color: #c4c4c4;
  cursor: default;
}
body input[type=radio]:disabled + label:before, body input[type=radio].is-disabled + label:before {
  border-color: #c4c4c4;
}
body input[type=radio] + label {
  position: relative;
  letter-spacing: 0;
  cursor: pointer;
  text-transform: none;
  display: inline-block;
  color: var(--t-brand-fg-color);
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding-left: 1.875rem;
}
body input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  border-radius: 50%;
  border: 0.011875rem solid var(--t-brand-fg-color);
  height: 1.25rem;
  width: 1.25rem;
}
body input[type=radio] + label:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #ffffff;
  top: 0.4375rem;
  left: 0.4375rem;
  width: 0.375rem;
  height: 0.375rem;
}
body .m-radio-button-sm input[type=radio] + label {
  line-height: 0.875rem;
  padding-left: 1.5625rem;
}
body .m-radio-button-sm input[type=radio] + label:before {
  height: 0.875rem;
  width: 0.875rem;
}
body .m-radio-button-sm input[type=radio] + label:after {
  top: 0.3125rem;
  left: 0.3125rem;
  width: 0.25rem;
  height: 0.25rem;
}
body .m-radio-button-selection input[type=radio] + label {
  padding: 0.9375rem 0 0.9375rem 2.8125rem;
}
body .m-radio-button-selection input[type=radio] + label:before {
  margin: 0.9375rem;
}
body .m-radio-button-selection input[type=radio] + label:after {
  margin: 0.9375rem;
}
body .m-radio-button-selection input[type=radio]:checked + label {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  border-radius: 0.25rem;
}

body .m-ratings, body .m-ratings-md {
  display: flex;
  justify-content: flex-start;
  font-size: 0.75rem;
  color: var(--t-form-label-color);
}
body .m-ratings p, body .m-ratings-md p {
  margin-bottom: 0;
}
body .m-ratings .m-ratings-stars, body .m-ratings-md .m-ratings-stars {
  display: flex;
  justify-content: flex-start;
}
body .m-ratings .m-ratings-stars [class*=icon], body .m-ratings-md .m-ratings-stars [class*=icon] {
  color: var(--t-brand-fg-color);
}
body .m-ratings-md {
  font-size: 1rem;
  line-height: 1.25rem;
}

body select {
  box-sizing: border-box;
  outline: none;
  padding: 1rem 3rem 1rem 0;
  width: 100%;
  font-family: var(--t-base-font-family);
  border-bottom: #c4c4c4 solid 2px;
}
body select:focus {
  border-bottom: var(--t-brand-fg-color) solid 2px;
}
body select.is-error {
  border-color: var(--t-form-error-color);
}
body select option {
  padding: 1rem 3rem 1rem 0;
}

body {
  /* skeleton loader base */
}
body .skeleton-loader {
  width: inherit;
  position: relative;
  background-color: #eeeeee;
  overflow: hidden;
  border: none;
}
body .skeleton-loader::after {
  display: inline-block;
  content: "";
  position: absolute;
  transform: translate(-80%, -80%);
  width: 300%;
  height: 300%;
  background: linear-gradient(315deg, #eeeeee 20%, #f4f4f4 20%, #c4c4c4 30%, #eeeeee 50%);
  filter: blur(1.5625rem);
  animation: loading 900ms cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
}
@keyframes loading {
  0% {
    left: 0%;
    top: 0%;
  }
  50% {
    left: 70%;
    top: 70%;
  }
  100% {
    left: 200%;
    top: 200%;
  }
}

body .m-spinner, body .m-spinner-m, body .m-spinner-s {
  display: inline-block;
  vertical-align: middle;
  border: 0.175rem solid #707070;
  border-top: 0.175rem solid transparent;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  animation: spinner 0.65s linear 300ms infinite;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body .m-spinner-m {
  border: 0.225rem solid #707070;
  border-top: 0.225rem solid transparent;
  width: 1.5rem;
  height: 1.5rem;
}

.m-standard-tab-list {
  display: flex;
  border-bottom: 0.0625rem solid #c4c4c4;
  overflow: hidden;
  overflow-x: auto;
  padding: 0;
  margin: 0;
}
.m-standard-tab-list .m-standard-tab-list-item {
  margin-right: 3rem;
  border-bottom: 0.1875rem solid transparent;
  padding-bottom: 0.5rem;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}
.m-standard-tab-list .m-standard-tab-list-item:last-child {
  margin: 0;
}
.m-standard-tab-list .m-standard-tab-list-item button {
  background: none;
  padding: 0;
  text-align: left;
}
.m-standard-tab-list .m-standard-tab-list-item .item-heading, .m-standard-tab-list .m-standard-tab-list-item .item-description {
  margin: 0;
  display: block;
}
.m-standard-tab-list .m-standard-tab-list-item .item-heading {
  color: #707070;
}
.m-standard-tab-list .m-standard-tab-list-item .item-description {
  line-height: 1.25rem;
  color: #707070;
}
.inverse .m-standard-tab-list .m-standard-tab-list-item .item-heading, .inverse .m-standard-tab-list .m-standard-tab-list-item .item-description {
  color: #c4c4c4;
}
.m-standard-tab-list .m-standard-tab-list-item:focus, .m-standard-tab-list .m-standard-tab-list-item.active {
  border-bottom: 0.1875rem solid var(--t-interactive-accent-color);
}
.m-standard-tab-list .m-standard-tab-list-item:focus .item-heading, .m-standard-tab-list .m-standard-tab-list-item.active .item-heading {
  color: var(--t-brand-fg-color);
}
.m-standard-tab-list .m-standard-tab-list-item:hover {
  cursor: pointer;
}
.m-standard-tab-list::-webkit-scrollbar {
  display: none;
}

.m-switcher-tab-list {
  display: flex;
  overflow: hidden;
  overflow-x: auto;
  margin: 0;
  background: #f4f4f4;
  padding: 4px;
  border-radius: 8px;
}
.m-switcher-tab-list .m-switcher-tab-list-item {
  white-space: nowrap;
  list-style: none;
  display: flex;
  flex-grow: 1;
  text-align: center;
  padding: 3px;
}
.m-switcher-tab-list .m-switcher-tab-list-item:last-child {
  margin: 0;
}
.m-switcher-tab-list .m-switcher-tab-list-item a {
  margin: auto;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.m-switcher-tab-list .m-switcher-tab-list-item button {
  background: none;
  padding: 0;
  text-align: left;
}
.m-switcher-tab-list .m-switcher-tab-list-item:focus, .m-switcher-tab-list .m-switcher-tab-list-item.active {
  background-color: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.16);
  border-radius: 0.25rem;
}
.m-switcher-tab-list .m-switcher-tab-list-item:focus .item-heading, .m-switcher-tab-list .m-switcher-tab-list-item.active .item-heading {
  color: var(--t-brand-fg-color);
}
.m-switcher-tab-list .m-switcher-tab-list-item:hover {
  cursor: pointer;
}
.m-switcher-tab-list::-webkit-scrollbar {
  display: none;
}

.m-tooltip-top, .m-tooltip-bottom, .m-tooltip-left, .m-tooltip-right {
  height: fit-content;
  position: relative;
}
.m-tooltip-top [class*=m-link-icon-], .m-tooltip-bottom [class*=m-link-icon-], .m-tooltip-left [class*=m-link-icon-], .m-tooltip-right [class*=m-link-icon-] {
  color: var(--t-brand-fg-color);
  border-radius: 0.125rem;
  background-color: transparent;
  font-size: 0.875rem;
}
.m-tooltip-top [class*=m-link-icon-]:hover, .m-tooltip-bottom [class*=m-link-icon-]:hover, .m-tooltip-left [class*=m-link-icon-]:hover, .m-tooltip-right [class*=m-link-icon-]:hover {
  background-color: #eeeeee;
  border-radius: 0.125rem;
}
.m-tooltip-top:hover.m-tooltip-top::before, .m-tooltip-bottom:hover.m-tooltip-top::before, .m-tooltip-left:hover.m-tooltip-top::before, .m-tooltip-right:hover.m-tooltip-top::before {
  position: absolute;
  border-style: solid;
  content: "";
  border-width: 0.375rem 0.3125rem;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1.5rem;
  border-color: var(--t-brand-fg-color) transparent transparent transparent;
}
.m-tooltip-top:hover.m-tooltip-top::after, .m-tooltip-bottom:hover.m-tooltip-top::after, .m-tooltip-left:hover.m-tooltip-top::after, .m-tooltip-right:hover.m-tooltip-top::after {
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  width: max-content;
  min-width: 4.5rem;
  max-width: 11.25rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  background-color: var(--t-brand-fg-color);
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--t-button-secondary-hover-fg-color);
  content: attr(data-content);
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.25rem;
}
.m-tooltip-top:hover.m-tooltip-bottom::before, .m-tooltip-bottom:hover.m-tooltip-bottom::before, .m-tooltip-left:hover.m-tooltip-bottom::before, .m-tooltip-right:hover.m-tooltip-bottom::before {
  position: absolute;
  border-style: solid;
  content: "";
  border-width: 0.375rem 0.3125rem;
  transform: translateX(-50%);
  left: 50%;
  top: 1.5rem;
  border-color: transparent transparent var(--t-brand-fg-color) transparent;
}
.m-tooltip-top:hover.m-tooltip-bottom::after, .m-tooltip-bottom:hover.m-tooltip-bottom::after, .m-tooltip-left:hover.m-tooltip-bottom::after, .m-tooltip-right:hover.m-tooltip-bottom::after {
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  width: max-content;
  min-width: 4.5rem;
  max-width: 11.25rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  background-color: var(--t-brand-fg-color);
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--t-button-secondary-hover-fg-color);
  content: attr(data-content);
  left: 50%;
  transform: translateX(-50%);
  top: 2.25rem;
}
.m-tooltip-top:hover.m-tooltip-left::before, .m-tooltip-bottom:hover.m-tooltip-left::before, .m-tooltip-left:hover.m-tooltip-left::before, .m-tooltip-right:hover.m-tooltip-left::before {
  position: absolute;
  border-style: solid;
  content: "";
  border-width: 0.3125rem 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent var(--t-brand-fg-color);
  left: -0.4375rem;
}
.m-tooltip-top:hover.m-tooltip-left::after, .m-tooltip-bottom:hover.m-tooltip-left::after, .m-tooltip-left:hover.m-tooltip-left::after, .m-tooltip-right:hover.m-tooltip-left::after {
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  width: max-content;
  min-width: 4.5rem;
  max-width: 11.25rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  background-color: var(--t-brand-fg-color);
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--t-button-secondary-hover-fg-color);
  content: attr(data-content);
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 0.4375rem);
}
.m-tooltip-top:hover.m-tooltip-right::before, .m-tooltip-bottom:hover.m-tooltip-right::before, .m-tooltip-left:hover.m-tooltip-right::before, .m-tooltip-right:hover.m-tooltip-right::before {
  position: absolute;
  border-style: solid;
  content: "";
  border-width: 0.3125rem 0.375rem;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent var(--t-brand-fg-color) transparent transparent;
  right: -0.4375rem;
}
.m-tooltip-top:hover.m-tooltip-right::after, .m-tooltip-bottom:hover.m-tooltip-right::after, .m-tooltip-left:hover.m-tooltip-right::after, .m-tooltip-right:hover.m-tooltip-right::after {
  text-align: center;
  display: inline-block;
  border-radius: 0.25rem;
  width: max-content;
  min-width: 4.5rem;
  max-width: 11.25rem;
  padding: 0.5rem;
  position: absolute;
  z-index: 1;
  background-color: var(--t-brand-fg-color);
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--t-button-secondary-hover-fg-color);
  content: attr(data-content);
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 0.4375rem);
}

body .zoom-controls {
  max-height: 4.625rem;
  max-width: 2.125rem;
  box-shadow: 0 0.25rem 3rem 0 rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  padding: 0.05rem;
}
body .zoom-controls [class*=icon] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  width: 2rem;
  height: 2rem;
}
body .zoom-decrement {
  padding-top: 0.5rem;
}

body .progress-tracker-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  list-style-type: none;
  padding-inline: 0;
  margin: auto;
}
body .progress-tracker-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
body .progress-tracker-item::before {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #c4c4c4;
  width: 100%;
  top: 0.8125rem;
  left: -50%;
  z-index: 2;
}
body .progress-tracker-item::after {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #c4c4c4;
  width: 100%;
  top: 0.8125rem;
  left: 50%;
  z-index: 2;
}
body .progress-tracker-item .progress-tracker-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8125rem;
  height: 1.8125rem;
  border-radius: 50%;
  background: #c4c4c4;
  margin-bottom: 0.375rem;
  color: #ffffff;
}
body .progress-tracker-item.completed .progress-tracker-counter, body .progress-tracker-item.active .progress-tracker-counter {
  background-color: #1c1c1c;
  color: #ffffff;
}
body .progress-tracker-item.completed .progress-tracker-label, body .progress-tracker-item.active .progress-tracker-label {
  color: #1c1c1c !important;
}
body .progress-tracker-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 0.0625rem solid #1c1c1c;
  width: 100%;
  top: 0.8125rem;
  left: 50%;
  z-index: 3;
}
body .progress-tracker-item:first-child::before, body .progress-tracker-item:last-child::after, body .progress-tracker-item.active:first-child::after {
  content: none;
}
body .progress-tracker-label {
  text-align: center;
  overflow-wrap: break-word;
  max-width: 10ch;
  color: #707070 !important;
}

.gallery-icon {
  font-size: 1.5175rem;
  font-weight: 100;
  margin-left: 0.47375rem;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.54);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.08875rem;
  padding: 0 1.375rem 0 1.375rem;
  height: 2.75rem;
  border-radius: 2.07625rem;
  cursor: pointer;
}
.gallery-icon .gallery-text {
  font-size: 1rem;
}
.gallery-icon:hover {
  color: #ffffff;
  font-weight: 100;
}
.gallery-icon.inverse, .inverse .gallery-icon {
  font-size: 1.5175rem;
  font-weight: 100;
  margin-left: 0.47375rem;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.54);
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 4.08875rem;
  padding: 0 1.375rem 0 1.375rem;
  height: 2.75rem;
  border-radius: 2.07625rem;
  cursor: pointer;
}
.gallery-icon.inverse .gallery-text, .inverse .gallery-icon .gallery-text {
  font-size: 1rem;
}
.gallery-icon.inverse:hover, .inverse .gallery-icon:hover {
  color: #000000;
  font-weight: 100;
}

.carouselControlType3b {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: transparent;
  top: 100%;
}
.carouselControlType3b .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: 0;
}
.carouselControlType3b .left-arrow:hover {
  background-color: #eeeeee;
}
.carouselControlType3b .left-arrow:hover::before, .carouselControlType3b .left-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3b .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: 0;
}
.carouselControlType3b .right-arrow:hover {
  background-color: #eeeeee;
}
.carouselControlType3b .right-arrow:hover::before, .carouselControlType3b .right-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3b button[class*=-disabled] {
  opacity: 0.2;
}
.carouselControlType3b button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType3b button[class*=-disabled]:hover::before, .carouselControlType3b button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType3b button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType3b button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType3b div {
  display: flex;
}
.carouselControlType3b div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #707070;
  opacity: 0.3;
  border-radius: 50%;
}

.carouselControlType3a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: rgba(0, 0, 0, 0.54);
  top: 100%;
}
.carouselControlType3a .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: 0;
}
.carouselControlType3a .left-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.carouselControlType3a .left-arrow:hover::before, .carouselControlType3a .left-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3a .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: 0;
}
.carouselControlType3a .right-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.carouselControlType3a .right-arrow:hover::before, .carouselControlType3a .right-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3a button[class*=-disabled] {
  opacity: 0.2;
}
.carouselControlType3a button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType3a button[class*=-disabled]:hover::before, .carouselControlType3a button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType3a button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType3a button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType3a div {
  display: flex;
}
.carouselControlType3a div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
}
.carouselControlType3a.inverse, .inverse .carouselControlType3a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: rgba(255, 255, 255, 0.54);
  top: 100%;
}
.carouselControlType3a.inverse .left-arrow, .inverse .carouselControlType3a .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: 0;
}
.carouselControlType3a.inverse .left-arrow:hover, .inverse .carouselControlType3a .left-arrow:hover {
  background-color: rgba(255, 255, 255, 0.54);
}
.carouselControlType3a.inverse .left-arrow:hover::before, .carouselControlType3a.inverse .left-arrow:hover::after, .inverse .carouselControlType3a .left-arrow:hover::before, .inverse .carouselControlType3a .left-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3a.inverse .right-arrow, .inverse .carouselControlType3a .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: 0;
}
.carouselControlType3a.inverse .right-arrow:hover, .inverse .carouselControlType3a .right-arrow:hover {
  background-color: rgba(255, 255, 255, 0.54);
}
.carouselControlType3a.inverse .right-arrow:hover::before, .carouselControlType3a.inverse .right-arrow:hover::after, .inverse .carouselControlType3a .right-arrow:hover::before, .inverse .carouselControlType3a .right-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType3a.inverse button[class*=-disabled], .inverse .carouselControlType3a button[class*=-disabled] {
  opacity: 0.2;
}
.carouselControlType3a.inverse button[class*=-disabled]:hover, .inverse .carouselControlType3a button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType3a.inverse button[class*=-disabled]:hover::before, .carouselControlType3a.inverse button[class*=-disabled]:hover::after, .inverse .carouselControlType3a button[class*=-disabled]:hover::before, .inverse .carouselControlType3a button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType3a.inverse button[class*=-active], .inverse .carouselControlType3a button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType3a.inverse button[class*=-active]::after, .inverse .carouselControlType3a button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType3a.inverse div, .inverse .carouselControlType3a div {
  display: flex;
}
.carouselControlType3a.inverse div > button, .inverse .carouselControlType3a div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #000000;
  opacity: 0.3;
  border-radius: 50%;
}

.carouselControlType2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: transparent;
  top: 100%;
}
.carouselControlType2 .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 9.375rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: 0;
  width: 4.625rem;
  margin-right: 1.5rem;
}
.carouselControlType2 .left-arrow:hover {
  background-color: transparent;
}
.carouselControlType2 .left-arrow:hover::before, .carouselControlType2 .left-arrow:hover::after {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .carouselControlType2 .left-arrow {
    width: 2.75rem;
    margin-right: 0rem;
  }
}
.carouselControlType2 .left-arrow::after {
  content: attr(data-content);
  color: #000000;
  font-size: 0.8125rem;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 576px) {
  .carouselControlType2 .left-arrow::after {
    content: none;
  }
}
.carouselControlType2 .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #000000;
  width: 9.375rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: 0;
  width: 3.125rem;
  margin-left: 1.5rem;
}
.carouselControlType2 .right-arrow:hover {
  background-color: transparent;
}
.carouselControlType2 .right-arrow:hover::before, .carouselControlType2 .right-arrow:hover::after {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .carouselControlType2 .right-arrow {
    width: 2.75rem;
    margin-left: 0rem;
  }
}
.carouselControlType2 .right-arrow::before {
  content: attr(data-content);
  color: #000000;
  font-size: 0.8125rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 576px) {
  .carouselControlType2 .right-arrow::before {
    content: none;
  }
}
.carouselControlType2 button[class*=-disabled] {
  opacity: 0.2;
}
.carouselControlType2 button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType2 button[class*=-disabled]:hover::before, .carouselControlType2 button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType2 button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType2 button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType2 div {
  display: flex;
}
.carouselControlType2 div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #707070;
  opacity: 0.3;
  border-radius: 50%;
}
.carouselControlType2.inverse, .inverse .carouselControlType2 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: transparent;
  top: 100%;
}
.carouselControlType2.inverse .left-arrow, .inverse .carouselControlType2 .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  width: 9.375rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: 0;
  width: 4.625rem;
  margin-right: 1.5rem;
}
.carouselControlType2.inverse .left-arrow:hover, .inverse .carouselControlType2 .left-arrow:hover {
  background-color: transparent;
}
.carouselControlType2.inverse .left-arrow:hover::before, .carouselControlType2.inverse .left-arrow:hover::after, .inverse .carouselControlType2 .left-arrow:hover::before, .inverse .carouselControlType2 .left-arrow:hover::after {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .carouselControlType2.inverse .left-arrow, .inverse .carouselControlType2 .left-arrow {
    width: 2.75rem;
    margin-right: 0rem;
  }
}
.carouselControlType2.inverse .left-arrow::after, .inverse .carouselControlType2 .left-arrow::after {
  content: attr(data-content);
  color: #ffffff;
  font-size: 0.8125rem;
  margin-left: 0.3125rem;
}
@media screen and (max-width: 576px) {
  .carouselControlType2.inverse .left-arrow::after, .inverse .carouselControlType2 .left-arrow::after {
    content: none;
  }
}
.carouselControlType2.inverse .right-arrow, .inverse .carouselControlType2 .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  background-color: transparent;
  color: #ffffff;
  width: 9.375rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: 0;
  width: 3.125rem;
  margin-left: 1.5rem;
}
.carouselControlType2.inverse .right-arrow:hover, .inverse .carouselControlType2 .right-arrow:hover {
  background-color: transparent;
}
.carouselControlType2.inverse .right-arrow:hover::before, .carouselControlType2.inverse .right-arrow:hover::after, .inverse .carouselControlType2 .right-arrow:hover::before, .inverse .carouselControlType2 .right-arrow:hover::after {
  text-decoration: underline;
}
@media screen and (max-width: 576px) {
  .carouselControlType2.inverse .right-arrow, .inverse .carouselControlType2 .right-arrow {
    width: 2.75rem;
    margin-left: 0rem;
  }
}
.carouselControlType2.inverse .right-arrow::before, .inverse .carouselControlType2 .right-arrow::before {
  content: attr(data-content);
  color: #ffffff;
  font-size: 0.8125rem;
  margin-right: 0.3125rem;
}
@media screen and (max-width: 576px) {
  .carouselControlType2.inverse .right-arrow::before, .inverse .carouselControlType2 .right-arrow::before {
    content: none;
  }
}
.carouselControlType2.inverse button[class*=-disabled], .inverse .carouselControlType2 button[class*=-disabled] {
  opacity: 0.2;
}
.carouselControlType2.inverse button[class*=-disabled]:hover, .inverse .carouselControlType2 button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType2.inverse button[class*=-disabled]:hover::before, .carouselControlType2.inverse button[class*=-disabled]:hover::after, .inverse .carouselControlType2 button[class*=-disabled]:hover::before, .inverse .carouselControlType2 button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType2.inverse button[class*=-active], .inverse .carouselControlType2 button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType2.inverse button[class*=-active]::after, .inverse .carouselControlType2 button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType2.inverse div, .inverse .carouselControlType2 div {
  display: flex;
}
.carouselControlType2.inverse div > button, .inverse .carouselControlType2 div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
}

.carouselControlType1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: transparent;
  width: max-content;
  left: 50%;
}
.carouselControlType1 .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.54);
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: -1.25rem;
}
.carouselControlType1 .left-arrow:hover {
  background-color: #eeeeee;
  color: #000000;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.carouselControlType1 .left-arrow:hover::before, .carouselControlType1 .left-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType1 .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.54);
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: -1.25rem;
}
.carouselControlType1 .right-arrow:hover {
  background-color: #eeeeee;
  color: #000000;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.carouselControlType1 .right-arrow:hover::before, .carouselControlType1 .right-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType1 button[class*=-disabled] {
  opacity: 0.2;
  display: none;
}
.carouselControlType1 button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType1 button[class*=-disabled]:hover::before, .carouselControlType1 button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType1 button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType1 button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #000000;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType1 div {
  display: flex;
}
.carouselControlType1 div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #707070;
  opacity: 0.3;
  border-radius: 50%;
}
.carouselControlType1.inverse, .inverse .carouselControlType1 {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.5rem;
  width: fit-content;
  height: 2.75rem;
  border-radius: 1.375rem;
  background-color: transparent;
  width: max-content;
  left: 50%;
}
.carouselControlType1.inverse .left-arrow, .inverse .carouselControlType1 .left-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.54);
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  left: -1.25rem;
}
.carouselControlType1.inverse .left-arrow:hover, .inverse .carouselControlType1 .left-arrow:hover {
  background-color: #eeeeee;
  color: #000000;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.carouselControlType1.inverse .left-arrow:hover::before, .carouselControlType1.inverse .left-arrow:hover::after, .inverse .carouselControlType1 .left-arrow:hover::before, .inverse .carouselControlType1 .left-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType1.inverse .right-arrow, .inverse .carouselControlType1 .right-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  opacity: 1;
  cursor: pointer;
  position: absolute;
  bottom: 50%;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.54);
  width: 2.75rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: none;
  right: -1.25rem;
}
.carouselControlType1.inverse .right-arrow:hover, .inverse .carouselControlType1 .right-arrow:hover {
  background-color: #eeeeee;
  color: #000000;
  box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.carouselControlType1.inverse .right-arrow:hover::before, .carouselControlType1.inverse .right-arrow:hover::after, .inverse .carouselControlType1 .right-arrow:hover::before, .inverse .carouselControlType1 .right-arrow:hover::after {
  text-decoration: underline;
}
.carouselControlType1.inverse button[class*=-disabled], .inverse .carouselControlType1 button[class*=-disabled] {
  opacity: 0.2;
  display: none;
}
.carouselControlType1.inverse button[class*=-disabled]:hover, .inverse .carouselControlType1 button[class*=-disabled]:hover {
  background-color: transparent;
  cursor: default;
}
.carouselControlType1.inverse button[class*=-disabled]:hover::before, .carouselControlType1.inverse button[class*=-disabled]:hover::after, .inverse .carouselControlType1 button[class*=-disabled]:hover::before, .inverse .carouselControlType1 button[class*=-disabled]:hover::after {
  text-decoration: none;
}
.carouselControlType1.inverse button[class*=-active], .inverse .carouselControlType1 button[class*=-active] {
  transform: scale(1);
  opacity: 1;
}
.carouselControlType1.inverse button[class*=-active]::after, .inverse .carouselControlType1 button[class*=-active]::after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.7);
}
.carouselControlType1.inverse div, .inverse .carouselControlType1 div {
  display: flex;
}
.carouselControlType1.inverse div > button, .inverse .carouselControlType1 div > button {
  outline: none;
  border: none;
  padding: 0;
  display: inline-block;
  margin-inline: 0.25rem;
  width: 0.375rem;
  height: 0.375rem;
  cursor: default;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
}

body .m-price {
  font-weight: 700;
  font-size: 1.375rem;
}
body .m-price-s {
  font-weight: 700;
  font-size: 0.875rem;
}
body .m-price-saving {
  font-weight: 700;
  font-size: 1rem;
  color: #477d00;
}
body .m-price-saving-l {
  font-weight: 700;
  font-size: 1.125rem;
  color: #477d00;
}
body .m-price-currency {
  font-weight: 700;
  font-size: 1rem;
}
body .m-price-currency-s {
  font-weight: 700;
  font-size: 0.75rem;
}
body .m-strikethrough {
  text-decoration: line-through;
}

.m-input-text-field {
  position: relative;
}
.m-input-text-field label {
  font-weight: 500;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  position: absolute;
  padding: 0.59375rem 1rem;
}
.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]) {
  border: #c4c4c4 solid 0.0625rem;
  border-radius: 8px;
  color: #1c1c1c;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 1.625rem 1rem 0.59375rem !important;
}
.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder {
  color: #c4c4c4;
}
.m-input-text-field input[type=text]:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus {
  border-color: var(--t-brand-fg-color);
}
.m-input-text-field .trailing-element {
  position: absolute;
  right: 16px;
  bottom: 14px;
}

.m-stepper-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.m-stepper-wrapper .m-stepper-label {
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.m-stepper-wrapper .m-stepper-label .m-stepper-desc {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #707070;
}
.m-stepper-wrapper .m-stepper {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.m-stepper-wrapper .m-stepper button {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background: transparent;
  cursor: pointer;
  border: 0.0625rem solid #c4c4c4;
}
.m-stepper-wrapper .m-stepper button span {
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 1.125rem;
}
.m-stepper-wrapper .m-stepper button.btn-disable {
  cursor: not-allowed;
}
.m-stepper-wrapper .m-stepper button.btn-disable span:before {
  color: #c4c4c4;
}
.m-stepper-wrapper .m-stepper > span {
  text-align: center;
  display: inline-block;
  padding: 0 1.34375rem;
  min-width: 3.75rem;
}

.m-icon-text-block {
  display: flex;
  align-items: center;
  padding: 8px;
}
.m-icon-text-block:hover {
  background-color: #eeeeee;
  border-radius: 8px;
}
.m-icon-text-block span {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 500;
}
.m-icon-text-block span.icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  margin-right: 8px;
}
.m-icon-text-block span.text-container {
  flex-direction: column;
  display: flex;
  width: calc(100% - 2.5rem);
}
.m-icon-text-block span.text-container span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-icon-text-block span.text-container span.subtext {
  font-size: 0.875rem;
  color: #707070;
}

.m-custom-select-block label {
  display: inline-block;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
}
.m-custom-select-block button {
  background-color: transparent;
  padding-left: 4px;
}
.m-custom-select-block button span {
  padding-left: 8px;
}

body .t-title-l,
body h1 {
  text-transform: var(--t-title-l-text-transform);
  letter-spacing: var(--t-title-l-letter-space);
  font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 768px) {
  body .t-title-l,
  body h1 {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family, var(--t-font-family));
  }
}
@media screen and (min-width: 992px) {
  body .t-title-l,
  body h1 {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-m,
body h2 {
  text-transform: var(--t-title-m-text-transform);
  letter-spacing: var(--t-title-m-letter-space);
  font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .t-title-m,
  body h2 {
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-s,
body h3 {
  text-transform: var(--t-title-s-text-transform);
  letter-spacing: var(--t-title-s-letter-space);
  font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .t-title-s,
  body h3 {
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-alt-l {
  text-transform: var(--t-title-l-text-transform);
  letter-spacing: var(--t-title-l-letter-space);
  font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 768px) {
  body .t-title-alt-l {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family, var(--t-font-family));
  }
}
@media screen and (min-width: 992px) {
  body .t-title-alt-l {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-inverse-l {
  text-transform: var(--t-title-l-text-transform);
  letter-spacing: var(--t-title-l-letter-space);
  font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-xs)/var(--t-title-l-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body .t-title-inverse-l {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-m)/var(--t-title-l-line-height-viewport-m) var(--t-title-font-family, var(--t-font-family));
  }
}
@media screen and (min-width: 992px) {
  body .t-title-inverse-l {
    font: normal normal var(--t-title-l-font-weight) var(--t-title-l-font-size-viewport-l)/var(--t-title-l-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-alt-m {
  text-transform: var(--t-title-m-text-transform);
  letter-spacing: var(--t-title-m-letter-space);
  font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 992px) {
  body .t-title-alt-m {
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-inverse-m {
  text-transform: var(--t-title-m-text-transform);
  letter-spacing: var(--t-title-m-letter-space);
  font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-xs)/var(--t-title-m-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .t-title-inverse-m {
    font: normal normal var(--t-title-m-font-weight) var(--t-title-m-font-size-viewport-l)/var(--t-title-m-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-alt-s {
  text-transform: var(--t-title-s-text-transform);
  letter-spacing: var(--t-title-s-letter-space);
  font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 992px) {
  body .t-title-alt-s {
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-title-inverse-s {
  text-transform: var(--t-title-s-text-transform);
  letter-spacing: var(--t-title-s-letter-space);
  font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-xs)/var(--t-title-s-line-height-viewport-xs) var(--t-title-font-family, var(--t-font-family));
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .t-title-inverse-s {
    font: normal normal var(--t-title-s-font-weight) var(--t-title-s-font-size-viewport-l)/var(--t-title-s-line-height-viewport-l) var(--t-title-font-family, var(--t-font-family));
  }
}
body .t-subtitle-xl,
body h4 {
  text-transform: var(--t-subtitle-xl-text-transform, var(--t-title-s-text-transform));
  letter-spacing: var(--t-subtitle-xl-letter-space, var(--t-title-s-letter-space));
  font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-xl,
  body h4 {
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-subtitle-l,
body h5 {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-xs, 1.125rem)/var(--t-subtitle-l-line-height-viewport-xs, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-l,
  body h5 {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-l, 1.125rem)/var(--t-subtitle-l-line-height-viewport-l, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-m,
body h6 {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-xs, 1rem)/var(--t-subtitle-m-line-height-viewport-xs, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-m,
  body h6 {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-l, 1rem)/var(--t-subtitle-m-line-height-viewport-l, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-alt-xl {
  text-transform: var(--t-subtitle-xl-text-transform, var(--t-title-s-text-transform));
  letter-spacing: var(--t-subtitle-xl-letter-space, var(--t-title-s-letter-space));
  font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-alt-xl {
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-subtitle-inverse-xl {
  text-transform: var(--t-subtitle-xl-text-transform, var(--t-title-s-text-transform));
  letter-spacing: var(--t-subtitle-xl-letter-space, var(--t-title-s-letter-space));
  font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-xl {
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-subtitle-inverse-alt-xl {
  text-transform: var(--t-subtitle-xl-text-transform, var(--t-title-s-text-transform));
  letter-spacing: var(--t-subtitle-xl-letter-space, var(--t-title-s-letter-space));
  font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-xs)/var(--t-subtitle-xl-line-height-viewport-xs) var(--t-font-family);
  color: #c4c4c4;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-alt-xl {
    font: normal normal var(--t-subtitle-xl-font-weight) var(--t-subtitle-xl-font-size-viewport-l)/var(--t-subtitle-xl-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-subtitle-alt-l {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-xs, 1.125rem)/var(--t-subtitle-l-line-height-viewport-xs, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-alt-l {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-l, 1.125rem)/var(--t-subtitle-l-line-height-viewport-l, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-inverse-l {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-xs, 1.125rem)/var(--t-subtitle-l-line-height-viewport-xs, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-l {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-l, 1.125rem)/var(--t-subtitle-l-line-height-viewport-l, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-inverse-alt-l {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-xs, 1.125rem)/var(--t-subtitle-l-line-height-viewport-xs, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  color: #c4c4c4;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-alt-l {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-l-font-size-viewport-l, 1.125rem)/var(--t-subtitle-l-line-height-viewport-l, 1.5rem) var(--t-subtitle-l-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-alt-m {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-xs, 1rem)/var(--t-subtitle-m-line-height-viewport-xs, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 992px) {
  body .t-subtitle-alt-m {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-l, 1rem)/var(--t-subtitle-m-line-height-viewport-l, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-inverse-m {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-xs, 1rem)/var(--t-subtitle-m-line-height-viewport-xs, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-m {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-l, 1rem)/var(--t-subtitle-m-line-height-viewport-l, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  }
}
body .t-subtitle-inverse-alt-m {
  font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-xs, 1rem)/var(--t-subtitle-m-line-height-viewport-xs, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  color: #c4c4c4;
}
@media screen and (min-width: 992px) {
  body .t-subtitle-inverse-alt-m {
    font: normal normal var(--t-subtitle-l-font-weight, 700) var(--t-subtitle-m-font-size-viewport-l, 1rem)/var(--t-subtitle-m-line-height-viewport-l, 1.375rem) var(--t-subtitle-m-font-family, var(--t-base-font-family));
  }
}
body .t-display-l {
  text-transform: var(--t-display-l-text-transform);
  letter-spacing: var(--t-display-l-letter-space);
  font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 768px) {
  body .t-display-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-m {
  text-transform: var(--t-display-m-text-transform);
  letter-spacing: var(--t-display-m-letter-space);
  font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 768px) {
  body .t-display-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-s {
  text-transform: var(--t-display-s-text-transform);
  letter-spacing: var(--t-display-s-letter-space);
  font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
@media screen and (min-width: 768px) {
  body .t-display-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-alt-l {
  text-transform: var(--t-display-l-text-transform);
  letter-spacing: var(--t-display-l-letter-space);
  font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 768px) {
  body .t-display-alt-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-alt-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-inverse-l {
  text-transform: var(--t-display-l-text-transform);
  letter-spacing: var(--t-display-l-letter-space);
  font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-xs)/var(--t-display-l-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body .t-display-inverse-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-m)/var(--t-display-l-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-inverse-l {
    font: normal normal var(--t-display-l-font-weight) var(--t-display-l-font-size-viewport-l)/var(--t-display-l-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-alt-m {
  text-transform: var(--t-display-m-text-transform);
  letter-spacing: var(--t-display-m-letter-space);
  font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 768px) {
  body .t-display-alt-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-alt-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-inverse-m {
  text-transform: var(--t-display-m-text-transform);
  letter-spacing: var(--t-display-m-letter-space);
  font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-xs)/var(--t-display-m-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body .t-display-inverse-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-m)/var(--t-display-m-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-inverse-m {
    font: normal normal var(--t-display-m-font-weight) var(--t-display-m-font-size-viewport-l)/var(--t-display-m-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-alt-s {
  text-transform: var(--t-display-s-text-transform);
  letter-spacing: var(--t-display-s-letter-space);
  font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
@media screen and (min-width: 768px) {
  body .t-display-alt-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-alt-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-display-inverse-s {
  text-transform: var(--t-display-s-text-transform);
  letter-spacing: var(--t-display-s-letter-space);
  font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-xs)/var(--t-display-s-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  body .t-display-inverse-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-m)/var(--t-display-s-line-height-viewport-m) var(--t-font-family);
  }
}
@media screen and (min-width: 992px) {
  body .t-display-inverse-s {
    font: normal normal var(--t-display-s-font-weight) var(--t-display-s-font-size-viewport-l)/var(--t-display-s-line-height-viewport-l) var(--t-font-family);
  }
}
body .t-brand-font-l {
  text-transform: var(--t-brand-font-l-text-transform);
  letter-spacing: var(--t-brand-font-l-letter-space);
  font: normal normal var(--t-brand-font-l-font-weight) var(--t-brand-font-l-font-size-viewport-xs)/var(--t-brand-font-l-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
body .t-brand-font-m {
  text-transform: var(--t-brand-font-m-text-transform);
  letter-spacing: var(--t-brand-font-m-letter-space);
  font: normal normal var(--t-brand-font-m-font-weight) var(--t-brand-font-m-font-size-viewport-xs)/var(--t-brand-font-m-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-fg-color);
}
body .t-brand-font-alt-l {
  text-transform: var(--t-brand-font-l-text-transform);
  letter-spacing: var(--t-brand-font-l-letter-space);
  font: normal normal var(--t-brand-font-l-font-weight) var(--t-brand-font-l-font-size-viewport-xs)/var(--t-brand-font-l-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-brand-font-inverse-l {
  text-transform: var(--t-brand-font-l-text-transform);
  letter-spacing: var(--t-brand-font-l-letter-space);
  font: normal normal var(--t-brand-font-l-font-weight) var(--t-brand-font-l-font-size-viewport-xs)/var(--t-brand-font-l-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
body .t-brand-font-alt-m {
  text-transform: var(--t-brand-font-m-text-transform);
  letter-spacing: var(--t-brand-font-m-letter-space);
  font: normal normal var(--t-brand-font-m-font-weight) var(--t-brand-font-m-font-size-viewport-xs)/var(--t-brand-font-m-line-height-viewport-xs) var(--t-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-brand-font-inverse-m {
  text-transform: var(--t-brand-font-m-text-transform);
  letter-spacing: var(--t-brand-font-m-letter-space);
  font: normal normal var(--t-brand-font-m-font-weight) var(--t-brand-font-m-font-size-viewport-xs)/var(--t-brand-font-m-line-height-viewport-xs) var(--t-font-family);
  color: #ffffff;
}
body .t-font-m {
  font: normal normal 500 1rem/1.5rem var(--t-base-font-family);
  color: var(--t-brand-fg-color);
}
body .t-font-s, body .form-error-s {
  font: normal normal 500 0.875rem/1.25rem var(--t-base-font-family);
  color: var(--t-brand-fg-color);
}
body .t-font-xs, body .m-dropdown-container .m-dropdown-action-bar, body .progress-tracker-item, body .progress-tracker-label {
  font: normal normal 500 0.75rem/1rem var(--t-base-font-family);
  color: var(--t-brand-fg-color);
}
body .t-font-alt-m {
  font: normal normal 500 1rem/1.5rem var(--t-base-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-font-inverse-m {
  font: normal normal 500 1rem/1.5rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-font-alt-s {
  font: normal normal 500 0.875rem/1.25rem var(--t-base-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-font-inverse-s {
  font: normal normal 500 0.875rem/1.25rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-font-alt-xs {
  font: normal normal 500 0.75rem/1rem var(--t-base-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-font-inverse-xs {
  font: normal normal 500 0.75rem/1rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-label-s {
  font: normal normal 700 0.875rem/1rem var(--t-base-font-family);
  color: #707070;
}
body .t-label-xs {
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #707070;
}
body .t-label-alt-s {
  font: normal normal 700 0.875rem/1rem var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-label-inverse-s {
  font: normal normal 700 0.875rem/1rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-label-inverse-alt-s {
  font: normal normal 700 0.875rem/1rem var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-label-alt-xs {
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-label-inverse-xs {
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-label-inverse-alt-xs {
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-overline-normal, body [class*=m-badge-inline], body [class*=m-badge-overlay], body .m-dropdown-container .m-dropdown-heading {
  text-transform: uppercase;
  letter-spacing: 0.081rem;
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: var(--t-overline-normal-color);
}
body .t-overline-medium {
  text-transform: var(--t-overline-medium-text-transform);
  letter-spacing: var(--t-overline-medium-letter-space);
  font: normal normal var(--t-overline-medium-font-weight) var(--t-overline-medium-font-size-viewport-xs)/var(--t-overline-medium-line-height-viewport-xs) var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-overline-overlay {
  text-transform: uppercase;
  letter-spacing: 0.081rem;
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: var(--t-overline-overlay-color);
}
body .t-overline-inverse-normal {
  text-transform: uppercase;
  letter-spacing: 0.081rem;
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-overline-inverse-alt-normal {
  text-transform: uppercase;
  letter-spacing: 0.081rem;
  font: normal normal 700 0.75rem/1rem var(--t-base-font-family);
  color: #c4c4c4;
}
body .t-overline-alt-medium {
  text-transform: var(--t-overline-medium-text-transform);
  letter-spacing: var(--t-overline-medium-letter-space);
  font: normal normal var(--t-overline-medium-font-weight) var(--t-overline-medium-font-size-viewport-xs)/var(--t-overline-medium-line-height-viewport-xs) var(--t-base-font-family);
  color: var(--t-brand-alt-color, #707070);
}
body .t-overline-inverse-medium {
  text-transform: var(--t-overline-medium-text-transform);
  letter-spacing: var(--t-overline-medium-letter-space);
  font: normal normal var(--t-overline-medium-font-weight) var(--t-overline-medium-font-size-viewport-xs)/var(--t-overline-medium-line-height-viewport-xs) var(--t-base-font-family);
  color: #ffffff;
}
body .t-numbers-l {
  letter-spacing: -0.188rem;
  font: normal normal 700 5.625rem/5.625rem SwissCondensed;
  color: #1c1c1c;
}
body .t-numbers-s {
  letter-spacing: -0.031rem;
  font: normal normal 700 1.875rem/1.875rem var(--t-base-font-family);
  color: #1c1c1c;
}
body .t-numbers-inverse-l {
  letter-spacing: -0.188rem;
  font: normal normal 700 5.625rem/5.625rem SwissCondensed;
  color: #ffffff;
}
body .t-numbers-inverse-s {
  letter-spacing: -0.031rem;
  font: normal normal 700 1.875rem/1.875rem var(--t-base-font-family);
  color: #ffffff;
}
body .t-font-weight-r {
  font-weight: 500;
}
body .t-font-weight-m {
  font-weight: 700;
}
body .t-font-weight-b {
  font-weight: 900;
}
body .t-font-style-italic {
  font-style: italic;
}

/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed u/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.mr-2, .m-message .m-message-content-wrap:before, .m-message-inline .m-message-content-wrap::before,
.mx-2 {
  margin-right: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3,
.m-message {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3,
.m-message {
  padding-bottom: 1rem !important;
}

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

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

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

.pr-4,
.px-4,
.m-message {
  padding-right: 1.5rem !important;
}

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

.pl-4,
.px-4,
.m-message {
  padding-left: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 2rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 2rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -2rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 2rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 2rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -2rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 2rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 2rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -2rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 2rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 2rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -2rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0.375rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ffffff;
  box-shadow: inset 0 -1px 0 rgba(196, 196, 196, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='shade-color%28%230d6efd, 10%%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: color-contrast(#ffffff);
  background-color: #ffffff;
  border: 1px solid rgba(196, 196, 196, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.container,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding: 0 1rem;
}
@media screen and (min-width: 576px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding: 0 0.5rem;
  }
}

.m-container-fullbleed {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

body .t-rc-italic {
  font-weight: 500;
  font-style: italic;
}
body .t-rc-base-font {
  font-family: var(--t-base-font-family);
}
body .t-rc-accent-color {
  color: var(--t-accent-color);
}
body .t-rc-alt-color {
  color: var(--t-brand-alt-color);
}
body .t-rc-text-transform-uppercase {
  text-transform: uppercase;
}
body .t-rc-text-transform-lowercase {
  text-transform: lowercase;
}
body .t-rc-text-transform-capitalize {
  text-transform: capitalize;
}
body .t-rc-text-transform-none {
  text-transform: none;
}

/* overrides for AEM author*/
.container.root, .container.responsivegrid, .container.rootresponsivegrid, .container.cq-Editable-dom--container, .container.cq-Editable-dom {
  max-width: 100% !important;
  padding: 0;
}

.top-xlarge-spacing {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .top-xlarge-spacing {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .top-xlarge-spacing {
    padding-top: 7.5rem;
  }
}

.bottom-large-spacing {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .bottom-large-spacing {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .bottom-large-spacing {
    padding-bottom: 4rem;
  }
}

.top-medium-spacing {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .top-medium-spacing {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-medium-spacing {
    padding-top: 4rem;
  }
}

.top-large-spacing {
  padding-top: 4rem;
}
@media (min-width: 768px) {
  .top-large-spacing {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-large-spacing {
    padding-top: 7.5rem;
  }
}

.bottom-xlarge-spacing {
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .bottom-xlarge-spacing {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .bottom-xlarge-spacing {
    padding-bottom: 7.5rem;
  }
}

.top-small-spacing {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .top-small-spacing {
    padding-top: 4rem;
  }
}
@media (min-width: 1200px) {
  .top-small-spacing {
    padding-top: 4rem;
  }
}

.bottom-medium-spacing {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .bottom-medium-spacing {
    padding-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .bottom-medium-spacing {
    padding-bottom: 4rem;
  }
}

.top-xsmall-spacing {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .top-xsmall-spacing {
    padding-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .top-xsmall-spacing {
    padding-top: 4rem;
  }
}

.bottom-small-spacing {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .bottom-small-spacing {
    padding-bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .bottom-small-spacing {
    padding-bottom: 4rem;
  }
}

.top-no-spacing {
  padding-top: 0rem;
}
@media (min-width: 768px) {
  .top-no-spacing {
    padding-top: 0rem;
  }
}
@media (min-width: 1200px) {
  .top-no-spacing {
    padding-top: 0rem;
  }
}

.bottom-no-spacing {
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .bottom-no-spacing {
    padding-bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .bottom-no-spacing {
    padding-bottom: 0rem;
  }
}

.reserve-trc-blue {
  background-color: #06182A;
}

.vjs-play-progress {
  background-color: var(--t-accent-color) !important;
}

.vjs-icon-placeholder::before {
  color: var(--t-accent-color) !important;
}

.vjs-text-track-display {
  display: block !important;
}

.bc-iframe .vjs-playlist-sidebar .vjs-playlist-show-hide button:hover, .bc-player-default_default .vjs-big-play-button:active, .bc-player-default_default .vjs-big-play-button:focus, .bc-player-default_default .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected, .bc-player-default_default .vjs-play-progress, .bc-player-default_default .vjs-volume-level, .bc-player-default_default:active .vjs-big-play-button, .bc-player-default_default:hover .vjs-big-play-button {
  background-color: var(--t-accent-color) !important;
}

body {
  overflow-x: hidden;
}

@keyframes linkBorderAnimationBwd {
  0% {
    border-bottom: 2px solid #c4c4c4;
  }
  100% {
    border-bottom: 2px solid #000000;
  }
}
@keyframes linkBorderAnimationFwd {
  0% {
    border-bottom: 2px solid #000000;
  }
  100% {
    border-bottom: 2px solid #c4c4c4;
  }
}
.mi-link-animation {
  transition: color 0.8s ease-in-out;
  animation: linkBorderAnimationBwd 0.5s ease-in-out;
}
.mi-link-animation:hover {
  color: #c4c4c4;
  animation: linkBorderAnimationFwd 0.5s ease-in-out;
  border-bottom: 2px solid #c4c4c4;
}

.mdc-elevation-overlay{position:absolute;border-radius:inherit;pointer-events:none;opacity:0;opacity:var(--mdc-elevation-overlay-opacity,0);transition:opacity .28s cubic-bezier(.4,0,.2,1);background-color:#fff;background-color:var(--mdc-elevation-overlay-color,#fff)}.mdc-dialog,.mdc-dialog__scrim{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%}.mdc-dialog{display:none;z-index:7;z-index:var(--mdc-dialog-z-index,7)}.mdc-dialog .mdc-dialog__surface{background-color:#fff;background-color:var(--mdc-theme-surface,#fff)}.mdc-dialog .mdc-dialog__scrim{background-color:rgba(0,0,0,.32)}.mdc-dialog .mdc-dialog__title{color:rgba(0,0,0,.87)}.mdc-dialog .mdc-dialog__content{color:rgba(0,0,0,.6)}.mdc-dialog.mdc-dialog--scrollable.mdc-dialog-scroll-divider-footer .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions,.mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title{border-color:rgba(0,0,0,.12)}.mdc-dialog.mdc-dialog-scroll-divider-header.mdc-dialog--fullscreen .mdc-dialog__header{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.mdc-dialog .mdc-dialog__content{padding:20px 24px}.mdc-dialog .mdc-dialog__surface{min-width:280px}@media (max-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:calc(100vw - 32px)}}@media (min-width:592px){.mdc-dialog .mdc-dialog__surface{max-width:560px}}.mdc-dialog .mdc-dialog__surface{max-height:calc(100% - 32px)}.mdc-dialog .mdc-dialog__surface{border-radius:4px;border-radius:var(--mdc-shape-medium,4px)}@media (max-width:960px) and (max-height:1440px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px;max-width:560px}}@media (max-width:720px) and (max-height:1023px) and (max-width:672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:calc(100vw - 112px)}}@media (max-width:720px) and (max-height:1023px) and (min-width:672px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:560px}}@media (max-width:720px) and (max-height:1023px) and (max-height:720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:calc(100vh - 160px)}}@media (max-width:720px) and (max-height:1023px) and (min-height:720px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-height:560px}}@media (max-width:720px) and (max-height:400px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:100vw;width:100vw;max-height:100vh;height:100vh;border-radius:0}}@media (max-width:600px) and (max-height:960px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:100vw;width:100vw;max-height:100vh;height:100vh;border-radius:0}}@media (min-width:960px) and (min-height:1440px){.mdc-dialog.mdc-dialog--fullscreen .mdc-dialog__surface{max-width:calc(100vw - 400px)}}.mdc-dialog__scrim{opacity:0;z-index:-1}.mdc-dialog__container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;box-sizing:border-box;height:100%;-webkit-transform:scale(.8);transform:scale(.8);opacity:0;pointer-events:none}.mdc-dialog__surface{position:relative;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;max-height:100%;pointer-events:auto;overflow-y:auto}.mdc-dialog__surface .mdc-elevation-overlay{width:100%;height:100%;top:0;left:0}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:right}.mdc-dialog__title{display:block;line-height:normal;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-headline6-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1.25rem;font-size:var(--mdc-typography-headline6-font-size,1.25rem);line-height:2rem;line-height:var(--mdc-typography-headline6-line-height,2rem);font-weight:500;font-weight:var(--mdc-typography-headline6-font-weight,500);letter-spacing:.0125em;letter-spacing:var(--mdc-typography-headline6-letter-spacing,.0125em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-decoration:var(--mdc-typography-headline6-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-headline6-text-transform,inherit);position:relative;flex-shrink:0;box-sizing:border-box;margin:0;padding:0 24px 9px;border-bottom:1px solid transparent}.mdc-dialog__title:before{display:inline-block;width:0;height:40px;content:"";vertical-align:0}.mdc-dialog[dir=rtl] .mdc-dialog__title,[dir=rtl] .mdc-dialog .mdc-dialog__title{text-align:right}.mdc-dialog--scrollable .mdc-dialog__title{padding-bottom:15px}.mdc-dialog--fullscreen .mdc-dialog__header{display:inline-flex;padding:0 16px 9px;border-bottom:1px solid transparent;justify-content:space-between;align-items:baseline}.mdc-dialog--fullscreen .mdc-dialog__title{padding:0;border-bottom:0}.mdc-dialog--fullscreen .mdc-dialog__close{width:24px;height:24px;padding:0}.mdc-dialog--fullscreen.mdc-dialog--scrollable .mdc-dialog__actions{border-top:1px solid transparent}.mdc-dialog__content{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-body1-font-size,1rem);line-height:1.5rem;line-height:var(--mdc-typography-body1-line-height,1.5rem);font-weight:400;font-weight:var(--mdc-typography-body1-font-weight,400);letter-spacing:.03125em;letter-spacing:var(--mdc-typography-body1-letter-spacing,.03125em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-decoration:var(--mdc-typography-body1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body1-text-transform,inherit);flex-grow:1;box-sizing:border-box;margin:0;overflow:auto;-webkit-overflow-scrolling:touch}.mdc-dialog__content>:first-child{margin-top:0}.mdc-dialog__content>:last-child{margin-bottom:0}.mdc-dialog__title+.mdc-dialog__content{padding-top:0}.mdc-dialog--scrollable .mdc-dialog__title+.mdc-dialog__content{padding-top:8px;padding-bottom:8px}.mdc-dialog__content .mdc-list:first-child:last-child{padding:6px 0 0}.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child{padding:0}.mdc-dialog__actions{display:flex;position:relative;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;min-height:52px;margin:0;padding:8px;border-top:1px solid transparent}.mdc-dialog--stacked .mdc-dialog__actions{flex-direction:column;align-items:flex-end}.mdc-dialog__button{margin-left:8px;margin-right:0;max-width:100%;text-align:right}.mdc-dialog__button[dir=rtl],[dir=rtl] .mdc-dialog__button{margin-left:0;margin-right:8px}.mdc-dialog__button:first-child,.mdc-dialog__button:first-child[dir=rtl],[dir=rtl] .mdc-dialog__button:first-child{margin-left:0;margin-right:0}.mdc-dialog[dir=rtl] .mdc-dialog__button,[dir=rtl] .mdc-dialog .mdc-dialog__button{text-align:left}.mdc-dialog--stacked .mdc-dialog__button:not(:first-child){margin-top:12px}.mdc-dialog--closing,.mdc-dialog--open,.mdc-dialog--opening{display:flex}.mdc-dialog--opening .mdc-dialog__scrim{transition:opacity .15s linear}.mdc-dialog--opening .mdc-dialog__container{transition:opacity 75ms linear,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms;transition:opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms;transition:opacity 75ms linear,transform .15s cubic-bezier(0,0,.2,1) 0ms,-webkit-transform .15s cubic-bezier(0,0,.2,1) 0ms}.mdc-dialog--closing .mdc-dialog__container,.mdc-dialog--closing .mdc-dialog__scrim{transition:opacity 75ms linear}.mdc-dialog--closing .mdc-dialog__container{-webkit-transform:none;transform:none}.mdc-dialog--open .mdc-dialog__scrim{opacity:1}.mdc-dialog--open .mdc-dialog__container{-webkit-transform:none;transform:none;opacity:1}.mdc-dialog-scroll-lock{overflow:hidden}.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__slides,.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;margin:0;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slide,.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows,.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:#fff;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid hsla(0,0%,100%,.5);border-radius:4px;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);text-shadow:0 .25em .5em rgba(0,0,0,.1);opacity:1;cursor:pointer;transition:opacity .15s ease,border .3s ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:#fff}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:hsla(0,0%,100%,.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all .3s ease-in-out;cursor:pointer;line-height:0;box-shadow:0 .25em .5em 0 rgba(0,0,0,.1);margin:0 .25em}.glide__bullet:focus{outline:none}.glide__bullet:focus,.glide__bullet:hover{border:2px solid #fff;background-color:hsla(0,0%,100%,.5)}.glide__bullet--active{background-color:#fff}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.no-display{display:none}.display-on-focus{height:0;overflow:hidden}.display-on-focus:active,.display-on-focus:focus{height:auto;overflow:visible}.skip-links{position:absolute;text-decoration:underline;font-size:1rem;line-height:1.1875rem;top:0;left:0}.skip-links:active,.skip-links:focus{outline:none;background-color:#1c1c1c;width:9.25rem;height:3.125rem;padding:.8125rem .9375rem .875rem;z-index:52;border:.125rem solid #fff;color:#fff}a[class*=m-button]:focus-visible,button:focus-visible span.icon-clear:before{outline:.0625rem auto -webkit-focus-ring-color}.m-dark-overlay{position:fixed;padding:0;margin:0;top:0;left:0;width:100%;height:100%;z-index:2}@media screen and (max-width:767px){.mobile-hide{display:none}}body label{letter-spacing:normal;text-transform:none}.mdc-dialog[dir=rtl] .mdc-dialog__surface,[dir=rtl] .mdc-dialog .mdc-dialog__surface{text-align:left}.brand-logo-RZ:before,.brand-logo-rz:before{font-size:1.5rem}@media screen and (min-width:768px){.brand-logo-RZ:before,.brand-logo-rz:before{font-size:2.7rem}}@media screen and (min-width:992px){.brand-logo-RZ:before,.brand-logo-rz:before{font-size:2.75rem}}.brand-logo-RZ:hover,.brand-logo-rz:hover{background-color:#1c1c1c}.brand-logo-XR:before,.brand-logo-xr:before{font-size:1.6rem}@media screen and (min-width:768px){.brand-logo-XR:before,.brand-logo-xr:before{font-size:2.5rem}}@media screen and (min-width:992px){.brand-logo-XR:before,.brand-logo-xr:before{font-size:3rem}}.brand-logo-XR:hover,.brand-logo-xr:hover{background-color:#1c1c1c}.brand-logo-EB:before,.brand-logo-eb:before{font-size:.55rem}@media screen and (min-width:768px){.brand-logo-EB:before,.brand-logo-eb:before{font-size:1.15rem}}.brand-logo-EB:hover,.brand-logo-eb:hover{background-color:#1c1c1c}@media screen and (min-width:768px){.brand-logo-LC:before,.brand-logo-lc:before{font-size:2.6rem}}.brand-logo-LC:hover,.brand-logo-lc:hover{background-color:#565656}.brand-logo-WH:before,.brand-logo-wh:before{font-size:1.6rem}@media screen and (min-width:768px){.brand-logo-WH:before,.brand-logo-wh:before{font-size:2.5rem}}@media screen and (min-width:992px){.brand-logo-WH:before,.brand-logo-wh:before{font-size:3rem}}.brand-logo-WH:hover,.brand-logo-wh:hover{background-color:#1c1c1c}.brand-logo-JW:before,.brand-logo-jw:before{font-size:1.3rem}@media screen and (min-width:768px){.brand-logo-JW:before,.brand-logo-jw:before{font-size:2.45rem}}.brand-logo-JW:hover,.brand-logo-jw:hover{background-color:#6d716b}.brand-logo-MC:before,.brand-logo-mc:before{font-size:1.6rem}@media screen and (min-width:768px){.brand-logo-MC:before,.brand-logo-mc:before{font-size:2.5rem}}@media screen and (min-width:992px){.brand-logo-MC:before,.brand-logo-mc:before{font-size:3rem}}.brand-logo-MC:hover,.brand-logo-mc:hover{background-color:#1c1c1c}.brand-logo-SI:before,.brand-logo-si:before{font-size:1.6rem}@media screen and (min-width:768px){.brand-logo-SI:before,.brand-logo-si:before{font-size:2.5rem}}@media screen and (min-width:992px){.brand-logo-SI:before,.brand-logo-si:before{font-size:3rem}}.brand-logo-SI:hover,.brand-logo-si:hover{background-color:#3a3a3a}.brand-logo-MV:before,.brand-logo-mv:before{font-size:1.9rem}@media screen and (min-width:768px){.brand-logo-MV:before,.brand-logo-mv:before{font-size:3.8rem}}.brand-logo-MV:hover,.brand-logo-mv:hover{background-color:#5f5f5f}.brand-logo-DE:before,.brand-logo-de:before{font-size:1.9rem}@media screen and (min-width:768px){.brand-logo-DE:before,.brand-logo-de:before{font-size:3.8rem}}.brand-logo-DE:hover,.brand-logo-de:hover{background-color:#252487}.brand-logo-MD:before,.brand-logo-md:before{font-size:.45rem}@media screen and (min-width:768px){.brand-logo-MD:before,.brand-logo-md:before{font-size:.9rem}}.brand-logo-MD:hover,.brand-logo-md:hover{background-color:#263a50}.brand-logo-WI:before,.brand-logo-wi:before{font-size:.7rem}@media screen and (min-width:768px){.brand-logo-WI:before,.brand-logo-wi:before{font-size:1.3rem}}.brand-logo-WI:hover,.brand-logo-wi:hover{background-color:#51555a}.brand-logo-AK:before,.brand-logo-ak:before{font-size:1.3rem}@media screen and (min-width:768px){.brand-logo-AK:before,.brand-logo-ak:before{font-size:2.5rem}}.brand-logo-AK:hover,.brand-logo-ak:hover{background-color:#37323e}.brand-logo-DS:before,.brand-logo-ds:before{font-size:.9rem}@media screen and (min-width:768px){.brand-logo-DS:before,.brand-logo-ds:before{font-size:1.65rem}}.brand-logo-DS:hover,.brand-logo-ds:hover{background-color:#1c1c1c}@media screen and (min-width:768px){.brand-logo-BR:before,.brand-logo-br:before{font-size:2.5rem}}.brand-logo-BR:hover,.brand-logo-br:hover{background-color:#2a2e36}.brand-logo-TX:before,.brand-logo-tx:before{font-size:.65rem}@media screen and (min-width:768px){.brand-logo-TX:before,.brand-logo-tx:before{font-size:1.3rem}}.brand-logo-TX:hover,.brand-logo-tx:hover{background-color:#565656}@media screen and (min-width:768px){.brand-logo-GE:before,.brand-logo-ge:before{font-size:3rem}}.brand-logo-GE:hover,.brand-logo-ge:hover{background-color:#003a7a}.brand-logo-CY:before,.brand-logo-cy:before{font-size:.5rem}@media screen and (min-width:768px){.brand-logo-CY:before,.brand-logo-cy:before{font-size:1rem}}.brand-logo-CY:hover,.brand-logo-cy:hover{background-color:#53575a}.brand-logo-FP:before,.brand-logo-fp:before{font-size:1.4rem}@media screen and (min-width:768px){.brand-logo-FP:before,.brand-logo-fp:before{font-size:2.4rem}}.brand-logo-FP:hover,.brand-logo-fp:hover{background-color:#10293c}.brand-logo-SH:before,.brand-logo-sh:before{font-size:1.2rem}@media screen and (min-width:768px){.brand-logo-SH:before,.brand-logo-sh:before{font-size:2.35rem}}.brand-logo-SH:hover,.brand-logo-sh:hover{background-color:#2f4256}.brand-logo-PR:before,.brand-logo-pr:before{font-size:1.3rem}@media screen and (min-width:768px){.brand-logo-PR:before,.brand-logo-pr:before{font-size:2.5rem}}.brand-logo-PR:hover,.brand-logo-pr:hover{background-color:#51545d}.brand-logo-FI:before,.brand-logo-fi:before{font-size:.9rem}@media screen and (min-width:768px){.brand-logo-FI:before,.brand-logo-fi:before{font-size:1.8rem}}.brand-logo-FI:hover,.brand-logo-fi:hover{background-color:#51748b}@media screen and (min-width:768px){.brand-logo-AR:before,.brand-logo-ar:before{font-size:3rem}}.brand-logo-AR:hover,.brand-logo-ar:hover{background-color:#51545d}.brand-logo-AL:before,.brand-logo-al:before{font-size:1.5rem}@media screen and (min-width:768px){.brand-logo-AL:before,.brand-logo-al:before{font-size:2.4rem}}.brand-logo-AL:hover,.brand-logo-al:hover{background-color:#303e47}.brand-logo-OX:before,.brand-logo-ox:before{font-size:1.1rem}@media screen and (min-width:768px){.brand-logo-OX:before,.brand-logo-ox:before{font-size:2rem}}.brand-logo-OX:hover,.brand-logo-ox:hover{background-color:#1c1c1c}@media screen and (min-width:768px){.brand-logo-ER:before,.brand-logo-er:before{font-size:2.7rem}}.brand-logo-ER:hover,.brand-logo-er:hover{background-color:#413000}.brand-logo-RI:before,.brand-logo-ri:before{font-size:.6rem}@media screen and (min-width:768px){.brand-logo-RI:before,.brand-logo-ri:before{font-size:1.1rem}}.brand-logo-RI:hover,.brand-logo-ri:hover{background-color:#502b3a}.brand-logo-TS:before,.brand-logo-ts:before{font-size:1rem}@media screen and (min-width:768px){.brand-logo-TS:before,.brand-logo-ts:before{font-size:2.1rem}}.brand-logo-TS:hover,.brand-logo-ts:hover{background-color:#d42228}@media screen and (min-width:768px){.brand-logo-EL:before,.brand-logo-el:before{font-size:2.5rem}}.brand-logo-EL:hover,.brand-logo-el:hover{background-color:#017a93}.brand-logo-HV:before,.brand-logo-hv:before{font-size:1.52rem}@media screen and (min-width:768px){.brand-logo-HV:before,.brand-logo-hv:before{font-size:2.7rem}}.brand-logo-HV:hover,.brand-logo-hv:hover{background-color:#1c1c1c}.brand-logo-SV:before,.brand-logo-sv:before{font-size:1.6rem}@media screen and (min-width:768px){.brand-logo-SV:before,.brand-logo-sv:before{font-size:2.6rem}}@media screen and (min-width:992px){.brand-logo-SV:before,.brand-logo-sv:before{font-size:2.6rem}}.brand-logo-SV:hover,.brand-logo-sv:hover{background-color:#825fa5}.brand-logo-WV:before,.brand-logo-wv:before{font-size:1rem}@media screen and (min-width:768px){.brand-logo-WV:before,.brand-logo-wv:before{font-size:1.7rem}}@media screen and (min-width:992px){.brand-logo-WV:before,.brand-logo-wv:before{font-size:1.7rem}}.brand-logo-WV:hover,.brand-logo-wv:hover{background-color:#719480}.brand-logo-XE:before,.brand-logo-xe:before{font-size:1.2rem}@media screen and (min-width:768px){.brand-logo-XE:before,.brand-logo-xe:before{font-size:2rem}}@media screen and (min-width:992px){.brand-logo-XE:before,.brand-logo-xe:before{font-size:2rem}}.brand-logo-XE:hover,.brand-logo-xe:hover{background-color:#024da1}.brand-logo-BA:before,.brand-logo-ba:before{font-size:1.8rem}@media screen and (min-width:768px){.brand-logo-BA:before,.brand-logo-ba:before{font-size:2.8rem}}@media screen and (min-width:992px){.brand-logo-BA:before,.brand-logo-ba:before{font-size:2.8rem}}.brand-logo-BA:hover,.brand-logo-ba:hover{background-color:#476054}.brand-logo-XF:before,.brand-logo-xf:before{font-size:1.4rem}@media screen and (min-width:768px){.brand-logo-XF:before,.brand-logo-xf:before{font-size:2rem}}@media screen and (min-width:992px){.brand-logo-XF:before,.brand-logo-xf:before{font-size:2rem}}.brand-logo-XF:hover,.brand-logo-xf:hover{background-color:#d67d00}:root{--t-base-font-family:Swiss-721}:lang(pl),:lang(vi){--t-base-font-family:UniversNextW1G,Helvetica,Arial,sans-serif;--t-font-family:UniversNextW1G,Helvetica,Arial,sans-serif}:lang(ar),:lang(ar-AE){--t-base-font-family:JannaLT;--t-font-family:JannaLT}.icon-clear:before{content:"\e92d"}body .signin input[type=checkbox]+label:before{width:1.625rem;height:1.625rem;top:-.125rem;left:0;content:"";border:.0625rem solid;transition:color .2s linear}body .signin input[type=checkbox]:checked+label:before{content:"\e608";border:.0625rem solid}body .signin input[type=checkbox]+label:after{display:none}body .signin input[type=date],body .signin input[type=email],body .signin input[type=password],body .signin input[type=tel],body .signin input[type=text]{padding:.9rem 3rem .9rem 1.25rem}body .signin input[type=text]:disabled{border:.0625rem solid #c4c4c4;background-color:#fafafa}body .signin [class*=m-button]:hover{font-weight:500}body .signin .t-extend-link.t-font-s{box-sizing:border-box;color:#b84c16;text-decoration:none}body .signin .m-button-secondary-fill-alt:hover{box-shadow:inset 9999px 9999px rgba(28,28,28,.2);color:#1c1c1c;text-decoration:none;transition:.2s linear;border-color:#1c1c1c}@media (-ms-high-contrast:active) and (min-width:64.6rem),screen and (-ms-high-contrast:none) and (min-width:64.6rem){.signin .l-container,.signin .l-l-container-fullbleed,.signin .l-m-container-fullbleed,.signin .l-s-container-fullbleed{max-width:73.75rem}.signin .l-container .l-xl-col-last,.signin .l-l-container-fullbleed .l-xl-col-last,.signin .l-s-container-fullbleed .l-xl-col-last{float:right;margin-right:0}.signin .l-margin-subsection-rows{margin-top:0}.signin .l-xl-col-5{width:calc(41.625% - .72917rem)}}.signin h2{font-size:2rem;line-height:2.25rem;margin-right:3.75rem}.signin h3{font-size:1.5rem;line-height:1.75rem;font-weight:600}.signin h3,.signin label{font-family:proxima-nova,Helvetica,Arial,sans-serif}.signin label{color:#1c1c1c;font-weight:500;text-transform:none;letter-spacing:normal}.signin input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([readonly=readonly]){border-bottom:1px solid #c4c4c4}.signin a{font-weight:400}.signin a:hover{color:#b84c16;font-weight:400}.signin .m-button{color:#fff;height:3.25rem;font-weight:500;font-size:1rem;font-family:Swiss-721,Helvetica,Arial,sans-serif;line-height:1.15;display:inline-block;padding:1.065rem 1rem;min-width:8rem;letter-spacing:.5px;background-color:#444054;border:.0625rem solid #444054;border-radius:0}@media (min-width:48.1rem){.signin .m-button{padding:.75rem 1rem}.signin .m-button.l-padding-top{padding-top:1rem;padding-bottom:1rem}}.signin .m-button-secondary-fill-alt,.signin .m-button-secondary-fill-alt-large,.signin .m-button-secondary-fill-alt-medium{background-color:#fff;color:#1c1c1c;border-color:#1c1c1c}.signin .tile-card-article ul li{line-height:1.15rem}.tile-card-article ul li{color:#1c1c1c}.mfp-content.header-overlay{padding:0;z-index:40}.m-header__logo-icon.t-program-logo-alt-color{position:relative}.m-header__logo-icon.t-program-logo-alt-color:before{position:absolute;content:"\e929";bottom:0}@media screen and (min-width:992px){.m-header__logo-icon.t-program-logo-alt-color:before{bottom:.8125rem}}.m-header__logo-icon.t-program-logo-alt-color:after{content:"\e930"}@media screen and (min-width:992px){.mdc-dialog-scroll-lock .m-nav-link{font-weight:500}}@media screen and (min-width:992px){.mdc-dialog-scroll-lock .m-nav-link.nav-header-link{font-weight:700}}@media (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.mdc-dialog-scroll-lock .m-header{z-index:6}}.mdc-dialog-scroll-lock .m-header li{padding:0}.mdc-dialog-scroll-lock .ab__container .ab__desc p{font-size:.75rem;font-weight:700}.mdc-dialog-scroll-lock .ab__container .ab__desc p a{font-weight:700;font-family:proxima-nova,Helvetica,Arial,sans-serif}@media screen and (min-width:992px){.m-header li{padding:0}}.m-header__language-selector .m-dialog-btn{color:#1c1c1c}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--1{float:left;clear:none;width:8.33333333%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--2{float:left;clear:none;width:16.66666667%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--3{float:left;clear:none;width:25%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--4{float:left;clear:none;width:33.33333333%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--5{float:left;clear:none;width:41.66666667%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--6{float:left;clear:none;width:50%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--7{float:left;clear:none;width:58.33333333%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--8{float:left;clear:none;width:66.66666667%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--9{float:left;clear:none;width:75%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--10{float:left;clear:none;width:83.33333333%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--11{float:left;clear:none;width:91.66666667%}.aem-Grid.aem-Grid--12>.aem-GridColumn.aem-GridColumn--default--12{float:left;clear:none;width:100%}@media screen and (max-width:576px){.container{padding:0 1rem}}@media screen and (min-width:576px){.container{padding:0}}.container-fluid{padding:0}.bg-base-10{background-color:#1c1c1c}.bg-base-20{background-color:#fff}.container.responsivegrid,.container.xf{max-width:100%;padding:0}
/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.mdc-dialog {
  z-index: 150;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: none;
  align-items: flex-start;
}
.mdc-dialog--open {
  display: block;
}
.mdc-dialog .mdc-dialog__container {
  align-items: flex-start;
  padding: 0.625rem;
  height: auto;
  display: block;
  position: relative;
  min-height: 100%;
}
@media (min-width: 576px) {
  .mdc-dialog .mdc-dialog__container {
    padding: 3.375rem;
  }
}
@media (min-width: 992px) {
  .mdc-dialog .mdc-dialog__container {
    padding: 7rem 8rem;
  }
}
.mdc-dialog .mdc-dialog__surface {
  max-height: none;
  width: 100%;
  display: block;
  padding: 1.25rem 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 100%;
}
@media (min-width: 576px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: 41.25rem;
    max-height: none;
    padding: 2.5rem;
  }
}
@media (min-width: 992px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: 81.25rem;
    max-height: none;
    padding: 3.75rem;
  }
}
.mdc-dialog .mdc-dialog__scrim {
  position: absolute;
  pointer-events: auto;
}

.m-dialog-close-btn {
  position: absolute;
  top: 0.875rem;
  right: 0.875rem;
  height: 2.75rem;
  width: 2.75rem;
  z-index: 200;
  cursor: pointer;
  border: none;
  background: #ffffff;
  padding: 0;
  border-radius: 50%;
  font-size: 1.75rem;
  line-height: 1.75rem;
}
@media (min-width: 576px) {
  .m-dialog-close-btn {
    top: 2.25rem;
    right: 2.25rem;
  }
}
@media (min-width: 992px) {
  .m-dialog-close-btn {
    top: 3.25rem;
    right: 3.25rem;
  }
}
.m-dialog-close-btn:focus {
  outline: -webkit-focus-ring-color auto 0.0625rem;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.image-breaker-container {
  margin: 0 auto;
}
.image-breaker-container-full-image {
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .image-breaker-container-full-image {
    max-width: 82.125rem;
  }
}
.image-breaker-container__img {
  max-width: calc(100% + 1rem);
  max-height: 12.3125rem;
  object-fit: cover;
  width: 100%;
  position: relative;
  left: -1rem;
}
@media (min-width: 576px) {
  .image-breaker-container__img {
    max-height: 12.3125rem;
  }
}
@media (min-width: 576px) {
  .image-breaker-container__img {
    max-width: calc(100% - 0.5rem + (100vw - 33.75rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 33.75rem) / 2);
    left: calc(((100vw - 33.75rem) / 2 + 0.5rem) * -1);
    max-height: 18.625rem;
  }
}
@media (min-width: 768px) {
  .image-breaker-container__img {
    max-width: calc(100% - 0.5rem + (100vw - 45rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 45rem) / 2);
    left: calc(((100vw - 45rem) / 2 + 0.5rem) * -1);
    max-height: 18.625rem;
  }
}
@media (min-width: 992px) {
  .image-breaker-container__img {
    max-width: calc(100% - 0.5rem + (100vw - 60rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 60rem) / 2);
    left: calc(((100vw - 60rem) / 2 + 0.5rem) * -1);
    max-height: 29rem;
  }
}
@media (min-width: 1200px) {
  .image-breaker-container__img {
    max-width: calc(100% - 0.5rem + (100vw - 71.25rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 71.25rem) / 2);
    left: calc(((100vw - 71.25rem) / 2 + 0.5rem) * -1);
    max-height: 29rem;
  }
}
@media screen and (min-width: 82.125rem) {
  .image-breaker-container__img {
    max-width: calc(100% + 4.9375rem);
    width: calc(100% + 4.9375rem);
    left: -4.9375rem;
  }
}
.image-breaker-container__full-image {
  max-height: 12.875rem;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-breaker-container__full-image {
    max-height: 19.1875rem;
  }
}
@media (min-width: 1200px) {
  .image-breaker-container__full-image {
    max-height: 30rem;
  }
}
.image-breaker-content__portrait {
  border: 0.3125rem solid #ffffff;
}
@media (min-width: 768px) {
  .image-breaker-content__portrait {
    border: 0.375rem solid #ffffff;
  }
}
@media (min-width: 1200px) {
  .image-breaker-content__portrait {
    border: 0.5rem solid #ffffff;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.contact-us__container {
  position: relative;
  margin: auto;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .contact-us__container {
    max-width: 82.125rem;
  }
}
.contact-us__container__pic {
  position: static;
  height: 100%;
}
@media (min-width: 768px) {
  .contact-us__container__pic {
    position: absolute;
  }
}
.contact-us__container__pic__img {
  object-fit: cover;
  max-width: 100%;
  height: inherit;
}
@media (min-width: 768px) {
  .contact-us__container__pic__img {
    max-height: calc(100% - 0.125rem);
  }
}
.contact-us__container__content__section {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .contact-us__container__content__section {
    width: calc(100% + 2.25rem);
  }
}
.contact-us__container__content__section__subtitle a {
  text-decoration: underline;
}
.contact-us__container__content__section__subtitle p {
  word-break: break-all;
  margin-bottom: 0rem;
}
.contact-us__container__content__section__divider {
  background-color: var(--t-accent-color);
  border: 0.125rem solid var(--t-accent-color);
  height: 0.0625rem;
}
.contact-us__container__content__section__headline {
  overflow-wrap: break-word;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.brand-statement-image__background {
  position: relative;
}
.brand-statement-image__background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #fff 100%), url("https://cache.marriott.com/aka-fonts/textures/rz/trc-pattern.svg");
  background-repeat: repeat;
  opacity: 0.3;
}
.brand-statement-image img {
  max-width: 100%;
  height: auto;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.one-up-collage__component__device {
  position: relative;
  height: 100%;
}
.one-up-collage__component__device__video {
  padding-top: 56.25%;
  height: 100%;
}
@media (min-width: 768px) {
  .one-up-collage__component__device__video {
    padding-top: 0;
  }
}
.one-up-collage__component__device__video .vjs-tech {
  object-fit: cover;
}
.one-up-collage__component__device__video .vjs-poster {
  background-size: cover;
}
.one-up-collage__component__device__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.one-up-collage__component__device__play, .one-up-collage__component__device__pause {
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .one-up-collage__component__device__play, .one-up-collage__component__device__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.one-up-collage__component__device__play {
  display: none;
}
.one-up-collage__component__device__cinemagraph .vjs-control-bar {
  display: none;
}
.one-up-collage__component__device__cinemagraph .vjs-tech {
  pointer-events: none;
}
.one-up-collage__component__device__thumbnail {
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .one-up-collage__component__device__thumbnail {
    position: absolute;
  }
}
.one-up-collage__component__device__thumbnail__image {
  object-fit: cover;
  height: 100%;
}
.one-up-collage__component__device__videoThumbnail {
  position: absolute;
  top: 0;
  height: 100%;
}
.one-up-collage__component__device__videoThumbnail__image {
  object-fit: cover;
  height: 100%;
}
.one-up-collage__component__device__thumbnailButton {
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
  border: 2px solid #ffffff;
  background-color: rgba(28, 28, 28, 0.5);
}
.one-up-collage__component__device__thumbnailButton__text {
  transform: rotate(-45deg);
  color: #ffffff;
}
.one-up-collage__component__device__thumbnailButton:hover {
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .one-up-collage__component__device__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .one-up-collage__component__device__thumbnailButton {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.one-up-collage__component .vjs-big-play-button,
.one-up-collage__component .vjs-text-track-display,
.one-up-collage__component .vjs-dock-text {
  display: none;
}
.one-up-collage__component img {
  max-width: 100%;
  height: auto;
}

:root{--t-base-font-family:Swiss-721}:lang(pl),:lang(vi){--t-base-font-family:UniversNextW1G,Helvetica,Arial,sans-serif;--t-font-family:UniversNextW1G,Helvetica,Arial,sans-serif}:lang(ar),:lang(ar-AE){--t-base-font-family:JannaLT;--t-font-family:JannaLT}.video-component-cn.editor_header,.video-component-cn.editor_header .video-js,.video-component.editor_header,.video-component.editor_header .video-js{height:18.75rem;width:18.75rem}.video-component-cn .video-js,.video-component .video-js{width:100%;height:80vh;display:flex;justify-content:center;z-index:1;overflow:hidden}.video-component-cn .video-js [class*=icon-]:before,.video-component .video-js [class*=icon-]:before{font-family:VideoJS;color:#fff}.video-component-cn .video-js .vjs-control-bar,.video-component .video-js .vjs-control-bar{font-size:12px!important}.video-component-cn .video-js .vjs-control-bar .vjs-current-time,.video-component-cn .video-js .vjs-control-bar .vjs-duration,.video-component-cn .video-js .vjs-control-bar .vjs-time-divider,.video-component .video-js .vjs-control-bar .vjs-current-time,.video-component .video-js .vjs-control-bar .vjs-duration,.video-component .video-js .vjs-control-bar .vjs-time-divider{display:flex!important}.video-component-cn .video-js .vjs-control-bar .vjs-audio-button,.video-component-cn .video-js .vjs-control-bar .vjs-subs-caps-button,.video-component .video-js .vjs-control-bar .vjs-audio-button,.video-component .video-js .vjs-control-bar .vjs-subs-caps-button{display:block!important}.video-component-cn .video-js .vjs-progress-control,.video-component .video-js .vjs-progress-control{height:.5em;top:-.5em}@media (max-width:1199.98px){.video-component-cn .video-js,.video-component .video-js{height:50vh}.video-component-cn .video-js .vjs-control-bar,.video-component .video-js .vjs-control-bar{font-size:10px}.video-component-cn .video-js .vjs-current-time,.video-component-cn .video-js .vjs-duration,.video-component .video-js .vjs-current-time,.video-component .video-js .vjs-duration{padding:0}}.video-component-cn .video-js .vjs-play-progress,.video-component .video-js .vjs-play-progress{background-color:#fff}.video-component-cn .video-js .vjs-next-button,.video-component .video-js .vjs-next-button{display:none}.video-component-cn .video-js .vjs-volume-level,.video-component .video-js .vjs-volume-level{background-color:#fff}.video-component-cn .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,.video-component-cn .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:hover,.video-component-cn .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item,.video-component-cn .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item:hover,.video-component .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected,.video-component .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected:hover,.video-component .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item,.video-component .vjs-subs-caps-button .vjs-menu .vjs-menu-content .vjs-menu-item .vjs-subtitles-menu-item:hover{background-color:#fff!important;color:#1c1c1c!important}.video-component-cn .vjs-audio-button,.video-component-cn .vjs-subs-caps-button,.video-component .vjs-audio-button,.video-component .vjs-subs-caps-button{display:block!important}.video-component-cn .video-component-cn__desktop,.video-component-cn .video-component__desktop,.video-component .video-component-cn__desktop,.video-component .video-component__desktop{display:block;position:relative}@media (max-width:1199.98px){.video-component-cn .video-component-cn__desktop,.video-component-cn .video-component__desktop,.video-component .video-component-cn__desktop,.video-component .video-component__desktop{display:none}}.video-component-cn .video-component-cn__desktop img,.video-component-cn .video-component__desktop img,.video-component .video-component-cn__desktop img,.video-component .video-component__desktop img{max-width:100%}.video-component-cn .row,.video-component .row{text-align:center}.video-component-cn__content,.video-component__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.video-component-cn .left .row,.video-component .left .row{text-align:unset}.video-component-cn .left .video-component__content,.video-component .left .video-component__content{left:unset;transform:translateY(-50%);text-align:unset}.video-component-cn .video-component-cn__mobile,.video-component-cn .video-component__mobile,.video-component .video-component-cn__mobile,.video-component .video-component__mobile{display:none;position:relative}@media (max-width:1199.98px){.video-component-cn .video-component-cn__mobile,.video-component-cn .video-component__mobile,.video-component .video-component-cn__mobile,.video-component .video-component__mobile{display:block}}.video-component-cn .video-component-cn__mobile img,.video-component-cn .video-component__mobile img,.video-component .video-component-cn__mobile img,.video-component .video-component__mobile img{max-width:100%}.video-component-cn .video-component-cn__mobile .bg-image,.video-component-cn .video-component__mobile .bg-image,.video-component .video-component-cn__mobile .bg-image,.video-component .video-component__mobile .bg-image{background-size:cover;height:562px;background-position:50%;max-height:100vh;object-fit:cover}
/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.article-hero-background {
  width: 100vw;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -1;
  left: -0.5rem;
}
@media (min-width: 768px) {
  .article-hero-background {
    left: calc((45rem - 100vw - 1rem) / 2);
  }
}
@media (min-width: 992px) {
  .article-hero-background {
    left: calc((60rem - 100vw - 2rem) / 2);
  }
}
@media (min-width: 1200px) {
  .article-hero-background {
    left: calc((71.25rem - 100vw - 1rem) / 2);
  }
}
.article-hero__only-mobile {
  height: 50%;
}
.article-hero__not-full-detail {
  height: 90%;
}
@media (min-width: 768px) {
  .article-hero-content {
    position: relative;
  }
}
.article-hero-content__head-line {
  word-wrap: break-word;
}
@media (min-width: 992px) {
  .article-hero__category-tags {
    position: absolute;
    bottom: 0;
  }
}
.article-hero__img {
  max-width: calc(100% + 0.5rem);
  object-fit: cover;
  width: calc(100% + 0.5rem);
  height: auto;
}
@media (min-width: 768px) {
  .article-hero__img {
    max-width: 21.5rem;
    width: calc(100% + (100vw - 45rem) / 2);
  }
}
@media (min-width: 992px) {
  .article-hero__img {
    max-width: calc(100% + (100vw - 60rem) / 2);
    width: calc(100% + (100vw - 60rem) / 2);
  }
}
@media (min-width: 1200px) {
  .article-hero__img {
    max-width: calc(100% + (100vw - 71.25rem) / 2);
    width: calc(100% + (100vw - 71.25rem) / 2);
  }
}
@media screen and (min-width: 1316px) {
  .article-hero__img {
    max-width: calc(100% + 4.9375rem);
    width: calc(100% + 4.9375rem);
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@media (min-width: 576px) {
  .recirculation-carousel-cmp-container {
    padding-left: calc((100vw - 33.75rem) / 2) !important;
  }
}
@media (min-width: 768px) {
  .recirculation-carousel-cmp-container {
    padding-left: calc((100vw - 45rem) / 2) !important;
  }
}
@media (min-width: 992px) {
  .recirculation-carousel-cmp-container {
    padding-left: calc((100vw - 60rem) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .recirculation-carousel-cmp-container {
    padding-left: calc((100vw - 71.25rem) / 2) !important;
  }
}
.recirculation-carousel-cmp-container-slide {
  position: relative;
}
.recirculation-carousel-cmp-container-slide.odd {
  margin-top: 2.5rem;
}
.recirculation-carousel-cmp-container-slide__seperator {
  position: absolute;
  opacity: 0.2;
  height: calc(100% - 0.25rem);
  width: 0.0625rem;
  left: -1.5rem;
  top: 0.25rem;
  color: #c4c4c4;
}
@media (min-width: 768px) {
  .recirculation-carousel-cmp-container-slide__seperator {
    left: -1rem;
    height: calc(100% - 0.375rem);
    top: 0.375rem;
  }
}
@media (min-width: 1200px) {
  .recirculation-carousel-cmp-container-slide__seperator {
    height: calc(100% - 0.9375rem);
    top: 0.9375rem;
  }
}
@media (max-width: 767.98px) {
  .recirculation-carousel-cmp-container-count,
  .recirculation-carousel-cmp-container .glide__arrow-controls {
    margin-left: -1.25rem !important;
  }
}
@media (min-width: 576px) {
  .recirculation-carousel-cmp-container-count,
  .recirculation-carousel-cmp-container .glide__arrow-controls {
    margin-left: calc((100vw - 33.75rem) * -1 / 2) !important;
  }
}
@media (min-width: 768px) {
  .recirculation-carousel-cmp-container-count,
  .recirculation-carousel-cmp-container .glide__arrow-controls {
    margin-left: calc((100vw - 45rem) * -1 / 2) !important;
  }
}
@media (min-width: 992px) {
  .recirculation-carousel-cmp-container-count,
  .recirculation-carousel-cmp-container .glide__arrow-controls {
    margin-left: calc((100vw - 60rem) * -1 / 2) !important;
  }
}
@media (min-width: 1200px) {
  .recirculation-carousel-cmp-container-count,
  .recirculation-carousel-cmp-container .glide__arrow-controls {
    margin-left: calc((100vw - 71.25rem) * -1 / 2) !important;
  }
}
.recirculation-carousel-cmp-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.recirculation-carousel-cmp-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.recirculation-carousel-cmp-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.recirculation-carousel-cmp-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 1rem;
}
.recirculation-carousel-cmp-container .glide__arrow--left {
  left: 0;
}
.recirculation-carousel-cmp-container .glide__arrow--right {
  right: 0;
}
.recirculation-carousel-cmp img {
  max-width: 100%;
  height: auto;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@media (min-width: 768px) {
  .card-breaker__separator {
    max-width: 1px;
  }
}
@media (min-width: 768px) {
  .card-breaker__vertical {
    height: 100%;
  }
}
.card-breaker__image img {
  max-width: 100%;
  height: auto;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.wysiwyg-text__content__first-letter {
  float: left;
  padding: 0 0.75rem 0 0;
  margin-bottom: 0;
  color: var(--t-accent-color) !important;
  font-style: italic !important;
}
.wysiwyg-text__articleDetails__categories__category-name {
  border: 0.0625rem solid #1c1c1c !important;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.video-one-up__component__device {
  position: relative;
  height: 100%;
}
.video-one-up__component__device__video {
  padding-top: 40%;
  height: 100%;
}
.video-one-up__component__device__video .vjs-tech {
  object-fit: cover;
}
.video-one-up__component__device__video .vjs-poster {
  background-size: cover;
}
.video-one-up__component__device__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.video-one-up__component__device__closeVideo {
  color: #ffffff;
  position: absolute;
  top: 0;
  right: 0.3125rem;
  cursor: pointer;
  display: none;
}
.video-one-up__component__device__videoThumbnail {
  position: absolute;
  top: 0;
  height: 100%;
}
.video-one-up__component__device__videoThumbnail__image {
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.video-one-up__component__device__thumbnailButton {
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  transform: rotate(45deg);
  cursor: pointer;
  border: 0.125rem solid #ffffff;
  background-color: rgba(28, 28, 28, 0.5);
}
.video-one-up__component__device__thumbnailButton__text {
  transform: rotate(-45deg);
  color: #ffffff;
}
.video-one-up__component__device__thumbnailButton:hover {
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .video-one-up__component__device__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .video-one-up__component__device__thumbnailButton {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.video-one-up__component .vjs-big-play-button,
.video-one-up__component .vjs-text-track-display,
.video-one-up__component .vjs-dock-text {
  display: none;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@media (min-width: 1200px) {
  .editorial-highlight__descPadding {
    padding-right: 3.4375rem !important;
  }
}
.editorial-highlight__head-line {
  word-wrap: break-word;
}
.editorial-highlight__img {
  border-radius: 62.5rem;
  max-width: 100%;
  height: auto;
}
.editorial-highlight__portrait-img {
  max-width: 100%;
  height: auto;
  border: 0.25rem solid #ffffff;
  border-bottom: none;
  margin-top: -9.625rem;
}
@media (min-width: 992px) {
  .editorial-highlight__portrait-img {
    border: 0.5rem solid #ffffff;
  }
}
@media (min-width: 992px) {
  .editorial-highlight__portrait-img {
    margin-top: -18.8125rem;
  }
}

.one-up-highlight__secondary-image {
  border-radius: 62.5rem;
}
.one-up-highlight img {
  max-width: 100%;
  height: auto;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.brand-highlight-package__oval-image {
  border-radius: 1000px;
  max-width: 100%;
  height: auto;
}
.brand-highlight-package__img {
  max-width: calc(100% + 1rem);
  object-fit: cover;
  width: calc(100% + 1rem);
  height: auto;
}
@media (min-width: 768px) {
  .brand-highlight-package__img {
    max-width: calc(100% + 0.5rem + (100vw - 45rem) / 2);
    width: calc(100% + 0.5rem + (100vw - 45rem) / 2);
  }
}
@media (min-width: 992px) {
  .brand-highlight-package__img {
    max-width: calc(100% + 0.5rem + (100vw - 60rem) / 2);
    width: calc(100% + 0.5rem + (100vw - 60rem) / 2);
  }
}
@media (min-width: 1200px) {
  .brand-highlight-package__img {
    max-width: calc(100% + 0.5rem + (100vw - 71.25rem) / 2);
    width: calc(100% + 0.5rem + (100vw - 71.25rem) / 2);
  }
}
@media screen and (min-width: 1316px) {
  .brand-highlight-package__img {
    max-width: calc(100% + 4.9375rem);
    width: calc(100% + 4.9375rem);
  }
}

.editorial-package__main-image {
  z-index: 2;
}
.editorial-package__main-image img {
  max-width: 100%;
  height: auto;
}
.editorial-package__blur-container {
  position: relative;
  top: calc(16px - 100%);
  height: 100%;
  width: 100%;
  overflow: hidden;
  left: 1rem;
}
.editorial-package__blur {
  background-size: cover;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  filter: blur(100px);
  position: absolute;
  z-index: 1;
}

.two-up-recirculation__card img {
  max-width: 100%;
  height: auto;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.carousel-breaker-component-container-slide {
  position: relative;
}
.carousel-breaker-component-container-slide.glide__slide img,
.carousel-breaker-component-container-slide.glide__slide .carousel-breaker-component-container-slide__content__video {
  max-width: 100%;
  height: auto;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transform: scale(1);
}
.carousel-breaker-component-container-slide.glide__slide--active img,
.carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__video,
.carousel-breaker-component-container-slide.glide__slide--active .carousel-breaker-component-container-slide__content__icons {
  top: 0;
}
.carousel-breaker-component-container-slide.glide__slide--active span {
  display: flex !important;
  height: 8.1rem;
  line-height: 1rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container-slide.glide__slide--active span {
    height: 4.7rem;
  }
}
@media (min-width: 992px) {
  .carousel-breaker-component-container-slide.glide__slide--active span {
    height: 3.7rem;
  }
}
.carousel-breaker-component-container-slide__content .carousel-breaker-component-container-slide__content__video {
  padding-top: 56.25% !important;
}
.carousel-breaker-component-container-slide__content__video .vjs-tech {
  object-fit: cover;
}
.carousel-breaker-component-container-slide__content__video .vjs-poster {
  background-size: cover;
}
.carousel-breaker-component-container-slide__content__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.carousel-breaker-component-container-slide__content__icons {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 56.25%;
  transition: transform 400ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transform: scale(1);
}
.carousel-breaker-component-container-slide__content__play, .carousel-breaker-component-container-slide__content__pause {
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container-slide__content__play, .carousel-breaker-component-container-slide__content__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.glide__slide--active .carousel-breaker-component-container-slide__content__play, .glide__slide--active .carousel-breaker-component-container-slide__content__pause {
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .glide__slide--active .carousel-breaker-component-container-slide__content__play, .glide__slide--active .carousel-breaker-component-container-slide__content__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.carousel-breaker-component-container-slide__content__play {
  display: none;
}
.carousel-breaker-component-container-slide__content__cinemagraph .vjs-control-bar {
  display: none;
}
.carousel-breaker-component-container-slide__content__cinemagraph .vjs-tech {
  pointer-events: none;
}
.carousel-breaker-component-container-slide__content__thumbnail {
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container-slide__content__thumbnail {
    position: absolute;
  }
}
.carousel-breaker-component-container-slide__content__thumbnail__image {
  object-fit: cover;
  height: 100%;
}
.carousel-breaker-component-container-slide__content__thumb {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-breaker-component-container-slide__content__videoThumbnail__image {
  object-fit: cover;
}
.carousel-breaker-component-container-slide__content__thumbnailButton {
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
  border: 0.125rem solid #ffffff;
  background-color: rgba(28, 28, 28, 0.5);
}
.carousel-breaker-component-container-slide__content__thumbnailButton__text {
  transform: rotate(-45deg);
  color: #ffffff;
}
.carousel-breaker-component-container-slide__content__thumbnailButton:hover {
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container-slide__content__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .carousel-breaker-component-container-slide__content__thumbnailButton {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.carousel-breaker-component-container-slide .vjs-big-play-button,
.carousel-breaker-component-container-slide .vjs-text-track-display,
.carousel-breaker-component-container-slide .vjs-dock-text {
  display: none;
}
.carousel-breaker-component-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.carousel-breaker-component-container .carouselControlType2 .left-arrow {
  color: inherit;
}
.carousel-breaker-component-container .carouselControlType2 .left-arrow::after {
  color: inherit;
}
.carousel-breaker-component-container .carouselControlType2 .right-arrow {
  color: inherit;
}
.carousel-breaker-component-container .carouselControlType2 .right-arrow::before {
  color: inherit;
}
.carousel-breaker-component-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.carousel-breaker-component-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.carousel-breaker-component-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 2rem;
}
.carousel-breaker-component-container .glide__arrow--left {
  left: 0;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container .glide__arrow--left {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .carousel-breaker-component-container .glide__arrow--left {
    margin-right: 2.125rem;
  }
}
.carousel-breaker-component-container .glide__arrow--right {
  right: 0;
}
@media (min-width: 768px) {
  .carousel-breaker-component-container .glide__arrow--right {
    margin-left: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .carousel-breaker-component-container .glide__arrow--right {
    margin-left: 2.125rem;
  }
}
.carousel-breaker-component .addAnimation img,
.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,
.carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons {
  transform: scale(1.22);
  transition: transform 1.2s;
}
@media (min-width: 768px) {
  .carousel-breaker-component .addAnimation img,
  .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,
  .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons {
    transform: scale(1.42);
  }
}
@media (min-width: 992px) {
  .carousel-breaker-component .addAnimation img,
  .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__video,
  .carousel-breaker-component .addAnimation .carousel-breaker-component-container-slide__content__icons {
    transform: scale(1.28);
  }
}
.carousel-breaker-component .removeAnimation img,
.carousel-breaker-component .removeAnimation .carousel-breaker-component-container-slide__content__video {
  transform: scale(1);
  transition: transform 1.2s;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.quote-w-image__divider {
  height: 0.125rem;
  opacity: 0.2;
}
.quote-w-image__picture {
  border-radius: 62.5rem;
  max-width: 100%;
  height: auto;
}
.quote-w-image__quoteText p {
  display: inline;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.basic-carousel-component-container-slide {
  position: relative;
  height: auto;
}
.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
  height: 13.3125rem;
  min-width: 20rem;
  max-width: calc(100vw - 2.625rem);
  margin-top: 0;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
    height: 16.875rem;
    min-width: 42.1875rem;
    max-width: calc(100vw - 3.75rem);
  }
}
@media (min-width: 992px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
    height: 26.5rem;
  }
}
@media (min-width: 1200px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content--img {
    padding-left: calc((100vw - 71.25rem) / 2 - 4.6875rem) !important;
    height: 26.5rem;
    min-width: calc(100% + 0.625rem);
    max-width: calc(100vw - 5.875rem);
  }
}
.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
  height: 13.3125rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
    height: 16.875rem;
  }
}
@media (min-width: 992px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__video {
    height: 26.5rem;
  }
}
.basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__videoThumbnail__image {
  padding-top: 66.66%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide.glide__slide--active .basic-carousel-component-container-slide__content__videoThumbnail__image {
    padding-top: 56.25%;
  }
}
.basic-carousel-component-container-slide.glide__slide--active.basic-carousel-component-container-video-slide {
  padding-left: calc((100vw - 71.25rem) / 2 - 5.25rem) !important;
}
.basic-carousel-component-container-slide__content {
  position: relative;
}
.basic-carousel-component-container-slide__content--img {
  height: 13.3125rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content--img {
    height: 16.875rem;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .basic-carousel-component-container-slide__content--img {
    height: 26.5rem;
    margin-top: 4rem;
  }
}
.basic-carousel-component-container-slide__content__video {
  padding-top: 56.25%;
}
.basic-carousel-component-container-slide__content__video .vjs-tech {
  object-fit: contain;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__video .vjs-tech {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__video {
    padding-top: 56.25%;
  }
}
.basic-carousel-component-container-slide__content__video .vjs-poster {
  background-size: cover;
}
.basic-carousel-component-container-slide__content__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.basic-carousel-component-container-slide__content__cinemagraph {
  margin-top: 2rem;
  height: 13.3125rem;
  padding-top: 40%;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__cinemagraph {
    height: 16.875rem;
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .basic-carousel-component-container-slide__content__cinemagraph {
    height: 26.5rem;
    margin-top: 4rem;
  }
}
.basic-carousel-component-container-slide__content__cinemagraph .vjs-control-bar {
  display: none;
}
.basic-carousel-component-container-slide__content__cinemagraph .vjs-tech {
  pointer-events: none;
  object-fit: cover;
}
.basic-carousel-component-container-slide__content__thumbnail {
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__thumbnail {
    position: absolute;
  }
}
.basic-carousel-component-container-slide__content__thumbnail__image {
  object-fit: cover;
  height: 100%;
}
.basic-carousel-component-container-slide__content__videoThumbnail {
  top: 0;
  height: 100%;
}
.basic-carousel-component-container-slide__content__videoThumbnail__image {
  object-fit: cover;
  height: 13.3125rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__videoThumbnail__image {
    height: 16.875rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .basic-carousel-component-container-slide__content__videoThumbnail__image {
    height: 26.5rem;
    margin-top: 4rem;
  }
}
.basic-carousel-component-container-slide__content__thumbnailButton {
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
  border: 0.125rem solid #ffffff;
  background-color: rgba(28, 28, 28, 0.5);
}
.basic-carousel-component-container-slide__content__thumbnailButton__text {
  transform: rotate(-45deg);
  color: #ffffff;
}
.basic-carousel-component-container-slide__content__thumbnailButton:hover {
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .basic-carousel-component-container-slide__content__thumbnailButton {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.basic-carousel-component-container-slide__content__play, .basic-carousel-component-container-slide__content__pause {
  cursor: pointer;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .basic-carousel-component-container-slide__content__play, .basic-carousel-component-container-slide__content__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.basic-carousel-component-container-slide__content__play {
  display: none;
}
.basic-carousel-component-container-slide .vjs-big-play-button,
.basic-carousel-component-container-slide .vjs-text-track-display,
.basic-carousel-component-container-slide .vjs-dock-text {
  display: none;
}
.basic-carousel-component-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.basic-carousel-component-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.basic-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.basic-carousel-component-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 1rem;
}
.basic-carousel-component-container .glide__arrow--left {
  left: 0;
}
.basic-carousel-component-container .glide__arrow--right {
  right: 0;
}
.basic-carousel-component img {
  max-width: 100%;
  height: auto;
}

.basic-carousel-modal {
  background-color: rgb(28, 28, 28);
}
@media (min-width: 768px) {
  .basic-carousel-modal {
    background-color: rgba(28, 28, 28, 0.8);
  }
}
.basic-carousel-modal__header {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  height: 64px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  color: #ffffff;
}
.basic-carousel-modal .vjs-big-play-button,
.basic-carousel-modal .vjs-text-track-display,
.basic-carousel-modal .vjs-dock-text {
  display: none;
}
.basic-carousel-modal .vjs-play-progress {
  background-color: #ffffff;
}
.basic-carousel-modal .mdc-dialog__surface {
  padding: 0rem !important;
}
@media (min-width: 768px) {
  .basic-carousel-modal .mdc-dialog__surface {
    max-width: 56.25rem;
  }
}
@media (min-width: 768px) {
  .basic-carousel-modal .mdc-dialog__container {
    padding: 3rem;
  }
}
.basic-carousel-modal .m-dialog-close-btn {
  position: static;
  width: auto;
  height: auto;
  background: none;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.horizontal-accordion__img {
  object-fit: cover;
}
.horizontal-accordion__mobileImg {
  height: 6.9375rem;
}
@media (min-width: 768px) {
  .horizontal-accordion__mobileImg {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .horizontal-accordion__small-img {
    height: calc(100% - 2rem);
  }
}
@media (min-width: 1200px) {
  .horizontal-accordion__small-img {
    height: calc(100% - 2.5rem);
  }
}
.horizontal-accordion__desc {
  position: absolute;
  bottom: 0.5rem;
}
@media (min-width: 768px) {
  .horizontal-accordion__desc {
    bottom: 0rem;
  }
}
@media (min-width: 1200px) {
  .horizontal-accordion__desc {
    bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .horizontal-accordion__textUp {
    position: relative;
    top: -2rem;
  }
}
.horizontal-accordion__button {
  float: right;
}
@media (min-width: 768px) {
  .horizontal-accordion__button {
    float: none;
  }
}
.horizontal-accordion__plus {
  border: 1px solid var(--t-accent-color);
  border-radius: 50%;
  padding: 0.4375rem 0;
}
@media (min-width: 768px) {
  .horizontal-accordion__plus {
    padding: 0.3125rem 0;
  }
}
.horizontal-accordion__plus::before {
  padding-left: 0.625rem;
  line-height: 2.1875rem;
  width: 2.1875rem;
}
@media (min-width: 768px) {
  .horizontal-accordion__plus::before {
    padding: 0 0 0.3125rem 0;
    line-height: unset;
  }
}
.horizontal-accordion__gradient {
  position: absolute;
  top: 0;
  background: linear-gradient(0.26deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  width: calc(100% - 1rem);
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.hub-hero-basic--icon::before {
  font-size: 49px;
  line-height: normal;
}
@media (min-width: 576px) {
  .hub-hero-basic--icon::before {
    font-size: 74.8px;
  }
}
@media (min-width: 768px) {
  .hub-hero-basic--icon::before {
    font-size: 100px;
  }
}
@media (min-width: 992px) {
  .hub-hero-basic--icon::before {
    font-size: 134px;
  }
}
@media (min-width: 1200px) {
  .hub-hero-basic--icon::before {
    font-size: 160px;
  }
}
.hub-hero-basic__navigation__navbar {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hub-hero-basic__navigation__navbar__element {
  flex: 0 0 auto;
}
.hub-hero-basic__navigation__navbar::-webkit-scrollbar {
  display: none;
}
.hub-hero-basic__navigation__navbar__link {
  width: max-content;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.featured-carousel-component-container-slide {
  position: relative;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide.imageTopValue {
    margin-top: 3.75rem;
  }
}
.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
  width: 16.9375rem;
  height: 17.3125rem;
  display: block !important;
  border: 0.0625rem solid var(--t-accent-color);
  text-align: center;
  margin-right: 0.5rem;
  left: 2rem;
  margin-top: -5.5rem;
  position: relative;
  background-image: none;
  opacity: 1;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
    width: 23.4375rem;
    height: 17.3125rem;
    margin-right: 0;
    left: 36%;
    position: absolute;
    top: 30%;
    opacity: 1;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
    width: 30rem;
    top: 47%;
  }
}
@media (min-width: 1200px) {
  .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc {
    width: 28.6875rem;
    height: 16.75rem;
    left: calc(50% + 1rem);
    top: 50%;
  }
}
.featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide .featured-carousel-component-container-slide__content--desc.changeTopValue {
    top: -3.75rem;
    margin-top: 0;
  }
}
.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
  height: 13.3125rem;
  max-width: calc(100% - 2.8125rem);
  margin-top: 0;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
    height: 19.375rem;
    min-width: 29rem;
    max-width: calc(100% - 11.25rem);
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
    height: 26rem;
    min-width: 39rem;
    max-width: calc(100% - 11.25rem);
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--img {
    height: 27.0625rem;
    min-width: 40.5625rem;
    max-width: calc(100% - 22.75rem);
    margin-left: 0;
  }
}
.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
  display: block !important;
  border: 0.0625rem solid var(--t-accent-color);
  text-align: center;
  margin-right: 0.5rem;
  left: 2rem;
  margin-top: -1.75rem;
  position: relative;
  background-image: none;
  height: 17.3125rem;
  opacity: 1;
  width: 16.9375rem;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
    width: 23.4375rem;
    height: 17.3125rem;
    margin-right: 0;
    left: 36%;
    position: absolute;
    top: 30%;
    opacity: 1;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
    width: 30rem;
    top: 47%;
  }
}
@media (min-width: 1200px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc {
    width: 28.6875rem;
    height: 16.75rem;
    left: calc(50% + 1rem);
    top: 50%;
  }
}
.featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide.glide__slide--active .featured-carousel-component-container-slide__content--desc.changeTopValue {
    top: -3.75rem;
    margin-top: 0;
  }
}
.featured-carousel-component-container-slide__content--img {
  height: 13.3125rem;
  max-width: calc(100% - 2.8125rem);
  margin-top: 3.75rem;
}
@media (min-width: 768px) {
  .featured-carousel-component-container-slide__content--img {
    height: 19.375rem;
    margin-top: 0;
    min-width: 29rem;
    max-width: calc(100% - 11.25rem);
  }
}
@media (min-width: 992px) {
  .featured-carousel-component-container-slide__content--img {
    height: 26rem;
  }
}
@media (min-width: 1200px) {
  .featured-carousel-component-container-slide__content--img {
    height: 27.0625rem;
    min-width: 40.5625rem;
    max-width: calc(100% - 22.75rem);
  }
}
.featured-carousel-component-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.featured-carousel-component-container .carouselControlType2 .left-arrow {
  color: inherit;
}
.featured-carousel-component-container .carouselControlType2 .left-arrow::after {
  color: inherit;
}
.featured-carousel-component-container .carouselControlType2 .right-arrow {
  color: inherit;
}
.featured-carousel-component-container .carouselControlType2 .right-arrow::before {
  color: inherit;
}
.featured-carousel-component-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.featured-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.featured-carousel-component-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 1rem;
}
.featured-carousel-component-container .glide__arrow--left {
  left: 0;
}
.featured-carousel-component-container .glide__arrow--right {
  right: 0;
}
.featured-carousel-component p {
  margin: 0;
}

.slide-in-from-right-mob img {
  animation: slideInFromRightMob 1700ms forwards;
  animation-timing-function: ease-in;
}
.slide-in-from-right-mob .featured-carousel-component-container-slide__content--desc {
  animation: slideDescriptionRight 1760ms forwards;
  animation-timing-function: ease-in;
}

.slide-in-from-left-mob img {
  animation: slideInFromLeftMob 1700ms forwards;
  animation-timing-function: ease-in;
}
.slide-in-from-left-mob .featured-carousel-component-container-slide__content--desc {
  animation: slideDescriptionLeft 1850ms forwards;
  animation-timing-function: ease-in;
}

.slide-in-from-right {
  animation-timing-function: ease-in;
}
@media (min-width: 768px) {
  .slide-in-from-right {
    animation: slideInFromRightTablet 1750ms forwards;
  }
}
@media (min-width: 1200px) {
  .slide-in-from-right {
    animation: slideInFromRight 2000ms forwards;
  }
}

.slide-in-from-left {
  animation-timing-function: ease-in;
}
@media (min-width: 768px) {
  .slide-in-from-left {
    animation: slideInFromLeftTablet 1500ms forwards;
  }
}
@media (min-width: 1200px) {
  .slide-in-from-left {
    animation: slideInFromLeft 2000ms forwards;
  }
}

@keyframes slideInFromRightTablet {
  from {
    left: 100%;
  }
  to {
    left: 36%;
  }
}
@keyframes slideInFromRightMob {
  from {
    margin-top: 3.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes slideDescriptionRight {
  from {
    margin-top: -5.5rem;
  }
  to {
    margin-top: -1.75rem;
  }
}
@keyframes slideDescriptionLeft {
  from {
    margin-top: -5.5rem;
  }
  to {
    margin-top: -1.75rem;
  }
}
@keyframes slideInFromLeftMob {
  from {
    margin-top: 3.75rem;
  }
  to {
    margin-top: 0;
  }
}
@keyframes slideInFromRight {
  from {
    left: 100%;
  }
  to {
    left: 50%;
  }
}
@keyframes slideInFromLeftTablet {
  from {
    left: -64%;
  }
  to {
    left: 36%;
  }
}
@keyframes slideInFromLeft {
  from {
    left: -50%;
  }
  to {
    left: 50%;
  }
}
.changeLeft {
  animation-timing-function: ease-in;
}
@media (min-width: 768px) {
  .changeLeft {
    animation: awayFromVWTablet 3200ms forwards;
  }
}
@media (min-width: 1200px) {
  .changeLeft {
    animation: awayFromVW 3000ms forwards;
  }
}

@keyframes awayFromVWTablet {
  from {
    left: 36%;
  }
  to {
    left: -59%;
  }
}
@keyframes awayFromVW {
  from {
    left: 50%;
  }
  to {
    left: -45%;
  }
}
.changeImageOffset img {
  animation: awayFromVWMob 2000ms forwards;
  animation-timing-function: ease-in;
}
@media (min-width: 768px) {
  .changeImageOffset img {
    animation: offsetLeftTablet 1000ms forwards;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 992px) {
  .changeImageOffset img {
    animation: offsetLeftTabletbig 1350ms forwards;
    animation-timing-function: ease-in;
  }
}
@media (min-width: 1200px) {
  .changeImageOffset img {
    animation: offsetLeft 1500ms forwards;
    animation-timing-function: ease-in;
  }
}
@media (max-width: 767px) {
  .changeImageOffset .featured-carousel-component-container-slide__content--desc {
    animation: slideDescriptionactive 1700ms forwards;
    animation-timing-function: ease-in;
  }
}

@keyframes slideDescriptionactive {
  from {
    margin-top: -1.75rem;
  }
  to {
    margin-top: -5.5rem;
  }
}
@keyframes offsetLeft {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 17.8125rem;
  }
}
@keyframes offsetLeftTablet {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 7.5rem;
  }
}
@keyframes offsetLeftTabletbig {
  from {
    margin-left: 0;
  }
  to {
    margin-left: 11rem;
  }
}
@keyframes awayFromVWMob {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 3.75rem;
  }
}
.changeImageOffsetMob img {
  animation: awayFromVWMobFromLeft 2000ms forwards;
  animation-timing-function: ease-in;
}

@keyframes awayFromVWMobFromLeft {
  from {
    margin-top: 0;
  }
  to {
    margin-top: 3.75rem;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.inline-card__image-section {
  border-bottom: 1px solid var(--t-accent-color);
  border-left: 1px solid var(--t-accent-color);
  height: fit-content;
}
@media (min-width: 768px) {
  .inline-card__image-section {
    margin-bottom: 3rem;
    margin-left: 3rem;
    float: right;
  }
}
@media (min-width: 1200px) {
  .inline-card__image-section {
    margin-bottom: 5.5rem;
    margin-left: 5.5rem;
  }
}
.inline-card img {
  max-width: 100%;
  height: auto;
}
.inline-card__link {
  z-index: 1;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.navigation-list {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.navigation-list::-webkit-scrollbar {
  display: none;
}
.navigation-list li:first-child {
  padding-left: 0;
}
.navigation-list-item {
  height: 100%;
  min-width: fit-content;
  border: none;
}
.navigation-list-item.cmp-tabs__tab--active .navigation-list-item-btn {
  border-bottom: 0.125rem solid var(--t-accent-color);
}
.navigation-list-item-btn {
  background: transparent;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
  width: 9.375rem !important;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
    width: 10.25rem !important;
  }
}
@media (min-width: 768px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
    width: 10.25rem !important;
  }
}
@media (min-width: 992px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide {
    width: 16.875rem !important;
  }
}
.three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
  width: 13.5rem !important;
}
@media (min-width: 576px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
    width: 21.25rem !important;
  }
}
@media (min-width: 768px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
    width: 21.25rem !important;
  }
}
@media (min-width: 992px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:first-child {
    width: 34.375rem !important;
  }
}
.three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:nth-child(2) {
  margin-top: 5.75rem;
}
@media (min-width: 768px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:nth-child(2) {
    margin-top: 9.375rem;
  }
}
@media (min-width: 992px) {
  .three-up-recirculation-container.no-carousel .three-up-recirculation-container-slide:nth-child(2) {
    margin-top: 14.5rem;
  }
}
@media (min-width: 576px) {
  .three-up-recirculation-container {
    padding-left: calc((100vw - 33.75rem) / 2) !important;
  }
}
@media (min-width: 768px) {
  .three-up-recirculation-container {
    padding-left: calc((100vw - 45rem) / 2) !important;
  }
}
@media (min-width: 992px) {
  .three-up-recirculation-container {
    padding-left: calc((100vw - 60rem) / 2) !important;
  }
}
@media (min-width: 1200px) {
  .three-up-recirculation-container {
    padding-left: calc((100vw - 71.25rem) / 2) !important;
  }
}
.three-up-recirculation-container-slide__seperator {
  position: absolute;
  opacity: 0.2;
  height: 100%;
  width: 0.125rem;
  left: -1.5rem;
  top: 0;
}
@media (min-width: 768px) {
  .three-up-recirculation-container-slide__seperator {
    left: -1rem;
  }
}
.three-up-recirculation-container-slide__content {
  word-break: break-word;
}
.three-up-recirculation-container-slide__content-link {
  border-color: var(--t-accent-color) !important;
}
.three-up-recirculation-container-slide__content img {
  max-width: 100%;
  height: auto;
}
.three-up-recirculation-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.three-up-recirculation-container .carouselControlType2 .left-arrow::after {
  color: inherit;
}
.three-up-recirculation-container .carouselControlType2 .right-arrow::before {
  color: inherit;
}
.three-up-recirculation-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.three-up-recirculation-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.three-up-recirculation-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 1rem;
  color: inherit;
}
.three-up-recirculation-container .glide__arrow--left {
  left: 0;
}
.three-up-recirculation-container .glide__arrow--right {
  right: 0;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.hotel-carousel-component-background-content {
  position: relative;
}
.hotel-carousel-component-background-content__background {
  width: 100%;
  top: 0;
  position: absolute;
  height: calc(100% + 5.375rem);
}
@media (min-width: 768px) {
  .hotel-carousel-component-background-content__background {
    height: calc(100% + 11.375rem);
  }
}
@media (min-width: 1200px) {
  .hotel-carousel-component-background-content__background {
    height: calc(100% + 18.25rem);
  }
}
.hotel-carousel-component-background-content__background--gradient {
  background: #000000;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 40%;
}
.hotel-carousel-component-background-content__background .vjs-control-bar {
  display: none;
}
.hotel-carousel-component-background-content__background .vjs-tech {
  pointer-events: none;
  object-fit: cover;
}
.hotel-carousel-component-background-content__background__video {
  height: 100%;
}
.hotel-carousel-component-background-content__background__video__play, .hotel-carousel-component-background-content__background__video__pause {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .hotel-carousel-component-background-content__background__video__play, .hotel-carousel-component-background-content__background__video__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.hotel-carousel-component-background-content__background-img {
  height: 100%;
}
.hotel-carousel-component-background-content__content {
  position: relative;
  z-index: 2;
}
.hotel-carousel-component-background-content__content--header {
  color: #ffffff !important;
}
.hotel-carousel-component-container-slide {
  position: relative;
}
.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
  height: 10.9375rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
    height: 21rem;
  }
}
@media (min-width: 992px) {
  .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content--img {
    height: 32.75rem;
  }
}
.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
  height: 10.9375rem;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
    height: 20.5625rem;
  }
}
@media (min-width: 992px) {
  .hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__video {
    height: 32.75rem;
  }
}
.hotel-carousel-component-container-slide.glide__slide--active .hotel-carousel-component-container-slide__content__videoThumbnail__image {
  height: 100%;
  margin-top: 0;
}
.hotel-carousel-component-container-slide.glide__slide--active span {
  display: flex !important;
}
.hotel-carousel-component-container-slide__content--img {
  height: 9.1875rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content--img {
    height: 14rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .hotel-carousel-component-container-slide__content--img {
    height: 24.875rem;
  }
}
.hotel-carousel-component-container-slide__content__video {
  height: 9.1875rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content__video {
    height: 14rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .hotel-carousel-component-container-slide__content__video {
    height: 24.875rem;
    margin-top: 4rem;
  }
}
.hotel-carousel-component-container-slide__content__video .vjs-tech {
  object-fit: cover;
}
.hotel-carousel-component-container-slide__content__video .vjs-poster {
  background-size: cover;
}
.hotel-carousel-component-container-slide__content__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.hotel-carousel-component-container-slide__content__play, .hotel-carousel-component-container-slide__content__pause {
  cursor: pointer;
  position: absolute;
  top: 4.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content__play, .hotel-carousel-component-container-slide__content__pause {
    top: 5.25rem;
    right: 1.25rem;
  }
}
.glide__slide--active .hotel-carousel-component-container-slide__content__play, .glide__slide--active .hotel-carousel-component-container-slide__content__pause {
  top: 0.625rem;
  right: 0.625rem;
}
@media (min-width: 768px) {
  .glide__slide--active .hotel-carousel-component-container-slide__content__play, .glide__slide--active .hotel-carousel-component-container-slide__content__pause {
    top: 1.25rem;
    right: 1.25rem;
  }
}
.hotel-carousel-component-container-slide__content__play {
  display: none;
}
.hotel-carousel-component-container-slide__content__cinemagraph .vjs-control-bar {
  display: none;
}
.hotel-carousel-component-container-slide__content__cinemagraph .vjs-tech {
  pointer-events: none;
}
.hotel-carousel-component-container-slide__content__thumbnail {
  top: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content__thumbnail {
    position: absolute;
  }
}
.hotel-carousel-component-container-slide__content__thumbnail__image {
  object-fit: cover;
  height: 100%;
}
.hotel-carousel-component-container-slide__content__videoThumbnail {
  position: absolute;
  top: 0;
  height: 100%;
}
.hotel-carousel-component-container-slide__content__videoThumbnail__image {
  object-fit: cover;
  height: 9.1875rem;
  margin-top: 0.75rem;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content__videoThumbnail__image {
    height: 14rem;
    margin-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .hotel-carousel-component-container-slide__content__videoThumbnail__image {
    height: 24.875rem;
    margin-top: 4rem;
  }
}
.hotel-carousel-component-container-slide__content__thumbnailButton {
  width: 5.25rem;
  height: 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
  border: 0.125rem solid #ffffff;
  background-color: rgba(28, 28, 28, 0.5);
}
.hotel-carousel-component-container-slide__content__thumbnailButton__text {
  transform: rotate(-45deg);
  color: #ffffff;
}
.hotel-carousel-component-container-slide__content__thumbnailButton:hover {
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .hotel-carousel-component-container-slide__content__thumbnailButton {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (min-width: 1200px) {
  .hotel-carousel-component-container-slide__content__thumbnailButton {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.hotel-carousel-component-container-slide .vjs-big-play-button,
.hotel-carousel-component-container-slide .vjs-text-track-display,
.hotel-carousel-component-container-slide .vjs-dock-text {
  display: none;
}
.hotel-carousel-component-container-count__active:after {
  content: "/";
  padding: 0 0.3125rem;
}
.hotel-carousel-component-container .carouselControlType2 .glide__bullet {
  border-radius: 0;
  height: 0.0625rem;
  margin: 0;
}
.hotel-carousel-component-container .carouselControlType2 .glide__bullet--active:after {
  content: "";
  background-color: var(--t-accent-color);
  border-radius: 0;
  height: 0.3125rem;
  margin: 0;
  top: -0.125rem;
  transform: none;
  width: 100%;
}
.hotel-carousel-component-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  min-width: 1rem;
}
.hotel-carousel-component-container .glide__arrow--left {
  left: 0;
}
.hotel-carousel-component-container .glide__arrow--right {
  right: 0;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@media (min-width: 1200px) {
  .reserve-accordion__element {
    min-width: 285px;
  }
}
.reserve-accordion__img {
  object-fit: cover;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .reserve-accordion__desc {
    position: absolute;
    top: 0;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .reserve-accordion--active {
    max-width: 16.8125rem;
    min-width: unset;
  }
}
.reserve-accordion__text {
  position: absolute;
  bottom: 0;
}
.reserve-accordion__button {
  float: right;
}
@media (min-width: 1200px) {
  .reserve-accordion__button {
    float: none;
  }
}
.reserve-accordion__plus {
  border: 0.0625rem solid #ffffff;
  border-radius: 50%;
  background: transparent;
  height: 2.1875rem;
  width: 2.1875rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reserve-accordion__gradient {
  position: absolute;
  top: 0;
  background-color: #000000;
  height: 100%;
  width: 100%;
  opacity: 46%;
}
@media (min-width: 768px) {
  .reserve-accordion__gradient {
    opacity: 36%;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.reserve-contact-us__description a {
  text-decoration: underline !important;
  word-break: break-word;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.reserve-contact-us__card {
  border: 0.0625rem solid var(--t-accent-color);
}
.reserve-contact-us__card-inner {
  position: relative;
  top: -0.625rem;
  bottom: -0.625rem;
  text-align: center;
  border: 0.0625rem solid var(--t-accent-color);
  padding: 1.5rem;
  height: calc(100% + 1.25rem);
}
.reserve-contact-us__card-inner .icon-requests {
  font-size: 1.5rem;
  margin: 0 auto;
}
.reserve-contact-us__content__or {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.reserve-contact-us__content__or::before {
  content: "";
  background: url("../../../etc.clientlibs/mi-aem-trc/clientlibs/clientlib-site/resources/global/images/reserve_left.svg") no-repeat;
  width: 5rem;
  height: 0.75rem;
}
.reserve-contact-us__content__or::after {
  content: "";
  background: url("../../../etc.clientlibs/mi-aem-trc/clientlibs/clientlib-site/resources/global/images/reserve_right.svg") no-repeat;
  width: 5rem;
  height: 0.75rem;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.hub-hero-layered__container {
  position: relative;
}
.hub-hero-layered__img {
  object-fit: cover;
  max-width: calc(100% + 1rem);
  width: calc(100% + 1rem);
  left: -1rem;
  height: auto;
}
@media (min-width: 768px) {
  .hub-hero-layered__img {
    max-width: calc(100% - 0.5rem + (100vw - 43.25rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 43.25rem) / 2);
    left: calc(((100vw - 45rem) / 2 + 0.5rem) * -1);
  }
}
@media (min-width: 992px) {
  .hub-hero-layered__img {
    max-width: calc(100% - 0.5rem + (100vw - 58.25rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 58.25rem) / 2);
    left: calc(((100vw - 60rem) / 2 + 0.5rem) * -1);
  }
}
@media (min-width: 1200px) {
  .hub-hero-layered__img {
    max-width: 64.3125rem;
    width: calc(100% - 0.5rem + (100vw - 69.5rem) / 2);
    left: calc(((100vw - 71.25rem) / 2 + 0.5rem) * -1);
  }
}
@media screen and (min-width: 82.125rem) {
  .hub-hero-layered__img {
    left: -4.9375rem;
  }
}
.hub-hero-layered__gridImg {
  object-fit: cover;
  max-width: calc(100% + 1rem);
  width: calc(100% + 1rem);
  left: 0;
  height: auto;
}
@media (min-width: 768px) {
  .hub-hero-layered__gridImg {
    max-width: calc(100% - 0.5rem + (100vw - 43.25rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 43.25rem) / 2);
  }
}
@media (min-width: 992px) {
  .hub-hero-layered__gridImg {
    max-width: calc(100% - 0.5rem + (100vw - 58.25rem) / 2);
    width: calc(100% - 0.5rem + (100vw - 58.25rem) / 2);
  }
}
@media (min-width: 1200px) {
  .hub-hero-layered__gridImg {
    max-width: 64.3125rem;
    width: calc(100% - 0.5rem + (100vw - 69.5rem) / 2);
  }
}
.hub-hero-layered__overlay {
  margin-top: -3.9375rem;
}
@media (min-width: 768px) {
  .hub-hero-layered__overlay {
    margin-top: -14.625rem;
  }
}
@media (min-width: 1200px) {
  .hub-hero-layered__overlay {
    margin-top: -23.75rem;
  }
}
@media screen and (min-width: 82.125rem) {
  .hub-hero-layered__overlay {
    margin-top: -25.6875rem;
  }
}
.hub-hero-layered__overlay__img {
  max-width: calc(100% + 1.875rem);
  width: calc(100% + 1.875rem);
  border: 0.5rem solid #ffffff;
  height: auto;
}
@media (min-width: 768px) {
  .hub-hero-layered__overlay__img {
    max-width: calc(100% + 1rem);
    width: calc(100% + 1rem);
  }
}
@media (min-width: 1200px) {
  .hub-hero-layered__overlay__img {
    max-width: calc(100% + 0.5rem);
    width: calc(100% + 0.5rem);
  }
}
.hub-hero-layered__navigation__navbar {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.hub-hero-layered__navigation__navbar__element {
  flex: 0 0 auto;
}
.hub-hero-layered__navigation__navbar::-webkit-scrollbar {
  display: none;
}
.hub-hero-layered__navigation__navbar__link {
  width: max-content;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.article-with-map-references-component-container__wrapper {
  display: contents;
}
@media (min-width: 768px) {
  .article-with-map-references-component-container__wrapper {
    max-height: 25rem;
    height: calc(100vh - 4.5rem);
    position: relative;
  }
}
@media (min-width: 1200px) {
  .article-with-map-references-component-container__wrapper {
    max-height: 42.3125rem;
    height: calc(100vh - 4.5rem);
  }
}
@media (min-width: 768px) {
  .article-with-map-references-component-container__wrapper--left {
    height: 100%;
    overflow-y: auto;
    position: static;
  }
}
.article-with-map-references-component-container__info {
  padding: 2rem 2.5rem;
  border: 0.0625rem solid var(--t-horizontal-vertical-rule);
  background-color: #ffffff;
}
.article-with-map-references-component-container__info--seperator {
  opacity: 0.2;
  height: 0.0625rem;
}
.article-with-map-references-component-container__map {
  min-height: 20.75rem;
  height: 100%;
}
.article-with-map-references-component-container__map .map {
  width: 100%;
  height: 100%;
}
.article-with-map-references-component-container__interests-title--img {
  margin-top: -0.625rem;
}
.article-with-map-references-component-container__interests-item {
  width: 20.75rem;
  min-height: 6.625rem;
  cursor: pointer;
  padding: 1.5rem 1rem;
  border: 0.0625rem solid var(--t-horizontal-vertical-rule);
  background-color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .article-with-map-references-component-container__interests-item {
    width: 21.5rem;
  }
}
@media (min-width: 992px) {
  .article-with-map-references-component-container__interests-item {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .article-with-map-references-component-container__interests-item {
    width: 16.6875rem;
  }
}
.article-with-map-references-component-container__interests-item-wrapper {
  height: 4.6875rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.article-with-map-references-component-container__interests-item-addr {
  display: contents;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.reserve-statement-component__scroll-element--box {
  border: 0.0625rem solid #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  transform: rotate(45deg);
}
.reserve-statement-component__scroll-element--box:after {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.reserve-statement-component__scroll-element--line-dot {
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #ffffff;
}
.reserve-statement-component__title {
  margin-top: 5.5rem;
}
@media (min-width: 768px) {
  .reserve-statement-component__title {
    margin-top: 4.5625rem;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.header-text__heading {
  word-wrap: break-word;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.homepage-hero {
  width: 100vw;
  height: 56.25vw;
}
@media (min-width: 576px) {
  .homepage-hero {
    height: 18.984375rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero {
    height: 25.3125rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero {
    height: 33.75rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero {
    height: 40.078125rem;
  }
}
.homepage-hero__bgImage {
  position: absolute;
}
.homepage-hero__bgImage__img {
  object-fit: cover;
  height: 56.25vw;
}
@media (min-width: 576px) {
  .homepage-hero__bgImage__img {
    height: 18.984375rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero__bgImage__img {
    height: 25.3125rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero__bgImage__img {
    height: 33.75rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero__bgImage__img {
    height: 40.078125rem;
  }
}
.homepage-hero__foreground {
  position: relative;
}
.homepage-hero__foreground__layer__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 56.25vw;
  height: 18.984375rem;
}
@media (min-width: 576px) {
  .homepage-hero__foreground__layer__image {
    height: 18.984375rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero__foreground__layer__image {
    height: 25.3125rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero__foreground__layer__image {
    height: 33.75rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero__foreground__layer__image {
    height: 40.078125rem;
  }
}
.homepage-hero__foreground__layer__text {
  opacity: 0;
  position: relative;
  z-index: 3;
}
.homepage-hero__foreground__mask__image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4;
  height: 56.25vw;
}
@media (min-width: 576px) {
  .homepage-hero__foreground__mask__image {
    height: 18.984375rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero__foreground__mask__image {
    height: 25.3125rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero__foreground__mask__image {
    height: 33.75rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero__foreground__mask__image {
    height: 40.078125rem;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.tabbed-hotel-map-component-container--map-box {
  min-height: 50.1875rem;
  position: relative;
  padding-top: 150%;
  overflow: hidden;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .tabbed-hotel-map-component-container--map-box {
    padding-top: 66.66%;
  }
}
.tabbed-hotel-map-component-container__map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.tabbed-hotel-map-component-container__map .map {
  width: 100%;
  height: 100%;
}
.tabbed-hotel-map-component-container__map .info-window {
  position: absolute;
  background-color: #ffffff;
  height: auto;
  bottom: 3rem;
  left: 0;
  width: calc(100vw - 2rem);
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .tabbed-hotel-map-component-container__map .info-window {
    bottom: 50%;
    transform: translateY(50%);
    left: calc((100% - 45rem) / 2 + 3.75rem);
  }
}
@media (min-width: 992px) {
  .tabbed-hotel-map-component-container__map .info-window {
    left: calc((100% - 60rem) / 2 + 5.125rem);
  }
}
@media (min-width: 1200px) {
  .tabbed-hotel-map-component-container__map .info-window {
    left: calc((100% - 71.25rem) / 2 + 5.9375rem);
  }
}
.tabbed-hotel-map-component-container__map .info-window-image {
  position: relative;
  padding-top: 66.66%;
}
.tabbed-hotel-map-component-container__map .info-window-image--container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.tabbed-hotel-map-component-container__map .info-window-close {
  position: absolute;
  top: 1rem;
  right: 3.5rem;
}
.tabbed-hotel-map-component-container__map .info-window-close-icon {
  position: absolute;
  font-size: 2rem;
  top: 1rem;
  right: 1.5rem;
}
.tabbed-hotel-map-component-container__map .info-window-gradient {
  width: 100%;
  height: 6.0625rem;
  position: absolute;
  top: 0;
  transform: scaleY(-1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.tabbed-hotel-map-component-container__window {
  margin: auto;
  max-width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .tabbed-hotel-map-component-container__window {
    max-width: calc(100% - 4rem);
  }
}
@media (min-width: 992px) {
  .tabbed-hotel-map-component-container__window {
    max-width: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 1390px) {
  .tabbed-hotel-map-component-container__window {
    max-width: 83.5rem;
  }
}
.tabbed-hotel-map-navigation-list {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tabbed-hotel-map-navigation-list::-webkit-scrollbar {
  display: none;
}
.tabbed-hotel-map-navigation-list-item {
  height: 100%;
  min-width: fit-content;
  border: none;
}
.tabbed-hotel-map-navigation-list-item-btn {
  background: transparent;
}
.tabbed-hotel-map-navigation-list-item-btn.selected {
  border-bottom: 0.125rem solid;
  border-bottom-color: inherit;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@media (min-width: 768px) {
  .feed-module__item:nth-child(3n+2) {
    margin-bottom: 3.5rem;
    padding-top: 3.5rem;
    border-right: 0.0625rem solid;
    border-left: 0.0625rem solid;
    border-color: #c4c4c4;
  }
}
@media (min-width: 1200px) {
  .feed-module__item:nth-child(3n+2) {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
}
.feed-module__item:last-child {
  border-right: none;
}
.feed-module__loadmore {
  cursor: pointer;
}
.feed-module__item {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .feed-module__item {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .feed-module__item {
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .feed-module__item {
    padding: 0 3.125rem;
  }
}
.feed-module__item p {
  text-align: left !important;
}
.feed-module__navigation__navbar {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.feed-module__navigation__navbar__element {
  flex: 0 0 auto;
}
.feed-module__navigation__navbar::-webkit-scrollbar {
  display: none;
}
.feed-module__navigation__navbar__link {
  width: max-content;
}
.feed-module__navigation__navbar__link.selected {
  border-bottom: 0.125rem solid;
  border-bottom-color: inherit;
}
.feed-module img {
  max-width: 100%;
  height: auto;
}

.date-picker {
  width: 170px;
  height: 25px;
  padding: 0;
  border: 0;
  line-height: 25px;
  padding-left: 10px;
  cursor: pointer;
  color: #303030;
  position: relative;
  z-index: 2;
}

.dp-clearfix {
  clear: both;
  height: 0;
  font-size: 0;
}

.date-picker-wrapper {
  position: absolute;
  z-index: 1;
  border: 1px solid;
  line-height: 20px;
}
@media (max-width: 767px) {
  .date-picker-wrapper {
    max-height: 450px;
    overflow: hidden;
    top: 0px;
    border: none;
  }
}
.date-picker-wrapper.inline-wrapper {
  position: relative;
  box-shadow: none;
  display: inline-block;
}
.date-picker-wrapper.single-date {
  width: auto;
}
.date-picker-wrapper.no-topbar {
  padding-top: 12px;
  z-index: 3;
}
.date-picker-wrapper .time1 {
  float: left;
  width: 180px;
  padding: 0 5px;
  text-align: center;
}
.date-picker-wrapper .time2 {
  float: right;
}
.date-picker-wrapper .hour {
  text-align: right;
}
.date-picker-wrapper b {
  color: #666;
}
.date-picker-wrapper a {
  text-decoration: underline;
}
.date-picker-wrapper .month-name {
  text-transform: uppercase;
}
.date-picker-wrapper .select-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper:hover {
  text-decoration: underline;
}
.date-picker-wrapper .month-element {
  display: inline-block;
  vertical-align: middle;
}
.date-picker-wrapper .select-wrapper select {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  top: -1px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  opacity: 0.01;
}
.date-picker-wrapper .month-wrapper {
  padding: 5px;
  cursor: default;
  overflow-y: auto;
  display: flex;
  justify-content: flex-start;
  border: none;
}
@media (min-width: 768px) {
  .date-picker-wrapper .month-wrapper {
    width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .date-picker-wrapper .month-wrapper {
    height: 320px;
  }
}
.date-picker-wrapper .month-wrapper table {
  float: none;
}
.date-picker-wrapper .month-wrapper table.month2 {
  float: none;
}
@media (min-width: 768px) {
  .date-picker-wrapper .month-wrapper table {
    float: left;
  }
  .date-picker-wrapper .month-wrapper table.month2 {
    float: left;
  }
}
.date-picker-wrapper .month-wrapper table th,
.date-picker-wrapper .month-wrapper table td {
  vertical-align: middle;
  text-align: center;
  line-height: 14px;
  margin: 0;
  padding: 0;
}
.date-picker-wrapper .month-wrapper table .day {
  color: #000;
  cursor: default;
  height: 30px;
  padding: 0;
  line-height: 30px;
  margin: 0;
  display: flex;
  justify-content: center;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.valid {
  cursor: pointer;
}
.date-picker-wrapper .month-wrapper table .day.toMonth.hovering {
  background-color: #d2d2d2;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.nextMonth, .date-picker-wrapper .month-wrapper table .day.lastMonth {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day .day-inner {
  text-decoration: none;
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  border: 1px solid transparent;
  line-height: 30px;
}
.date-picker-wrapper .month-wrapper table .day.valid:hover .day-inner {
  background-color: #f4f4f4;
  color: #1c1c1c;
  border-radius: 50%;
  border-color: #1c1c1c;
}
.date-picker-wrapper .month-wrapper table .day.invalid a,
.date-picker-wrapper .month-wrapper table .day.invalid span {
  color: #707070;
}
.date-picker-wrapper .month-wrapper table .day.invalid .day-inner {
  cursor: default;
}
.date-picker-wrapper .month-wrapper table div.day.lastMonth, .date-picker-wrapper .month-wrapper table div.day.nextMonth {
  color: #999;
  cursor: default;
}
.date-picker-wrapper .month-wrapper table .day.checked {
  background-color: #d2d2d2;
  color: #fff;
}
.date-picker-wrapper .month-wrapper table .day.checked:hover .day-inner {
  background-color: #f4f4f4;
  color: #1c1c1c;
  border-radius: 50%;
  border-color: #1c1c1c;
}
.date-picker-wrapper .month-wrapper table .week-name {
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
.date-picker-wrapper .month-wrapper table .week-name th {
  padding-bottom: 12px;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip {
  cursor: help !important;
}
.date-picker-wrapper .month-wrapper table .day.has-tooltip .tooltip {
  white-space: nowrap;
}
.date-picker-wrapper .time label {
  white-space: nowrap;
}
.date-picker-wrapper table .caption {
  height: 80px;
}
.date-picker-wrapper table .caption > th:first-of-type, .date-picker-wrapper table .caption > th:last-of-type, .date-picker-wrapper table .caption .month-header:first-of-type, .date-picker-wrapper table .caption .month-header:last-of-type {
  width: 27px;
}
.date-picker-wrapper table .caption .next,
.date-picker-wrapper table .caption .prev {
  padding: 0 5px;
  cursor: pointer;
}
.date-picker-wrapper table .caption .next svg,
.date-picker-wrapper table .caption .prev svg {
  vertical-align: middle;
}
.date-picker-wrapper table .caption .next.calendar-arrow-disabled,
.date-picker-wrapper table .caption .prev.calendar-arrow-disabled {
  cursor: default;
  pointer-events: none;
}
.date-picker-wrapper table .caption .next.calendar-arrow-disabled svg path,
.date-picker-wrapper table .caption .prev.calendar-arrow-disabled svg path {
  fill: #d2d2d2;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .date-picker-wrapper table .caption .next {
    margin-right: 40px;
  }
}
.date-picker-wrapper table .caption.mobile-caption {
  height: 64px;
}
.date-picker-wrapper table .caption.mobile-caption .month-name {
  text-align: left;
  padding-left: 16px;
}
.date-picker-wrapper table .caption.mobile-caption .month-name .month-element {
  color: rgb(48, 48, 48);
}
.date-picker-wrapper .gap {
  position: relative;
  z-index: 1;
  float: left;
  top: -5px;
  visibility: hidden;
  height: 0;
}
.date-picker-wrapper .gap .gap-lines {
  height: 100%;
  overflow: hidden;
}
.date-picker-wrapper .gap .gap-line {
  height: 15px;
  position: relative;
}
.date-picker-wrapper .gap .gap-line .gap-1 {
  z-index: 1;
  height: 0;
  border-left: 8px solid white;
  border-top: 8px solid #eee;
  border-bottom: 8px solid #eee;
}
.date-picker-wrapper .gap .gap-line .gap-2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid white;
}
.date-picker-wrapper .gap .gap-line .gap-3 {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 2;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid white;
}
.date-picker-wrapper .gap .gap-top-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 1px;
  z-index: 3;
}
.date-picker-wrapper .gap .gap-bottom-mask {
  width: 6px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 7px;
  z-index: 3;
}
.date-picker-wrapper .selected-days {
  display: none;
}
.date-picker-wrapper .drp_top-bar {
  line-height: 1.4;
  position: relative;
  padding: 10px 40px 10px 0;
}
.date-picker-wrapper .drp_top-bar .error-top,
.date-picker-wrapper .drp_top-bar .normal-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar .default-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.error .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.error .error-top {
  display: block;
  color: red;
}
.date-picker-wrapper .drp_top-bar.normal .default-top {
  display: none;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top {
  display: block;
}
.date-picker-wrapper .drp_top-bar.normal .normal-top .selection-top {
  color: #333;
}
.date-picker-wrapper .drp_top-bar .apply-btn {
  position: absolute;
  right: 0;
  top: 6px;
  padding: 3px 5px;
  margin: 0;
  cursor: pointer;
  border: solid 1px #0076a3;
  background: #0095cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
  background: -moz-linear-gradient(top, #00adee, #0078a5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00adee", endColorstr="#0078a5");
  color: white;
  line-height: initial;
}
.date-picker-wrapper .drp_top-bar .apply-btn.disabled {
  cursor: pointer;
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top, #fff, #ededed);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ededed");
}
@media (min-width: 768px) and (max-width: 1199) {
  .date-picker-wrapper .drp_top-bar .apply-btn {
    margin-right: 40px;
  }
}
.date-picker-wrapper .time {
  position: relative;
}
.date-picker-wrapper.single-month .time {
  display: block;
}
.date-picker-wrapper .time input[type=range] {
  vertical-align: middle;
  width: 129px;
  padding: 0;
  margin: 0;
  height: 20px;
}
.date-picker-wrapper .hide {
  display: none;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,
.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,
.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,
  .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,
  .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected,
  .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected,
  .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering {
    background-color: #f4f4f4;
  }
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:before,
.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:before,
.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: #d2d2d2;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected .day-inner,
.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected .day-inner,
.date-picker-wrapper .month-wrapper table .day.hovering.last-hovering .day-inner {
  position: absolute;
  background: #000;
  color: #fff;
}
@media (min-width: 769px) {
  .date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:hover .day-inner,
  .date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:hover .day-inner,
  .date-picker-wrapper .month-wrapper table .day.hovering.last-hovering:hover .day-inner {
    background-color: #f4f4f4;
    color: #1c1c1c;
  }
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.temp-active:before {
  background-color: transparent;
}
.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
  color: #fff;
  position: relative;
}
@media (min-width: 769px) {
  .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering {
    background-color: #f4f4f4;
  }
}
.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #d2d2d2;
}
.date-picker-wrapper .month-wrapper table .day.hovering.first-hovering .day-inner {
  position: absolute;
  background: #000;
  color: #fff;
}
@media (min-width: 769px) {
  .date-picker-wrapper .month-wrapper table .day.hovering.first-hovering:hover .day-inner {
    background-color: #f4f4f4;
    color: #1c1c1c;
  }
}
.date-picker-wrapper .month-wrapper table .day.checked.last-date-selected:before {
  background-color: #d2d2d2;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.last-date-selected:before {
  content: none;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected:before {
  left: auto;
  right: 0;
}
.date-picker-wrapper .month-wrapper table .day.checked.first-date-selected.reverse-selected:before {
  left: 0;
  right: auto;
}
.date-picker-wrapper .first-date-selected .day-inner {
  border-radius: 50% !important;
}
.date-picker-wrapper .last-date-selected .day-inner,
.date-picker-wrapper .last-hovering .day-inner,
.date-picker-wrapper .first-hovering .day-inner {
  border-radius: 50% !important;
}
.date-picker-wrapper .date-range-length-tip {
  position: absolute;
  margin-top: -4px;
  margin-left: -8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: none;
  padding: 4px 6px;
  border-radius: 3px;
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -moz-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -ms-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  -o-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
.date-picker-wrapper .date-range-length-tip:after {
  content: "";
  position: absolute;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
  left: 50%;
  margin-left: -4px;
  bottom: -4px;
}
.date-picker-wrapper.two-months.no-gap .month1 .next,
.date-picker-wrapper.two-months.no-gap .month2 .prev {
  display: none;
}
.date-picker-wrapper .week-number {
  padding: 5px 0;
  line-height: 1;
  margin-bottom: 1px;
  color: #999;
  cursor: pointer;
}
.date-picker-wrapper .week-number.week-number-selected {
  color: #49e;
}

/*time styling*/
.time2 {
  width: 180px;
  padding: 0 5px;
  text-align: center;
}

.minute {
  text-align: right;
}

.mcn-date-picker .top-input {
  display: flex;
  flex-direction: row;
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.mcn-date-picker .top-input .c1,
.mcn-date-picker .top-input .c2 {
  display: flex;
  position: relative;
}
.mcn-date-picker .top-input .c1 > button:first-child,
.mcn-date-picker .top-input .c2 > button:first-child {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(196, 196, 196);
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  background-color: inherit;
  color: inherit;
  padding-left: 0;
}
.mcn-date-picker .top-input .c1 .icon-cancel,
.mcn-date-picker .top-input .c2 .icon-cancel {
  position: absolute;
  top: 26px;
  right: -8px;
  display: none;
}
.mcn-date-picker .top-input .c1 .link-white,
.mcn-date-picker .top-input .c2 .link-white {
  background: 0;
  border: 0;
}
.mcn-date-picker .top-input .c1 .h-r-form-field-txt,
.mcn-date-picker .top-input .c2 .h-r-form-field-txt {
  margin-top: 6px;
}
.mcn-date-picker .top-input .c1.active button:first-child,
.mcn-date-picker .top-input .c2.active button:first-child {
  border-bottom: 3px solid;
}

.reserve-border .date-picker-wrapper .month-wrapper table .day.invalid a,
.reserve-border .date-picker-wrapper .month-wrapper table .day.invalid span {
  color: rgba(255, 255, 255, 0.4);
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.destination_wrapper {
  position: relative;
}
body .destination_wrapper .search_content input {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #6b6b6b;
  padding-right: 1.25rem;
  font-family: inherit !important;
  font-size: inherit !important;
}
.destination_wrapper .search_content .error-msg {
  color: #d0021b;
  position: relative;
  left: 0;
  top: -0.5rem;
}
@media (min-width: 768px) {
  .destination_wrapper .search_content .error-msg {
    top: 100%;
    position: absolute;
  }
}
.destination_wrapper .search_content .dropdown-arrow,
.destination_wrapper .search_content .dropdown-arrow-down {
  position: absolute;
  right: 0;
  top: 2.5rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .destination_wrapper .search_content .dropdown-arrow,
  .destination_wrapper .search_content .dropdown-arrow-down {
    top: 2rem;
  }
}
.destination_wrapper .search_content .dropdown-arrow::before {
  font-size: 30px;
}
.destination_wrapper .search_suggest {
  padding-bottom: 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  top: 5.5rem;
  left: 0.0625rem;
  border: 1px solid;
  z-index: 30;
  max-height: 20rem;
}
.destination_wrapper .search_suggest::-webkit-scrollbar {
  width: 0.8125rem;
}
.destination_wrapper .search_suggest::-webkit-scrollbar-track {
  background: inherit;
  border-left: 1px solid;
}
.destination_wrapper .search_suggest::-webkit-scrollbar-thumb {
  background: var(--t-accent-color);
  border-left: 1px solid;
  height: 5.1875rem;
}
.destination_wrapper .search_suggest::-webkit-scrollbar-button {
  width: 0.3125rem;
  height: 0.3125rem;
}
.destination_wrapper .search_suggest {
  scrollbar-arrow-color: #c4c4c4;
  scrollbar-face-color: #c4c4c4;
  scrollbar-highlight-color: #ffffff;
  scrollbar-track-color: #eeeeee;
}
@media (min-width: 768px) {
  .destination_wrapper .search_suggest {
    width: 22.5rem;
    max-width: 22.5rem;
  }
}
.destination_wrapper .search_suggest ul {
  padding-left: 0;
}
.destination_wrapper .search_suggest ul li {
  cursor: pointer;
}
.destination_wrapper .search_suggest ul li .separator {
  width: 96%;
  height: 1px;
  border-bottom: 1px solid;
}
.destination_wrapper .search_suggest ul .active {
  background-color: rgba(100, 100, 100, 0.1);
}
.destination_wrapper .search_suggest ul .activeReserve {
  background-color: rgba(255, 255, 255, 0.1);
}
.destination_wrapper .search_suggest .drop_content {
  padding-left: 0;
}
.destination_wrapper .search_suggest .drop_content .drop_title {
  color: #707070;
  padding: 1.5rem 2.5rem 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  margin-bottom: 0;
}
.destination_wrapper .search_suggest .drop_content .drop_item {
  display: block;
  padding: 0.75rem 2.5rem;
  cursor: pointer;
}
.destination_wrapper .search_suggest .drop_content .drop_item:hover, .destination_wrapper .search_suggest .drop_content .drop_item.hover {
  background-color: #eeeeee;
}
.destination_wrapper .search_suggest .drop_content .drop_item .icon-location::before {
  margin-right: 0.5rem;
}
.destination_wrapper .search_suggest .drop_content .drop_item .secondaryDes {
  color: #707070;
}
.destination_wrapper .search_suggest .clear_recent_search_btn {
  background-color: transparent;
  text-align: left;
  color: #1c1c1c;
  border: none;
  padding: 1.75rem 0 0.5rem;
  margin-left: 2.5rem;
}

.destination_wrapper.active {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  border-radius: 0.875rem 0.875rem 0 0;
  z-index: 30;
}
.destination_wrapper.active::after {
  display: none;
}
.destination_wrapper.active .destination_input {
  border-bottom: 0.1875rem solid #1c1c1c;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.search-form-calendar .cmp-searchfilters__dates-wrapper .label-icon {
  margin-right: 0.25rem;
}
.search-form-calendar .cmp-searchfilters__dates-wrapper .active {
  border-radius: 0;
}
.search-form-calendar .cmp-searchfilters__dates-field-wrapper {
  border-bottom: 1px solid #6b6b6b;
}
.search-form-calendar .cmp-searchfilters__dates-field-wrapper .s-dash {
  width: 0.75rem;
  height: 0.125rem;
  background-color: #1c1c1c;
}
.search-form-calendar .cmp-searchfilters__dates-field-wrapper .dropdown-arrow {
  font-size: 1.875rem;
}
.search-form-calendar .cmp-searchfilters__picker {
  position: relative;
}
.search-form-calendar .cmp-searchfilters__picker .arrow-icon {
  position: absolute;
  top: 0.75rem;
}
.search-form-calendar .cmp-searchfilters__picker .arrow-icon.left-arrow {
  left: 0;
  cursor: pointer;
}
.search-form-calendar .cmp-searchfilters__picker .arrow-icon.right-arrow {
  right: 0;
  cursor: pointer;
}
.search-form-calendar .cmp-searchfilters__picker .arrow-icon.arrow-disabled {
  cursor: default;
  pointer-events: none;
}
.search-form-calendar .cmp-searchfilters__picker .arrow-icon.arrow-disabled path {
  fill: #c4c4c4;
}
.search-form-calendar .cmp-searchfilters__picker input {
  width: 100%;
  text-align: left;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media (min-width: 769px) {
  .search-form-calendar .cmp-searchfilters__picker input {
    padding-top: 0.125rem;
  }
}
@media (max-width: 1140px) and (min-width: 769px) {
  .search-form-calendar .S-left,
  .search-form-calendar .S-middle,
  .search-form-calendar .S-right {
    padding: 1.5rem 2.5rem;
  }
}
@media (max-width: 1023px) and (min-width: 769px) {
  .search-form-calendar .S-left:nth-child(3),
  .search-form-calendar .S-middle:nth-child(3),
  .search-form-calendar .S-right:nth-child(3) {
    flex: 0 1 12rem;
    padding: 0;
    display: inline-block;
  }
  .search-form-calendar .S-left:nth-child(3) .J-search-button,
  .search-form-calendar .S-middle:nth-child(3) .J-search-button,
  .search-form-calendar .S-right:nth-child(3) .J-search-button {
    position: relative;
    top: 1.125rem;
  }
  .search-form-calendar .S-left:nth-child(2),
  .search-form-calendar .S-middle:nth-child(2),
  .search-form-calendar .S-right:nth-child(2) {
    flex: 1 0 16rem;
  }
}
.search-form-calendar .S-left.active {
  box-shadow: rgba(0, 0, 0, 0.1) 0 -0.0625rem 0.3125rem 0.0625rem;
  border-radius: 1.125rem 1.125rem 0 0;
  background-color: #ffffff;
}
.search-form-calendar .S-left.active .J-searchInput {
  border-bottom: 0.1875rem solid #1c1c1c;
}
.search-form-calendar .S-left.active .s-blank {
  display: block;
}
.search-form-calendar .S-left .s-blank {
  width: 100%;
  height: 0.9375rem;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 4.9375rem;
  z-index: 100;
  display: none;
}

.reserve-border .search-form-calendar .cmp-searchfilters__dates-field-wrapper .s-dash {
  background-color: #ffffff;
}

.sf-pc-calendar label {
  text-transform: uppercase;
}
.sf-pc-calendar .dp-controller .dp-flexible.fieldset-checkbox .ui-checkbox + label .checkbox-text {
  color: #1c1c1c;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.display_show {
  display: block;
}

.display_hide {
  display: none;
}

.dw_active_box fieldset {
  width: 100%;
  position: relative;
}
.dw_active_box fieldset .dropdown_active {
  width: 100%;
  position: absolute;
  top: 0;
  left: -0.0625rem;
  z-index: 20;
}
.dw_active_box fieldset .dw_active_ul {
  display: none;
  width: 100%;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_label {
  text-align: left;
  color: #707070;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_label::before {
  color: #ff8d6b;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_text {
  text-align: left;
  width: 100%;
  background: transparent;
  cursor: pointer;
  color: #707070;
  margin: 0 0 0.9375rem;
}
.dw_active_box fieldset .dw_active_ul .dropdown_li_label {
  cursor: pointer;
  margin-bottom: 0;
}
.dw_active_box fieldset .dw_active_input_contain {
  width: 100%;
  padding: 1.5rem 2.5rem;
  position: relative;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label {
  text-align: left;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label::before {
  color: #ff8d6b;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input {
  text-align: left;
  width: 100%;
  background: transparent;
  cursor: pointer;
  line-height: 1.2;
}
.dw_active_box fieldset .dw_active_input_contain .placeholder_style {
  color: #707070;
}

.dropdown {
  overflow: hidden;
}
.dropdown .border {
  border-bottom: 0.0625rem solid;
}
.dropdown .dropdown_li {
  display: block;
  padding: 1.5rem 2.125rem 1.4375rem 0;
  cursor: pointer;
  text-align: left;
}
.dropdown .dropdown_li:hover {
  color: #ff8d6b;
}
.dropdown .isReserve input[type=radio]:checked ~ label:before {
  background-color: inherit;
}
.dropdown .isReserve input[type=radio] + label:before {
  background: inherit;
}
.dropdown .isReserve input[type=radio]:checked ~ label:after {
  background-color: #ffffff;
}
.dropdown .isReserve input[type=radio] + label:after {
  background: inherit;
}

@media (max-width: 576px) {
  .dropdown_special .dw_special_ul {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: auto;
    right: 0;
    min-width: 97vw;
    margin-left: -2rem;
  }
}
.part_line {
  width: 0.75rem;
  height: 0.125rem;
  background-color: #1c1c1c;
  margin: 0 0.25rem;
}

.special_text_button {
  display: none;
}

.special_rate-dropdown {
  position: relative;
}

.special_rate_title {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.special_rate_title-cancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 2.5rem;
}
.special_rate_title_breaker {
  width: 100%;
  height: 0.0625rem;
  border-bottom: 1px solid;
}

.special_rate_text_icon-mobile {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.special_icon_button {
  max-width: 33.33%;
  padding: 1.5rem 2.5rem;
  display: block;
}
.special_icon_button .spec_icon_label::before {
  margin-right: 0.5rem;
}
.special_icon_button .special_rate_text {
  width: fit-content;
  display: flex;
  align-items: center;
}

.cn-site-search-form-waterfall .special_text_button {
  width: 100%;
  display: inline-block;
}
.cn-site-search-form-waterfall .special_text_button .icon-arrow-right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
.cn-site-search-form-waterfall .special_text_button .icon-arrow-right::before {
  font-size: 30px;
}
.cn-site-search-form-waterfall .special_icon_button {
  display: none;
}
.cn-site-search-form-waterfall .position {
  top: 0;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .position {
    top: 1.75rem;
    width: 17.8125rem;
  }
}
.cn-site-search-form-waterfall .dw_special_ul {
  position: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .dw_special_ul {
    width: 17.8125rem;
    position: absolute;
  }
}
.cn-site-search-form-waterfall .dw_brands_input_label {
  display: none !important;
}
.cn-site-search-form-waterfall .dw_brands_title_padding {
  padding: 0;
  margin: 0.875rem auto auto;
}
.cn-site-search-form-waterfall .dropdown_brands fieldset {
  width: 10.5rem;
}
.cn-site-search-form-waterfall .dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
  display: inline-block;
}

.dw_special_ul {
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 20;
  border: 1px solid;
  text-align: left;
}
@media (min-width: 768px) {
  .dw_special_ul {
    width: 100%;
    min-width: 17.8125rem;
  }
}
.dw_special_ul .dropdown_spec_li {
  position: relative;
  text-align: left;
}
.dw_special_ul .dropdown_spec_li .dropdown_li_label {
  cursor: pointer;
  margin-bottom: 0;
}
.dw_special_ul .crop_code_container span {
  position: absolute;
  bottom: 1.5rem;
  left: 3.5rem;
}
.dw_special_ul .crop_code_container .cta_link {
  color: #000000;
  background: none;
  position: absolute;
  right: 1.125rem;
  bottom: 2.5rem;
}
.dw_special_ul .completed span {
  bottom: 7.5rem;
}
.dw_special_ul .completed .cta_link {
  bottom: 7.75rem;
}
.dw_special_ul .special_rate_value {
  position: relative;
  margin-bottom: 0.9375rem;
  margin-top: 1rem;
}
.dw_special_ul .special_rate_value .add-promo-code-label {
  color: #1c1c1c;
}
.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code {
  padding-bottom: 0.375rem;
  border-bottom: 0.125rem solid #c4c4c4;
}
.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code:focus {
  border-bottom: 0.125rem solid #1c1c1c;
}
.dw_special_ul .special_rate_value .special_rate_done {
  position: absolute;
  right: 0;
  bottom: 0.375rem;
  border: 0.125rem solid;
  padding: 0;
  border-radius: 0.875rem;
  width: 3.5rem;
  text-align: center;
  cursor: pointer;
}
.dw_special_ul .special_rate_value .promo_code_close_btn {
  position: absolute;
  bottom: 0.375rem;
  right: 0.0625rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .dropdown_brands {
    width: 100%;
  }
  .dropdown_brands .dw_brands_ul {
    width: 35.625rem;
    z-index: 10;
    margin-left: -0.0625rem;
  }
}
.dw_brands_title_padding {
  padding: 1.5rem 1rem 1.5rem 2.5rem;
}

.dropdown_brands fieldset {
  width: 12.625rem;
  position: relative;
}
.dropdown_brands fieldset .dw_brands_input_contain {
  text-align: left;
}
.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input_label {
  letter-spacing: 0.08125rem;
  text-transform: uppercase;
}
.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input {
  width: 100%;
  cursor: pointer;
}
.dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
  display: none;
}

.dw_brands_ul {
  display: none;
  width: 100%;
  min-width: 31.25rem;
  border-radius: 0.875rem;
  padding: 4.2% 0 4.2% 4.2%;
  text-align: left;
  position: absolute;
  top: 0;
}
.dw_brands_ul .dw_brands_checked_content {
  border-bottom: 0.0625rem solid #eeeeee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.dw_brands_ul .brands_content_type_box {
  margin-bottom: 0.5rem;
}
.dw_brands_ul .brands_content_type_box .brands_title {
  display: flex;
  justify-content: space-between;
  padding-right: 2%;
}
.dw_brands_ul .brands_content_type_box .brands_title .brands_type_choose_all {
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_title .br_choose_text {
  margin-right: -0.1875rem;
}
.dw_brands_ul .brands_content_type_box .brand_li_icon {
  height: 4rem;
  width: 22%;
  min-width: 4.4375rem;
  padding: 0;
  margin-right: 2.75%;
  margin-bottom: 0.5rem;
}
.dw_brands_ul .brands_content_type_box .brands_container_all {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .dw_brands_ul .brands_content_type_box .brands_container_all .brand_li_icon {
    width: 23.3%;
    height: 4rem;
    margin-right: 0.5rem;
  }
  .dw_brands_ul .brands_content_type_box .brands_container_all .brand_box {
    height: 5rem;
  }
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container {
  width: 100%;
  height: 4rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_container_all input[type=checkbox]:checked + .brand_box {
  border: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box {
  width: 100%;
  height: 4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 4.6875rem;
  color: #1c1c1c;
  border: 0.0625rem solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box:hover {
  border: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_button_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.0625rem solid #c4c4c4;
  padding-top: 1rem;
}
.dw_brands_ul .brands_button_box .brand_clear_all {
  margin: 0.75rem 1rem;
  padding: 0;
  width: fit-content;
  color: #1c1c1c;
  line-height: 1rem;
  cursor: pointer;
  background-color: #ffffff;
}
.dw_brands_ul .brands_button_box .brand_clear_all:hover {
  color: #1c1c1c;
  border-bottom: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_button_box .brand_apply {
  line-height: 2rem;
  min-width: 8rem;
  height: 2rem;
  border: 0.0625rem solid transparent;
  border-radius: 1.625rem;
  background: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  cursor: pointer;
  border-color: #1c1c1c;
  color: #1c1c1c;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.room_guests_wrapper,
.room_guests_modal {
  box-sizing: border-box;
}
.room_guests_wrapper input:disabled,
.room_guests_modal input:disabled {
  opacity: 1;
}
.room_guests_wrapper .rooms_guests_title,
.room_guests_modal .rooms_guests_title {
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.room_guests_wrapper .rooms_guests_title .rooms_guests_breaker,
.room_guests_modal .rooms_guests_title .rooms_guests_breaker {
  width: 100%;
  height: 0.0625rem;
  border-bottom: 1px solid;
}
.room_guests_wrapper .rooms_guests_label-heading,
.room_guests_modal .rooms_guests_label-heading {
  position: relative;
}
.room_guests_wrapper .rooms_guests_label-text,
.room_guests_modal .rooms_guests_label-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.room_guests_wrapper .rooms_guests_label-cancel,
.room_guests_modal .rooms_guests_label-cancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 1rem;
}
.room_guests_wrapper .rooms_guests_breaker,
.room_guests_modal .rooms_guests_breaker {
  width: 100%;
  height: 0.0625rem;
  background-color: var(--t-horizontal-vertical-rule);
}
.room_guests_wrapper .rooms_guests_panel,
.room_guests_modal .rooms_guests_panel {
  border: 0.0625rem solid;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content {
  width: 100%;
  max-height: calc(100vh - 10rem);
  overflow-y: auto;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar {
  width: 0.3125rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-track,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-track {
  border-radius: 0.1875rem;
  background: #eeeeee;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-thumb,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-thumb {
  border-radius: 0.1875rem;
  background: #c4c4c4;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-button,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content::-webkit-scrollbar-button {
  width: 0.3125rem;
  height: 0.3125rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content {
  scrollbar-arrow-color: #c4c4c4;
  scrollbar-face-color: #c4c4c4;
  scrollbar-highlight-color: #ffffff;
  scrollbar-track-color: #eeeeee;
}
@media (min-width: 768px) {
  .room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content,
  .room_guests_modal .rooms_guests_panel .rooms_guests_panel_content {
    max-height: 23rem;
    overflow-x: hidden;
  }
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container {
  margin-right: 0.875rem;
  flex: 1 0 5rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container .label_message,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .label_container .label_message {
  padding: 0.125rem 0 0;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container {
  flex: 0 0 7.5rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper {
  min-width: 5rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn:focus,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn:focus {
  box-shadow: none;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn .icon::before,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .btn .icon::before {
  position: relative;
  top: -0.3125rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .disabled,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .disabled {
  border: 0.0625rem solid #c4c4c4;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .num,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .room_guests_item .stepper_container .stepper .num {
  height: 1.5rem;
  text-align: center;
  white-space: nowrap;
  padding: 0 0.25rem;
  width: 4.375rem;
  border-bottom: none;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .border,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .border {
  border-bottom: 0.0625rem solid;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages {
  margin-top: 1rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container {
  width: 100%;
  padding: 0.375rem 0;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .child_info,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .child_info {
  display: flex;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container {
  width: 100%;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper_input,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper_input {
  margin-top: 1.375rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn {
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  border: 0.0625rem solid;
  border-radius: 50%;
  cursor: pointer;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 0;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn:focus,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn:focus {
  box-shadow: none;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn .icon,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .btn .icon {
  top: 0.125rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .disabled,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .disabled {
  border: 0.0625rem solid #c4c4c4;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .plus,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_container .stepper_container .stepper .plus {
  margin-left: 1.5rem;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .border,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .border {
  border-bottom: 0.0625rem solid;
}
.room_guests_wrapper .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_template,
.room_guests_modal .rooms_guests_panel .rooms_guests_panel_content .children .children_ages .age_template {
  display: none;
}
.room_guests_wrapper .rooms_guests_panel_footer,
.room_guests_modal .rooms_guests_panel_footer {
  padding: 0 2.5rem 2rem;
}
.room_guests_wrapper .rooms_guests_panel_footer .reset_button,
.room_guests_modal .rooms_guests_panel_footer .reset_button {
  margin: 1.5rem 0 0.1875rem;
  cursor: pointer;
}

.room_guests_wrapper.active {
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 30;
  margin-left: -0.0625rem;
}
.room_guests_wrapper.active .rooms_guests_title {
  display: block;
}
.room_guests_wrapper.active .rooms_guests_panel {
  position: fixed;
  width: 100%;
  border: 1px solid;
  margin-left: -32px;
  min-width: 97vw;
}
@media (min-width: 768px) {
  .room_guests_wrapper.active .rooms_guests_panel {
    position: absolute;
    min-width: 23.1875rem;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .room_guests_wrapper.active .rooms_guests_panel {
    min-width: 23.75rem;
  }
}

.rooms_guests_title {
  padding: 0;
}
@media screen and (min-width: 48rem) {
  .rooms_guests_title {
    padding: 1.5rem 2.5rem;
  }
}
.rooms_guests_title .icon-dropdown-down {
  display: none;
}
.rooms_guests_title .icon-arrow-right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 2.75rem;
}
@media (min-width: 1200px) {
  .rooms_guests_title .icon-arrow-right {
    top: 2rem;
  }
}
.rooms_guests_title .dropdown-arrow::before {
  font-size: 30px;
}

.cn-site-search-form-waterfall .room_guests_wrapper .rooms_guests_title .icon-dropdown-down,
.cn-site-search-form-waterfall .room_guests_modal .rooms_guests_title .icon-dropdown-down {
  display: inline-block;
}
.cn-site-search-form-waterfall .rooms_guests_panel {
  width: 25rem;
}
.cn-site-search-form-waterfall .active {
  box-shadow: none;
}
.cn-site-search-form-waterfall .active .rooms_guests_panel {
  top: 0;
  bottom: 0;
  right: 0;
  border: 1px solid;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .active .rooms_guests_panel {
    top: 2.125rem;
    bottom: auto;
    right: auto;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.pc_fieldset_checkbox {
  padding: 3rem 0 1.5rem 2.5rem;
}
.pc_fieldset_checkbox .pc_checkbox_label {
  white-space: nowrap;
}
.pc_fieldset_checkbox input[type=checkbox] + label {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08125rem;
}
.pc_fieldset_checkbox input[type=checkbox] + label:after {
  opacity: 0;
}

.flexibleData input[type=checkbox] + label:after {
  opacity: 0;
}

@media (max-width: 71.25rem) and (min-width: 48rem) {
  .pc_meeting_active .dw_active_box fieldset .dropdown_active {
    min-width: 18.75rem;
    left: auto;
    right: -0.3125rem;
  }
  .pc_meeting_active .room_guests_wrapper.active .rooms_guests_panel {
    right: -0.3125rem;
  }
}
.search-button {
  min-width: 17.125rem;
}
@media (min-width: 768px) {
  .search-button {
    min-width: 10.25rem;
  }
}
@media (min-width: 1200px) {
  .search-button {
    min-width: 16.875rem;
  }
}

@media (max-width: 50rem) and (min-width: 48rem) {
  .dw_brands_ul {
    left: -5rem;
  }
}
body.no-overflow {
  overflow: hidden;
}

.pc_meeting_active {
  background-color: #ffffff;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  display: none;
}
.pc_meeting_active .meeting_content:nth-of-type(1),
.pc_meeting_active .meeting_content:nth-of-type(4),
.pc_meeting_active .meeting_content:nth-of-type(5),
.pc_meeting_active .meeting_content:nth-of-type(7),
.pc_meeting_active .meeting_content:nth-of-type(8) {
  position: relative;
}
.pc_meeting_active .meeting_content:nth-of-type(1)::after,
.pc_meeting_active .meeting_content:nth-of-type(4)::after,
.pc_meeting_active .meeting_content:nth-of-type(5)::after,
.pc_meeting_active .meeting_content:nth-of-type(7)::after,
.pc_meeting_active .meeting_content:nth-of-type(8)::after {
  content: "";
  z-index: 0;
}
.pc_meeting_active .meeting_content:nth-child(4),
.pc_meeting_active .meeting_content:nth-child(7) {
  position: relative;
}
.pc_meeting_active .meeting_content:nth-child(4)::before,
.pc_meeting_active .meeting_content:nth-child(7)::before {
  content: "";
  position: absolute;
  left: 6%;
  height: 0.0625rem;
  top: 0;
  z-index: 1;
}

.cn-site-search-form-waterfall.pc_search_form_expand {
  display: none;
}
@media (min-width: 48.0625rem) {
  .cn-site-search-form-waterfall.pc_search_form_expand {
    display: block;
  }
}
.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form {
  position: relative;
}
.cn-site-search-form-waterfall.pc_search_form_expand .meeting_active_search_form .meeting_content:nth-of-type(2).col-md-4 {
  position: unset;
}
.cn-site-search-form-waterfall.pc_search_form_expand .search_details {
  position: relative;
  z-index: 3;
}
@media (max-width: 71.25rem) and (min-width: 48rem) {
  .cn-site-search-form-waterfall.pc_search_form_expand .search_details .item_width:nth-of-type(2) .search-form-calendar .S-middle:nth-child(1) {
    padding: 1.5rem 0.5rem 1.5rem 1rem;
  }
}
.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:nth-of-type(1) {
  position: relative;
}
.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:nth-of-type(1)::after {
  content: "";
  z-index: 0;
}
.cn-site-search-form-waterfall.pc_search_form_expand .search_details .meeting_content:nth-of-type(1) .destination_wrapper {
  background-color: transparent;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
  width: 100%;
  position: relative;
  margin-top: -4rem;
  display: none;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
    margin-top: 0;
  }
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content:nth-of-type(1)::after {
  content: "";
  width: 0.0625rem;
  border-right: none;
  position: absolute;
  right: 0;
  height: 2.8125rem;
  top: 1.5rem;
  z-index: 0;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .item_width {
  width: auto;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .pc_fieldset_checkbox {
  padding: 1rem 0 0;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.875rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  position: absolute;
  top: 4.5rem;
  padding-top: 2rem;
  display: none;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content:nth-of-type(1) {
  position: relative;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content:nth-of-type(1)::after {
  content: "";
  width: 0.0625rem;
  border-right: none;
  position: absolute;
  right: 0;
  height: 2.8125rem;
  top: 1.5rem;
  z-index: 0;
}
.cn-site-search-form-waterfall.pc_search_form_expand .expand_content .meeting_content .expand_content .meeting_content .pc_fieldset_checkbox {
  padding: 1rem 0 0;
}

.move_up .mcn-sticky .cn-site-search-form-waterfall {
  margin-top: 0;
}

.move_up.mobile-mcn-sticky .cn-site-search-form-waterfall {
  margin-top: 0;
}

.move_up .cn-site-search-form-waterfall {
  margin-top: -4.25rem;
  position: relative;
}

@media (min-width: 48.0625rem) {
  .move_up .cn-site-search-form-waterfall {
    margin-top: 3.0625rem;
  }
}
.move_up {
  margin-top: 0;
  position: relative;
}

@media (min-width: 48.0625rem) {
  .move_up {
    margin-top: -8rem;
  }
}
@media (min-width: 64rem) and (max-width: 64rem) {
  .move-up-ipad-pro {
    margin-top: -6rem;
  }
}
.mb_meeting_active {
  display: none;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  overflow-y: scroll;
}
.mb_meeting_active .mb_go_back {
  display: none;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.mb_meeting_active .mb_go_back::before {
  color: #ffffff;
}
.mb_meeting_active .meeting_content .mobile_destination_wrapper {
  border-right: none;
  border-bottom: 0.125rem solid #c4c4c4;
  padding-bottom: 0.75rem;
}
.mb_meeting_active .meeting_content .mobile_destination_wrapper .color_light {
  font-size: 1.25rem;
  font-weight: 700;
}
.mb_meeting_active .meeting_content .mobile_destination_wrapper .color_black {
  color: #1c1c1c;
}
.mb_meeting_active .meeting_content .cmp-searchfilters__field-label {
  display: none;
}
.mb_meeting_active .meeting_content .sf-mobile-calendar__click-panel .cmp-searchfilters__field-input {
  display: none;
}
.mb_meeting_active .meeting_content .sf-mobile-calendar .calendar-record {
  margin-top: 1.5rem;
}
.mb_meeting_active .meeting_content .sf-mobile-calendar .ls-field-wrapper .ls-field-label {
  color: #707070;
}
.mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .ls-field-input {
  color: #1c1c1c;
  font-weight: 700;
}
.mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .place-holder-color {
  color: #707070;
}
.mb_meeting_active .meeting_content .input_mob {
  padding: 0;
}
.mb_meeting_active .meeting_content .input_wrapper {
  padding: 0;
  padding-top: 0.75rem;
  border-radius: 0;
}
.mb_meeting_active .meeting_content .input_wrapper:first-child {
  padding-top: 1.5rem;
}
.mb_meeting_active .meeting_content .mobile_rooms_wrapper {
  margin-top: 1.5rem;
  border-bottom: 0.125rem solid #c4c4c4;
}
.mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_label .t-accent-color {
  display: inline-block;
}
.mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_content {
  color: #1c1c1c;
  font-weight: 700;
}
.mb_meeting_active .meeting_content .mobile_rooms_wrapper .room_arrow::before {
  font-size: 1.5rem;
}
.mb_meeting_active .meeting_content .rooms_guests_title {
  padding: 0;
  position: relative;
}
.mb_meeting_active .meeting_content .icon-arrow-right {
  display: inline-block;
}
.mb_meeting_active .meeting_content .mb_checkbox_box {
  margin-top: 1.5rem;
}
.mb_meeting_active .mb_checkbox_box {
  margin-top: 1.5rem;
}

@media (min-width: 48rem) and (max-width: 48rem) {
  .mb_meeting_active {
    padding: 0 1.5rem;
  }
}
.search_near_hotle_text {
  display: none;
}

.mcn-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 5;
  max-width: 100%;
  padding: 0;
}
.mcn-sticky .cd-cl {
  margin-bottom: 0;
}
.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .search_details,
.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .expand_content {
  box-shadow: none;
  position: relative;
}
.mcn-sticky .cn-site-search-form-waterfall.pc_search_form_expand .search_details::before {
  content: "";
  width: 200%;
  height: 0.3125rem;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(75, 74, 74, 0.1);
  position: absolute;
  bottom: 0;
  left: -25rem;
}
.mcn-sticky .mcn-cmp-hotel-search-filters {
  float: none !important;
  box-shadow: 0 0.25rem 0.25rem 0 rgba(75, 74, 74, 0.1);
  width: 100%;
}
.mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container {
  box-shadow: 0 0.25rem 0.25rem 0 rgba(75, 74, 74, 0.1);
  width: 100%;
}
.mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
  box-shadow: none;
  border-radius: inherit;
  width: 71.25rem;
}
@media screen and (min-width: 48rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .search_primary_container .cmp-hotelssearchfilters__form {
    max-width: 71.25rem;
  }
}
.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
  border-radius: inherit;
  margin: 0 auto;
  margin-top: -0.875rem;
  background-color: transparent;
  box-shadow: none;
}
@media (min-width: 48rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
    max-width: 45rem;
  }
}
@media (min-width: 62rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
    max-width: 60rem;
  }
}
@media (min-width: 75rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel {
    max-width: 71.25rem;
  }
}
.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left {
  left: 1.1875rem;
  padding-left: 0;
}
@media (min-width: 75rem) {
  .mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left {
    padding-left: 1.25rem;
  }
}
.mcn-sticky .mcn-cmp-hotel-search-filters .cmp-hotelssearchfilters__control-wrapper.J-rooms-panel .control-left .rooms-guests-panel {
  left: -1.625rem;
}
.mcn-sticky .make-scroll {
  height: 31.25rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mcn-sticky .make-scroll::-webkit-scrollbar {
  display: none;
}

.mobile-mcn-sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 149;
  max-width: 100%;
  padding: 0;
}
.mobile-mcn-sticky .container-lg {
  padding-left: 0;
  padding-right: 0;
}
.mobile-mcn-sticky .mb_meeting_active {
  padding: 0;
  background-color: transparent;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage {
  border-radius: 0;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper {
  display: flex;
  padding-left: 1.375rem;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper .t-label-xs .t-accent-color {
  position: relative;
  top: 0.125rem;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .mobile_destination_wrapper .t-label-xs p {
  display: none;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper {
  display: flex;
  margin-left: 0.75rem;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper .t-label-xs .t-accent-color {
  position: relative;
  top: 0.125rem;
}
.mobile-mcn-sticky .mb_meeting_active .search_homepage .meeting_content .cmp-hotelssearchfilters__dates-wrapper .t-label-xs p {
  display: none;
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters {
  box-shadow: 0 0.125rem 1.25rem 0 rgba(0, 0, 0, 0.07);
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel {
  border: none;
  box-shadow: none;
  position: relative;
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper,
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper {
  display: flex;
  top: 0.125rem;
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .cmp-searchfilters__field-input,
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .cmp-searchfilters__field-input {
  margin-left: 0.5rem;
  position: relative;
  top: 0.1875rem;
  display: inline-block;
  padding-right: 0.5rem;
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .t-label-xs,
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .t-label-xs {
  display: inline-block;
  position: relative;
  top: -0.25rem;
}
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-searchfilters__destination-wrapper .t-label-xs span,
.mobile-mcn-sticky .mcn-cmp-hotel-search-filters .cmp-searchfilters__click-panel .cmp-hotelssearchfilters__dates-wrapper .t-label-xs span {
  display: none;
}
.mobile-mcn-sticky .hotel-near-me-div {
  display: none;
}

.staticsearchform .container-lg {
  padding-left: 0;
  padding-right: 0;
}

.cn-site-search-form-waterfall.mb_meeting_active {
  background-color: transparent;
}

.cn-site-search-form-waterfall .meeting_content .pc_fieldset_checkbox {
  padding: 1rem 0 0;
}
.cn-site-search-form-waterfall .meeting_content .rooms_guests_title {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .meeting_content .rooms_guests_title {
    width: max-content;
  }
}
.cn-site-search-form-waterfall .des-cal {
  width: 50%;
}
.cn-site-search-form-waterfall .des-cal fieldset {
  width: 100%;
}
.cn-site-search-form-waterfall .des-cal:nth-child(2) {
  padding-left: 1.875rem;
}
.cn-site-search-form-waterfall .hotel-near-me-div {
  margin-top: 2.5rem;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.23;
  text-align: center;
}
.cn-site-search-form-waterfall .search_near_hotle_text {
  display: block;
}
.cn-site-search-form-waterfall .search_homepage {
  display: flex;
  padding: 1.5rem;
  border: 0.0625rem solid #eeeeee;
  border-radius: 0.375rem;
  box-shadow: 0 0.25rem 1.25rem 0 rgba(0, 0, 0, 0.07);
  background: #ffffff;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-decoration: none;
}
.cn-site-search-form-waterfall .search_homepage .meeting_content .mobile_search_wrapper {
  flex: 0 0 50%;
  border-bottom: none;
  border-right: 0.0625rem dashed #c4c4c4;
}
.cn-site-search-form-waterfall .mb_meeting_active {
  padding: 0 0 6.25rem;
  display: none;
}
.cn-site-search-form-waterfall .mb_meeting_active .mb_go_back {
  margin-bottom: 0;
  border: none;
  background-color: #1c1c1c;
  display: block;
}
.cn-site-search-form-waterfall .mb_meeting_active .mb_go_back .icon-back-arrow-cropped::before {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .search_mob_body {
  background-color: #1c1c1c;
}
.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper {
  border-bottom-color: #707070;
}
.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper .color_light,
.cn-site-search-form-waterfall .mb_meeting_active .mobile_destination_wrapper .mobile_destination_label span {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .dates-field-input-wrapper .dateLine {
  background-color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .calendar-record {
  border-bottom-color: #707070;
}
.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label .J-nights-number,
.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label span,
.cn-site-search-form-waterfall .mb_meeting_active .sf-mobile-calendar .ls-field-wrapper .ls-field-label .J-nights-number-night {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .sf-mobile-calendar .dates-field-input-wrapper .ls-field-input {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title {
  border-bottom-color: #707070;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .icon-dropdown-down::before {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .rooms_guests_label {
  display: block;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .rooms_guests_title .rooms_guests_label .t-accent-color {
  display: none;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .icon-arrow-down {
  display: none;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .room_guests_wrapper .rooms_guests_title .display-text,
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .room_guests_modal .rooms_guests_title .display-text {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper {
  border-bottom-color: #707070;
  margin-top: 1.5rem;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_content {
  color: #ffffff;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .room_arrow::before {
  color: #ffffff;
  font-size: 1.5rem;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .mobile_rooms_wrapper .rooms_guests_label .t-accent-color {
  display: none;
}
.cn-site-search-form-waterfall .mb_meeting_active .meeting_content .input_mob {
  border-bottom-color: #707070;
}

.mcn-cmp-hotel-search-filters .js_pc .cmp-hotelssearchfilters__form {
  position: relative;
  padding: 0;
  z-index: 10;
}

.errorMessage {
  border: 0.0625rem solid #ffffff;
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.8125rem 0.9375rem;
  display: none;
  width: 85%;
  position: absolute;
  z-index: 2;
  top: -4.875rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.errorMessage .icon-alert::before {
  color: #b94600;
}
.errorMessage .errorContent {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.43;
  letter-spacing: normal;
}

.staticsearchform input[type=radio]:focus + label:before, .staticsearchform input[type=radio]:focus-visible + label:before,
.staticsearchform input[type=checkbox]:focus + label:before,
.staticsearchform input[type=checkbox]:focus-visible + label:before {
  outline: none;
}

.reserve-border .t-rc-alt-color {
  color: rgba(255, 255, 255, 0.4);
}
.reserve-border .expand_content {
  z-index: 3;
}
@media (min-width: 768px) {
  .reserve-border .expand_content {
    z-index: 1;
  }
}
.reserve-border .search_form_button {
  z-index: 2;
}
@media (min-width: 768px) {
  .reserve-border .search_form_button {
    z-index: 1;
  }
}

@media (min-width: 1200px) {
  .search-container__hero-integrated .search_primary_container {
    margin-top: -11.9rem;
  }
  .search-container__hero-integrated .search_primary_container .meeting_content:nth-of-type(1) {
    padding-left: 2.4rem !important;
  }
  .search-container__hero-integrated .search_primary_container .search-button {
    min-width: 14.375rem;
  }
  .search-container__hero-integrated .search_primary_container .date-picker-wrapper {
    left: 2.25rem !important;
  }
}
/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.display_show {
  display: block;
}

.display_hide {
  display: none;
}

.dw_active_box fieldset {
  width: 100%;
  position: relative;
}
.dw_active_box fieldset .dropdown_active {
  width: 100%;
  position: absolute;
  top: 0;
  left: -0.0625rem;
  z-index: 20;
}
.dw_active_box fieldset .dw_active_ul {
  display: none;
  width: 100%;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_label {
  text-align: left;
  color: #707070;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_label::before {
  color: #ff8d6b;
}
.dw_active_box fieldset .dw_active_ul .dw_active_ul_text {
  text-align: left;
  width: 100%;
  background: transparent;
  cursor: pointer;
  color: #707070;
  margin: 0 0 0.9375rem;
}
.dw_active_box fieldset .dw_active_ul .dropdown_li_label {
  cursor: pointer;
  margin-bottom: 0;
}
.dw_active_box fieldset .dw_active_input_contain {
  width: 100%;
  padding: 1.5rem 2.5rem;
  position: relative;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label {
  text-align: left;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input_label::before {
  color: #ff8d6b;
}
.dw_active_box fieldset .dw_active_input_contain .dw_active_input {
  text-align: left;
  width: 100%;
  background: transparent;
  cursor: pointer;
  line-height: 1.2;
}
.dw_active_box fieldset .dw_active_input_contain .placeholder_style {
  color: #707070;
}

.dropdown {
  overflow: hidden;
}
.dropdown .border {
  border-bottom: 0.0625rem solid;
}
.dropdown .dropdown_li {
  display: block;
  padding: 1.5rem 2.125rem 1.4375rem 0;
  cursor: pointer;
  text-align: left;
}
.dropdown .dropdown_li:hover {
  color: #ff8d6b;
}
.dropdown .isReserve input[type=radio]:checked ~ label:before {
  background-color: inherit;
}
.dropdown .isReserve input[type=radio] + label:before {
  background: inherit;
}
.dropdown .isReserve input[type=radio]:checked ~ label:after {
  background-color: #ffffff;
}
.dropdown .isReserve input[type=radio] + label:after {
  background: inherit;
}

@media (max-width: 576px) {
  .dropdown_special .dw_special_ul {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: auto;
    right: 0;
    min-width: 97vw;
    margin-left: -2rem;
  }
}
.part_line {
  width: 0.75rem;
  height: 0.125rem;
  background-color: #1c1c1c;
  margin: 0 0.25rem;
}

.special_text_button {
  display: none;
}

.special_rate-dropdown {
  position: relative;
}

.special_rate_title {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.special_rate_title-cancel {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 2.5rem;
}
.special_rate_title_breaker {
  width: 100%;
  height: 0.0625rem;
  border-bottom: 1px solid;
}

.special_rate_text_icon-mobile {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.special_icon_button {
  max-width: 33.33%;
  padding: 1.5rem 2.5rem;
  display: block;
}
.special_icon_button .spec_icon_label::before {
  margin-right: 0.5rem;
}
.special_icon_button .special_rate_text {
  width: fit-content;
  display: flex;
  align-items: center;
}

.cn-site-search-form-waterfall .special_text_button {
  width: 100%;
  display: inline-block;
}
.cn-site-search-form-waterfall .special_text_button .icon-arrow-right {
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 0;
}
.cn-site-search-form-waterfall .special_text_button .icon-arrow-right::before {
  font-size: 30px;
}
.cn-site-search-form-waterfall .special_icon_button {
  display: none;
}
.cn-site-search-form-waterfall .position {
  top: 0;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .position {
    top: 1.75rem;
    width: 17.8125rem;
  }
}
.cn-site-search-form-waterfall .dw_special_ul {
  position: fixed;
  width: 100%;
}
@media (min-width: 768px) {
  .cn-site-search-form-waterfall .dw_special_ul {
    width: 17.8125rem;
    position: absolute;
  }
}
.cn-site-search-form-waterfall .dw_brands_input_label {
  display: none !important;
}
.cn-site-search-form-waterfall .dw_brands_title_padding {
  padding: 0;
  margin: 0.875rem auto auto;
}
.cn-site-search-form-waterfall .dropdown_brands fieldset {
  width: 10.5rem;
}
.cn-site-search-form-waterfall .dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
  display: inline-block;
}

.dw_special_ul {
  position: absolute;
  top: 5.5rem;
  left: 0;
  z-index: 20;
  border: 1px solid;
  text-align: left;
}
@media (min-width: 768px) {
  .dw_special_ul {
    width: 100%;
    min-width: 17.8125rem;
  }
}
.dw_special_ul .dropdown_spec_li {
  position: relative;
  text-align: left;
}
.dw_special_ul .dropdown_spec_li .dropdown_li_label {
  cursor: pointer;
  margin-bottom: 0;
}
.dw_special_ul .crop_code_container span {
  position: absolute;
  bottom: 1.5rem;
  left: 3.5rem;
}
.dw_special_ul .crop_code_container .cta_link {
  color: #000000;
  background: none;
  position: absolute;
  right: 1.125rem;
  bottom: 2.5rem;
}
.dw_special_ul .completed span {
  bottom: 7.5rem;
}
.dw_special_ul .completed .cta_link {
  bottom: 7.75rem;
}
.dw_special_ul .special_rate_value {
  position: relative;
  margin-bottom: 0.9375rem;
  margin-top: 1rem;
}
.dw_special_ul .special_rate_value .add-promo-code-label {
  color: #1c1c1c;
}
.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code {
  padding-bottom: 0.375rem;
  border-bottom: 0.125rem solid #c4c4c4;
}
.dw_special_ul .special_rate_value .cmp_hotelssearchfilters_promo_code:focus {
  border-bottom: 0.125rem solid #1c1c1c;
}
.dw_special_ul .special_rate_value .special_rate_done {
  position: absolute;
  right: 0;
  bottom: 0.375rem;
  border: 0.125rem solid;
  padding: 0;
  border-radius: 0.875rem;
  width: 3.5rem;
  text-align: center;
  cursor: pointer;
}
.dw_special_ul .special_rate_value .promo_code_close_btn {
  position: absolute;
  bottom: 0.375rem;
  right: 0.0625rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .dropdown_brands {
    width: 100%;
  }
  .dropdown_brands .dw_brands_ul {
    width: 35.625rem;
    z-index: 10;
    margin-left: -0.0625rem;
  }
}
.dw_brands_title_padding {
  padding: 1.5rem 1rem 1.5rem 2.5rem;
}

.dropdown_brands fieldset {
  width: 12.625rem;
  position: relative;
}
.dropdown_brands fieldset .dw_brands_input_contain {
  text-align: left;
}
.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input_label {
  letter-spacing: 0.08125rem;
  text-transform: uppercase;
}
.dropdown_brands fieldset .dw_brands_input_contain .dw_brands_input {
  width: 100%;
  cursor: pointer;
}
.dropdown_brands fieldset .dw_brands_input_contain .icon-dropdown-down {
  display: none;
}

.dw_brands_ul {
  display: none;
  width: 100%;
  min-width: 31.25rem;
  border-radius: 0.875rem;
  padding: 4.2% 0 4.2% 4.2%;
  text-align: left;
  position: absolute;
  top: 0;
}
.dw_brands_ul .dw_brands_checked_content {
  border-bottom: 0.0625rem solid #eeeeee;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.dw_brands_ul .brands_content_type_box {
  margin-bottom: 0.5rem;
}
.dw_brands_ul .brands_content_type_box .brands_title {
  display: flex;
  justify-content: space-between;
  padding-right: 2%;
}
.dw_brands_ul .brands_content_type_box .brands_title .brands_type_choose_all {
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_title .br_choose_text {
  margin-right: -0.1875rem;
}
.dw_brands_ul .brands_content_type_box .brand_li_icon {
  height: 4rem;
  width: 22%;
  min-width: 4.4375rem;
  padding: 0;
  margin-right: 2.75%;
  margin-bottom: 0.5rem;
}
.dw_brands_ul .brands_content_type_box .brands_container_all {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .dw_brands_ul .brands_content_type_box .brands_container_all .brand_li_icon {
    width: 23.3%;
    height: 4rem;
    margin-right: 0.5rem;
  }
  .dw_brands_ul .brands_content_type_box .brands_container_all .brand_box {
    height: 5rem;
  }
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container {
  width: 100%;
  height: 4rem;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_container_all input[type=checkbox]:checked + .brand_box {
  border: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box {
  width: 100%;
  height: 4rem;
  text-align: center;
  box-sizing: border-box;
  line-height: 4.6875rem;
  color: #1c1c1c;
  border: 0.0625rem solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dw_brands_ul .brands_content_type_box .brands_container_all .brand_container .brand_box:hover {
  border: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_button_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 0.0625rem solid #c4c4c4;
  padding-top: 1rem;
}
.dw_brands_ul .brands_button_box .brand_clear_all {
  margin: 0.75rem 1rem;
  padding: 0;
  width: fit-content;
  color: #1c1c1c;
  line-height: 1rem;
  cursor: pointer;
  background-color: #ffffff;
}
.dw_brands_ul .brands_button_box .brand_clear_all:hover {
  color: #1c1c1c;
  border-bottom: 0.0625rem solid #1c1c1c;
}
.dw_brands_ul .brands_button_box .brand_apply {
  line-height: 2rem;
  min-width: 8rem;
  height: 2rem;
  border: 0.0625rem solid transparent;
  border-radius: 1.625rem;
  background: transparent;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03125rem;
  cursor: pointer;
  border-color: #1c1c1c;
  color: #1c1c1c;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.nav-container__isMobile {
  position: relative;
}
.nav-container__header {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.published .nav-container__header {
  min-height: 100vh;
}
@media (min-width: 768px) {
  .published .nav-container__header {
    min-height: fit-content;
  }
}
.edit-mode .nav-container__header {
  min-height: 100%;
}
@media (min-width: 768px) {
  .edit-mode .nav-container__header {
    min-height: fit-content;
  }
}
.nav-container__header__navbar {
  list-style-type: none;
  height: calc(50% + 1.5625rem);
  top: calc(50% - 1.5625rem);
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .nav-container__header__navbar {
    height: auto;
    top: 0;
    position: relative;
  }
}
.nav-container__header__logo {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
}
.nav-container__header__logo:hover {
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 768px) {
  .nav-container__header__logo {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .nav-container__header__logo {
    font-size: 16px;
  }
}
.nav-container__header__svglogo {
  width: 12.8125rem;
  height: 0.625rem;
}
@media (min-width: 768px) {
  .nav-container__header__svglogo {
    width: 19.25rem;
    height: 0.9375rem;
  }
}
.nav-container__navbar__link--link {
  font-size: 0.8125rem;
}
.nav-container__navbar__link--button {
  font-size: 0.8125rem;
}
.nav-container__isMobile.color-scheme5 {
  position: absolute;
  z-index: 99;
}
.published .nav-container__isMobile.color-scheme5 {
  min-height: 100vh;
}
.edit-mode .nav-container__isMobile.color-scheme5 {
  min-height: 100%;
}
@media (min-width: 768px) {
  .nav-container__isMobile.color-scheme5 {
    min-height: 5.9375rem;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.reserve-hero-component {
  position: relative;
}
.reserve-hero-component.published {
  height: 100vh;
}
.reserve-hero-component__background {
  position: absolute;
}
.published .reserve-hero-component__background {
  height: 100vh;
}
.edit-mode .reserve-hero-component__background {
  height: 100%;
}
.reserve-hero-component__background__cinemagraph__play, .reserve-hero-component__background__cinemagraph__pause {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  left: 2.875rem;
  bottom: 1.5rem;
}
@media (min-width: 768px) {
  .reserve-hero-component__background__cinemagraph__play, .reserve-hero-component__background__cinemagraph__pause {
    bottom: 2rem;
  }
}
.reserve-hero-component__background__image {
  width: 100%;
  object-fit: cover;
}
.published .reserve-hero-component__background__image {
  height: 100vh;
}
.edit-mode .reserve-hero-component__background__image {
  height: 100%;
}
.reserve-hero-component__background__overlay {
  position: absolute;
  width: inherit;
  top: 0;
  background-color: rgba(6, 24, 42, 0.85);
}
.published .reserve-hero-component__background__overlay {
  height: 100vh;
}
.edit-mode .reserve-hero-component__background__overlay {
  height: 100%;
}
.published .reserve-hero-component__background .video-js {
  height: 100vh;
}
.edit-mode .reserve-hero-component__background .video-js {
  height: 100%;
}
.reserve-hero-component__background .video-js .vjs-tech {
  object-fit: cover;
  pointer-events: none;
}
.reserve-hero-component__background .video-js .vjs-big-play-button,
.reserve-hero-component__background .video-js .vjs-text-track-display,
.reserve-hero-component__background .video-js .vjs-dock-text {
  display: none;
}
.reserve-hero-component__background .video-js .vjs-control-bar {
  display: none;
}
.reserve-hero-component__animation {
  overflow-x: hidden;
}
.reserve-hero-component__animation__player {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reserve-hero-component__animation__player__circle {
  width: auto !important;
}
.published .reserve-hero-component__animation__player__circle {
  height: calc(100vh - 90px) !important;
}
.edit-mode .reserve-hero-component__animation__player__circle {
  height: calc(100% - 90px) !important;
}
@media (min-width: 768px) {
  .published .reserve-hero-component__animation__player__circle {
    height: calc(100vh - 67.5px) !important;
  }
  .edit-mode .reserve-hero-component__animation__player__circle {
    height: calc(100% - 67.5px) !important;
  }
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__circle {
    max-width: 75rem;
    max-height: 43.75rem;
  }
  .published .reserve-hero-component__animation__player__circle {
    height: 100vh !important;
  }
  .edit-mode .reserve-hero-component__animation__player__circle {
    height: 100% !important;
  }
}
.reserve-hero-component__animation__player__text {
  position: absolute;
  transform: translateX(-2.8125rem);
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text {
    transform: translateX(-0.625rem);
  }
}
.reserve-hero-component__animation__player__text__component {
  display: flex;
}
.reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__title {
  opacity: 0;
  animation: reserve-hero-component-title-text-animation 2s 533ms 1 forwards;
  font-size: 2.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__title {
    font-size: 3.375rem;
    line-height: 3.375rem;
  }
}
.reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__body {
  opacity: 0;
  font-size: 0.9375rem;
  animation: reserve-hero-component-body-text-mobile-animation 1s 1066ms 1 forwards;
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component .reserve-hero-component__animation__player__text__component__body {
    animation: reserve-hero-component-body-text-animation 1.5s 1066ms 1 forwards;
  }
}
.reserve-hero-component__animation__player__text__component:nth-child(1) {
  transform: translateX(2rem);
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component:nth-child(1) {
    transform: translateX(1rem);
  }
}
.reserve-hero-component__animation__player__text__component:nth-child(2) {
  transform: translateX(5.5rem);
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component:nth-child(2) {
    transform: translateX(4.25rem);
  }
}
.reserve-hero-component__animation__player__text__component:nth-child(2) .reserve-hero-component__animation__player__text__component__title {
  animation-delay: 1599ms;
}
.reserve-hero-component__animation__player__text__component:nth-child(2) .reserve-hero-component__animation__player__text__component__body {
  animation-delay: 2132ms;
}
.reserve-hero-component__animation__player__text__component:nth-child(3) {
  transform: translateX(12rem);
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component:nth-child(3) {
    transform: translateX(11rem);
  }
}
.reserve-hero-component__animation__player__text__component:nth-child(3) .reserve-hero-component__animation__player__text__component__title {
  animation-delay: 2665ms;
}
.reserve-hero-component__animation__player__text__component:nth-child(3) .reserve-hero-component__animation__player__text__component__body {
  animation-delay: 3198ms;
}
.reserve-hero-component__animation__player__text__component:nth-child(4) {
  transform: translateX(5.5rem);
}
@media (min-width: 1200px) {
  .reserve-hero-component__animation__player__text__component:nth-child(4) {
    transform: translateX(4.25rem);
  }
}
.reserve-hero-component__animation__player__text__component:nth-child(4) .reserve-hero-component__animation__player__text__component__title {
  animation-delay: 3731ms;
}
.reserve-hero-component__animation__player__text__scroll__icon {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 14%;
}
.reserve-hero-component__animation__player__text__scroll__icon__svg {
  width: 3.125rem !important;
}
.reserve-hero-component__animation__player__text__scroll__caption {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 4%;
  opacity: 0;
  text-transform: uppercase;
  animation: reserve-hero-component-scroll-down-text-animation 2s 1 forwards;
}
@keyframes reserve-hero-component-title-text-animation {
  from {
    opacity: 0.8;
    transform: scale(1.1);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes reserve-hero-component-body-text-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    padding-left: 0.5rem;
  }
}
@keyframes reserve-hero-component-body-text-mobile-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    padding-left: 1rem;
  }
}
@keyframes reserve-hero-component-scroll-down-text-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.editorial-highlight-v1__container {
  position: relative;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .editorial-highlight-v1__container {
    margin-bottom: 2rem;
  }
}
.editorial-highlight-v1__container-landscape {
  z-index: 1;
  position: absolute;
  bottom: -2.5rem;
}
@media (min-width: 768px) {
  .editorial-highlight-v1__container-landscape {
    bottom: -1.125rem;
  }
}
@media (min-width: 1200px) {
  .editorial-highlight-v1__container-landscape {
    bottom: 0;
  }
}
.editorial-highlight-v1__container-portrait {
  z-index: 1;
  position: absolute;
  top: -0.75rem;
}
@media (min-width: 768px) {
  .editorial-highlight-v1__container-portrait {
    top: 0;
  }
}
.editorial-highlight-v1__img {
  border-radius: 62.5rem;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.editorial-highlight-v1__landscape-img {
  border: 0.1875rem solid #ffffff;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .editorial-highlight-v1__landscape-img {
    width: 19.6875rem;
  }
}
.editorial-highlight-v1__portrait-img {
  border: 0.1875rem solid #ffffff;
  width: calc(100% + 1rem);
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .editorial-highlight-v1__portrait-img {
    width: 100%;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.editorial-highlight-3up {
  position: relative;
}
.editorial-highlight-3up__container {
  position: relative;
  z-index: 2;
}
.editorial-highlight-3up__container-image {
  position: relative;
  z-index: 2;
  object-fit: cover;
  height: 100%;
  width: calc(100% - 1rem);
  right: -1rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .editorial-highlight-3up__container-image {
    width: calc(100% - 1.625rem);
    right: -1.625rem;
    padding-bottom: 4rem;
  }
}
.editorial-highlight-3up__container-blur {
  overflow: hidden;
  position: relative;
  bottom: calc(100% + 1rem);
  padding-bottom: 2rem;
  height: calc(100% - 3rem);
  width: calc(100% - 1rem);
}
@media (min-width: 1200px) {
  .editorial-highlight-3up__container-blur {
    padding-bottom: 3rem;
    height: calc(100% - 4rem);
    width: calc(100% - 1.625rem);
  }
}
.editorial-highlight-3up__container-blur-image {
  position: absolute;
  background-size: cover;
  left: -1rem;
  right: -1rem;
  top: -1rem;
  bottom: -1rem;
  filter: blur(6.25rem);
  z-index: 1;
}
.editorial-highlight-3up__container-name {
  position: absolute;
  bottom: -1rem;
}
.editorial-highlight-3up__container-portrait {
  position: relative;
}
.editorial-highlight-3up__container-landscape {
  margin-top: 0;
}
@media (min-width: 768px) {
  .editorial-highlight-3up__container-landscape {
    margin-top: 20rem;
  }
}
@media (min-width: 1200px) {
  .editorial-highlight-3up__container-landscape {
    margin-top: 25rem;
  }
}
.editorial-highlight-3up__container-landscape-blur {
  bottom: calc(100% + 1rem);
}
@media (min-width: 1200px) {
  .editorial-highlight-3up__container-landscape-blur {
    bottom: calc(100% + 1.5rem);
  }
}
.editorial-highlight-3up__container-editorial {
  position: relative;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .editorial-highlight-3up__container-editorial {
    position: absolute;
    top: 12.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .editorial-highlight-3up__container-editorial {
    top: 14.6875rem;
  }
}
.editorial-highlight-3up__container-editorial-image {
  width: 100%;
  border-radius: 62.5rem;
  max-width: 100%;
  height: auto;
}
.editorial-highlight-3up__container-background {
  position: absolute;
  top: 0;
  width: 100%;
}

.right-image-breaker {
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .right-image-breaker {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .right-image-breaker {
    margin-bottom: 5.625rem;
  }
}
.right-image-breaker__image {
  position: relative;
  z-index: 2;
  object-fit: cover;
  left: auto;
  max-width: calc(100% + 1rem);
  width: calc(100% + 1rem);
  height: auto;
}
@media (min-width: 576px) {
  .right-image-breaker__image {
    max-width: calc(100% + (100vw - 32.875rem) / 2);
    width: calc(100% + (100vw - 32.875rem) / 2);
  }
}
@media (min-width: 768px) {
  .right-image-breaker__image {
    max-width: calc(100% + (100vw - 44rem) / 2);
    width: calc(100% + (100vw - 44rem) / 2);
  }
}
@media (min-width: 992px) {
  .right-image-breaker__image {
    max-width: calc(100% + (100vw - 59rem) / 2);
    width: calc(100% + (100vw - 59rem) / 2);
  }
}
@media (min-width: 1200px) {
  .right-image-breaker__image {
    max-width: calc(100% + (100vw - 70.25rem) / 2);
    width: calc(100% + (100vw - 70.25rem) / 2);
  }
}
@media screen and (min-width: 82.125rem) {
  .right-image-breaker__image {
    max-width: calc(100% + 5.9375rem);
    width: calc(100% + 5.9375rem);
    left: 0;
  }
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.brand-footer__top-separator {
  width: 100%;
  height: 0.0625rem;
  border: 1px solid;
}
.brand-footer__list {
  list-style-type: none;
}
.brand-footer__list__info {
  position: relative;
  list-style-type: none;
}
.brand-footer__list__info--separator {
  position: absolute;
  width: 0.0625rem;
  height: 100%;
  top: 0;
  border: 1px solid;
}
.brand-footer__list .social-icon::before {
  font-size: 1.1875rem;
}
.brand-footer__menu {
  list-style-type: none;
  position: absolute;
  top: 50px;
  z-index: 1;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.reserve-highlight {
  position: relative;
}
.reserve-highlight-component-container {
  position: relative;
}
.reserve-highlight-component-container-slide {
  overflow: hidden;
}
.published .reserve-highlight-component-container-slide {
  height: 100vh;
}
.edit-mode .reserve-highlight-component-container-slide {
  height: 100%;
}
.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content--img {
  height: 100%;
  margin-top: 0;
}
.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__video {
  width: 100%;
  height: 100%;
  margin-top: 0;
}
.reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__videoThumbnail__image {
  padding-top: 66.66%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .reserve-highlight-component-container-slide.glide__slide--active .reserve-highlight-component-container-slide__content__videoThumbnail__image {
    padding-top: 56.25%;
  }
}
.reserve-highlight-component-container-slide__content {
  position: relative;
  height: 100%;
}
.reserve-highlight-component-container-slide__content--img {
  height: 100%;
  object-fit: cover;
}
.reserve-highlight-component-container-slide__content__video {
  padding-top: 56.25%;
}
.reserve-highlight-component-container-slide__content__video .vjs-tech {
  object-fit: contain;
}
@media (min-width: 768px) {
  .reserve-highlight-component-container-slide__content__video .vjs-tech {
    object-fit: cover;
  }
}
@media (min-width: 768px) {
  .reserve-highlight-component-container-slide__content__video {
    padding-top: 56.25%;
  }
}
.reserve-highlight-component-container-slide__content__video .vjs-poster {
  background-size: cover;
}
.reserve-highlight-component-container-slide__content__video [class*=icon-]::before {
  font-family: "VideoJS";
  color: #ffffff;
}
.reserve-highlight-component-container-slide__content__cinemagraph {
  height: 100%;
  padding-top: 40%;
}
.reserve-highlight-component-container-slide__content__cinemagraph .vjs-control-bar {
  display: none;
}
.reserve-highlight-component-container-slide__content__cinemagraph .vjs-tech {
  pointer-events: none;
  object-fit: cover;
}
.reserve-highlight-component-container-slide__content__play, .reserve-highlight-component-container-slide__content__pause {
  cursor: pointer;
  position: absolute;
  top: 1.25rem;
  left: 1.5rem;
  z-index: 10;
}
@media (min-width: 768px) {
  .reserve-highlight-component-container-slide__content__play, .reserve-highlight-component-container-slide__content__pause {
    top: calc(100% - 4rem);
    left: 3rem;
  }
}
.reserve-highlight-component-container-slide__content__play {
  display: none;
}
.reserve-highlight-component-container-slide__content__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
}
.reserve-highlight-component-container-slide .vjs-big-play-button,
.reserve-highlight-component-container-slide .vjs-text-track-display,
.reserve-highlight-component-container-slide .vjs-dock-text {
  display: none;
}
.reserve-highlight-component-container-count {
  margin-top: 3.0625rem;
  width: 100%;
}
@media (min-width: 768px) {
  .reserve-highlight-component-container-count {
    margin-top: 4.5rem;
  }
}
.reserve-highlight-component-container-controls {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  height: 100%;
}
.reserve-highlight-component-container-controls--circle {
  position: relative;
  width: 34.625rem;
  height: auto;
}
.reserve-highlight-component-container-controls--circle_info {
  width: 75%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 500px) {
  .reserve-highlight-component-container-controls--circle_info {
    width: auto;
  }
}
.reserve-highlight-component-container-controls-desc {
  opacity: 0;
}
@media (max-width: 767px) {
  .reserve-highlight-component-container-controller {
    width: 100%;
    position: absolute;
    bottom: 9.0625rem;
  }
  .reserve-highlight-component-container-controller-previous {
    position: absolute;
    left: 0;
  }
  .reserve-highlight-component-container-controller-next {
    position: absolute;
    right: 0;
  }
}
.reserve-highlight-component-container .glide__heroEle {
  width: 100%;
  height: 7.5rem;
}
.reserve-highlight-component-container .glide__arrow {
  position: relative;
  transform: none;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  width: 2.625rem;
  height: 2.625rem;
  padding: 0;
}
@media (max-width: 767px) {
  .reserve-highlight-component-container .glide__arrow {
    position: absolute;
  }
}
.reserve-highlight-component-container .glide__arrow--left {
  left: 0;
}
@media (max-width: 767px) {
  .reserve-highlight-component-container .glide__arrow--left {
    left: 1.5625rem;
  }
}
.reserve-highlight-component-container .glide__arrow--right {
  right: 0;
}
@media (max-width: 767px) {
  .reserve-highlight-component-container .glide__arrow--right {
    right: 1.5625rem;
  }
}
@media (max-width: 767px) {
  .reserve-highlight-component-container .glide__circle {
    opacity: 0 !important;
  }
}
@keyframes lottieCircleFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lottieCircleFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes showSlideAnimation {
  from {
    padding-top: 100vh;
  }
  to {
    padding-top: 0;
    height: 100vh;
  }
}
@keyframes scrollIn {
  0% {
    top: 100vh;
    z-index: 1;
  }
  99% {
    top: 0;
    z-index: 1;
  }
  100% {
    top: 0;
    z-index: 1;
  }
}
@keyframes scrollOut {
  0% {
    top: 0;
    z-index: 1;
  }
  99% {
    top: -100vh;
    z-index: 1;
  }
  100% {
    top: 0;
    z-index: -1;
  }
}
@keyframes scrollOutReverse {
  0% {
    top: 0;
    z-index: 1;
  }
  99% {
    top: 100vh;
    z-index: 1;
  }
  100% {
    top: 100vh;
    z-index: -1;
  }
}
@keyframes scrollInReverse {
  0% {
    top: -100vh;
    z-index: 1;
  }
  99% {
    top: 0;
    z-index: 1;
  }
  100% {
    top: 0;
    z-index: 1;
  }
}
@keyframes animateText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.reserve-highlight-nav {
  z-index: 5;
  gap: 1rem;
  overflow-x: auto;
  position: absolute;
  bottom: 0.9375rem;
}
.reserve-highlight-nav-link {
  cursor: pointer;
  min-width: fit-content;
  opacity: 0.6;
}
.reserve-highlight-nav-link-active {
  opacity: 1;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.reserve-carousel-subnav-container-navigation-list {
  list-style-type: none;
  overflow: hidden;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.reserve-carousel-subnav-container-navigation-list::-webkit-scrollbar {
  display: none;
}
.reserve-carousel-subnav-container-navigation-list-item {
  height: 100%;
  min-width: fit-content;
  border: none;
}
.reserve-carousel-subnav-container-navigation-list-item-btn {
  background: transparent;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.site-navigation-component {
  cursor: default;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .site-navigation-component {
    z-index: 9;
    position: relative;
  }
}
.site-navigation-component__logo::before {
  font-size: 30px;
  line-height: normal;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .site-navigation-component__logo::before {
    font-size: 41px;
  }
}
@media (min-width: 1200px) {
  .site-navigation-component__header {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .site-navigation-component__header--separator {
    height: 0.0625rem;
    opacity: 30%;
    position: absolute;
    bottom: 0;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    max-width: calc(100% + 100vw - 71.25rem);
    width: calc(100% + 100vw - 71.25rem);
    left: calc((100vw - 71.25rem) / 2 * -1);
  }
}
.site-navigation-component__header__cta {
  min-width: 10.625rem;
}
.site-navigation-component__nav {
  background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 1200px) {
  .site-navigation-component__nav {
    background-color: rgba(255, 255, 255, 0.85);
  }
  .site-navigation-component__nav.globalStickyHeader {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
.site-navigation-component__navigation__navbar__container {
  gap: 1.5rem;
  list-style: none;
  height: 100%;
}
.site-navigation-component__navigation__navbar__container__item {
  height: 100%;
  border-bottom: 0.3125rem solid transparent;
}
.site-navigation-component__navigation__navbar__container__item--active, .site-navigation-component__navigation__navbar__container__item:hover {
  border-bottom: 0.3125rem solid #1c1c1c;
}
.site-navigation-component__navigation__navbar__container__item--active .site-navigation-component__navigation__navbar__container__item__content {
  display: block !important;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.site-navigation-component__navigation__navbar__container__item--active .site-navigation-component__navigation__navbar__container__item__transbg {
  display: block !important;
}
.site-navigation-component__navigation__navbar__container__item__link {
  height: 100%;
  cursor: pointer;
}
.site-navigation-component__navigation__navbar__container__item__content {
  position: absolute;
  z-index: 10;
  height: 27.4375rem;
  list-style: none;
  background-color: #ffffff;
}
.site-navigation-component__navigation__navbar__container__item__content__layout {
  width: 22.75rem;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .site-navigation-component__navigation__navbar__container__item__content__layout {
    cursor: default;
  }
}
.site-navigation-component__navigation__navbar__container__item__content__layout--active {
  background-color: rgba(224, 227, 236, 0.55);
  cursor: pointer;
}
@media (min-width: 1200px) {
  .site-navigation-component__navigation__navbar__container__item__content__layout--active {
    cursor: default;
  }
}
.site-navigation-component__navigation__navbar__container__item__content__layout__option__content {
  cursor: default;
  height: 27.4375rem;
}
.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__divider {
  width: 0.0625rem;
  height: 85%;
  opacity: 0.3;
}
.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__layout {
  width: 13.5625rem;
}
.site-navigation-component__navigation__navbar__container__item__content__layout__option__content__description__layout__img {
  height: 7.625rem;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .site-navigation-component__navigation__navbar__container__item__content__layout__option.subNav {
    cursor: default;
  }
}
.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content {
  display: flex !important;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
  top: 0;
}
.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links {
  width: 11.9375rem;
  max-height: 27.4375rem;
  row-gap: 40px;
}
.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container {
  list-style: none;
  gap: 24px;
}
.site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item {
  width: 11.9375rem;
}
@media (min-width: 1200px) {
  .site-navigation-component__navigation__navbar__container__item__content__layout--active .site-navigation-component__navigation__navbar__container__item__content__layout__option__content__links__container__item:hover {
    text-decoration: underline;
  }
}
.site-navigation-component__navigation__navbar__container__item__content__without__subnav {
  width: 22.75rem;
  cursor: pointer;
}
.site-navigation-component__navigation__navbar__container__item__transbg {
  position: absolute;
  z-index: 9;
  height: 27.4375rem;
  background-color: transparent;
}
.site-navigation-component__navigation__cta {
  min-width: 10.625rem;
}
.site-navigation-component__navigation .icon-arrow-right-cropped:before,
.site-navigation-component__navigation .icon-arrow-left-cropped:before {
  zoom: 0.75;
}
.site-navigation-component__mobile__header__menu, .site-navigation-component__mobile__header__globe, .site-navigation-component__mobile__header__user {
  cursor: pointer;
}
.site-navigation-component__mobile__navbar {
  list-style: none;
}
.site-navigation-component__mobile__navbar__item__subnav {
  background-color: rgba(224, 227, 236, 0.55);
  list-style: none;
}
.site-navigation-component__mobile__navbar__item__subnav__element__content {
  position: absolute;
  top: 3rem;
  width: 100%;
  background-color: #ffffff;
}
.site-navigation-component__mobile__navbar__item__subnav__element__content__header {
  background-color: rgba(224, 227, 236, 0.55);
}
.site-navigation-component__mobile__navbar__item__subnav__element__content__layout__container__category {
  list-style: none;
}
.site-navigation-component__mobile__navbar__item__subnav__element__content__description__layout__image {
  width: 100%;
  object-fit: cover;
}
.site-navigation-component__mobile__navbar__item__link__arrow--active::before {
  transform: rotate(90deg);
}
.site-navigation-component__mobile__navbar .icon-arrow-right-cropped:before,
.site-navigation-component__mobile__navbar .icon-arrow-left-cropped:before {
  zoom: 0.75;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
@keyframes texture-animate {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider {
    margin-top: -4.25rem;
  }
}
.homepage-hero-slider--container {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .homepage-hero-slider--container {
    width: 45rem;
  }
}
.homepage-hero-slider--container__glide.glide {
  width: calc(100% + 1rem);
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide {
    width: calc(100% + 1.25rem);
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide {
    width: calc(100% + 2rem);
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide {
    width: calc(100% + 2.25rem);
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
  min-height: 29.5rem;
  opacity: 0;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
    min-height: 32.27875rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
    min-height: 32.27875rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide {
    min-height: 50.59375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content {
  position: relative;
  min-height: inherit;
  right: 0;
  transition: right 2s;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper {
  overflow: visible;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 24.46875rem;
  object-fit: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
    max-height: 25.65375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__background-layer .bg-image {
    max-height: 40.4375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 24.46875rem;
  object-fit: cover;
  z-index: 4;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
    max-height: 25.65375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__overlay-layer .overlay-image {
    max-height: 40.4375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
  position: absolute;
  top: 0;
  left: 25%;
  width: 0;
  height: 100%;
  max-height: 24.46875rem;
  object-fit: cover;
  z-index: 2;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
    left: 16.19%;
    max-height: 25.65375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
    max-height: 40.4375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
  background: transparent;
  top: 30%;
  transform: translateY(-30%);
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot {
  opacity: 0;
  visibility: hidden;
  margin-left: 6.25rem;
  transition: opacity 1.5s ease-in-out 0.7s, visibility 1.5s ease-in-out 0.7s, margin-left 1s ease-in;
  font-size: 12.5rem;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot .title-slot--text {
  opacity: 0.7;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
  font-size: 3.75rem;
  line-height: 5rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
    font-size: 7.8125rem;
    line-height: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-1 .title-slot--text .title-slot__primary {
    font-size: 12.5rem;
    line-height: 13.625rem;
  }
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text {
    margin-top: -4.6875rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text {
    margin-top: -6.25rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
  position: relative;
  font-size: 3.75rem;
  line-height: 4.6875rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    font-size: 7.5rem;
    line-height: 8.5rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    font-size: 7.8125rem;
    line-height: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    font-size: 12.5rem;
    line-height: 13.625rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
  padding-left: 1.5rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    padding-left: 2.25rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    padding-left: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-2 .title-slot--text .title-slot__secondary {
    padding-left: 6rem;
    top: -2.8125rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
  font-size: 2.5rem;
  line-height: 4rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
    font-size: 4.5rem;
    line-height: 5.25rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-3 .title-slot--text .title-slot__primary {
    font-size: 7.8125rem;
    line-height: 9.375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
  font-size: 2.5rem;
  line-height: 4rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    font-size: 5rem;
    line-height: 6rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__primary,
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    font-size: 7.8125rem;
    line-height: 7.8125rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
  padding-left: 5.625rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    padding-left: 9.375rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    padding-left: 11.875rem;
  }
}
@media (min-width: 992px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    padding-left: 11.875rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-4 .title-slot--text .title-slot__secondary {
    padding-left: 18.75rem;
  }
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text {
    margin-top: -2.25rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text {
    margin-top: -4.6875rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
  font-size: 3.75rem;
  line-height: 5rem;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
    font-size: 7.8125rem;
    line-height: 9.375rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__primary {
    font-size: 12.5rem;
    line-height: 13.625rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
  padding-left: 5.625rem;
  font-size: 2rem;
  line-height: 2.5rem;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
    padding-left: 6.25rem;
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide .homepage-hero-slider-content__title-layer .title-slot.title-option-5 .title-slot--text .title-slot__secondary {
    padding-left: 10.9375rem;
    margin-top: -2.25rem;
    font-size: 7.8125rem;
    line-height: 9.375rem;
  }
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate {
  opacity: 1;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
  animation: texture-animate 14s 1.5s forwards;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.custom-slide-animate .homepage-hero-slider-content__title-layer .title-slot {
  margin-left: 3.125rem;
  opacity: 0.5;
  visibility: visible;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active {
  opacity: 1;
  z-index: 9;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active .homepage-hero-slider-content .master-img-wrapper__texture-layer .texture-image {
  width: 0%;
  animation: texture-animate 14s 1.5s forwards;
}
.homepage-hero-slider--container__glide.glide .glide__track .glide__slides .glide__slide.glide__slide--active .homepage-hero-slider-content__title-layer .title-slot {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.homepage-hero-slider--container__glide.glide .slave-img-wrapper {
  position: relative;
}
.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 2.5s 1s, opacity 2.7s ease-in 1s, left 2s;
}
.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide--active-slave {
  visibility: visible;
  opacity: 1;
}
.homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: calc(100% + 1rem);
  max-width: calc(100% + 1rem) !important;
  min-height: 10.0625rem;
  object-fit: cover;
  transition: left 2s;
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
    left: -2rem;
    width: calc(100% + 1.75rem);
    max-width: calc(100% + 1.75rem) !important;
    min-height: 13.25rem;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .slave-img-wrapper .slave-slide .offset-image {
    left: -2.5rem;
    width: calc(100% + 2.1875rem);
    max-width: calc(100% + 2.1875rem) !important;
    min-height: 20.3125rem;
  }
}
.homepage-hero-slider--container__glide.glide .controls-wrapper {
  position: absolute;
  bottom: 6%;
  right: 27%;
}
@media (min-width: 576px) {
  .homepage-hero-slider--container__glide.glide .controls-wrapper {
    right: 30%;
  }
}
@media (min-width: 768px) {
  .homepage-hero-slider--container__glide.glide .controls-wrapper {
    right: 40%;
  }
}
@media (min-width: 1200px) {
  .homepage-hero-slider--container__glide.glide .controls-wrapper {
    bottom: unset;
    right: unset;
    top: 43%;
    left: 3%;
  }
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow {
  top: 90%;
  box-shadow: unset;
  border: none;
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow.glide__arrow--right {
  right: -2.5rem;
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow.glide__arrow--left {
  left: -2.5rem;
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow span[class^=icon] {
  color: var(--t-brand-fg-color);
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .glide__arrow span[class^=icon]::before {
  color: var(--t-brand-fg-color);
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper {
  padding-top: 62px;
  margin-bottom: 3px;
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper .glide__bullet {
  width: 0.37625rem;
  height: 0.37625rem;
  background-color: var(--t-brand-alt-color);
  border-radius: 50%;
  transition: all 1s;
}
.homepage-hero-slider--container__glide.glide .controls-wrapper .bullet-wrapper .glide__bullet--active {
  width: 0.621875rem;
  height: 0.621875rem;
  background-color: var(--t-brand-fg-color);
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper {
  position: absolute;
  bottom: -0.2rem;
  right: -5rem;
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control {
  background: transparent;
  border: 0;
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control--play {
  display: inline-block;
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper .custom-glide-control--pause {
  display: none;
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper--playing .custom-glide-control--play {
  display: none;
}
.homepage-hero-slider--container__glide.glide .play-pause-wrapper--playing .custom-glide-control--pause {
  display: inline-block;
}
.homepage-hero-slider--container__glide--first-load .glide__track .glide__slides .glide__slide .homepage-hero-slider-content {
  right: -4.6875rem !important;
}
.homepage-hero-slider--container__glide--first-load .slave-img-wrapper .slave-slide .offset-image {
  left: -4.6875rem !important;
}

/* Font family variations
    ************************* */
/*Brand icons with "by Marriott". These brand Icons are used in uni nav brand portfolio card, search results, brand filters,favs page*/
/*These font icons are ONLY used in the brand ribbon.*/
/* Language Specific Font Variables
   ***********************************/
:root {
  --t-base-font-family: Swiss-721;
}

:lang(pl), :lang(vi) {
  --t-base-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
  --t-font-family: UniversNextW1G,Helvetica,Arial,sans-serif;
}

:lang(ar-AE),
:lang(ar) {
  --t-base-font-family: JannaLT;
  --t-font-family: JannaLT;
}

/* Font size variations
    *********************** */
/* Line Height palette
    **************** */
/* Font weight variations
    ************************* */
/* Font Style variation
    ************************* */
/* Icons palette
***************** */
/* Portfolio Brand Icons
******************** */
/* Brand Logo Icons palette
******************** */
/* Marriott Bonvoy Escape icons
******************** */
/* Box Shadow variations
    ************************ */
/*****************************************************************************************
Name - master-config
Description - All the contextual global variables (brandable elements) used across the site should be defined here.
These variables can be overwritten from brand configs.
******************************************************************************************/
/*base styles*/
/* Eyebrow style */
/*typography*/
/* buttons styles*/
/*Button CheckBox*/
/*link styles*/
/* tertiary link */
/*nav link */
/* link icon styles */
/* action link styles */
/* icon button styles */
/* gallery button styles*/
/* filter button styles*/
/***
Header Styles
**/
/*icon variables*/
/*$icon-color-inverse-alt: TBD !default;*/
/*$icon-color-decorative-alt: TBD !default;*/
/*forms*/
/* Standard Tab Styles */
/* Standard Tab Styles */
/* Dropdown styles */
/* Spinner styles */
/* Badge tokens */
/*Progress Tracker*/
/* ratings */
.download-data-component.published {
  height: 100vh;
}
.edit-mode .download-data-component {
  height: 100%;
}
.download-data-component__border {
  border: 1px solid;
}
.download-data-component__border .icon-asterisk {
  color: #d0021b;
}
.download-data-component__border input[type=text] {
  border-bottom: none;
  border: 1px solid;
}
.download-data-component__border .error {
  color: #d0021b;
}
.download-data-component__border .m-message-modal {
  position: absolute;
  top: 0;
}

