/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Base
	- Typography
	- Elements
#Layout
    - Grid
#Components
    - Navbar
# Utils
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*==============
Box Sizing
==============*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*===============
Normalize
===============*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*===============
Layout
===============*/
.grid {
  display: -ms-grid;
  display: grid;
}

.grid-cols-1 {
  -ms-grid-columns: (minmax(0, 1fr)) [1];
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  -ms-grid-columns: (minmax(0, 1fr)) [2];
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  -ms-grid-columns: (minmax(0, 1fr)) [3];
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  -ms-grid-columns: (minmax(0, 1fr)) [4];
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  -ms-grid-columns: (minmax(0, 1fr)) [5];
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  -ms-grid-columns: (minmax(0, 1fr)) [6];
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  -ms-grid-columns: (minmax(0, 1fr)) [7];
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  -ms-grid-columns: (minmax(0, 1fr)) [8];
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  -ms-grid-columns: (minmax(0, 1fr)) [9];
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  -ms-grid-columns: (minmax(0, 1fr)) [10];
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  -ms-grid-columns: (minmax(0, 1fr)) [11];
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  -ms-grid-columns: (minmax(0, 1fr)) [12];
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-none {
  -ms-grid-columns: none;
  grid-template-columns: none;
}

.col-span-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1 / span 1;
}

.col-span-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2 / span 2;
}

.col-span-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3 / span 3;
}

.col-span-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4 / span 4;
}

.col-span-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5 / span 5;
}

.col-span-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6 / span 6;
}

.col-span-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7 / span 7;
}

.col-span-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8 / span 8;
}

.col-span-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9 / span 9;
}

.col-span-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10 / span 10;
}

.col-span-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11 / span 11;
}

.col-span-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12 / span 12;
}

.col-span-full {
  grid-column: 1/-1;
}

.col-start-1 {
  -ms-grid-column: 1;
  grid-column-start: 1;
}

.col-start-2 {
  -ms-grid-column: 2;
  grid-column-start: 2;
}

.col-start-3 {
  -ms-grid-column: 3;
  grid-column-start: 3;
}

.col-start-4 {
  -ms-grid-column: 4;
  grid-column-start: 4;
}

.col-start-5 {
  -ms-grid-column: 5;
  grid-column-start: 5;
}

.col-start-6 {
  -ms-grid-column: 6;
  grid-column-start: 6;
}

.col-start-7 {
  -ms-grid-column: 7;
  grid-column-start: 7;
}

.col-start-8 {
  -ms-grid-column: 8;
  grid-column-start: 8;
}

.col-start-9 {
  -ms-grid-column: 9;
  grid-column-start: 9;
}

.col-start-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
}

.col-start-10 {
  -ms-grid-column: 10;
  grid-column-start: 10;
}

.col-start-11 {
  -ms-grid-column: 11;
  grid-column-start: 11;
}

.col-start-12 {
  -ms-grid-column: 12;
  grid-column-start: 12;
}

.col-start-auto {
  -ms-grid-column: auto;
  grid-column-start: auto;
}

.row-auto {
  grid-row: auto;
}

.row-span-1 {
  -ms-grid-row-span: 1;
  grid-row: span 1 / span 1;
}

.row-span-2 {
  -ms-grid-row-span: 2;
  grid-row: span 2 / span 2;
}

.row-span-3 {
  -ms-grid-row-span: 3;
  grid-row: span 3 / span 3;
}

.row-span-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4 / span 4;
}

.row-span-5 {
  -ms-grid-row-span: 5;
  grid-row: span 5 / span 5;
}

.row-span-6 {
  -ms-grid-row-span: 6;
  grid-row: span 6 / span 6;
}

.row-span-7 {
  -ms-grid-row-span: 7;
  grid-row: span 7 / span 7;
}

.row-span-8 {
  -ms-grid-row-span: 8;
  grid-row: span 8 / span 8;
}

.row-span-full {
  grid-row: 1/-1;
}

.row-start-1 {
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.row-start-2 {
  -ms-grid-row: 2;
  grid-row-start: 2;
}

.row-start-3 {
  -ms-grid-row: 3;
  grid-row-start: 3;
}

.row-start-4 {
  -ms-grid-row: 4;
  grid-row-start: 4;
}

.row-start-5 {
  -ms-grid-row: 5;
  grid-row-start: 5;
}

.row-start-6 {
  -ms-grid-row: 6;
  grid-row-start: 6;
}

.row-start-7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
}

.row-start-auto {
  -ms-grid-row: auto;
  grid-row-start: auto;
}

.row-end-1 {
  -ms-grid-row-span: 1;
  grid-row-end: 1;
}

.row-end-2 {
  -ms-grid-row-span: 2;
  grid-row-end: 2;
}

.row-end-3 {
  -ms-grid-row-span: 3;
  grid-row-end: 3;
}

.row-end-4 {
  -ms-grid-row-span: 4;
  grid-row-end: 4;
}

.row-end-5 {
  -ms-grid-row-span: 5;
  grid-row-end: 5;
}

.row-end-6 {
  -ms-grid-row-span: 6;
  grid-row-end: 6;
}

.row-end-7 {
  -ms-grid-row-span: 7;
  grid-row-end: 7;
}

.row-end-8 {
  -ms-grid-row-span: 8;
  grid-row-end: 8;
}

.row-end-auto {
  -ms-grid-row-span: auto;
  grid-row-end: auto;
}

/** Gutters **/
.col-gap-8 {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}

.col-gap-16 {
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.col-gap-24 {
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.col-gap-32 {
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

.col-gap-40 {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.col-gap-48 {
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}

.col-gap-56 {
  -webkit-column-gap: 56px;
  -moz-column-gap: 56px;
  column-gap: 56px;
}

.col-gap-64 {
  -webkit-column-gap: 64px;
  -moz-column-gap: 64px;
  column-gap: 64px;
}

.col-gap-72 {
  -webkit-column-gap: 72px;
  -moz-column-gap: 72px;
  column-gap: 72px;
}

.col-gap-80 {
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
}

.row-gap-0 {
  row-gap: 0;
}

.row-gap-8 {
  row-gap: 8px;
}

.row-gap-16 {
  row-gap: 16px;
}

.row-gap-24 {
  row-gap: 24px;
}

.row-gap-32 {
  row-gap: 32px;
}

.row-gap-40 {
  row-gap: 40px;
}

.row-gap-48 {
  row-gap: 48px;
}

.row-gap-56 {
  row-gap: 56px;
}

.row-gap-64 {
  row-gap: 64px;
}

.row-gap-72 {
  row-gap: 72px;
}

.row-gap-80 {
  row-gap: 80px;
}

.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

.gap-32 {
  gap: 32px;
}

.gap-40 {
  gap: 40px;
}

.gap-48 {
  gap: 48px;
}

.gap-56 {
  gap: 56px;
}

.gap-64 {
  gap: 64px;
}

.gap-72 {
  gap: 72px;
}

.gap-80 {
  gap: 80px;
}

@media (min-width: 640px) {
  .sm_col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1 / span 1;
  }
  .sm_col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }
  .sm_col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }
  .sm_col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
  }
  .sm_col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5;
  }
  .sm_col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
  }
  .sm_col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7 / span 7;
  }
  .sm_col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
  }
  .sm_col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9 / span 9;
  }
  .sm_col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10 / span 10;
  }
  .sm_col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11 / span 11;
  }
  .sm_col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12 / span 12;
  }
  .sm_col-span-full {
    grid-column: 1/-1;
  }
  .sm_col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .sm_col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .sm_col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .sm_col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .sm_col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .sm_col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .sm_col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .sm_col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .sm_col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .sm_col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .sm_col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .sm_col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .sm_col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
  .sm_grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm_grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm_grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm_grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm_grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr)) [5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm_grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr)) [6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm_grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr)) [7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm_grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm_grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm_grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr)) [10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm_grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr)) [11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm_grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm_grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  /** Gutters **/
  .sm_col-gap-8 {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .sm_col-gap-16 {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .sm_col-gap-24 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .sm_col-gap-32 {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .sm_col-gap-40 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .sm_col-gap-48 {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .sm_col-gap-56 {
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
  .sm_col-gap-64 {
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
  .sm_col-gap-72 {
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .sm_col-gap-80 {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .sm_row-gap-0 {
    row-gap: 0;
  }
  .sm_row-gap-8 {
    row-gap: 8px;
  }
  .sm_row-gap-16 {
    row-gap: 16px;
  }
  .sm_row-gap-24 {
    row-gap: 24px;
  }
  .sm_row-gap-32 {
    row-gap: 32px;
  }
  .sm_row-gap-40 {
    row-gap: 40px;
  }
  .sm_row-gap-48 {
    row-gap: 48px;
  }
  .sm_row-gap-56 {
    row-gap: 56px;
  }
  .sm_row-gap-64 {
    row-gap: 64px;
  }
  .sm_row-gap-72 {
    row-gap: 72px;
  }
  .sm_row-gap-80 {
    row-gap: 80px;
  }
}
@media (min-width: 1040px) {
  .m_col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1 / span 1;
  }
  .m_col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }
  .m_col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }
  .m_col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
  }
  .m_col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5;
  }
  .m_col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
  }
  .m_col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7 / span 7;
  }
  .m_col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
  }
  .m_col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9 / span 9;
  }
  .m_col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10 / span 10;
  }
  .m_col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11 / span 11;
  }
  .m_col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12 / span 12;
  }
  .m_col-span-full {
    grid-column: 1/-1;
  }
  .m_col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .m_col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .m_col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .m_col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .m_col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .m_col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .m_col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .m_col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .m_col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .m_col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .m_col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .m_col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .m_col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
  .m_grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .m_grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .m_grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .m_grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .m_grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr)) [5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .m_grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr)) [6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .m_grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr)) [7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .m_grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .m_grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .m_grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr)) [10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .m_grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr)) [11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .m_grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .m_grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  /** Gutters (md) **/
  .md_col-gap-8 {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .md_col-gap-16 {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .md_col-gap-24 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .md_col-gap-32 {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .md_col-gap-40 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .md_col-gap-48 {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .md_col-gap-56 {
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
  .md_col-gap-64 {
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
  .md_col-gap-72 {
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .md_col-gap-80 {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .md_row-gap-0 {
    row-gap: 0;
  }
  .md_row-gap-8 {
    row-gap: 8px;
  }
  .md_row-gap-16 {
    row-gap: 16px;
  }
  .md_row-gap-24 {
    row-gap: 24px;
  }
  .md_row-gap-32 {
    row-gap: 32px;
  }
  .md_row-gap-40 {
    row-gap: 40px;
  }
  .md_row-gap-48 {
    row-gap: 48px;
  }
  .md_row-gap-56 {
    row-gap: 56px;
  }
  .md_row-gap-64 {
    row-gap: 64px;
  }
  .md_row-gap-72 {
    row-gap: 72px;
  }
  .md_row-gap-80 {
    row-gap: 80px;
  }
  .md_gap-8 {
    gap: 8px;
  }
  .md_gap-16 {
    gap: 16px;
  }
  .md_gap-24 {
    gap: 24px;
  }
  .md_gap-32 {
    gap: 32px;
  }
  .md_gap-40 {
    gap: 40px;
  }
  .md_gap-48 {
    gap: 48px;
  }
  .md_gap-56 {
    gap: 56px;
  }
  .md_gap-64 {
    gap: 64px;
  }
  .md_gap-72 {
    gap: 72px;
  }
  .md_gap-80 {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .l_col-span-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1 / span 1;
  }
  .l_col-span-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2 / span 2;
  }
  .l_col-span-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3 / span 3;
  }
  .l_col-span-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4 / span 4;
  }
  .l_col-span-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5 / span 5;
  }
  .l_col-span-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6 / span 6;
  }
  .l_col-span-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7 / span 7;
  }
  .l_col-span-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8 / span 8;
  }
  .l_col-span-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9 / span 9;
  }
  .l_col-span-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10 / span 10;
  }
  .l_col-span-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11 / span 11;
  }
  .l_col-span-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12 / span 12;
  }
  .l_col-span-full {
    grid-column: 1/-1;
  }
  .l_col-start-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
  .l_col-start-2 {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .l_col-start-3 {
    -ms-grid-column: 3;
    grid-column-start: 3;
  }
  .l_col-start-4 {
    -ms-grid-column: 4;
    grid-column-start: 4;
  }
  .l_col-start-5 {
    -ms-grid-column: 5;
    grid-column-start: 5;
  }
  .l_col-start-6 {
    -ms-grid-column: 6;
    grid-column-start: 6;
  }
  .l_col-start-7 {
    -ms-grid-column: 7;
    grid-column-start: 7;
  }
  .l_col-start-8 {
    -ms-grid-column: 8;
    grid-column-start: 8;
  }
  .l_col-start-9 {
    -ms-grid-column: 9;
    grid-column-start: 9;
  }
  .l_col-start-10 {
    -ms-grid-column: 10;
    grid-column-start: 10;
  }
  .l_col-start-11 {
    -ms-grid-column: 11;
    grid-column-start: 11;
  }
  .l_col-start-12 {
    -ms-grid-column: 12;
    grid-column-start: 12;
  }
  .l_col-start-auto {
    -ms-grid-column: auto;
    grid-column-start: auto;
  }
  .l_grid-cols-1 {
    -ms-grid-columns: (minmax(0, 1fr)) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .l_grid-cols-2 {
    -ms-grid-columns: (minmax(0, 1fr)) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .l_grid-cols-3 {
    -ms-grid-columns: (minmax(0, 1fr)) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .l_grid-cols-4 {
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .l_grid-cols-5 {
    -ms-grid-columns: (minmax(0, 1fr)) [5];
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .l_grid-cols-6 {
    -ms-grid-columns: (minmax(0, 1fr)) [6];
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .l_grid-cols-7 {
    -ms-grid-columns: (minmax(0, 1fr)) [7];
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .l_grid-cols-8 {
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .l_grid-cols-9 {
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .l_grid-cols-10 {
    -ms-grid-columns: (minmax(0, 1fr)) [10];
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .l_grid-cols-11 {
    -ms-grid-columns: (minmax(0, 1fr)) [11];
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .l_grid-cols-12 {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .l_grid-cols-none {
    -ms-grid-columns: none;
    grid-template-columns: none;
  }
  /** Gutters (lg) **/
  .l_col-gap-8 {
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .l_col-gap-16 {
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .l_col-gap-24 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
  .l_col-gap-32 {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
  .l_col-gap-40 {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .l_col-gap-48 {
    -webkit-column-gap: 48px;
    -moz-column-gap: 48px;
    column-gap: 48px;
  }
  .l_col-gap-56 {
    -webkit-column-gap: 56px;
    -moz-column-gap: 56px;
    column-gap: 56px;
  }
  .l_col-gap-64 {
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }
  .l_col-gap-72 {
    -webkit-column-gap: 72px;
    -moz-column-gap: 72px;
    column-gap: 72px;
  }
  .l_col-gap-80 {
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .l_row-gap-0 {
    row-gap: 0;
  }
  .l_row-gap-8 {
    row-gap: 8px;
  }
  .l_row-gap-16 {
    row-gap: 16px;
  }
  .l_row-gap-24 {
    row-gap: 24px;
  }
  .l_row-gap-32 {
    row-gap: 32px;
  }
  .l_row-gap-40 {
    row-gap: 40px;
  }
  .l_row-gap-48 {
    row-gap: 48px;
  }
  .l_row-gap-56 {
    row-gap: 56px;
  }
  .l_row-gap-64 {
    row-gap: 64px;
  }
  .l_row-gap-72 {
    row-gap: 72px;
  }
  .l_row-gap-80 {
    row-gap: 80px;
  }
  .l_row-gap-160 {
    row-gap: 160px;
  }
  .l_gap-8 {
    gap: 8px;
  }
  .l_gap-16 {
    gap: 16px;
  }
  .l_gap-24 {
    gap: 24px;
  }
  .l_gap-32 {
    gap: 32px;
  }
  .l_gap-40 {
    gap: 40px;
  }
  .l_gap-48 {
    gap: 48px;
  }
  .l_gap-56 {
    gap: 56px;
  }
  .l_gap-64 {
    gap: 64px;
  }
  .l_gap-72 {
    gap: 72px;
  }
  .l_gap-80 {
    gap: 80px;
  }
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

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

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-no {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .l_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l_flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l_flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .l_flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .l_flex-wrap-no {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .l_item-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .l_item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .l_item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l_item-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .l_content-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .l_content-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .l_content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .l_content-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .l_justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .l_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .l_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l_justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l_justify-aroud {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .l_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .l_flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l_flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1440px) {
  .xl_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl_flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xl_flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .xl_flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xl_flex-wrap-no {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xl_item-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .xl_item-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .xl_item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl_item-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xl_content-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .xl_content-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .xl_content-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .xl_content-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .xl_justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .xl_justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }
  .xl_justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .xl_justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .xl_justify-aroud {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .xl_flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xl_flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xl_flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xl_flex-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
/*===============
Utils
===============*/
/*================
Colors
================*/
/*================
Typography
================*/
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--title
  p {
  font-size: 40px;
  line-height: 48px;
}

.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__add-items a span,
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_sec-head .__ln-benefits_sec-copy p,
.widget__ln-apps .__ln-apps_container .__ln-apps_sec-head .__ln-apps_sec-copy p {
  font-size: 28px;
  line-height: 40px;
}

.widget__featured-games.--desk
  .__featured-games_col-2
  ._col-2-intruction
  .-instruction-content
  .-instruction-copy
  ul
  li {
  font-size: 24px;
  line-height: 32px;
}

@media (width <= 1200px) {
  .widget__featured-rooms
    .__featured-rooms_carousel
    .__featured-rooms_carousel-wrapper
    .__featured-rooms_carousel-item
    .__featured-rooms_carousel-overlay
    .--title
    p {
    font-size: 32px;
    line-height: 40px;
  }
}
/*================
Typography Weights
================*/
/*==========================
Base Mixins
==========================*/
/*=====================================
 Base Theme
=====================================*/
/*===========================
NAVIGATION
===========================*/
/*===========================
PAGES & POSTS
===========================*/
/*==============
Base
===============*/
/*==============
Typography
===============*/
/** Change based on property **/
p,
span,
li {
  color: #04060a;
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}
@media (width <= 1200px) {
  p,
  span,
  li {
    font-size: 18px;
    line-height: 26px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

big {
  font-size: 125%;
}

/** Change based on property - WHEELING **/
.theme-font-one {
  font-family: "Montserrat", sans-serif;
}

.theme-font-two {
  font-family: "Montserrat", sans-serif;
}

/** Headings **/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #04060a;
  font-family: "Montserrat", sans-serif;
  /*font-weight: 700;*/
  margin-bottom: 16px;
  clear: both;
  margin: 0;
}

h1 {
  font-size: 68.66px;
  font-weight: 700;
  line-height: 81px;
}

h2 {
  font-size: 54.93px;
  font-weight: 600;
  line-height: 65px;
}

h3 {
  font-size: 43.95px;
  font-weight: 600;
  line-height: 52.74px;
}

h4 {
  font-size: 35.16px;
  font-weight: 600;
  line-height: 42.2px;
}

h5 {
  font-size: 28.13px;
  font-weight: 600;
  line-height: 33.75px;
}

h6 {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 27px;
}

.text-xl {
  font-size: 68.66px;
  font-weight: 700;
  line-height: 81px;
}

.text-lg {
  font-size: 54.93px;
  font-weight: 600;
  line-height: 65px;
}

.text-md {
  font-size: 43.95px;
  font-weight: 600;
  line-height: 52.74px;
}

.text-sm {
  font-size: 35.16px;
  font-weight: 600;
  line-height: 42.2px;
}

.text-xs {
  font-size: 28.13px;
  font-weight: 600;
  line-height: 33.75px;
}

.text-xxs {
  font-size: 22.5px;
  font-weight: 600;
  line-height: 27px;
}

/** Unqiue Casese **/
.text-28 {
  font-size: 28px;
  line-height: 36px;
}

.text-40 {
  font-size: 40px;
  line-height: 48px;
}

@media (width <= 480px) {
  h1 {
    font-size: 43.95px;
    font-weight: 600;
    line-height: 52.74px;
  }
  h2 {
    font-size: 35.16px;
    font-weight: 600;
    line-height: 42.2px;
  }
  h3 {
    font-size: 28.13px;
    font-weight: 600;
    line-height: 33.75px;
  }
  h4 {
    font-size: 22.5px;
    font-weight: 600;
    line-height: 27px;
  }
  h5 {
    font-size: 22.5px;
    font-weight: 600;
    line-height: 27px;
  }
  h6 {
    font-size: 22.5px;
    font-weight: 600;
    line-height: 27px;
  }
}
/** Change based on property - WHEELING **/
p,
span,
li {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
@media (width <= 1200px) {
  p,
  span,
  li {
    font-size: 18px;
    line-height: 26px;
  }
}

/** FONT WEIGHTS **/
.text-xheavy {
  font-weight: 800;
}

.text-heavy {
  font-weight: 700;
}

.text-med {
  font-weight: 500;
}

.text-reg {
  font-weight: 400;
}

.text-thin {
  font-weight: 300;
}

.text-italic {
  font-style: italic;
}

.text-norm {
  font-style: normal;
}

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

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

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

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

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

@media (width <= 1200px) {
  .l_text-left {
    text-align: left;
  }
  .l_text-center {
    text-align: center;
  }
  .l_text-right {
    text-align: right;
  }
  .l_text-justify {
    text-align: justify;
  }
  .l_text-start {
    text-align: start;
  }
  .l_text-end {
    text-align: end;
  }
}
.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capital {
  text-transform: capitalize;
}

.text-opacity-0 {
  --text-opacity: 0;
}

.text-opacity-10 {
  --text-opacity: 0.1;
}

.text-opacity-25 {
  --text-opacity: 0.25;
}

.text-opacity-50 {
  --text-opacity: 0.5;
}

.text-opacity-75 {
  --text-opacity: 0.75;
}

.text-opacity-100 {
  --text-opacity: 1;
}

/*==============
Elements
===============*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
:root a {
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
}
:root a:hover {
  cursor: pointer;
}
:root button:hover {
  cursor: pointer;
}

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
html.overflow-1,
html.overflow-2,
html.overflow-3 {
  overflow-y: hidden;
}

img.custom-logo {
  height: 100% !important;
}

.-featured-logo img {
  margin-top: 16px;
  max-width: 200px;
  width: 100%;
}

/** Theme - Display Rules **/
.display-block {
  display: block;
}

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

.display-inline-block {
  display: inline-block;
}

.display-inline {
  display: inline;
}

.display-hide {
  display: none;
}

/** Sizing **/
.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.w-full {
  width: 100%;
}

.w-quarter {
  width: 25%;
}

.w-half {
  width: 50%;
}

.w-three-quarter {
  width: 75%;
}

.mx-w-684 {
  max-width: 684px;
}

.mx-w-320,
.mx-w-404,
.mx-w-544,
.mx-w-684,
.mx-w-783,
.mx-w-1120px {
  width: 100%;
}

/** Positioning **/
.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fixed {
  position: fixed;
}

/** Spacing **/
.p-0 {
  padding: 0;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 48px;
}

.p-56 {
  padding: 56px;
}

.p-64 {
  padding: 64px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-40 {
  padding-bottom: 48px;
}

.pb-56 {
  padding-bottom: 56px;
}

.pb-64 {
  padding-bottom: 64px;
}

.pb-72 {
  padding-bottom: 72px;
}

.pb-80 {
  padding-bottom: 80px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-56 {
  padding-left: 56px;
  padding-right: 56px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.py-8 {
  padding-bottom: 8px;
  padding-top: 8px;
}

.py-16 {
  padding-bottom: 16px;
  padding-top: 16px;
}

.py-24 {
  padding-bottom: 24px;
  padding-top: 24px;
}

.py-32 {
  padding-bottom: 32px;
  padding-top: 32px;
}

.py-40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.py-48 {
  padding-bottom: 48px;
  padding-top: 48px;
}

.py-56 {
  padding-bottom: 56px;
  padding-top: 56px;
}

.py-64 {
  padding-bottom: 64px;
  padding-top: 64px;
}

.py-72 {
  padding-bottom: 72px;
  padding-top: 72px;
}

.py-80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

/** Custom Padding **/
.py-180 {
  padding-bottom: 180px;
  padding-top: 180px;
}

.m-auto-0 {
  margin: 0px auto;
}

.m-auto-8 {
  margin: 8px auto;
}

.m-auto-16 {
  margin: 16px auto;
}

.m-auto-24 {
  margin: 24px auto;
}

.m-auto-32 {
  margin: 32px auto;
}

.m-auto-40 {
  margin: 40px auto;
}

.m-auto-48 {
  margin: 48px auto;
}

.m-auto-56 {
  margin: 56px auto;
}

.m-auto-64 {
  margin: 64px auto;
}

.m-auto-72 {
  margin: 72px auto;
}

.m-auto-80 {
  margin: 80px auto;
}

.m-0 {
  margin: 0;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-32 {
  margin: 32px;
}

.m-40 {
  margin: 48px;
}

.m-56 {
  margin: 56px;
}

.m-64 {
  margin: 64px;
}

.m-72 {
  margin: 72px;
}

.m-80 {
  margin: 80px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-48 {
  margin-bottom: 48px;
}

.mb-56 {
  margin-bottom: 56px;
}

.mb-64 {
  margin-bottom: 64px;
}

.mb-72 {
  margin-bottom: 72px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-0 {
  margin-top: 0;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-56 {
  margin-top: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-56 {
  margin-left: 56px;
  margin-right: 56px;
}

.mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.mx-72 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.my-8 {
  margin-bottom: 8px;
  margin-top: 8px;
}

.my-16 {
  margin-bottom: 16px;
  margin-top: 16px;
}

.my-24 {
  margin-bottom: 24px;
  margin-top: 24px;
}

.my-32 {
  margin-bottom: 32px;
  margin-top: 32px;
}

.my-40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.my-48 {
  margin-bottom: 48px;
  margin-top: 48px;
}

.my-56 {
  margin-bottom: 56px;
  margin-top: 56px;
}

.my-64 {
  margin-bottom: 64px;
  margin-top: 64px;
}

.my-72 {
  margin-bottom: 72px;
  margin-top: 72px;
}

.my-80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.flow-hide {
  overflow: hidden;
}

.flow-visible {
  overflow: visible;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

/*====================
Lists
====================*/
.list-none {
  list-style: none;
}

@media (min-width: 1200px) {
  /** Display **/
  .l_display-block {
    display: block;
  }
  .l_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l_display-inline-block {
    display: inline-block;
  }
  .l_display-inline {
    display: inline;
  }
  .l_display-hide {
    display: none;
  }
  /** Dimensions **/
  .l_h-full {
    height: 100%;
  }
  .l_w-full {
    width: 100%;
  }
  .l_w-quarter {
    width: 25%;
  }
  .l_w-half {
    width: 50%;
  }
  .l_w-three-quarter {
    width: 75%;
  }
  /** Position **/
  .l_pos-rel {
    position: relative;
  }
  .l_pos-abs {
    position: absolute;
  }
  .l_p-0 {
    padding: 0;
  }
  .l_p-8 {
    padding: 8px;
  }
  .l_p-16 {
    padding: 16px;
  }
  .l_p-24 {
    padding: 24px;
  }
  .l_p-32 {
    padding: 32px;
  }
  .l_p-40 {
    padding: 48px;
  }
  .l_p-56 {
    padding: 56px;
  }
  .l_p-64 {
    padding: 64px;
  }
  .l_p-72 {
    padding: 72px;
  }
  .l_p-80 {
    padding: 80px;
  }
  .l_px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .l_px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l_px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .l_px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .l_px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l_px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .l_px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .l_px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .l_px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .l_px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .l_py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .l_py-8 {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .l_py-16 {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .l_py-24 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .l_py-32 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .l_py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .l_py-48 {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .l_py-56 {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  .l_py-64 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .l_py-72 {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .l_py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  /** Margins **/
  .l_m-auto-0 {
    margin: 0px auto;
  }
  .l_m-auto-8 {
    margin: 8px auto;
  }
  .l_m-auto-16 {
    margin: 16px auto;
  }
  .l_m-auto-24 {
    margin: 24px auto;
  }
  .l_m-auto-32 {
    margin: 32px auto;
  }
  .l_m-auto-40 {
    margin: 40px auto;
  }
  .l_m-auto-48 {
    margin: 48px auto;
  }
  .l_m-auto-56 {
    margin: 56px auto;
  }
  .l_m-auto-64 {
    margin: 64px auto;
  }
  .l_m-auto-72 {
    margin: 72px auto;
  }
  .l_m-auto-80 {
    margin: 80px auto;
  }
  .l_m-8 {
    margin: 8px;
  }
  .l_m-16 {
    margin: 16px;
  }
  .l_m-24 {
    margin: 24px;
  }
  .l_m-32 {
    margin: 32px;
  }
  .l_m-40 {
    margin: 48px;
  }
  .l_m-56 {
    margin: 56px;
  }
  .l_m-64 {
    margin: 64px;
  }
  .l_m-72 {
    margin: 72px;
  }
  .l_m-80 {
    margin: 80px;
  }
  .l_mb-8 {
    margin-bottom: 8px;
  }
  .l_mb-16 {
    margin-bottom: 16px;
  }
  .l_mb-24 {
    margin-bottom: 24px;
  }
  .l_mb-32 {
    margin-bottom: 32px;
  }
  .l_mb-40 {
    margin-bottom: 48px;
  }
  .l_mb-56 {
    margin-bottom: 56px;
  }
  .l_mb-64 {
    margin-bottom: 64px;
  }
  .l_mb-72 {
    margin-bottom: 72px;
  }
  .l_mb-80 {
    margin-bottom: 80px;
  }
  .l_mt-0 {
    margin-top: 0;
  }
  .l_mt-8 {
    margin-top: 8px;
  }
  .l_mt-16 {
    margin-top: 16px;
  }
  .l_mt-24 {
    margin-top: 24px;
  }
  .l_mt-32 {
    margin-top: 32px;
  }
  .l_mt-40 {
    margin-top: 48px;
  }
  .l_mt-56 {
    margin-top: 56px;
  }
  .l_mt-64 {
    margin-top: 64px;
  }
  .l_mt-72 {
    margin-top: 72px;
  }
  .l_mt-80 {
    margin-top: 80px;
  }
  .l_mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .l_mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .l_mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .l_mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .l_mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .l_mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .l_mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .l_mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .l_mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .l_mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .l_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .l_my-8 {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .l_my-16 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .l_my-24 {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .l_my-32 {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .l_my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .l_my-48 {
    margin-bottom: 48px;
    margin-top: 48px;
  }
  .l_my-56 {
    margin-bottom: 56px;
    margin-top: 56px;
  }
  .l_my-64 {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .l_my-72 {
    margin-bottom: 72px;
    margin-top: 72px;
  }
  .l_my-80 {
    margin-bottom: 80px;
    margin-right: 80px;
  }
  .l_display-block {
    display: block;
  }
  .l_display-inline-block {
    display: inline-block;
  }
  .l_display-inline {
    display: inline;
  }
  .l_display-hide {
    display: none;
  }
}
@media (min-width: 1440px) {
  /** Display **/
  .xl_display-block {
    display: block;
  }
  .xl_display-inline-block {
    display: inline-block;
  }
  .xl_display-inline {
    display: inline;
  }
  .xl_display-hide {
    display: none;
  }
  /** Dimensions **/
  .xl_h-full {
    height: 100%;
  }
  .xl_w-full {
    width: 100%;
  }
  .xl_w-quarter {
    width: 25%;
  }
  .xl_w-half {
    width: 50%;
  }
  .xl_w-three-quarter {
    width: 75%;
  }
  /** Position **/
  .xl_pos-rel {
    position: relative;
  }
  .xl_pos-abs {
    position: absolute;
  }
  .xl_p-0 {
    padding: 0;
  }
  .xl_p-8 {
    padding: 8px;
  }
  .xl_p-16 {
    padding: 16px;
  }
  .xl_p-24 {
    padding: 24px;
  }
  .xl_p-32 {
    padding: 32px;
  }
  .xl_p-40 {
    padding: 48px;
  }
  .xl_p-56 {
    padding: 56px;
  }
  .xl_p-64 {
    padding: 64px;
  }
  .xl_p-72 {
    padding: 72px;
  }
  .xl_p-80 {
    padding: 80px;
  }
  .xl_px-8 {
    padding-left: 8px;
    padding-right: 8px;
  }
  .xl_px-16 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .xl_px-24 {
    padding-left: 24px;
    padding-right: 24px;
  }
  .xl_px-32 {
    padding-left: 32px;
    padding-right: 32px;
  }
  .xl_px-40 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .xl_px-48 {
    padding-left: 48px;
    padding-right: 48px;
  }
  .xl_px-56 {
    padding-left: 56px;
    padding-right: 56px;
  }
  .xl_px-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
  .xl_px-72 {
    padding-left: 72px;
    padding-right: 72px;
  }
  .xl_px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .xl_py-0 {
    padding-bottom: 0;
    padding-top: 0;
  }
  .xl_py-8 {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .xl_py-16 {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .xl_py-24 {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .xl_py-32 {
    padding-bottom: 32px;
    padding-top: 32px;
  }
  .xl_py-40 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .xl_py-48 {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .xl_py-56 {
    padding-bottom: 56px;
    padding-top: 56px;
  }
  .xl_py-64 {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .xl_py-72 {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .xl_py-80 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  /** Margins **/
  .xl_m-auto-0 {
    margin: 0px auto;
  }
  .xl_m-auto-8 {
    margin: 8px auto;
  }
  .xl_m-auto-16 {
    margin: 16px auto;
  }
  .xl_m-auto-24 {
    margin: 24px auto;
  }
  .xl_m-auto-32 {
    margin: 32px auto;
  }
  .xl_m-auto-40 {
    margin: 40px auto;
  }
  .xl_m-auto-48 {
    margin: 48px auto;
  }
  .xl_m-auto-56 {
    margin: 56px auto;
  }
  .xl_m-auto-64 {
    margin: 64px auto;
  }
  .xl_m-auto-72 {
    margin: 72px auto;
  }
  .xl_m-auto-80 {
    margin: 80px auto;
  }
  .xl_m-8 {
    margin: 8px;
  }
  .xl_m-16 {
    margin: 16px;
  }
  .xl_m-24 {
    margin: 24px;
  }
  .xl_m-32 {
    margin: 32px;
  }
  .xl_m-40 {
    margin: 48px;
  }
  .xl_m-56 {
    margin: 56px;
  }
  .xl_m-64 {
    margin: 64px;
  }
  .xl_m-72 {
    margin: 72px;
  }
  .xl_m-80 {
    margin: 80px;
  }
  .xl_mb-8 {
    margin-bottom: 8px;
  }
  .xl_mb-16 {
    margin-bottom: 16px;
  }
  .xl_mb-24 {
    margin-bottom: 24px;
  }
  .xl_mb-32 {
    margin-bottom: 32px;
  }
  .xl_mb-40 {
    margin-bottom: 48px;
  }
  .xl_mb-56 {
    margin-bottom: 56px;
  }
  .xl_mb-64 {
    margin-bottom: 64px;
  }
  .xl_mb-72 {
    margin-bottom: 72px;
  }
  .xl_mb-80 {
    margin-bottom: 80px;
  }
  .xl_mt-0 {
    margin-top: 0;
  }
  .xl_mt-8 {
    margin-top: 8px;
  }
  .xl_mt-16 {
    margin-top: 16px;
  }
  .xl_mt-24 {
    margin-top: 24px;
  }
  .xl_mt-32 {
    margin-top: 32px;
  }
  .xl_mt-40 {
    margin-top: 48px;
  }
  .xl_mt-56 {
    margin-top: 56px;
  }
  .xl_mt-64 {
    margin-top: 64px;
  }
  .xl_mt-72 {
    margin-top: 72px;
  }
  .xl_mt-80 {
    margin-top: 80px;
  }
  .xl_mx-8 {
    margin-left: 8px;
    margin-right: 8px;
  }
  .xl_mx-16 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .xl_mx-24 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .xl_mx-32 {
    margin-left: 32px;
    margin-right: 32px;
  }
  .xl_mx-40 {
    margin-left: 40px;
    margin-right: 40px;
  }
  .xl_mx-48 {
    margin-left: 48px;
    margin-right: 48px;
  }
  .xl_mx-56 {
    margin-left: 56px;
    margin-right: 56px;
  }
  .xl_mx-64 {
    margin-left: 64px;
    margin-right: 64px;
  }
  .xl_mx-72 {
    margin-left: 72px;
    margin-right: 72px;
  }
  .xl_mx-80 {
    margin-left: 80px;
    margin-right: 80px;
  }
  .xl_my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .xl_my-8 {
    margin-bottom: 8px;
    margin-top: 8px;
  }
  .xl_my-16 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
  .xl_my-24 {
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .xl_my-32 {
    margin-bottom: 32px;
    margin-top: 32px;
  }
  .xl_my-40 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .xl_my-48 {
    margin-bottom: 48px;
    margin-top: 48px;
  }
  .xl_my-56 {
    margin-bottom: 56px;
    margin-top: 56px;
  }
  .xl_my-64 {
    margin-bottom: 64px;
    margin-top: 64px;
  }
  .xl_my-72 {
    margin-bottom: 72px;
    margin-top: 72px;
  }
  .xl_my-80 {
    margin-bottom: 80px;
    margin-right: 80px;
  }
  .xl_display-block {
    display: block;
  }
  .xl_display-inline-block {
    display: inline-block;
  }
  .xl_display-inline {
    display: inline;
  }
  .xl_display-hide {
    display: none;
  }
}
/*================
Images
================*/
.fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #397524 #EB1E77;
}*/
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 12px;
  width: 12px;
}

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: var(--primary-color-one);
}

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: var(--primary-color-two);
}

*::-webkit-scrollbar-thumb:hover {
  background-color: var(--primary-color-two);
}

*::-webkit-scrollbar-thumb:active {
  background-color: var(--primary-color-two);
}

/*===============
Theme
===============*/
div#page {
  margin-top: 94px;
}

/*================
Hero
================*/
/** hero **/
.widget__hero {
  height: 100%;
  /*min-height: 900px;*/
  /** video widget **/
}
.widget__hero .hero-sec__video .__video_wrapper .__video_container {
  /*position: relative;
  height: 90vh;
  overflow: hidden;*/
}
.widget__hero .hero-sec__video .__video_wrapper .__video_container video {
  -o-object-fit: cover;
  object-fit: cover;
}
.widget__hero .hero-sec__video:before {
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  /* display: block; */
  right: 0;
}
.widget__hero .__hero-full_wrapper {
  margin: 160px auto;
  padding: 0 40px;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__hero .__hero-full_wrapper {
    margin: 200px auto;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__hero .__hero-full_wrapper {
    max-width: 1200px;
    width: 100%;
  }
}

._cols-copy-restaurant-hours ul {
  list-style: none;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
._cols-copy-restaurant-hours ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
._cols-copy-restaurant-hours ul li span:last-child {
  opacity: 65%;
}

/*===========================
Footer Widgets
===========================*/
/** Lucky North **/
.theme__footer-ln {
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
@media only screen and (min-width: 1200px) {
  .theme__footer-ln {
    padding: 80px 0;
  }
}
.theme__footer-ln .__footer-ln_wrapper {
  color: #ffffff;
}
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_copy {
  max-width: 684px;
  width: 100%;
}
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_copy .__footer-ln_copy-logo img {
  max-width: 125px;
}
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_copy .__footer-ln_copy-excerpt h2,
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_copy .__footer-ln_copy-excerpt p {
  color: #ffffff;
}
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_copy .__footer-ln_copy-excerpt p:not(:last-child) {
  margin-bottom: 16px;
}
.theme__footer-ln .__footer-ln_wrapper .__footer-ln_image {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .theme__footer-ln .__footer-ln_wrapper .__footer-ln_image {
    max-width: 800px;
    width: 100%;
  }
}
.theme__footer-ln::before {
  content: "";
  background: var(--primary-color-three);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 90%;
  top: 0;
  z-index: 2;
}

/** Footer-Main **/
.widget__footer-main {
  background-color: var(--primary-color-one);
  padding: 100px 0;
}
@media only screen and (min-width: 1200px) {
  .widget__footer-main {
    padding: 120px 128px;
  }
}
.widget__footer-main .__footer-main_wrapper .__footer-main_head .-featured-logo img {
  max-width: 185px;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_head .-contact ul {
  list-style-type: none;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_head .-contact ul a {
  color: #ffffff;
  font-weight: 300;
  font-size: 22.5px;
  line-height: 27px;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_head .-contact ul a:hover {
  opacity: 0.65;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_head p,
.widget__footer-main .__footer-main_wrapper .__footer-main_head li,
.widget__footer-main .__footer-main_wrapper .__footer-main_head span {
  color: #ffffff;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_site-map ._site-map-head p {
  color: #ffffff;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_site-map ._site-map-wrapper {
  color: #ffffff;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__footer-main .__footer-main_wrapper .__footer-main_site-map ._site-map-wrapper {
    max-width: 1220px;
    width: 100%;
  }
}
.widget__footer-main .__footer-main_wrapper .__footer-main_site-map ._site-map-wrapper a {
  font-family: "Montserrat", sans-serif;
}
.widget__footer-main .__footer-main_wrapper .__footer-main_site-map ._site-map-wrapper a:hover {
  color: rgba(255, 255, 255, 0.7);
}

/** Footer-Post **/
.widget__footer-post .__footer-post_wrapper .__footer-post_lotto-logo img {
  max-width: 200px;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer {
    max-width: 1056px;
    width: 100%;
  }
}
.widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer .lotto-img {
  max-width: 125px;
  width: 100%;
  height: 100%;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer .lotto-img img {
  width: 100%;
  height: 100%;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  text-align: left;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_disclaimer p a {
  background-color: #ffffff;
  color: var(--primary-color-one);
  font-weight: 500;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_links ._links-site-map .-site-map-items a {
  background-color: #ffffff;
  color: #3267b8;
}
.widget__footer-post .__footer-post_wrapper .__footer-post_links ._links-site-map .-site-map-items a:hover {
  opacity: 0.7;
}

._site-map-wrapper a {
  color: #ffffff;
}

/*===============
Pages / Posts
===============*/
.mySwiper-rooms .swiper-slide-prev,
.mySwiper-rooms .swiper-slide-next {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.mySwiper-rooms .swiper-slide-prev .wrap,
.mySwiper-rooms .swiper-slide-next .wrap {
  opacity: 0.5;
}

/*===========================
HEREO WIDGETS
===========================*/
/** HERO - FULL **/
.widget__full-width-col .__full-w-wrapper .__ful-w_body p a {
  background-color: #ffffff;
}

/** HERO - CAROUSEL **/
.hero-col-carousel.col-comp-carousel .--col-carousel {
  background-color: var(--primary-color-one);
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
  /* max-width: 684px; */
  margin: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /* padding: 200px 100px 300px; */
  text-align: left;
  width: 100%;
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h1,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h2,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h3,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h4,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h5,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h6,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy p,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy span,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy li,
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy em {
  color: #ffffff;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper {
  max-width: 656px;
  margin: 0 auto;
  padding: 115px 100px 200px;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a {
  color: #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a:hover {
  opacity: 0.65;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--text {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .hero-col-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper
    .hero-comp_cols-btn-group
    a._cols-btn-group--text {
    font-size: 20px;
  }
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: var(--primary-color-two);
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid var(--primary-color-two);
  color: #ffffff;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1200px) {
  .hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .hero-col-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper {
    padding: 40px 40px 100px;
  }
  .hero-col-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
    min-height: 400px;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
  position: absolute;
  z-index: 99;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 40px;
  padding: 0 40px;
  right: unset;
  left: 0;
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
  z-index: 9;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (width <= 1200px) {
  .hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    /* bottom: -16px !important;
    position: relative;
    width: 100% !important;
    justify-content: center !important;
    left: 0 !important; */
    /* right: unset !important; */
  }
}
.hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets span {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 3px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 12px;
  text-indent: -9999px;
}
.hero-col-carousel.col-comp-carousel
  .--col-carousel
  .--carousel-content-nav
  .--carousel-nav-bullets
  span.swiper-pagination-bullet-active {
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
}
@media (width <= 1200px) {
  .hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    z-index: 9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (width <= 1200px) {
  .hero-col-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    width: 100%;
    background-color: var(--primary-color-one);
    padding-bottom: 40px;
    position: relative;
    bottom: 0;
  }
}
.hero-col-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.hero-col-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hero-col-carousel.col-comp-carousel .--col-carousel.--layout-flip .--carousel-content-nav {
  right: 0;
  left: unset;
}
.hero-col-carousel.--layout-ln .--col-carousel {
  background: var(--primary-color-three);
}
.hero-col-carousel.--layout-ln
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: var(--primary-color-three);
}
.hero-col-carousel.--layout-ln
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: #ffffff;
}
.hero-col-carousel.--layout-ln
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.hero-col-carousel.--layout-ln
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: #ffffff;
  color: var(--primary-color-three);
}

/** HERO COLS **/
.hero-comp_cols {
  background: var(--primary-color-one);
}
.hero-comp_cols .--cols-content .--cols-copy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hero-comp_cols .--cols-content .--cols-copy h1,
.hero-comp_cols .--cols-content .--cols-copy h2,
.hero-comp_cols .--cols-content .--cols-copy h3,
.hero-comp_cols .--cols-content .--cols-copy h4,
.hero-comp_cols .--cols-content .--cols-copy h5,
.hero-comp_cols .--cols-content .--cols-copy h6,
.hero-comp_cols .--cols-content .--cols-copy p,
.hero-comp_cols .--cols-content .--cols-copy span,
.hero-comp_cols .--cols-content .--cols-copy li,
.hero-comp_cols .--cols-content .--cols-copy em {
  color: #ffffff;
}
.hero-comp_cols .--cols-content .--cols-copy p {
  margin: 0 0 16px;
}
.hero-comp_cols .--cols-content .--cols-copy p:last-of-type {
  margin: 0;
}
.hero-comp_cols .--cols-content .--cols-copy p a {
  color: #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.hero-comp_cols .--cols-content .--cols-copy p a:hover {
  opacity: 0.65;
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #ffffff;
  font-size: 18px;
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text:hover {
  opacity: 0.65;
}
@media only screen and (min-width: 1200px) {
  .hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text {
    font-size: 20px;
  }
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: var(--primary-color-two);
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid var(--primary-color-two);
  color: #ffffff;
}
.hero-comp_cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.hero-comp_cols .--cols-content .--cols-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.hero-comp_cols .--cols-content .--cols-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1200px) {
  .hero-comp_cols .--cols-content .--cols-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px;
  }
  .hero-comp_cols .--cols-content .--cols-img {
    min-height: 400px;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.hero-comp_cols .--cols-content.--layout-flip .--cols-copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.hero-comp_cols .--cols-content.--layout-flip .--cols-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.hero-comp_cols.--layout-ln {
  background: var(--primary-color-three);
}
.hero-comp_cols.--layout-ln
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .--cols-btn-group
  a:first-of-type {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: var(--primary-color-three);
}
.hero-comp_cols.--layout-ln
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .--cols-btn-group
  a:first-of-type:hover {
  background-color: transparent;
  color: #ffffff;
}
.hero-comp_cols.--layout-ln
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .--cols-btn-group
  a:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.hero-comp_cols.--layout-ln
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .--cols-btn-group
  a:nth-of-type(2):hover {
  background-color: #ffffff;
  color: var(--primary-color-three);
}
.hero-comp_cols .hero-comp_cols-wrapper .hero-comp_cols-copy {
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .hero-comp_cols .hero-comp_cols-wrapper .hero-comp_cols-copy {
    padding: 115px 40px;
  }
}
.hero-comp_cols .hero-comp_cols-wrapper .hero-comp_cols-copy .hero-comp_cols-copy-wrapper {
  color: #ffffff;
  max-width: 684px;
  margin: auto;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-title
  h1 {
  color: #ffffff;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h1,
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h2,
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h3,
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h4,
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h5,
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  h6 {
  margin-bottom: 24px;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  p:not(:last-child) {
  margin-bottom: 24px;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  p
  strong {
  font-weight: 800;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  a {
  color: #ffffff;
  text-decoration: underline;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  a:hover {
  opacity: 0.65;
}
.hero-comp_cols
  .hero-comp_cols-wrapper
  .hero-comp_cols-copy
  .hero-comp_cols-copy-wrapper
  .hero-comp_cols-copy-excerpt
  ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 16px;
  list-style-type: circle;
  margin: 0 16px 40px;
}

/*===========================
PAGES & POSTS WIDGETS
===========================*/
.widget__cols {
  background: var(--primary-color-one);
}
.widget__cols .--cols-content .--cols-copy {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.widget__cols .--cols-content .--cols-copy h1,
.widget__cols .--cols-content .--cols-copy h2,
.widget__cols .--cols-content .--cols-copy h3,
.widget__cols .--cols-content .--cols-copy h4,
.widget__cols .--cols-content .--cols-copy h5,
.widget__cols .--cols-content .--cols-copy h6,
.widget__cols .--cols-content .--cols-copy p,
.widget__cols .--cols-content .--cols-copy span,
.widget__cols .--cols-content .--cols-copy li,
.widget__cols .--cols-content .--cols-copy em {
  color: #ffffff;
}
.widget__cols .--cols-content .--cols-copy p {
  margin: 0 0 16px;
}
.widget__cols .--cols-content .--cols-copy p:last-of-type {
  margin: 0;
}
.widget__cols .--cols-content .--cols-copy p a {
  color: #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.widget__cols .--cols-content .--cols-copy p a:hover {
  opacity: 0.65;
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #ffffff;
  font-size: 18px;
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text:hover {
  opacity: 0.65;
}
@media only screen and (min-width: 1200px) {
  .widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--text {
    font-size: 20px;
  }
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: var(--primary-color-two);
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid var(--primary-color-two);
  color: #ffffff;
}
.widget__cols .--cols-content .--cols-copy .--cols-btn-group a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.widget__cols .--cols-content .--cols-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.widget__cols .--cols-content .--cols-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1200px) {
  .widget__cols .--cols-content .--cols-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 40px;
  }
  .widget__cols .--cols-content .--cols-img {
    min-height: 400px;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.widget__cols .--cols-content.--layout-flip .--cols-copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.widget__cols .--cols-content.--layout-flip .--cols-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.widget__cols.--layout-ln {
  background: var(--primary-color-three);
}
.widget__cols .widget__cols-wrapper .widget__cols-copy {
  border-top: 8px solid var(--primary-color-two);
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__cols .widget__cols-wrapper .widget__cols-copy {
    padding: 115px 40px;
  }
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper {
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper {
    max-width: 684px;
    width: 100%;
  }
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h1,
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h2,
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h3,
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h4,
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h5,
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt h6 {
  margin-bottom: 24px;
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt p:not(:last-child) {
  margin-bottom: 24px;
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt p strong {
  font-weight: 800;
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt a {
  color: #ffffff;
  text-decoration: underline;
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt a:hover {
  opacity: 0.65;
}
.widget__cols .widget__cols-wrapper .widget__cols-copy .widget__cols-copy-wrapper .__cols_excerpt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 16px;
  list-style-type: circle;
  margin: 0 16px 40px;
}

/** Dining Only **/
.__split_hours ul li .__split_hours-days {
  font-weight: 800;
}
.__split_hours ul li .__split_hours-days:empty + .__split_hours-separator {
  display: none;
}

.widget__split-carousel.col-comp-carousel .--col-carousel {
  background-color: var(--primary-color-one);
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
  /* max-width: 684px; */
  margin: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /* padding: 200px 100px 300px; */
  text-align: left;
  width: 100%;
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h1,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h2,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h3,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h4,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h5,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h6,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy p,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy span,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy li,
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy em {
  color: #ffffff;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper {
  max-width: 656px;
  margin: 0 auto;
  padding: 115px 100px 200px;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a {
  color: #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a:hover {
  opacity: 0.65;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--text {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .widget__split-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper
    .hero-comp_cols-btn-group
    a._cols-btn-group--text {
    font-size: 20px;
  }
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: var(--primary-color-two);
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid var(--primary-color-two);
  color: #ffffff;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1200px) {
  .widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .widget__split-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper {
    padding: 40px 40px 100px;
  }
  .widget__split-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
    min-height: 400px;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
  position: absolute;
  z-index: 99;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 40px;
  padding: 0 40px;
  right: unset;
  left: 0;
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
  z-index: 9;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (width <= 1200px) {
  .widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    /* bottom: -16px !important;
    position: relative;
    width: 100% !important;
    justify-content: center !important;
    left: 0 !important; */
    /* right: unset !important; */
  }
}
.widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets span {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 3px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 12px;
  text-indent: -9999px;
}
.widget__split-carousel.col-comp-carousel
  .--col-carousel
  .--carousel-content-nav
  .--carousel-nav-bullets
  span.swiper-pagination-bullet-active {
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
}
@media (width <= 1200px) {
  .widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    z-index: 9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (width <= 1200px) {
  .widget__split-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    width: 100%;
    background-color: var(--primary-color-one);
    padding-bottom: 40px;
    position: relative;
    bottom: 0;
  }
}
.widget__split-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.widget__split-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.widget__split-carousel.col-comp-carousel .--col-carousel.--layout-flip .--carousel-content-nav {
  right: 0;
  left: unset;
}

.widget__add-dining-carousel.col-comp-carousel .--col-carousel {
  background-color: var(--primary-color-one);
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-grid;
  display: grid;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
  /* max-width: 684px; */
  margin: auto;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  /* padding: 200px 100px 300px; */
  text-align: left;
  width: 100%;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h1,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h2,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h3,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h4,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h5,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy h6,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy p,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy span,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy li,
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy em {
  color: #ffffff;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper {
  max-width: 656px;
  margin: 0 auto;
  padding: 115px 100px 200px;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a {
  color: #ffffff;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  p
  a:hover {
  opacity: 0.65;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--text {
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .widget__add-dining-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper
    .hero-comp_cols-btn-group
    a._cols-btn-group--text {
    font-size: 20px;
  }
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
  display: inline-block;
  padding: 12px 32px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:hover {
  background-color: transparent;
  color: var(--primary-color-two);
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2) {
  background-color: transparent;
  border: 3px solid var(--primary-color-two);
  color: #ffffff;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--col-wrapper
  .--col-carousel-slide
  .--col-copy
  .--col-copy-wrapper
  .hero-comp_cols-btn-group
  a._cols-btn-group--btn:nth-of-type(2):hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  width: 100%;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (width <= 1200px) {
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .widget__add-dining-carousel.col-comp-carousel
    .--col-carousel
    .--col-wrapper
    .--col-carousel-slide
    .--col-copy
    .--col-copy-wrapper {
    padding: 40px 40px 100px;
  }
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--col-wrapper .--col-carousel-slide .--col-img {
    min-height: 400px;
    height: 50vw;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
  position: absolute;
  z-index: 99;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 40px;
  padding: 0 40px;
  right: unset;
  left: 0;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
  z-index: 9;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
@media (width <= 1200px) {
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    /* bottom: -16px !important;
    position: relative;
    width: 100% !important;
    justify-content: center !important;
    left: 0 !important; */
    /* right: unset !important; */
  }
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets span {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 3px;
  opacity: 1;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 12px;
  text-indent: -9999px;
}
.widget__add-dining-carousel.col-comp-carousel
  .--col-carousel
  .--carousel-content-nav
  .--carousel-nav-bullets
  span.swiper-pagination-bullet-active {
  background: var(--primary-color-two);
  border-color: var(--primary-color-two);
}
@media (width <= 1200px) {
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav .--carousel-nav-bullets {
    z-index: 9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
  }
}
@media (width <= 1200px) {
  .widget__add-dining-carousel.col-comp-carousel .--col-carousel .--carousel-content-nav {
    width: 100%;
    background-color: var(--primary-color-one);
    padding-bottom: 40px;
    position: relative;
    bottom: 0;
  }
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-copy {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel.--layout-flip .--col-carousel-slide .--col-img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.widget__add-dining-carousel.col-comp-carousel .--col-carousel.--layout-flip .--carousel-content-nav {
  right: 0;
  left: unset;
}

span.__split_hours-days {
  font-weight: 800;
}

/*===========================
Homepage Only Widgets
===========================*/
.home__featured-links {
  background-color: #ffffff;
  border-top: 8px solid var(--primary-color-two);
  position: relative;
  padding: 40px 40px;
}
@media only screen and (min-width: 1200px) {
  .home__featured-links {
    padding: 64px 40px;
  }
}
.home__featured-links .__featured-links-container {
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (min-width: 1200px) {
  .home__featured-links .__featured-links-container {
    max-width: 1500px;
    width: 100%;
  }
}
.home__featured-links .__featured-links-container .__featured-links_item a {
  color: var(--primary-color-one);
  max-width: 100%;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
@media only screen and (min-width: 1200px) {
  .home__featured-links .__featured-links-container .__featured-links_item a {
    max-width: 266px;
    width: 100%;
  }
}
@media (width <= 1500px) {
  .home__featured-links .__featured-links-container .__featured-links_item a {
    font-size: 32px;
  }
}
.home__featured-links .__featured-links-container .__featured-links_item a:hover {
  text-decoration: underline;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
@media (width >= 1200px) {
  .home__featured-links .__featured-links-container .__featured-links_item .__featured-links_separator {
    background: var(--primary-color-two);
    height: 50%;
    position: absolute;
    width: 2px;
    right: 0;
  }
}
.home__featured-links .__featured-links-container .__featured-links_item:nth-child(4) .__featured-links_separator,
.home__featured-links .__featured-links-container .__featured-links_item:nth-child(8) .__featured-links_separator {
  display: none;
}

/*================
Widget - Featured Rooms
================*/
.widget__featured-rooms {
  margin: 0 0 80px;
  /** head **/
  /** carousel **/
}
@media only screen and (min-width: 1200px) {
  .widget__featured-rooms {
    margin: 0 0 115px;
  }
}
.widget__featured-rooms .__featured-rooms_head {
  background-color: var(--primary-color-two);
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-rooms .__featured-rooms_head {
    padding: 115px 40px;
  }
}
.widget__featured-rooms .__featured-rooms_head-title h2 {
  max-width: 584px;
  width: 100%;
}
.widget__featured-rooms .__featured-rooms_head-copy p:not(:last-child) {
  margin-bottom: 16px;
}
.widget__featured-rooms .__featured-rooms_head-copy p {
  max-width: 688px;
  width: 100%;
}
.widget__featured-rooms .__featured-rooms_head-ctagroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 48px;
  max-width: 688px;
}
.widget__featured-rooms .__featured-rooms_carousel {
  top: -45px;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay {
  background-color: var(--primary-color-one);
  color: #ffffff;
  padding: 40px 15%;
  z-index: 2;
  min-height: 125px;
}
@media (width <= 1200px) {
  .widget__featured-rooms
    .__featured-rooms_carousel
    .__featured-rooms_carousel-wrapper
    .__featured-rooms_carousel-item
    .__featured-rooms_carousel-overlay {
    padding: 40px;
  }
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--title {
  width: 35%;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--title
  p {
  font-family: "Montserrat", sans-serif;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--excerpt {
  width: 65%;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--excerpt
  p {
  font-size: 20px;
  line-height: 28px;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--excerpt
  p
  a {
  color: #ffffff;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  .__featured-rooms_carousel-overlay
  .--excerpt
  p
  a:hover {
  opacity: 0.65;
}
@media (width <= 1200px) {
  .widget__featured-rooms
    .__featured-rooms_carousel
    .__featured-rooms_carousel-wrapper
    .__featured-rooms_carousel-item
    .__featured-rooms_carousel-overlay
    .--excerpt
    p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (width <= 1200px) {
  .widget__featured-rooms
    .__featured-rooms_carousel
    .__featured-rooms_carousel-wrapper
    .__featured-rooms_carousel-item
    .__featured-rooms_carousel-overlay
    .--title,
  .widget__featured-rooms
    .__featured-rooms_carousel
    .__featured-rooms_carousel-wrapper
    .__featured-rooms_carousel-item
    .__featured-rooms_carousel-overlay
    .--excerpt {
    width: 100%;
  }
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item
  img {
  max-height: 600px;
  z-index: 2;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item:before {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item:not(.swiper-slide-active)
  .__featured-rooms_carousel-overlay,
.widget__featured-rooms
  .__featured-rooms_carousel
  .__featured-rooms_carousel-wrapper
  .__featured-rooms_carousel-item:not(.swiper-slide-active)
  img {
  opacity: 0.5;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

/*================
Widget - Featured Events
================*/
.widget__featured-events {
  margin: 80px 0 80px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-events {
    margin: 115px 0 115px;
  }
}
.widget__featured-events .__featured-events_head .__featured-events_head-title {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-events .__featured-events_head .__featured-events_head-title {
    max-width: 1024px;
    width: 100%;
  }
}
.widget__featured-events .__featured-events_items {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-events .__featured-events_items {
    max-width: 1500px;
    width: 100%;
  }
}
.widget__featured-events .__featured-events_items .__featured-events_items_wrapper .__featured-events_items-img {
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 16rem;
  position: relative;
  width: 100%;
}
.widget__featured-events .__featured-events_items .__featured-events_items_wrapper .__featured-events_items-img img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.widget__featured-events .__featured-events_items .__featured-events_items_wrapper .__featured-events_items-img img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media (width <= 1200px) {
  .widget__featured-events .__featured-events_items .__featured-events_items_wrapper .__featured-events_items-img {
    max-width: 350px;
    margin: 0 auto;
  }
}
.widget__featured-events .__featured-events_items .__featured-events_items_wrapper:hover {
  text-decoration: underline;
}
.widget__featured-events
  .__featured-events_items
  .__featured-events_items_wrapper:hover
  .__featured-events_items-img
  img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*================
Widget - Jackpot
================*/
.widget__jackpot {
  max-width: 100%;
  margin: 0 auto 80px;
}
@media only screen and (min-width: 1200px) {
  .widget__jackpot {
    max-width: 1500px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__jackpot {
    margin: 0 auto 115px;
  }
}
.widget__jackpot .__jackpot_wrapper {
  border-radius: 24px;
  background-color: var(--primary-color-two);
  padding: 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__jackpot .__jackpot_wrapper {
    padding: 115px 0;
  }
}
.widget__jackpot .__jackpot_wrapper .__jackpot_title p {
  font-size: 150px;
  line-height: 130px;
}
@media (width <= 1200px) {
  .widget__jackpot .__jackpot_wrapper .__jackpot_title p {
    font-size: 7vw;
    line-height: 7vw;
  }
}

/*================
Widget - Full Width
================*/
.widget__full-w .__full-w_wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__full-w .__full-w_wrapper {
    max-width: 984px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__full-w .__full-w_wrapper {
    padding: 115px 40px;
  }
}
.widget__full-w .__full-w_wrapper .__full-w_body h1,
.widget__full-w .__full-w_wrapper .__full-w_body h2,
.widget__full-w .__full-w_wrapper .__full-w_body h3,
.widget__full-w .__full-w_wrapper .__full-w_body h4,
.widget__full-w .__full-w_wrapper .__full-w_body h5,
.widget__full-w .__full-w_wrapper .__full-w_body h6 {
  color: #04060a;
  margin: 0 0 24px;
}
.widget__full-w .__full-w_wrapper .__full-w_body p {
  color: #04060a;
}
.widget__full-w .__full-w_wrapper .__full-w_body p strong {
  font-weight: 800;
}
.widget__full-w .__full-w_wrapper .__full-w_body p:not(:last-child) {
  margin-bottom: 24px;
}
.widget__full-w .__full-w_wrapper .__full-w_body p:last-of-type {
  margin: 0;
}
.widget__full-w .__full-w_wrapper .__full-w_body a {
  color: #0f1929;
  text-decoration: underline;
}
.widget__full-w .__full-w_wrapper .__full-w_body a:hover {
  opacity: 0.65;
}
.widget__full-w .__full-w_wrapper .__full-w_body ul,
.widget__full-w .__full-w_wrapper .__full-w_body ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  gap: 16px;
  list-style-type: circle;
  margin-bottom: 40px;
}
.widget__full-w .__full-w_wrapper .__full-w_body ul .theme-sub-list,
.widget__full-w .__full-w_wrapper .__full-w_body ol .theme-sub-list {
  list-style: circle;
}
.widget__full-w .__full-w_wrapper .__full-w_body p a,
.widget__full-w .__full-w_wrapper .__full-w_body li a {
  background: none;
}
.widget__full-w .__full-w_wrapper .__full-w_sec-ctagroup a:not(:last-of-type) {
  margin: 0 0 24px;
}

/*================
Widget - Rows
================*/
.widget__row {
  margin: 80px 0;
}
@media only screen and (min-width: 1200px) {
  .widget__row {
    margin: 115px 0;
  }
}
.widget__row .__row_sec-head .__row_sec-head-title h2 {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__row .__row_sec-head .__row_sec-head-title h2 {
    max-width: 1013px;
    width: 100%;
  }
}
.widget__row .__row_sec-head .__row_sec-head-copy {
  max-width: 100%;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .widget__row .__row_sec-head .__row_sec-head-copy {
    max-width: 688px;
    width: 100%;
  }
}
.widget__row .__row_sec-head .__row_sec-head-copy p a {
  background-color: #ffffff;
  color: #0f1929;
  text-decoration: underline;
}
.widget__row .__row_sec-head .__row_sec-head-copy p a:hover {
  opacity: 0.65;
}
.widget__row .__row_items .__row_item .__row_item-wrapper {
  background-position: center;
  background-size: cover;
  border-radius: 40px;
  color: #ffffff;
  max-width: 100%;
  padding: 32px;
}
@media only screen and (min-width: 1200px) {
  .widget__row .__row_items .__row_item .__row_item-wrapper {
    max-width: 1500px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__row .__row_items .__row_item .__row_item-wrapper {
    padding: 115px 140px;
  }
}
@media (width <= 1200px) {
  .widget__row .__row_items .__row_item .__row_item-wrapper {
    border-radius: 24px;
  }
}
.widget__row .__row_items .__row_item .__row_item-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f1929;
  top: 0;
  left: 0;
  border-radius: 40px;
  opacity: 75%;
  z-index: 1;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}
@media (width <= 1200px) {
  .widget__row .__row_items .__row_item .__row_item-wrapper:before {
    border-radius: 24px;
  }
}
.widget__row .__row_items .__row_item .__row_item-wrapper .__row_item-title,
.widget__row .__row_items .__row_item .__row_item-wrapper .__row_item-excerpt {
  z-index: 2;
}
.widget__row .__row_items .__row_item .__row_item-wrapper .__row_item-excerpt p {
  font-size: 28.13px;
  line-height: 33.75px;
  margin: 0;
  max-width: 688px;
  width: 100%;
}
@media (width <= 560px) {
  .widget__row .__row_items .__row_item .__row_item-wrapper .__row_item-excerpt p {
    font-size: 22.5px;
    line-height: 27px;
  }
}
.widget__row .__row_items .__row_item h1,
.widget__row .__row_items .__row_item h2,
.widget__row .__row_items .__row_item h3,
.widget__row .__row_items .__row_item h4,
.widget__row .__row_items .__row_item h5,
.widget__row .__row_items .__row_item h6,
.widget__row .__row_items .__row_item p {
  color: #ffffff;
}

/*================
Widget - Grid
================*/
.widget__grid {
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__grid {
    padding: 115px 40;
  }
}
.widget__grid .__grid_wrapper {
  max-width: 100%;
  margin: auto;
}
@media only screen and (min-width: 1200px) {
  .widget__grid .__grid_wrapper {
    max-width: 1500px;
    width: 100%;
  }
}
@media (width <= 1200px) {
  .widget__grid .__grid_wrapper {
    padding-bottom: 80px;
  }
}
.widget__grid .__grid_wrapper .__grid_sec-head {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__grid .__grid_wrapper .__grid_sec-head {
    max-width: 1024px;
    width: 100%;
  }
}
.widget__grid .__grid_wrapper .__grid_sec-head-copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  text-align: left;
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item-linked .__grid_item-img-wrapper,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item-linked .__grid_item-img-wrapper {
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item-linked .__grid_item-img-wrapper img,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item-linked .__grid_item-img-wrapper img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .widget__grid .__grid_wrapper .__grid_items-3 .__grid_item-linked .__grid_item-img-wrapper,
  .widget__grid .__grid_wrapper .__grid_items-4 .__grid_item-linked .__grid_item-img-wrapper {
    max-width: 400px;
    width: 100%;
  }
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item-linked:hover .__grid_item-img-wrapper,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item-linked:hover .__grid_item-img-wrapper {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item .__grid_item-img-wrapper,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item .__grid_item-img-wrapper {
  border-radius: 6px;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto 40px;
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item .__grid_item-img-wrapper img,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item .__grid_item-img-wrapper img {
  position: absolute;
  width: 100%;
  left: 0;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) {
  .widget__grid .__grid_wrapper .__grid_items-3 .__grid_item .__grid_item-img-wrapper,
  .widget__grid .__grid_wrapper .__grid_items-4 .__grid_item .__grid_item-img-wrapper {
    max-width: 400px;
    width: 100%;
  }
}
.widget__grid .__grid_wrapper .__grid_items-3 .__grid_item .__grid_item-excerpt-block p,
.widget__grid .__grid_wrapper .__grid_items-4 .__grid_item .__grid_item-excerpt-block p {
  margin: 0;
}

/*================
Widget - Accordion
================*/
.widget__accord {
  max-width: 100%;
  margin: 80px auto;
}
@media only screen and (min-width: 1200px) {
  .widget__accord {
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__accord {
    margin: 115px auto;
  }
}
.widget__accord .__accord_item {
  border-radius: 8px;
}
.widget__accord .__accord_item .__accord_trigger {
  border-bottom: 2px solid var(--primary-color-one);
  background: rgba(15, 25, 41, 0.05);
  padding: 24px 24px;
  font-size: 18px;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media only screen and (min-width: 1200px) {
  .widget__accord .__accord_item .__accord_trigger {
    padding: 24px 40px;
  }
}
.widget__accord .__accord_item .__accord_trigger p {
  color: #04060a;
}
@media (width <= 540px) {
  .widget__accord .__accord_item .__accord_trigger p {
    max-width: 400px;
    width: 100%;
  }
}
.widget__accord .__accord_item .__accord_trigger span {
  background-image: url(/wp-content/uploads/2024/06/DN-Theme_Wheelin-Accord-Arrow.svg);
  width: 24px;
  height: 15px;
  display: block;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget__accord .__accord_item .__accord_trigger:not(:last-child) {
  margin-top: 16px;
}
.widget__accord .__accord_item .__accord_trigger.active span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.widget__accord .__accord_item .__accord_copy {
  background-color: rgba(15, 25, 41, 0.02);
  overflow: hidden;
  padding: 0 15px;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.widget__accord .__accord_item .__accord_copy p {
  color: #04060a;
}

.accordion-header.active span {
  -webkit-transform: rotate(0) !important;
  transform: rotate(0) !important;
}

/*================
Widget - Gallery
================*/
.widget__gallery .__gallery_wrapper .__gallery_img {
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
  padding: 0 0 500px;
}
@media only screen and (min-width: 1200px) {
  .widget__gallery .__gallery_wrapper .__gallery_img {
    padding: 0 0 600px;
  }
}
.widget__gallery .__gallery_wrapper .__gallery_img:only-child {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 6;
  grid-column-end: 7;
}
@media only screen and (min-width: 1200px) {
  .widget__gallery .__gallery_wrapper .__gallery_img:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/7;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(6) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/7;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(7) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(8) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 4;
    grid-column: 3/7;
  }
  .widget__gallery .__gallery_wrapper .__gallery_img:nth-child(9) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
  }
}

/*================
Widget - LNC Columns
================*/
.widget__ln-apps {
  background-color: var(--primary-color-three);
  border-radius: 40px;
  color: #ffffff;
  margin: 115px 80px;
  margin: 80px 24px;
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__ln-apps {
    margin: 115px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__ln-apps {
    padding: 115px 40px;
  }
}
.widget__ln-apps .__ln-apps_container .__ln-apps_sec-head .__ln-apps_sec-logo img {
  width: 118px;
}
.widget__ln-apps .__ln-apps_container .__ln-apps_items {
  margin: 80px 0 0;
}
@media only screen and (min-width: 1200px) {
  .widget__ln-apps .__ln-apps_container .__ln-apps_items {
    margin: 100px 0 0;
  }
}
.widget__ln-apps .__ln-apps_container .__ln-apps_items .__ln-apps_item {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__ln-apps .__ln-apps_container .__ln-apps_items .__ln-apps_item {
    max-width: 520px;
    width: 100%;
  }
}
.widget__ln-apps .__ln-apps_container .__ln-apps_items .__ln-apps_item .__ln-apps_item-cta-group a:hover {
  color: var(--primary-color-three) !important;
}
.widget__ln-apps .__ln-apps_container h1,
.widget__ln-apps .__ln-apps_container h2,
.widget__ln-apps .__ln-apps_container h3,
.widget__ln-apps .__ln-apps_container h4,
.widget__ln-apps .__ln-apps_container h5,
.widget__ln-apps .__ln-apps_container h6,
.widget__ln-apps .__ln-apps_container p,
.widget__ln-apps .__ln-apps_container span,
.widget__ln-apps .__ln-apps_container li {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .widget__ln-apps {
    border-radius: 80px;
  }
}

/*================
Widget - LNC Benefits List
================*/
.widget__ln-benefits {
  background-color: var(--primary-color-three);
  color: #ffffff;
  margin: 180px 0 0;
  padding: 80px 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__ln-benefits {
    padding: 115px 40px;
  }
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_sec-head {
  max-width: 1100px;
  width: 100%;
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_sec-head .__ln-benefits_sec-logo img {
  width: 118px;
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item {
    max-width: 520px;
    width: 100%;
  }
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item p {
  margin: 0;
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item p:first-child {
  font-weight: 600;
  text-transform: uppercase;
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::before,
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::after {
  /*align-items: baseline;
  bottom: 0;
  content: '|';
  display: none;
  font-size: 24px;
  justify-content: center;
  position: absolute;
  top: 0;*/
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::before {
  right: 0;
}
.widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::after {
  left: 0;
}
.widget__ln-benefits .__ln-benefits_container h1,
.widget__ln-benefits .__ln-benefits_container h2,
.widget__ln-benefits .__ln-benefits_container h3,
.widget__ln-benefits .__ln-benefits_container h4,
.widget__ln-benefits .__ln-benefits_container h5,
.widget__ln-benefits .__ln-benefits_container h6,
.widget__ln-benefits .__ln-benefits_container p,
.widget__ln-benefits .__ln-benefits_container span,
.widget__ln-benefits .__ln-benefits_container li {
  color: #ffffff;
}
@media (min-width: 1200px) {
  .widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::before,
  .widget__ln-benefits .__ln-benefits_container .__ln-benefits_items .__ln-benefits_item:nth-child(3n + 2)::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/*================
Widget - Featured Restaurants
================*/
.widget__featured-restaurants {
  margin: 80px 0;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-restaurants {
    margin: 115px 0;
  }
}
.widget__featured-restaurants .__featured-restaurants_sec_head .-copy {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-restaurants .__featured-restaurants_sec_head .-copy {
    max-width: 684px;
    width: 100%;
  }
}
.widget__featured-restaurants .__featured-restaurants_sec_head .-copy p {
  margin: 0;
}
.widget__featured-restaurants .__featured-restaurants_items {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-restaurants .__featured-restaurants_items {
    max-width: 1600px;
    width: 100%;
  }
}
.widget__featured-restaurants .__featured-restaurants_items .__featured-restaurants_item {
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  color: #ffffff;
  padding: 56px 40px;
}
.widget__featured-restaurants
  .__featured-restaurants_items
  .__featured-restaurants_item
  .__featured-restaurants_item_wrapper {
  z-index: 2;
}
.widget__featured-restaurants
  .__featured-restaurants_items
  .__featured-restaurants_item
  .__featured-restaurants_item_wrapper
  ._item-copy-block
  .-head {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-restaurants
    .__featured-restaurants_items
    .__featured-restaurants_item
    .__featured-restaurants_item_wrapper
    ._item-copy-block
    .-head {
    max-width: 500px;
    width: 100%;
  }
}
.widget__featured-restaurants
  .__featured-restaurants_items
  .__featured-restaurants_item
  .__featured-restaurants_item_wrapper
  ._item-copy-block
  p {
  color: var(--primary-color-two);
  font-weight: 600;
}
.widget__featured-restaurants
  .__featured-restaurants_items
  .__featured-restaurants_item
  .__featured-restaurants_item_wrapper
  h3 {
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-restaurants .__featured-restaurants_items .__featured-restaurants_item {
    padding: 56px 48px;
  }
}
.widget__featured-restaurants .__featured-restaurants_items .__featured-restaurants_item::before {
  content: "";
  border-radius: 8px;
  background: var(--primary-color-one);
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 90%;
  z-index: 1;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
}

/*===========================
Games Only Widgets
===========================*/
.widget__featured-games.--desk .__featured-games_col-1 {
  background-color: #eeeeee;
  width: 30%;
  padding: 80px 32px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-1 {
    padding: 115px 64px;
  }
}
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs .-tabs-title p {
  border-bottom: 2px solid #04060a;
}
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs ul li {
  font-weight: 400;
}
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs ul li a {
  color: #04060a;
  text-decoration: none;
}
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs ul li a:hover,
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs ul li a.active {
  font-weight: 600;
}
.widget__featured-games.--desk .__featured-games_col-1 ._col-1-tabs ul li:not(:last-child) {
  margin-bottom: 16px;
}
.widget__featured-games.--desk .__featured-games_col-2 {
  width: 70%;
  padding: 80px 0;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 {
    padding: 160px 80px;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction {
    margin: 0 0 120px;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-title {
  width: 15%;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-copy {
  max-width: 100%;
  width: 85%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-copy {
    max-width: 1200px;
    width: 100%;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-copy p {
  margin: 0 0 24px;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-intruction .-instruction-content .-instruction-copy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-left: 24px;
  list-style: circle;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.widget__featured-games.--desk
  .__featured-games_col-2
  ._col-2-intruction
  .-instruction-content
  .-instruction-copy
  ul
  li {
  font-family: "Montserrat", sans-serif;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk
    .__featured-games_col-2
    ._col-2-intruction
    .-instruction-content
    .-instruction-copy
    ul {
    gap: 16px;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds h3 {
  border: none;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds h3::before {
  background: #04060a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds h5 span {
  height: 16px;
  background-color: var(--primary-color-one);
  border-radius: 50%;
  width: 16px;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table {
    margin: 0 0 120px;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table .-table-head {
  border-bottom: 1px solid #04060a;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table .-table-head {
    max-width: 824px;
    width: 100%;
  }
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table .-table-head p {
  font-weight: 800;
}
.widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table .-table-row {
  border-bottom: 1px solid #04060a;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__featured-games_col-2 ._col-2-odds .-odds-table .-table-row {
    max-width: 824px;
    width: 100%;
  }
}
.widget__featured-games.--desk .__games-tab_content {
  width: 65%;
  margin: 80px 0;
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__games-tab_content {
    margin: 115px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__games-tab_content {
    padding: 0 80px;
  }
}
.widget__featured-games.--desk .__games-tab_content .test {
  position: relative;
  margin-bottom: 88px;
  padding-bottom: 80p;
  width: 100%;
  left: 0;
}
.widget__featured-games.--desk .__games-tab_content .test:before {
  content: "";
  width: 155%;
  position: absolute;
  left: -50%;
  background: var(--primary-color-one);
  height: 3px;
  bottom: -16px;
}
.widget__featured-games.--desk .__games-tab_content .__games_tab-overview .__games_tab-overview-item {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__games-tab_content .__games_tab-overview .__games_tab-overview-item {
    max-width: 924px;
    width: 100%;
  }
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-overview
  .__games_tab-overview-item
  .-overview-list-items
  .-overview-list-item
  p:first-child {
  max-width: 100%;
  width: 30%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk
    .__games-tab_content
    .__games_tab-overview
    .__games_tab-overview-item
    .-overview-list-items
    .-overview-list-item
    p:first-child {
    max-width: 124px;
    width: 100%;
  }
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-overview
  .__games_tab-overview-item
  .-overview-list-items
  .-overview-list-item
  p:nth-child(2) {
  width: 70%;
}
.widget__featured-games.--desk .__games-tab_content .__games_tab-tables {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__games-tab_content .__games_tab-tables {
    max-width: 924px;
    width: 100%;
  }
}
.widget__featured-games.--desk .__games-tab_content .__games_tab-tables .-tables-item p {
  margin: 0;
}
.widget__featured-games.--desk .__games-tab_content .__games_tab-tables .-tables-item .-tables-item-head span {
  height: 16px;
  width: 16px;
  background: var(--primary-color-one);
  display: block;
  border-radius: 50%;
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-tables
  .-tables-item
  .-tables-item-table
  .-table-rows-title {
  border-bottom: 2px solid #c1c3c6;
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-tables
  .-tables-item
  .-tables-item-table
  .-table-rows-row {
  border-bottom: 2px solid #c1c3c6;
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-tables
  .-tables-item
  .-tables-item-table
  .-table-rows-row
  p:first-child {
  width: 40%;
}
.widget__featured-games.--desk
  .__games-tab_content
  .__games_tab-tables
  .-tables-item
  .-tables-item-table
  .-table-rows-row
  p:nth-child(2) {
  width: 60%;
  text-align: end;
}
.widget__featured-games.--desk .__games-tab_content .__games_tab-tables .-tables-item:not(:last-child) {
  margin: 0 0 80px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--desk .__games-tab_content .__games_tab-tables .-tables-item:not(:last-child) {
    margin: 0 0 132px;
  }
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn {
  border-bottom: 3px solid #04060a;
  background-color: #eeeeee;
  cursor: pointer;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn p {
  opacity: 65%;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn p span {
  background-image: url(https://southlandd1stg.wpenginepowered.com/wp-content/uploads/2024/01/DNGames_CasinoAccord-Arrow.svg);
  width: 20px;
  height: 15px;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn.-acc-btn-active p {
  opacity: 100%;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn.-acc-btn-active p span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-btn:hover p {
  opacity: 100%;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner {
  padding: 80px 32px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner {
    padding: 80px 32px;
  }
}
.widget__featured-games.--mobile
  .__featured-games-acc
  .-acc-content
  .-acc-content-inner
  .-acc-instruction
  .-instruction-content
  .-instruction-title
  h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner .-acc-odds h3 {
  border: none;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner .-acc-odds h3::before {
  background: #04060a;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}
.widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner .-acc-odds .-odds-table {
  margin: 0 0 100px;
}
@media only screen and (min-width: 1200px) {
  .widget__featured-games.--mobile .__featured-games-acc .-acc-content .-acc-content-inner .-acc-odds .-odds-table {
    margin: 0 0 120px;
  }
}
.widget__featured-games.--mobile
  .__featured-games-acc
  .-acc-content
  .-acc-content-inner
  .-acc-odds
  .-odds-table
  .-table-head {
  border-bottom: 1px solid #04060a;
}
.widget__featured-games.--mobile
  .__featured-games-acc
  .-acc-content
  .-acc-content-inner
  .-acc-odds
  .-odds-table
  .-table-row {
  border-bottom: 1px solid #04060a;
}

.widget__games-accord .__games-accord_wrapper .-acc-btn {
  border-bottom: 3px solid #04060a;
  background-color: #eeeeee;
  cursor: pointer;
}
.widget__games-accord .__games-accord_wrapper .-acc-btn p {
  opacity: 65%;
}
.widget__games-accord .__games-accord_wrapper .-acc-btn p span {
  background-image: url(https://southlandd1stg.wpenginepowered.com/wp-content/uploads/2024/01/DNGames_CasinoAccord-Arrow.svg);
  width: 20px;
  height: 15px;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.widget__games-accord .__games-accord_wrapper .-acc-btn.-acc-btn-active p {
  opacity: 100%;
}
.widget__games-accord .__games-accord_wrapper .-acc-btn.-acc-btn-active p span {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.widget__games-accord .__games-accord_wrapper .-acc-btn:hover p {
  opacity: 100%;
}
.widget__games-accord .-table-row p:first-child {
  width: 50%;
}
.widget__games-accord .-table-row p:nth-child(2) {
  width: 50%;
  text-align: end;
}

/*===========================
Page Promos Widgets
===========================*/
.hero-sec__promos {
  margin: 100px 0;
}
@media only screen and (min-width: 1200px) {
  .hero-sec__promos {
    margin: 120px 0;
  }
}
.hero-sec__promos .__promos_wrapper {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .hero-sec__promos .__promos_wrapper {
    max-width: 1100px;
    width: 100%;
  }
}

header.tribe-events-header.tribe-events-header--has-event-search {
  border: 1px solid #eee;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  border: none !important;
  margin: 0 !important;
}

.tribe-events-header__events-bar.tribe-events-c-events-bar.tribe-events-c-events-bar--border {
  border-bottom: 1px solid #eeeeee !important;
}

.tribe-common-form-control-text.tribe-events-c-search__input-control.tribe-events-c-search__input-control--keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

button.tribe-common-c-btn.tribe-events-c-search__button {
  background: var(--primary-color-two) !important;
  border-radius: 0 !important;
  border: 2px solid #222 !important;
  text-transform: uppercase !important;
  color: #222 !important;
}

.tribe-events-c-top-bar.tribe-events-header__top-bar {
  padding: 16px 24px !important;
  margin: 0 !important;
}

.tribe-events-calendar-month {
  margin: 80px 0 !important;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tribe-events .tribe-events-c-top-bar__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

li.tribe-events-c-top-bar__nav-list-item:nth-child(2) {
  position: relative;
}

.tribe-events .tribe-events-c-top-bar__nav-link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  line-height: 0;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item > * {
  vertical-align: auto;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
  border: 1px solid var(--primary-color-one) !important;
  color: var(--primary-color-one) !important;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:active,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:visited {
  background: var(--primary-color-one) !important;
  color: #ffffff !important;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background: var(--primary-color-one) !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover,
.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background: var(--primary-color-one) !important;
}

button.tribe-events-calendar-month__day-cell.tribe-events-calendar-month__day-cell--mobile.tribe-events-calendar-month__day-cell--selected
  h3
  time.tribe-events-calendar-month__day-date-daynum {
  color: #ffffff !important;
}

.tribe-common-l-container.tribe-events-l-container {
  padding-top: 0 !important;
}

.tribe-common-l-container.tribe-events-l-container {
  padding: 0 !important;
}

/*================
Widget - Events
================*/
.widget__events {
  padding: 100px 15px;
}
.widget__events .__events_head {
  max-width: 100%;
  margin: 0 auto 40px;
}
@media only screen and (min-width: 1200px) {
  .widget__events .__events_head {
    max-width: 824px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .widget__events .__events_head {
    margin: 0 auto 80px;
  }
}

.__featured_events-item_title p {
  color: #222;
}

/*===========================
Breadcrumbs
===========================*/
.-breadcrumbs ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.-breadcrumbs ol li a {
  margin: 0 !important;
  padding: 0 !important;
}
.-breadcrumbs ol li a span {
  opacity: 65%;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.-breadcrumbs ol li a span:hover {
  opacity: 100%;
}
.-breadcrumbs ol li a,
.-breadcrumbs ol li span {
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1.5px;
  text-decoration: none;
  color: var(--primary-color-two);
  text-transform: uppercase;
}
.-breadcrumbs ol li span.separator {
  font-size: 18px;
  font-weight: 300;
  margin: 0 8px;
}
@media only screen and (min-width: 1200px) {
  .-breadcrumbs ol li span.separator {
    margin: 0 20px 0 16px;
  }
}
.-breadcrumbs ol li .breadcrumb_last {
  color: var(--primary-color-two);
  font-weight: 600;
  margin-left: 8px;
  text-transform: uppercase;
}
.-breadcrumbs ol li:last-child span {
  font-weight: 800;
}
.-breadcrumbs ol li:last-child a span {
  opacity: 1;
}
@media (min-width: 1200px) {
  .-breadcrumbs ol li span.separator {
    font-size: 24px;
  }
  .-breadcrumbs ol li a,
  .-breadcrumbs ol li span {
    font-size: 20px;
  }
}

input.check-rates__input.check-rates__input--dates.check-rates__input--dates-arrive.js-datepicker.flatpickr-input.flatpickr-mobile {
  border: none !important;
  border-radius: 0 !important;
  border-bottom: 2px solid #0f1929 !important;
  background: transparent !important;
  color: rgba(15, 25, 41, 0.25) !important;
  outline: none !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100% !important;
  -webkit-box-direction: normal !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  overflow: visible !important;
  -webkit-transition: all 100ms ease-in-out !important;
  transition: all 100ms ease-in-out !important;
  display: block !important;
  font-size: 24px !important;
  position: relative !important;
  width: 100% !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  font-family: "Montserrat", sans-serif !important;
}

.breadcrumb-container ol li {
  margin: 0 !important;
}
.breadcrumb-container ol li .separator {
  display: inline-block !important;
}
.breadcrumb-container ol li:last-of-type .separator {
  display: none !important;
}

/*===============
Components
===============*/
/** topbar / sidebar **/
.head-main {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  /** topbar - left **/
  /** topbar - right **/
}
.head-main ul {
  list-style: none;
  text-wrap: nowrap;
}
.head-main ul li a {
  text-decoration: none;
  text-transform: uppercase;
}
.head-main .head-main__left .__left_logo-block {
  max-width: 200px;
}
.head-main .head-main__left .__left_logo-block img {
  height: 100%;
  max-width: 200px;
  width: 100%;
}
@-moz-document url-prefix() {
  .head-main .head-main__left .__left_logo-block img {
    width: 200px;
  }
}
@media (width <= 460px) {
  @-moz-document url-prefix() {
    .head-main .head-main__left .__left_logo-block img {
      width: 125px;
    }
  }
}
.head-main .head-main__left .__left_topbar-nav ._topbar-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width <= 1200px) {
  .head-main .head-main__left .__left_topbar-nav ._topbar-nav-items {
    display: none;
  }
}
.head-main .head-main__left .__left_topbar-nav ._topbar-nav-items li a {
  color: var(--primary-color-one);
  font-size: 18px;
  font-weight: 600;
}
.head-main .head-main__left .__left_topbar-nav ._topbar-nav-items li a:hover {
  text-decoration: underline;
}
.head-main .head-main__right {
  /** topbar - sidebar 2 / cta 2 **/
  /** topbar - sidebar 3 / cta 3 **/
}
.head-main .head-main__right .__right_sidebar-nav {
  /** topbar - sidebar 1 / cta 1 **/
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 {
  background-color: #f2f3f4;
  z-index: 9;
  top: 94px;
  right: 0;
  padding: 48px 40px 120px;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    -webkit-transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media only screen and (min-width: 1200px) {
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 {
    padding: 88px 80px 160px;
  }
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2.nav--visible-3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3.nav--visible-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3.nav--visible-2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3.nav--visible-3 {
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2 h6,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h2,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h3,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h4,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h5,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 h6 {
  color: #04060a;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 button,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 button,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  height: 95px;
  text-wrap: nowrap;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 button span,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 button span,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 button span {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent;
  color: #ffffff;
  border: 0;
  padding: 0;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 button {
  background-color: var(--primary-color-one);
  font-family: "Montserrat", sans-serif;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1--visible {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1--visible ._sidebar-nav-item {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li {
  font-size: max(1.75rem, min(0.678vw + 1.364rem, 2rem));
  line-height: max(2.5rem, min(0.678vw + 1.864rem, 2.5rem));
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
@media (width <= 500px) {
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li {
    text-wrap: pretty;
  }
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.menu-item-has-children
  span {
  border-radius: 24px;
  cursor: pointer;
  display: inline-block;
  width: 55px;
  height: 40px;
  background: #e6e6e6;
  margin-left: 24px;
  position: relative;
  top: 8px;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  /* Update per location */
  /* Update per location */
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.menu-item-has-children
  span:hover {
  background-color: var(--primary-color-two);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.menu-item-has-children
  span::before {
  content: "";
  background: url(/wp-content/uploads/2023/10/SC_NavSub-Plus-v002.svg);
  width: 16px;
  height: 16px;
  position: absolute;
  left: 20px;
  right: 0;
  top: 12px;
  bottom: 0;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.menu-item-has-children
  span.sidebar-link-active {
  background-color: var(--primary-color-two);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.menu-item-has-children
  span.sidebar-link-active::before {
  background: url(/wp-content/uploads/2023/10/SC_NavSub-Minus-v002.svg);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li a {
  position: relative;
  color: #04060a;
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  /*&::before {
  	background: url(/wp-content/uploads/2023/09/SC_SidebarArrow-v001.svg);
  	content: "";
  	width: 20.84px;
  	height: 20.84px;
  	position: absolute;
  	left: -45px;
  	top: 10px;
  	@include css3-prefix(transform,rotate(90deg));
  	@include css3-prefix(transition,all ease-in-out .3s);
  }
  &.sidebar-link-active {
  	&::before {
  		@include css3-prefix(transform,rotate(180deg));
  	}
  }*/
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  a:hover {
  color: var(--primary-color-two);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li:not(:last-child) {
  margin-bottom: 24px;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.current-menu-item
  a,
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li.current-menu-ancestor
  a {
  color: var(--primary-color-two);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  margin: 0;
  padding: 0;
  row-gap: 0;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li {
  margin: 0;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li
  a {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 28px;
  opacity: 60%;
  font-weight: 400;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li
  a::before {
  content: none;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li.current-menu-item
  a {
  opacity: 100%;
  font-weight: 600;
}
@media only screen and (min-width: 1200px) {
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-1
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1
    li
    .sub-menu {
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 0;
  }
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li
  a {
  -webkit-transition: ease-in-out 0.4s;
  transition: ease-in-out 0.4s;
  color: #04060a;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li
  a:hover {
  opacity: 1;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  ._topbar_nav-menu-item-1
  li
  .sub-menu
  li
  span {
  display: none;
}
@media (width <= 360px) {
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-1
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1
    > li
    > a {
    display: inline-block;
    width: 200px;
  }
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__add-items {
  border-top: 2px solid var(--primary-color-two);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__add-items a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__add-items a span {
  color: #04060a;
  text-transform: uppercase;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  .sidebar__add-items
  a:hover
  span {
  color: var(--primary-color-two);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__social-items {
  border-bottom: 2px solid #e8bc4d;
  border-top: 2px solid #e8bc4d;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__social-items a {
  height: 35px;
  width: 35px;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  .sidebar__social-items
  a:first-child {
  background: url(/wp-content/uploads/2024/05/SC_MainMenu-FBIconActive_v01.svg);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  .sidebar__social-items
  a:nth-child(2) {
  background: url(/wp-content/uploads/2024/05/SC_MainMenu-TwitterIconDefault_v01.svg);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  .sidebar__social-items
  a:nth-child(3) {
  background: url(/wp-content/uploads/2024/01/SC_MainMenu-InstagramIconBlue_v001.svg);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 .sidebar__contact ul li {
  color: var(--primary-color-one);
  text-wrap: wrap;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  ._topbar_sidebar-1
  .sidebar__contact
  ul
  li:first-child::after {
  content: "/";
  margin: 0 8px;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::before,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::after {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  content: "";
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1 {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::before,
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::after {
  position: absolute;
  content: "";
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::before {
  top: -9px;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1::after {
  top: 9px;
  width: 25px;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1._topbar_cta--active-1 {
  background-color: transparent;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1._topbar_cta--active-1::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_cta-1._topbar_cta--active-1::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
  width: 100%;
}
.head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 .__right_sidebar-cta-wrapper {
  height: 95px;
  background-color: var(--primary-color-one);
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  .__right_sidebar-cta-wrapper
  .__topbar-toggle-burger {
  background: none;
  border: none;
}
.head-main
  .head-main__right
  .__right_sidebar-nav
  .__right_sidebar-1
  .__right_sidebar-cta-wrapper
  .__topbar-toggle-burger
  span:nth-child(2) {
  color: #ffffff;
  text-transform: uppercase;
}
.head-main .head-main__right .__right_sidebar-2 button {
  background-color: var(--primary-color-three);
  color: #ffffff;
}
.head-main .head-main__right .__right_sidebar-2 ._topbar_sidebar-2 ._topbar_sidebar-2-logo img {
  max-width: 295px;
  width: 100%;
}
.head-main .head-main__right .__right_sidebar-2 ._topbar_sidebar-2 ._topbar_sidebar-2-copy {
  max-width: 551px;
  margin: 0 auto;
}
.head-main .head-main__right .__right_sidebar-2 ._topbar_sidebar-2 ._topbar_sidebar-2-featured-img img {
  width: 100%;
}
.head-main
  .head-main__right
  .__right_sidebar-2
  ._topbar_sidebar-2
  ._topbar_sidebar-2-cta-group
  ._topbar_sidebar-2-cta-1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1;
}
.head-main
  .head-main__right
  .__right_sidebar-2
  ._topbar_sidebar-2
  ._topbar_sidebar-2-cta-group
  ._topbar_sidebar-2-cta-2 {
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-column: 4 / span 1;
}
.head-main
  .head-main__right
  .__right_sidebar-2
  ._topbar_sidebar-2
  ._topbar_sidebar-2-cta-group
  ._topbar_sidebar-2-cta-3 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-column: 3 / span 2;
}
.head-main .head-main__right .__right_sidebar-3 button {
  background-color: var(--primary-color-two);
  color: #ffffff;
}

#js_topbar_cta-3 span {
  color: var(--primary-color-one);
}

@media (min-width: 992px) {
  .head-main {
    height: 94px;
    /** topbar - left **/
  }
  .head-main .head-main__left .__left_logo-block {
    max-width: unset;
  }
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 {
    width: 65%;
  }
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-3,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-3,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-2,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-3 {
    width: 45%;
  }
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-1
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span,
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-2
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span,
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-3
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span {
    width: 64px;
    height: 48px;
  }
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-1
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span::before,
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-2
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span::before,
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-3
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1.menu-item-has-children
    span::before {
    left: 24px;
    top: 15px;
  }
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-1 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-2 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li,
  .head-main .head-main__right .__right_sidebar-nav .__right_sidebar-3 ._topbar_sidebar-1 ._topbar_nav-menu-item-1 li {
    font-size: 40px;
    line-height: 48px;
  }
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-1
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1
    li:not(:last-child),
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-2
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1
    li:not(:last-child),
  .head-main
    .head-main__right
    .__right_sidebar-nav
    .__right_sidebar-3
    ._topbar_sidebar-1
    ._topbar_nav-menu-item-1
    li:not(:last-child) {
    margin-bottom: 40px;
  }
}
._sidebar-close {
  cursor: pointer;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: var(--primary-color-one);
  top: 0;
}
._sidebar-close img {
  max-width: 15px;
  width: 100%;
}

._sidebar-nav-item {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-overlay {
  position: fixed;
  top: 94px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #f2f3f4;
  opacity: 0;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}

.site-overlay--visible-1,
.site-overlay--visible-2,
.site-overlay--visible-3 {
  opacity: 66%;
  visibility: visible;
  z-index: 1;
}

a#widgetBtn span {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
}

/** Theme Button Styles **/
.btn {
  display: inline-block;
  /*padding: 12px 48px;*/
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  color: #04060a;
  border: 3px solid #04060a;
  border-radius: 100px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: pointer;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.btn.btn-outline--color-1 {
  background: none;
  border: 3px solid var(--primary-color-one);
  color: var(--primary-color-one);
}
.btn.btn-outline--color-1:hover {
  background-color: var(--primary-color-one);
  color: #ffffff;
}
.btn.btn-outline--color-1.--white {
  color: #ffffff;
}
.btn.btn-outline--color-2 {
  background: none;
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
}
.btn.btn-outline--color-2:hover {
  background-color: var(--primary-color-two);
  color: var(--primary-color-one);
}
.btn.btn-outline--color-2.--white {
  color: #ffffff;
}
.btn.btn-outline--color-2.--white:hover {
  color: var(--primary-color-one);
}
.btn.btn-outline--color-3 {
  background: none;
  border: 3px solid var(--primary-color-three);
  color: var(--primary-color-three);
}
.btn.btn-outline--color-3:hover {
  background-color: var(--primary-color-three);
  color: #ffffff;
}
.btn.btn-outline--color-white {
  background: none;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline--color-white:hover {
  background-color: #ffffff;
  color: var(--primary-color-one);
}
.btn.btn-outline--color-white-2 {
  background-color: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
}
.btn.btn-outline--color-white-2:hover {
  background-color: #ffffff;
  color: var(--primary-color-three);
}
.btn.btn-solid--color-1 {
  background-color: var(--primary-color-one);
  border: 3px solid var(--primary-color-one);
  color: #ffffff !important;
  text-decoration: none !important;
}
.btn.btn-solid--color-1:hover {
  background-color: transparent !important;
  color: var(--primary-color-one) !important;
  opacity: 100 !important;
}
.btn.btn-solid--color-2 {
  background-color: var(--primary-color-two);
  border: 3px solid var(--primary-color-two);
  color: var(--primary-color-one);
}
.btn.btn-solid--color-2:hover {
  background-color: transparent;
  color: var(--primary-color-one);
}
.btn.btn-solid--color-3 {
  background-color: var(--primary-color-three);
  border: 3px solid var(--primary-color-three);
  color: #ffffff;
}
.btn.btn-solid--color-3:hover {
  background-color: transparent;
  color: var(--primary-color-three);
}
.btn.btn-solid--color-white {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: var(--primary-color-three) !important;
}
.btn.btn-solid--color-white:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn.btn-solid--color-white-2 {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: var(--primary-color-three) !important;
}
.btn.btn-solid--color-white-2:hover {
  background-color: transparent;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 20px;
    line-height: 26px;
  }
}

/** Carousel Button Styles **/
.carousel-arrows .slide-arrow {
  border-radius: 100px;
  padding: 8px 24px;
}
.carousel-arrows .slide-arrow span {
  display: block;
  height: 22px;
  width: 55px;
}
.carousel-arrows .slide-arrow.prev-arrow-rooms,
.carousel-arrows .slide-arrow.next-arrow-rooms {
  background: none;
  border: 2px solid var(--primary-color-one);
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.carousel-arrows .slide-arrow.prev-arrow-rooms:hover,
.carousel-arrows .slide-arrow.next-arrow-rooms:hover {
  background-color: var(--primary-color-one);
}
.carousel-arrows .slide-arrow.prev-arrow-rooms {
  /* Changer per location */
}
.carousel-arrows .slide-arrow.prev-arrow-rooms span {
  background-image: url(/wp-content/uploads/2024/06/SC_Carousel_Arrow-Prev_Wheeling_v001.svg);
}
.carousel-arrows .slide-arrow.prev-arrow-rooms:hover span {
  background-image: url(/wp-content/uploads/2023/09/SC_Carousel_ArrowWhite-Prev_v001.svg);
}
.carousel-arrows .slide-arrow.next-arrow-rooms {
  /* Changer per location */
}
.carousel-arrows .slide-arrow.next-arrow-rooms span {
  background-image: url(/wp-content/uploads/2024/06/SC_Carousel_Arrow-Next_Wheeling_v001.svg);
}
.carousel-arrows .slide-arrow.next-arrow-rooms:hover span {
  background-image: url(/wp-content/uploads/2023/09/SC_Carousel_ArrowWhite-Next_v001.svg);
}
.carousel-arrows .slide-arrow.prev-arrow-carousel,
.carousel-arrows .slide-arrow.next-arrow-carousel {
  background: none;
  border: 2px solid #ffffff;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.carousel-arrows .slide-arrow.prev-arrow-carousel:hover,
.carousel-arrows .slide-arrow.next-arrow-carousel:hover {
  background-color: #ffffff;
}
.carousel-arrows .slide-arrow.prev-arrow-carousel span {
  background-image: url(/wp-content/uploads/2023/09/SC_Carousel_ArrowWhite-Prev_v001.svg);
}
.carousel-arrows .slide-arrow.prev-arrow-carousel:hover span {
  background-image: url(/wp-content/uploads/2024/06/SC_Carousel_Arrow-Prev_Wheeling_v001.svg);
}
.carousel-arrows .slide-arrow.next-arrow-carousel span {
  background-image: url(/wp-content/uploads/2023/09/SC_Carousel_ArrowWhite-Next_v001.svg);
}
.carousel-arrows .slide-arrow.next-arrow-carousel:hover span {
  background-image: url(/wp-content/uploads/2024/06/SC_Carousel_Arrow-Next_Wheeling_v001.svg);
}

a {
  font-family: "Montserrat", sans-serif;
}

.text-link {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 36px;
  -webkit-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.text-link.--link-white {
  color: #ffffff;
}
.text-link.--link-color-3 {
  color: var(--primary-color-three);
}
.text-link:hover {
  opacity: 0.65;
}
@media only screen and (min-width: 1200px) {
  .text-link {
    font-size: 20px;
  }
}

.decoration-none {
  text-decoration: none;
}

.decoration-underline {
  text-decoration: underline;
}

._topbar_sidebar-2-cta-1-above,
._topbar_sidebar-2-cta-2-above {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}
